.main {
    margin-top: 80px;
}

.sec {
    width: 1040px;
    margin: 0 auto;
}

.list_item {
    padding: 30px;
    margin-top: 40px;
    border-bottom: 1px dashed #e2e2e2;
}

.list_item .img {
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
    width: 282px;
    height: 160px;
    overflow: hidden;
}

.list_item .img img {
    object-fit: cover;
}

.list_item .content {
    display: inline-block;
    width: 400px;
}

.news_title {
    font-size: 14px;
}

.list_item .content {
    display: inline-block;
}

.news_time {
    margin: 5px 0px 20px 0px;
    font-size: 12px;
}

.news_text {
    font-size: 12px;
    color: #a7a7a7;
    line-height: 20px;
    height: 62px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_item .more {
    position: relative;
    display: none;
    float: right;
    margin-top: 60px;
    margin-left: 50px;
    border: 1px solid #e2e2e2;
    color: #e60012;
    height: 33px;
    line-height: 33px;
    border-radius: 33px;
    padding: 0 30px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    font-size: 12px;
}

.more span {
    position: absolute;
    background: url(/template/images/more.png) no-repeat;
    background-size: 100%;
    width: 8px;
    height: 15px;
    right: 25px;
    top: 9px;
    display: block;
    transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
}

.list_item .active {
    background-color: #f3f3f3;
}

.list_item .active .news_title {
    color: #e60012;
}

.list_item .active .more {
    display: block;
}

.more .active {
    background-color: #e60012;
    color: #fff;
}

.more .active span {
    right: 14px;
}

#pageControl {
    width: 100%;
    padding: 60px 0px;
    background-color: #fafafa;
    text-align: center;
    display: none;
}

#pageControl .active {
    display: block;
}

#pageControl div {
    display: inline-block;
    line-height: 36px;
    margin: 0px 3px;
    vertical-align: middle;
    cursor: pointer;
}

#prev {
    background: url(/template/images/prev2.png) no-repeat center;
    background-size: 8px 13px;
    width: 36px;
    height: 36px;
}

#movePage {
    /* width: 210px; */
    height: 36px;
    overflow: hidden;
}

#next {
    background: url(/template/images/next2.png) no-repeat center;
    background-size: 8px 13px;
    width: 36px;
    height: 36px;
}

#pages div {
    width: 36px;
    height: 36px;
    background-color: #eee;
    border-radius: 3px;
}

#pages div.active {
    background-color: #e60012;
    color: #fff;
}

/*·ÖÒ³Ð§¹û*/
.pages { clear:both; width:880px; margin:0 auto; padding:10px; text-align:center; float:left}
.npage{padding: 6px 12px; border: solid 1px #ddd; background: #fff; text-decoration: none;font: 12px Arial, Helvetica, sans-serif;}
.paginator { font: 12px Arial, Helvetica, sans-serif;padding:5px 0px 0px 0px; margin: 0px; text-align:center; }
.paginator a {padding: 6px 12px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator a:visited {padding: 6px 12px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator .cpb {padding: 6px 12px;font-weight: bold; font-size: 12px;border:none;background-color:#D5D5D5; border: solid 1px #ddd;}
.paginator a:hover {color: #fff; background: #FF0000;border-color:#ddd;text-decoration: none;}