/* 首页顶部 */
#ss-wrapper-banner {
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
    height: 327px;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 1200px;
}
#ss-wrapper-gapping {
    height: 170px;
}
.sc-index-banner, #ss-index-main {
    width: 1200px;
    margin: auto;
    background-color: #fff;
}
.sc-banner-item {
    width: 1200px;
    margin: auto;
}
.sc-banner-item:not(:last-child) {
    padding-bottom: 16px;
}
.sc-banner-item img, .sc-banner-item a {
    width: 100%;
    height: auto;
}

#ss-news-special-topic ul {
    overflow: hidden;
}
#ss-news-special-topic h1, #ss-news-local-topic h1 {
    line-height: 56px;
    text-align: center;
}

#ss-news-special-topic h1 {
    font-size: 32px;
    color: #f20;
}

#ss-news-local-topic h1 {
    font-size: 24px;
}

/* 新闻列表 */
.news-current {
    font-size: 44px;
    color: #FF0200;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 50px;
}
.news-special-topic {
    margin-bottom: 30px;
    position: relative;
}
.news-special-topic img.is-toggler {
    width: 32px;
    height: 33px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
}
.news-special-topic .ells-list a{
    display: block;
    width: 375px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-special-topic .order-list a{
    display: block;
    width: 368px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-special-topic .ells-list{
    padding-bottom: 10px;
}
.sc-index-hr {
    width: 100%;
    border-bottom: 1px solid #819EBB;
}
.news-special-topic .ells-list li{
    float: left;
    max-width: 400px;
    height: 48px;
    font-size: 18px;
    line-height:48px;
    text-align: center;
}
.news-special-topic .order-list{
    margin: 0 0px 30px 0;
    border-bottom: 1px solid #819EBB;
}
.news-special-topic .order-list li{
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 400px;
    padding-left: 13px;
    height: 48px;
    font-size: 18px;
    line-height:48px;
    text-align: left;
}
.news-special-topic .order-list li::after{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #819EBB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.news-special-topic .order-list li:hover{
    color: #006BAB;
}
.active-item{   
    color: #006BAB;
}
/* 新闻 列表2 */
.news-card{
    padding-bottom: 32px;
}

.news-card .title{
    font-size: 36px;
    color: #000000;
    text-align: center;
}
.news-card .detail{
    padding: 24px 0;
    text-align: center;
    font-size: 20px;
    color: #000000;
}
.news-card .detail .detail-left{
    float: left;
    padding: 0 18px 0 203px;
}
.news-card .detail a{ 
    display: block;
    width: 388px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-card .detail-content{
    height: 28px;
    font-size: 20px;
    color: #006BAB;
    display: flex;
    justify-content: flex-end;
}
.news-card .detail-content .right{
    margin-left: 18px;
}
.news-card .detail-content .content a img{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
    width: 16px;
    height: 17px;
}

/* 主要新闻区域  */
.news-main {
    margin-bottom: 33px;
}
.news-main .news-main-left {
    float: left;
    width: 743px;
    margin-right: 16px;
}
.news-main .news-main-left .lunbo {
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
}

/* 轮播图 start*/
.swiper-box{
    position: relative;
    width:100%;
    height:100%;
    float:left;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 3px rgba(7, 55, 125,0.3);
}
.swiper-box .lunbo-btn-left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper-box .lunbo-btn-right {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper-box .swiper-slide img{
    object-fit:cover;
}
.swiper-box .news-title{
    width:100%;
    height:48px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom:0;
    color:#fff;
    line-height: 30px;
}
.swiper-box .news-title p{
    width:100%;
    height:48px;
    line-height: 48px;
    text-align: center;
    font-size:20px;
    color: #FFFFFF;
}

.swiper-box .swiper-pagination{
    position: absolute;
    bottom: 5px;
    z-index: 102;
    right: 10px;
}
/* 轮播图 end*/

.news-main .news-main-left .picture .picture-left{
    width: 438px;
    float: left;
 }
.news-main-left .picture .picture-list{
    margin-bottom: 16px;
}
.news-main-left .picture .picture-list:nth-last-child(1){
    margin-bottom: 0;
}
.news-main-left .picture .picture-item{
    position: relative;
    width: 211px;
    height: 140px;
    box-shadow: 0px 0px 10px 3px rgba(7, 55, 125,0.3);
}
.news-main-left .picture .picture-item a .picture-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.news-main-left .picture .picture-item a .picture-info span{
    margin: 0 20px 0 26px;    
}
.news-main-left .picture .picture-list .left{
    float: left;
}
.news-main-left .picture .picture-list .right{
    float: right;
}

.news-main .news-main-left .picture .picture-right{
    width: 288px;
    float: right;

}
.news-main-left .picture .picture-right .picture-top{
    position: relative;
    height: 140px;
    box-shadow: 0px 0px 10px 3px rgba(7, 55, 125,0.3);
}
.news-main-left .picture .picture-right .picture-top .picture-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.news-main-left .picture .picture-right .picture-top .picture-info span{
    margin: 0 20px 0 26px;
}

.news-main-left .picture .picture-right .picture-bottom{
    width: 100%;
    height: 157px;
    background: linear-gradient(360deg, rgba(0,107,171,0) -5%, rgba(0,107,171,0.2));
}
.news-main-left .picture .picture-right .picture-bottom ul li{
    position: relative;
    height: 37px;
    width: 100%;
    line-height: 37px;
}
.news-main-left .picture .picture-right .picture-bottom ul li a{
    color: #000000;
    display: block;
    margin-left: 31px;
    width: 247px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-main-left .picture .picture-right .picture-bottom ul li::after{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #819EBB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.news-main .news-main-right{
    float: right;
    width: 440px;
}
.news-main .news-main-right .img-top a {
    height: 98px;
    width: 100%;
    margin-bottom: 7px;
    display: block;
}
.news-main .news-main-right .right-list ul li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #819EBB;
}
.news-main .news-main-right .right-list ul li a{
    display: block;
    width: 426px;
    margin: 0 7px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-main .news-main-right .right-list ul li:hover{
    background: #006BAB;
    color: #fff;
}
.news-main .news-main-right .right-list ul li:last-child {
    border-width: 2px;
}
.news-main .news-main-right .right-list ul li.is-header {
    color: #006BAB;
    border-bottom-width: 2px;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: 0.5em;
}
.news-main .news-main-right .right-list ul li.is-header:hover {
    background: #006BAB;
    color: #fff;
}
.active-lunbo{
    background: #006BAB;
    color: #fff;
}
.press-list .press-list-concrnt{
    margin: 32px 0px 34px 0;
}
.press-list .press-left{
    width: 750px;
    margin-right:11px;
    border-right:1px solid #819EBB ;
    float: left;
}
.press-title {
    width: 100%;
    height: 40px;
    font-size: 28px;
    font-weight: 600;
    color: #1B5288;
    line-height: 40px;
    margin-bottom: 23px;
}
.press-title .title-icon{
    width: 31px;
    height: 33px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.press-left .press-concent .concent-left{
    width: 288px;
    float: left;
}
.press-left .press-concent .concent-left .concent-top{
    width: 100%;
    height: 189px;
    margin-bottom: 15px;
}
.press-left .press-concent .concent-left .concent-footer{
    width: 100%;
    height: 91px;
}
.press-left .press-concent .concent-left .concent-footer .footer-left{
    width: 137px;
    float: left;
}
.press-left .press-concent .concent-left .concent-footer .footer-right{
    width: 137px;
    float: right;
}
.margin-right{
    margin-right: 11px;
}
.concent-right{
    width: 436px;
    float: right;
}
.concent-right .right-top .top-title{
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 25px;
    margin-bottom: 14px;
}
.concent-right .right-top .top-text{
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #6F6F6F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 19px;
}
.concent-right .right-top .top-list ul li{
    height: 36px;
    font-size: 16px;
    color: #000000;
}
.concent-right .right-top .top-list ul li:nth-last-child(1){
    height: 22px;
}
.press-right{
    width: 436px;
    float: right;
}
.banner-list{
    margin-bottom: 31px;
}
.banner-list ul li{
    width: 388px;
    height: 83px;
    float: left;
}
.banner-list ul li:nth-child(2){
   margin: 0 18px;
}
/* 图文列表 */
.image-text ul li{
   width: 388px;
   margin-bottom: 30px;
   float: left;
   margin-right:18px;
}
.image-text ul li:nth-child(3n){
    margin-right:0px;
}
.image-text ul li .text-img{
    width: 100%;
    height: 239px;
}
.image-text ul li .text-title{
    width: 100%;
    padding: 0 20px;
    height: 33px;
    box-sizing: border-box;
    line-height: 44px;  
    text-align: center;
    font-size: 16px;
}
.image-text ul li .text-title:hover{
    color: #006BAB;
}
.active-title{
    color: #006BAB;

}
.more-btn{
    height: 42px;
    line-height: 42px;
}
.more-btn p{
    cursor: pointer;
    margin: auto;
    width: 388px;
    height: 42px;
    background: #006BAB;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
}
.service-list .service-title{
    width: 100%;
    height: 49px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #819EBB;
    margin-bottom: 19px;
}
.service-list .service-title .title-item{
    box-sizing: border-box;
    width: 217px;
    height: 49px;
    color: #9AA2AB;
    border-bottom: 3px solid #176ECB;
}
.service-list .service-title .title-item span{
    color: #176ECB;
}
.service-list .service-content ul{
    height: 22px;
}
.service-list .service-content div > span {
    float: left;
    margin-right: 1em;
    font-weight: bold;
    color: #555;
}
.service-list .service-content div:not(:last-child) {
    margin-bottom: 19px;
}
.service-list .service-content ul li{
    margin-right: 1.5em;
    text-align: left;
    height: 100%;
    font-size: 16px;
    color: #9AA2AB;
    line-height: 22px;
    float: left;
}
.service-list .service-content ul li:nth-last-child(1){
    width: 85px;
}
/* 列表页 详情页*/
.detail-content{
    padding-top:12px;
}
.detail-content .detail-left{
    width:794px;
    min-height:200px;
    height:auto;
    float:left;
}
.detail-content .detail-right{
    width:388px;
    min-height:200px;
    height:auto;
    float:right
}
.detail-left  .breadcrumbs{
    color:#6F6F6F;
    font-size: 18px;
}
.detail .title{
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 54px;
    padding-top:12px;

}
.detail .info{
    font-size: 18px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 25px;
    padding:24px 0 12px;
    border-bottom: 1px solid #819EBB;
    position: relative;

}
.detail .btop{
    border-bottom:none;
    padding-top:12px !important;
    border-top: 1px solid #819EBB !important;
    
}
.info .pleft{
    padding-left:50px;
}
.info .time{
    position: absolute;
    right:0;
    width:200px;
    text-align: right;
    
}
.htmlBox{
    padding:24px 0;
}
.htmlBox,.htmlBox p{
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    /* letter-spacing: 40px; */
}
.htmlBox img,.htmlBox p img{
    width:640px;
    height:auto;
    margin:0 auto;

}
.adv-img{
    width:100%;;
}
.adv-img li{
    margin-bottom:20px ;
}
.related-news p{
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #131313;
    line-height: 28px;
    text-align: center;
}
.related-news ul{
    width:100%;
    margin-top:14px;
}
.related-news ul li{
    width:100%;
    height:80px;
    border-top:1px solid #819EBB;
}
.related-news ul li a{
    display: block;
    padding-left:46px;
    position: relative;
    padding-top:13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.news-index{
    display: block;
    width:46px;
    text-align: center;
    position: absolute;
    left:0px;
    font-size:18px;

}
/* 列表 */
.list1,.list2{
    margin-top:24px;
}
.list1 ul li{
    width:100%;
    height:165px;
    border-top:1px solid #819EBB;

}
.list2 ul li{
    width:100%;
    height:190px;
    border-bottom:1px solid #819EBB;

}
.list1 ul li:last-child{
    border-bottom:1px solid #819EBB;
}
.list1 ul li a,.list2 ul li a{
    display: block;
    padding-top:24px;
}
.list1 ul li a .title,.list2 ul li a .title{
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right:24px;

}
.list1 ul li a .time,.list2 ul li a .time{
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 24px;
    padding-top: 24px;
}
.list2 ul li a .time{
    padding-top: 50px;

}
.list2 ul li a{
    padding-left:232px;
}
.list2 ul li a img{
    width:214px;
    height:144px;
    float:left;
    margin-left:-232px;
}
/* //尾部 */

.footer{
    clear: both;
    width:100%;
    height: 120px;
    background: #ECF2FE;
}
.footer-content{
    padding-top:24px;
}
.footer-content p{
    font-size: 16px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 24px;
    text-align: center;  
}
.footer-content p a{
    color:#234C90;
}

