.news_lists{}
.news_lists .news_title{
    margin:80px auto;
}

.news_lists .news_title h3{
    padding-right:20px;

    background-color: #fff;

}
.news_lists .news_title h3 a,.news_lists .news_title h3 a:visited{
    margin-right:20px;
    font-size:16px;
    color: #003a7f;
    font-weight:bold;
    padding:5px 10px;
}
.news_lists .news_title h3 a.active,.news_lists .news_title h3 a:visited.active{
    color: #fff;
    padding:5px 10px;
    background-color:#003b80;
}

.news_titleline{
    height:10px;
    border-bottom:2px solid #5079ab;
}
.news_titleline .leftline{
    height:8px;
    width:400px;
    border-bottom:5px solid #f4a213;
}

.news_ceil{
    margin-top:80px;
    clear: both;
    height:145px;
    padding-bottom: 30px;
    color:#595757;
    border-bottom:1px solid #b9b8b8;
}
.news_ceil .time{
    width: 200px;
    height: 140px;
    font-weight: bold;
    font-size:24px;
    float:left;

}
.news_ceil .cons{
    margin-left: 10px;
    width: 750px;
    height: 140px;
    float:left;

}
.news_ceil .cons .title{
    font-size: 22px;

}
.news_ceil .cons .title a,.news_ceil .cons .title a:visited{
    color:#595757;
}
.news_ceil .cons .title a:hover{
    color:#f4a213;
}
.news_ceil .cons .info{
    padding:6px 0px;
    font-size: 14px;
    line-height:25px;

}
.news_ceil .news_img{
    width: 215px;
    height: 140px;
   float:right;
}
.news_img img{
    width:160px;
    height:120px;
}
/*新闻详情*/
.news_content .news_content_title{
    display:flex;
    color:#595757;
    font-size:20px;
    align-items: center;
    justify-content:flex-end;
}
.news_content .news_content_title img{
    margin-left:10px;
    cursor: pointer;
}
.news_content .fbtime{
  font-size:16px;
    color:#595757;
    line-height:35px;
}
.article_content{
    color:#595757;
}
.article_con_title{
    line-height:100px;
    font-size:26px;
    font-weight: bold;
    text-align: center;
}
.article_con{
    line-height:2;
    font-size:14px;
}
.article_con strong,.article_con b{
    font-weight: bold;
}
.article_con p img{
    text-align: center!important;
}