.flex_between{
    display: flex;
    justify-content: space-between;
}
.flex_wrap{
    flex-wrap: wrap;
}


.news_banner_ad{
    width: 100%;
    height: 383px;
    margin-top: 20px;
}
.news_banner_ad .banner{
    width: 900px;
    height: 383px;
}
.news_banner_prev {
    width: 20px;
    height: 40px;
    background: url(../imgs/layouts/prev-1.png) no-repeat !important;
}
.news_banner_next {
    width: 20px;
    height: 40px;
    background: url(../imgs/layouts/next-1.png) no-repeat !important;
}
.ad_zhuanlan{
    width: 280px;
    /*height: 383px;*/
    background: #FFFFFF;
    border-radius: 4px;
}

.zhuanlan_title{
    width: 239.5px;
    height: 59px;
    border-bottom: 1px solid #C6C6C6;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zhuanlan_title_left,.zhuanlan_title_right{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.zhuanlan_title_type{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 10px;
}
.zhuanlan_title_text{
    font-size: 18px;
    color: #333333;
}
.zhuanlan_title_right{
    font-size: 12px;
    color: #4FC2B8;
}
.zhuanlan_title_more{
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhuanlan_title_more i{
    font-size: 8px;
    color: #FFFFFF;
    margin-left:2px;
}
.zhuanlan_content{
    width: 239.5px;
    margin: 19px auto 0;
}
.zhuanlan_content_item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zhuanlan_content_item:last-of-type{
    margin-bottom: 0;
}
.zhuanlan_content_item img{
    width: 40px;
    height: 40px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 11px;
}
.zhuanlan_content_item_name{
    width: 180px;
    font-size: 16px;
    color: #333333;
    height: 20px;
    line-height: 20px;
}
.zhuanlan_content_item_pro{
    width: 180px;
    font-size: 14px;
    color: #666666;
    height: 14px;
    line-height: 14px;
    margin-top: 4px;
}

.zhuanlan_title{
    width: 239.5px;
    height: 59px;
    border-bottom: 1px solid #C6C6C6;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zhuanlan_title_left,.zhuanlan_title_right{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.zhuanlan_title_type{
    width: 6px;
    height: 20px;
    background: #4FC2B8;
    margin-right: 10px;
}
.zhuanlan_title_text{
    font-size: 18px;
    color: #333333;
}
.zhuanlan_title_right{
    font-size: 12px;
    color: #4FC2B8;
}
.zhuanlan_title_more{
    margin-left: 4px;
    width: 14px;
    height: 14px;
    background: #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhuanlan_title_more i{
    font-size: 8px;
    color: #FFFFFF;
    margin-left:2px;
}
.zhuanlan_content{
    width: 239.5px;
    margin: 19px auto 0;
}
.zhuanlan_content_item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.zhuanlan_content_item:last-of-type{
    margin-bottom: 0;
}
.zhuanlan_content_item img{
    width: 40px;
    height: 40px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 11px;
}
.zhuanlan_content_item_name{
    width: 180px;
    font-size: 16px;
    color: #333333;
    height: 20px;
    line-height: 20px;
}
.zhuanlan_content_item_pro{
    width: 180px;
    font-size: 14px;
    color: #666666;
    height: 14px;
    line-height: 14px;
    margin-top: 4px;
}
.someNews{
    width: 100%;
    margin-top: 20px;
}
.someNewsList{
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exam_news_item{
    width: 441px;
    height: 160px;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.exam_news_item_name{
    width: 332px;
    height: 53px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin: 29px 0 0 29px;
}
.exam_news_item_create{
    margin: 43px 31px 0 29px;
}
.exam_news_createlocal,.exam_news_createtime{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.exam_news_createlocal a{
    text-decoration: none;
    color: #808080;
}
.exam_news_createlocal a:hover{
    text-decoration: underline;
    color: #F79131 !important;
}
.exam_news_createlocal a:visited{
    color: #808080;
}
.exam_news_createtime label{
    margin-left: 20px;
}
.exam_news_createlocal i{
    font-size: 17px;
    color: #808080;
}
.exam_news_createlocal{
    width: 400px;
}
.exam_news_createlocal{
    width: 400px;
}
.exam_news_createtime div{
    width: 300px;
    text-align: right;
}
.newsTypeList{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
.newsTypeList .nav{
    padding-top: 38px;
    width: 807px;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
}
.newsTypeList .nav ul{
    display: flex;
    width: 793px;
}
.newsTypeList .nav ul li{
    width: max-content;
    margin-right: 38px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.newsTypeList .nav .active{
    color: #4FC2B8 !important;
}
.nav i{
    font-size: 16px;
    cursor: pointer;
}
.newsContentList{
    width: 807px;
    margin-top: 4px;
}
.newsContentList_item{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #D9D9D9;
}
.newsContentList_item:last-of-type{
    border-bottom: none;
}
.specialColumnDetail_list_item{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #D9D9D9;

}
.specialColumnDetail_list_item:last-of-type{
    border-bottom: none;
}
.specialColumnDetail_list_item:last-of-type{
    border-bottom: none;
}
.specialColumnDetail_list_item > img{
    width: 298px;
    height: 198px;
    background: #787878;
    /*margin-right: 44px;*/
}
.newsContentList_item > img{
    width: 220px;
    height: 147px;
    background: #787878;
    margin-right: 29px;
}
.newsContentList_item_info{
    width: 550px;
}
.newsContentList_item_name{
    height: 47px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    cursor: pointer;
}
.specialColumnDetail_content_name{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    line-height: 24px;
    height: 48px;
}
.specialColumnDetail_content_name:hover{
    color: #4FC2B8;
}
.newsContentList_item_name:hover{
    color: #4FC2B8;
}
.newsContentList_item_pro{
    width: 518px;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.specialColumnDetail_content_pro{
    width: 765px;
    font-size: 14px;
    color: #999999;
    margin-top: 33px;
    height: 35px;
}
.newsContentList_item_create{
    margin-top: 50px;
}
.specialColumnDetail_content_create{
    margin-top: 61px;
}
.someNewsList button{
    width: 230px;
    height: 48px;
    background: #4FC2B8;
    border-radius: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    border: none;
    margin-top: 32px;
    margin-bottom: 32px;
    cursor: pointer;
}

.wannaSend{
    display: flex;
    justify-content: center;
    width: 280px;
    height: 48px;
    background: #4FC2B8;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 20px;
    cursor: pointer;
}
.wannaSend i{
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 20px;
}
.remen_ac_item{
    margin-bottom: 18px;
}
.remen_ac_item:last-of-type{
    margin-bottom: 0;
}
.remen_ac_item img{
    width: 239px;
    height: 112px;
    display: block;
}
.remen_ac_item_name{
    height: 35px;
    line-height: 18px;
    font-size: 14px;
    color: #333333;
    margin-top: 9px;
}
.vedio_tuijian_item{
    width: 240px;
    height: 134px;
    position: relative;
    margin-bottom: 21px;
}
.vedio_tuijian_item_img{
    width: 240px;
    height: 134px;
}
.bofang_Bg{
    width: 240px;
    height: 134px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.vedio_tuijian_item_name{
    background: #100A1C;
    /*opacity: 0.7;*/
    padding: 13px 10px 12px 19px;
    line-height: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.vedio_tuijian_item_name div{
    width: 211px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.kuaisu_item{
    display: flex;
    padding-bottom: 13px;
    border-left: 1px dashed #CCCCCC;
}
.kuaisu_item:last-of-type .kuaisu_time_text{
    border-bottom: 1px;
    padding-bottom: 0;
}
.kuaisu_item > i{
    font-size: 12px;
    color: #CCCCCC;
    margin-left: -6px;
    margin-top: -5px;
}
.kuaisu_time{
    width: 40px;
    /*height: 23px;*/
    font-size: 12px;
    color: #999999;
    margin-left: 11px;
    margin-top: -5px;
}
.kuaisu_time_text{
    width: 168px;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCCCCC;
    margin-left: 18px;
    margin-top: -5px;
}
.newsListBox{
    width: 900px;
    background-color: #FFFFFF;
}
.newsListBox_item{
    width: 802px;
    margin-left: 40px;
    padding: 29px 0;
    border-bottom: 1px dashed #D9D9D9;
}
.newsListBox_item:last-of-type{
    border-bottom: none;
}
.newsListBox_item_name{
    line-height: 19px;
    display: flex;
    align-items: center;
}
.newListType{
    width: 8px;
    height: 8px;
    background: #4FC2B8;
    margin-right: 20px;
}
.newsListBox_item_name_text{
    width: 767px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.newsListBox_item_name_text:hover{
    cursor: pointer;
    color:#4FC2B8;
}
.newsListBox_item_pro{
    margin: 30px 0 0 30px;
    width:772px;
    font-size: 14px;
    color: #808080;
    line-height: 18px;
}
.newsListBox_item_create{
    margin: 28px 0 0 30px;
    width: 772px;
}
.newsListBox_item_create label:last-child{
    display: none;
}
.newsListBox_item_create label:nth-child(2n-1):hover{
    color: #f79131;
    text-decoration: underline;
    cursor: pointer;
}
.remen_cihui{
    margin-top: 18px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.remen_cihui a{
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: none;
}
.remen_cihui a:hover{
    text-decoration: underline;
    color: #108391;
}

/**/
.pageBtn{
    margin-top: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}

.tuijians{
    margin:43px 0 60px 0 ;
}
.tuijian_title_left{
    display: flex;
    align-items: center;
}
.tuijian_title_type{
    width: 6px;
    height: 20px;
    background: #108391;
    margin-right: 10px;
}
.tuijian_title_text{
    font-size: 18px;
    color: #333333;
}
.xiangguantuijian_content{
    width: 590px;
    height: 220px;
    background: #FCFCFC;
    margin-top: 10px;
}
.tuijian_box{
    margin-left:20px;
    margin-right:20px;
    /*width: 570px;*/
    overflow: hidden;
    cursor: pointer;
}
.tuijian_box ul{
    display: flex;
}
.xiangguantuijian_content_item{
    margin-right: 30px;
    width: 140px;
    margin-top: 21px;
}
.xiangguantuijian_content_item img{
    display: block;
    margin-bottom: 11px;
    width: 140px;
    height: 140px;
    background: #CCCCCC;
    object-fit: cover;
}
.xiangguantuijian_content_item div {
    width: 140px;
    font-size: 14px;
    color: #333333;
    line-height: 15px;
}
.newList_route{
    margin-top: 38px;
}
.newList_route label,.newList_route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.newList_route label:last-child{
    display: none;
}
.newList_route label:nth-child(2n-1):hover{
    cursor: pointer;
    color: #00A4C2;
    text-decoration: underline;
}
.newList_route a:hover{
    cursor: pointer;
    color: #00A4C2;
    text-decoration: underline;
}
.newList_route label:nth-child(2n){
    margin: 0 10px;
}
.newsDetail{
    margin-top: 20px;
}
.newsDetail_article{
    width: 900px;
    height: max-content;
    background: #FFFFFF;
}
.newsDetail_article > div{
    width: 841px;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 30px;
    margin-left: 30px;
}
.newsDetail_info{
    width: 280px;
}
.newsDetail_article_title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    padding-top: 30px;
}
.newsDetail_article_create{
    margin: 28px 0 0;
}
.newsDetail_article_create label:last-child{
    display: none;
}
.newsDetail_article_content{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin: 40px 0 0;
}
.news-brief {
    background: #F4F4F4;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 10px;
    text-indent: 24px;
}
.newsDetail_article_content img{
    max-width: 100%;
}
.newsDetail_article_others{
    margin-top: 75px;
    display: flex;
}
.yuanchuang{
    font-size: 14px;
    color: #666666;
    line-height: 38px;
}
.newsDetail_article_others_download{
    display: flex;
    align-items: center;
    margin-left: 74px;
}
.newsDetail_article_others_download i{
    font-size: 21px;
    font-weight: bold;
    margin-right: 16px;
}
.newsDetail_article_others_download div{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}
.newsDetail_article_others_download button{
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    margin-left: 21px;
}
.article_img{
    margin-top: 28px;
    width: 840px;
    height: 200px;
    background: #9EA6AA;
    display: block;
}
.about_article_list{
    margin-top: 21px;
}
.about_article_list ul{
    flex-wrap: wrap;
}
.about_article_list ul li{
    width: 384px;
    list-style: square;
    font-size: 14px;
    line-height: 34px;
    margin-left: 17px;
}
.about_article_list ul li a{
    width: 384px;
    cursor: pointer;
    color: #666666;
    display: block;
}
.about_article_list ul li a:hover{
    color: #4FC2B8;
}
.zhuanlaninfo_box{
    width: 280px;
    background: #FFFFFF;
    border-radius: 4px;
}
.zhuanlaninfo_box_info{
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zhuanlaninfo_box_img{
    width: 100px;
    height: 100px;
    background: #545454;
    border-radius: 50%;
    cursor: pointer;
    display: block;
}
.specialColumn_item_img{
    width: 80px;
    height: 80px;
    background: #545454;
    border-radius: 50%;
    cursor: pointer;
}
.zhuanlaninfo_box_name{
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}
.specialColumn_item_name{
    line-height: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}
.zhuanlaninfo_box_pro{
    margin-top: 20px;
    width: 196px;
    font-size: 14px;
    color: #808080;
    line-height: 18px;
    text-align: center;
}
.specialColumn_item_pro{
    margin-top: 20px;
    width: 168px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-align: center;
}
.zhuanlaninfo_box_content{
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    margin-top: 18px;
}
.zhuanlaninfo_box_content a{
    color: #108391 !important;
}
.zhuanlaninfo_box_info button{
    width: 174px;
    height: 34px;
    background: #4FC2B8;
    border-radius: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.zhuanlan_content_list ul li{
    width: 220px;
    font-size: 14px;
    line-height: 34px;
    list-style: square;
    margin-left: 17px;
    cursor: pointer;
}
.zhuanlan_content_list ul li:hover a{
    color: #1F6598;
    text-decoration: underline;
}
.zhuanlan_content_list ul li a{
    color: #666666;
    white-space: break-spaces;
}
.specialColumn{
    margin-top: 20px;
}
.specialColumn_content{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding: 30px 50px;
}
.specialColumn_item{
    width: 299px;
}
.specialColumn_item:nth-of-type(4n-1),.specialColumn_item:nth-of-type(4n+1),.specialColumn_item:nth-of-type(4n-2){
    border-bottom: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}
.specialColumn_item:nth-of-type(4n+1),.specialColumn_item:nth-of-type(4n){
    border-bottom: 1px solid #EBEBEB;
    width: 250px;
}
.specialColumn_item:last-child,.specialColumn_item:nth-last-child(2),.specialColumn_item:nth-last-child(3),.specialColumn_item:nth-last-child(4){
    border-bottom: none;
}
.specialColumn_item:first-child,.specialColumn_item:nth-of-type(2),.specialColumn_item:nth-of-type(3),.specialColumn_item:nth-of-type(4){
    border-bottom: 1px solid #EBEBEB;
}
.specialColumn_item button{
    width: 119px;
    height: 28px;
    background: #4FC2B8;
    border-radius: 17px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.specialColumnDetail{
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 30px;
}
.specialColumnDetail > img{
    width: 100%;
    height: 177px;
    display: block;
}
.specialColumnDetail_pro{
    width: 434px;
    line-height: 20px;
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-top: 20px;
}
.specialColumnDetail_content{
    margin: 20px 0 37px;
    width: 100%;
}
.specialColumnDetail_list{
    background-color: #FFFFFF;
    padding: 0 46px 0 35px;
}
.specialColumnDetail_content_info{
    width: 780px;
}
.specialColumnDetail_content button{
    width: 230px;
    height: 48px;
    background: #4FC2B8;
    border-radius: 24px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    margin: 35px 480px 0;
    cursor: pointer;
}
