@charset "utf-8";

*{padding: 0;margin: 0;font-family: "微软雅黑";}
ul{list-style: none;}
a{text-decoration: none;}
.newsCenterPanel{width: 100%; height: 653px; background: rgb(253, 250, 250); overflow: hidden;}
.newsCenterPanel .title{position: relative; width: 410px; height: 45px; line-height: 85px; margin: 5px auto 30px auto; font-size: 24px; font-weight: normal; padding-top: 30px}
.newsCenterPanel .title a{display: block; width: 100%; color: #2e2e30; text-align: center; margin-top: -40px; margin-left: -20px;}
.newsCenterPanel_inner{width: 1280px; margin: 0 auto;}
.newsCenterPanel_inner .newContentBox{float: left; margin-left: -40px; width: 600px; height: 138px; text-align: left; vertical-align: top; position: relative}
.newsCenterPanel_inner .newContentBox.odd{margin-right: 140px}
.newsCenterPanel_inner .newContentBox a{cursor: pointer}
.newsCenterPanel_inner .newContentBox .newTitle{float: left; line-height: 44px; height: 50px; font-size: 16px; color: #333; width: 480px; white-space: nowrap; word-break: normal; overflow: hidden; text-overflow: ellipsis}
.newsCenterPanel_inner .newContentBox a:hover .newTitleIcon{background-color: #e86e2f}
.newsCenterPanel_inner .newContentBox .newTitleIcon{width: 19px; height: 19px; background: url(../images/plus.png) center no-repeat; background-color: #c2bfbf; position: absolute; right: 0; top: 14px}
.newsCenterPanel_inner .newContentBox .border{position: absolute; left: 87px; top: 44px; width: 21px; border-top: 1px solid #e86e2f;}
.newsCenterPanel_inner .newContentBox .newContent{float: left; height: 50px; width: 484px; font-size: 14px; line-height: 28px; color: #b0b0b0; margin-bottom: 50px; overflow: hidden; word-wrap: break-word; text-overflow: ellipsis; display: -webkit-box;}
.newContentBox .time{width: 54px; height: 54px; border: 1px solid #e86e2f; background: #fff; text-align: center; margin-right: 30px; margin-top: 14px; float: left}
.newContentBox .time .day{font-size: 20px; color: #e86e2f; padding: 6px 0 0 0}
.newContentBox .time .ym{font-size: 12px; color: #f6bb9c;margin-top: -15px;}
.newContentBox a:hover .time{background: #e86e2f}
.newContentBox a:hover .day{color: #fff}
.newContentBox a:hover .ym{color: #f6bb9c}
