.nav{
    margin-bottom: 0;
}

.nav-list {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    margin: 20px 0;
}

.nav-list .cur {
    font-weight: bold;
    position: relative;
}

.nav-list .cur::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #1873D7;
    position: absolute;
    bottom: -8px;
    left: 0;
}



/*.con .banner{*/
/*    margin-bottom: 20px;*/
/*}*/


.con .banner img{
    width: 100%;
}

.news_top {
    display:inline-block;
    width:1200px;
    font-size: 36px;
    font-weight: 600;
    color: #C41C1C;
    height: 80px;
    line-height: 80px;
    background-image: url('./../images/news_top_bg.png');
    text-align: center;
}

.news_top a {
    display: inline-block;
    width: 100%;
}

.news_list {
    width: 940px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 40px;
}

.newslist li {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #999999;
}

.newslist li>div {
    display: inline-block;
    vertical-align: top;
}

.newslist .news_pic {
    width: 315px;
    margin-right: 10px;
}

.newslist .news_pic img {
    width: 100%;
    height: 216px;
}

.newslist .news_info {
    width: 595px;
    height: 216px;
    position: relative;
}

.newslist .news_info .news_title {
    font-size: 20px;
    font-weight: 900;
    color: #333333;
    line-height: 22px;
    margin-bottom: 30px;
}

.newslist .news_info .news_title:hover{
    color: #1873d7;
}

.newslist .news_info .news_desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 31px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
}

.newslist .news_info span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-right: 40px;
    position: absolute;
    bottom: 0;
    left:0;
}

.list_right {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.list_right .adver {
    margin-bottom: 20px;
}

.list_right .adver img {
    width: 100%;
}

.list_right .followUs .follow_title {
    font-size: 16px;
    font-weight: bold;
    color: #196FCD;
    line-height: 22px;
    padding-bottom: 6px;
    border-bottom: 1px solid #196FCD;
    margin-bottom: 10px;
}

.followUs .follow_list li {
    width: 110px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.followUs .follow_list li:nth-child(2n) {
    margin-right: 0;
}

.follow_list li img {
    width: 100%;
}

.follow_list li p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}


/* 县区新闻 */

.column_nav {
    margin-top: 20px;
}

.column_nav:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #999999;
    display: inline-block;
    margin-top: 6px;
}

.column_nav li {
    display: inline-block;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding: 0 20px;
    border-right: 1px solid #999999;
}

.column_nav li:first-child {
    padding-left: 0;
}

.column_nav li:last-child {
    border-right: none;
}

.column_nav li.cur {
    font-weight: 900;
}


/* 领导列表 */
.leader{
    margin-bottom: 20px;
}
.leader_resume{
    margin-top: 17px;
    margin-bottom: 19px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}
.leader_resume .leader_avatar{
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
}
.leader_resume .leader_avatar img{
    width: 102px;
    height: 146px;
}
.leader_resume .leader_info{
    display: inline-block;
    
}

.leader_info .info_list{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 17px;
    margin-right: 80px;
}
.leader_info .info_list .infos{
    margin-top: 19px;
}
.leader_info .info_list:first-child span{
    display: inline-block;
    width: 56px;
    margin-right: 20px;
}

.leader_info .info_list p{
    color: #666666;
    display: inline-block;
}
.leader_info .info_list:last-child span{
    display: inline-block;
    width: 84px;
    margin-right: 20px;
}
.leader_achievement{
    display: none;
    max-height: 330px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}
.leader_achievement p{
    float: left;
    width: 45%;
    margin-right: 50px;
}
.con .leader_logo {
    width: 1200px;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
}

.con .leader_logo img{
    width: 100%;
}

.con .list_title {
    font-size: 18px;
    font-weight: bold;
    color: #196FCD;
    line-height: 25px;
    border-bottom: 1px solid #196FCD;
    padding-bottom: 4px;
}

.list_title .fold {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
}


/* 要闻列表 */

.con .news_banner {
    margin-top: 10px;
    margin-bottom: 20px;
}
.news_banner .swiper-container{
    display: inline-block;
    width: 795px;
    margin-right: 10px;
    vertical-align: top;
}
.news_banner .news_ban_pic {
    width: 795px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.news_ban_pic img {
    width: 100%;
    height: 467px;
}

.news_banner .news_ban_list {
    display: inline-block;
    vertical-align: top;
    width: 395px;
}

.news_ban_list .news_ban_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.news_ban_list .news_ban_title:hover{
    color: #1873d7;
}

.news_ban_list .news_ban_desc{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
}

.news_ban_list li {
    background: #F1F2F4;
    margin-bottom: 10px;
    padding: 10px;
}

.news_ban_list li:last-child {
    margin-bottom: 0;
}

.news_ban_list .news_ban_info span {
    font-size: 12px;
    font-weight: bold;
    color: #1873D7;
    line-height: 17px;
}

.news_ban_list .news_ban_info span:last-child {
    font-weight: 400;
    color: #999999;
    /*margin-left: 10px;*/
}

/* 啄木鸟 */

.newslist.woodlist{
    margin-top: 20px;
}

.news_list .sort {
    margin: 20px 0;
}

.news_list .sort span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-right: 30px;
}

.news_list .sort .change {
    color: #1873D7;
}

.news_list .sort span:first-child {
    color: #666666;
    margin-right: 10px;
}

.newslist.woodlist li {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #E8E8E8;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    padding: 20px;
    margin-bottom: 20px;
}

.newslist .question {
    margin-bottom: 27px;
}

.newslist .question img,
.newslist .answer img {
    width: 44px;
    margin-right: 10px;
}

.newslist .question span,
.newslist .answer span {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    width: 840px;
    display: inline-block;
}

.newslist .question span{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.newslist .question span:hover{
    color: #1873d7;
}

.newslist .answer span{
    font-size:16px;
    color: #000000;
}

.newslist .question img,
.newslist .question span {
    vertical-align: middle;
}

.newslist.woodlist li .info{
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
    margin-left:5px;
}

.newslist.woodlist li .info span:last-child{
    color: #4d8dd4;
}

.pagination .active{
    background: #4d8dd4;
}

.woodlist .desc-pic{
    width: 150px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.woodlist .desc-con{
    width: 726px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.woodlist .desc-pic img{
    width: 100%;
    height: 100%;
}

/* 专题 */

.topic_banner img{
    width: 1200px;
}

.topiclist li {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.topiclist .topic_pic img{
    width: 940px;
}

.newslist .topic_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin: 10px 0;
}

.newslist .topic_title:hover{
    color: #1873d7;
}

.newslist .topic_time {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

/*分页*/
.pagination{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
    text-align: center;
    margin-top: 40px;
}
.pagination a,
.pagination span{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    margin-right: 10px;
}