
.news-content{
    width: 1200px;
    margin: 0 auto;
}

.title {
    height: 40px;
    display: flex;
    text-align: center;
    margin: 30px auto 0;
    align-items: center;
    /* width: 1200px; */
    border-bottom: 1px solid  #999999;
}

.title .news-title-list{
    width: 55px;
    height: 40px;
    font:  bold 13px Microsoft YaHei;
    color: #333333;
    margin-right: 59px;
    cursor: pointer;
    line-height: 40px;
    box-sizing: border-box;
    margin-bottom: -5px;
}
.active-news-title{
    border-bottom:4px solid#FF9C00;
}



.news-list .item {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    box-sizing: border-box;
    border-top: 1px solid  #999999;
    align-items: center;
}


.news-list .item:last-child {
    border-bottom: 1px solid  #999999;
}
.news-list .item  .time {
    margin-left: 51px;
}
.news-list .item  .time .day{
    width: 42px;
    height: 29px;
    color: #FF9C00;
    font: bold 36px Microsoft YaHei;
    line-height: 24px;
    text-align: center;
}
.news-list .item .time .date{
    width: 58px;
    height: 14px;
    font: bold 14px Microsoft YaHei;
    color: #666666;
    line-height: 24px;
}
.news-list .item .lift-img img {
    width: 250px;
    height: 150px;
}

.news-list .item .right-content {
    position: relative;
    width: 723px;
    border-left: 1px solid #999999;
    padding-left: 41px;
}

.news-list .item .right-content h4 {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.new-list .item .right-content h4 a:hover {
    color: #0072FF;
}

.news-list .item .right-content p {
    font: bold 12px Microsoft YaHei;
    color: #666666;
    line-height: 20px;
}

@media screen and (max-width: 1500px) {
    .new-list .item .right-content {
        width: 740px;
    }
}

/*
 * 页数按钮样式
 */
.pags {
    display: flex;
    justify-content: space-between;
}

.page_div a {
    min-width: 30px;
    height: 28px;
    text-align: center;
    margin: 30px 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
}

#firstPage,
#lastPage {
    width: 50px;
    color: rgb(109, 130, 139);
}

#prePage,
#nextPage {
    width: 70px;
    color: #0073A9;
}

.page_div .current {
    /*background-color: #0073A9;*/
    /*color: #FFFFFF;*/
    color: #0073A9;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: rgb(35, 199, 117);
    margin: 0 5px;
}

.warrper{width: 1200px;margin: 0 auto;box-sizing: border-box;zoom: 1}
.warrper:after {content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
