@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .9rem;
}
.vsbcontent_img{/* text-align:center; */}
.v_news_content img{
max-width:80% !important;
}
.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0154A8;
    color: #fff;
    border: 1px solid #0154A8;
}

.pagination a:hover {
    background: #0154A8;
    color: #fff;
    border: 1px solid #0154A8;
}
.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 39.95%;
    background: linear-gradient(270deg, rgba(0, 81, 172, 0) 0%, #0051AC 100%);
    opacity: .6;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.07rem;
    z-index: 3;
}
.n_tit h2{
    font-size: .46rem;
    line-height: .66rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.n_tit h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
}
.n_tit{
    margin-bottom: .42rem;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi *{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    transition: .5s;
}
.posi img{
    display: block;
    width: .18rem;
    margin-right: .08rem;
}
.posi span:not(:nth-child(2)){
    margin: 0 .05rem;
}
.posi a:hover,
.posi a.active{
    color: #0154A8;
}
.n_dh .n_erji li{
    position: relative;
}
.n_dh .n_erji li + li{
    margin-left: .5rem;
}
.n_dh .n_erji li h3{
    position: relative;
    line-height: 1.02rem;
    font-size: .22rem;
    color: #333333;
    transition: .5s;
}
.n_dh .n_erji li h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: .03rem;
    background: #BF0D0D;
    transition: .5s;
}
.n_dh .n_erji li a{
    display: block;
}
.n_dh .n_erji li.active h3:after,
.n_dh .n_erji li:hover h3:after{
    width: 100%;
}
.n_dh .n_erji li.active h3,
.n_dh .n_erji li:hover h3{
    font-weight: 600;
    color: #0154A8;
    font-family: sans-serif;
}
.n_dh .n_erji{
    padding: 0 .4rem;
    position: relative;
    z-index: 2;
}
.n_dh .bg{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((100vw - 16rem) /-2);
    background: #fff url("../images/n_dh.png") no-repeat right center/auto 100%;
    border-radius: .52rem 0 0 .52rem;
    box-shadow: 0 .02rem .19rem 0 rgba(1, 84, 168, 0.1076);
}
.n_dh{
    position: relative;
    z-index: 5;
    margin-top: -.41rem;
}
.inner_page{
    position: relative;
    padding: .6rem 0 1.11rem;
}
.inner_page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.61rem;
    background: url("../images/inner-page.png") no-repeat bottom center/cover;
}
.inner_page:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 8.58rem;
    background: url("../images/inner-page2.png") no-repeat bottom center/100% auto;
}


/*inner_s1*/
.inner_s1 li{
    width: 48.75%;
    position: relative;
    margin-top: .46rem;
}
.inner_s1 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s1 li a{
    position: relative;
    z-index: 2;
    padding: .32rem .82rem .33rem .33rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 li time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .74rem;
    height: .74rem;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-right: .3rem;
}
.inner_s1 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    color: #0154A8;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    margin-top: -.08rem;
    transition: .5s;
}
.inner_s1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #666666;
    margin-top: .05rem;
    transition: .5s;
}
.inner_s1 li time:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: -.05rem;
    background: url("../images/n-img-1.png") no-repeat 50%/100% 100%;
    transition: .5s;
    z-index: -1;
}
.inner_s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff url("../images/n-img-3.png")no-repeat left center/auto 100%;
    border: 1px solid rgba(1, 84, 168, 0.2634);
    border-radius: .04rem;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0154A8 url("../images/n-img-4.png")no-repeat left center/auto 100%;
    border-radius: .04rem;
    box-shadow: 0 .02rem .27rem 0 rgba(1, 84, 168, 0.5573);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li:hover time span,
.inner_s1 li:hover time em{
    color: #fff;
}
.inner_s1 li:hover time:after{
    background-image: url("../images/n-img-2.png");
}
.inner_s1 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}

/*inner_s2*/

.inner_s2 li a{
    position: relative;
    z-index: 2;
    padding-top: .22rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s2 li a time{
    display: block;
    position: relative;
    width: 1.11rem;
    margin-right: .43rem;
    flex-shrink: 0;
}
.inner_s2 li time span{
    display: block;
    font-size: .46rem;
    line-height: .66rem;
    color: #0154A8;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
}
.inner_s2 li time em{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
}
.inner_s2 li a time:after{
    position: absolute;
    content: '';
    right: 0;
    top: -.22rem;
    bottom: -.09rem;
    width: 1px;
    background: #979797;
    opacity: .2;
}
.inner_s2 li .txt{
   flex: 1;
    overflow: hidden;
    margin-top: .13rem;
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s2 li p{
    margin-top: .12rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .24rem;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    height: 1px;
    width: 1.53rem;
    background: #0154A8;
    opacity: .5;
}
.inner_s2 li{
    position: relative;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.inner_s2 li + li{
    margin-top: .46rem;
}
.inner_s2 li:hover h3{
    color: #0154A8;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}

/*inner_s3*/
.inner_s3 li a{
    position: relative;
    z-index: 2;
    padding: .42rem 0 .38rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.inner_s3 li .pic{
    width: 4.6rem;
    height: 2.58rem;
}
.inner_s3 li .txt{
    width: calc(100% - 4.95rem);
}
.inner_s3 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #666666;
    transition: .5s;
}
.inner_s3 li time span{
    display: block;
    font-size: .26rem;
    line-height: .38rem;
    color: #0154A8;
    margin-right: .05rem;
    transition: .5s;
}
.inner_s3 li i{
    margin-top: .18rem;
    display: block;
    width: 1.02rem;
    height: .02rem;
    background: #0154A8;
    transition: .5s;
}
.inner_s3 li h3{
    margin-top: .2rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s3 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .16rem;
    transition: .5s;
}
.inner_s3 li h5{
    margin-top: .2rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    transition: .5s;
}
.inner_s3 li h5 em{
    display: block;
    width: .18rem;
    height: .18rem;
    margin-left: .05rem;
    background: url("../images/n-img-6.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.inner_s3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: -1px;
    background: #0154A8 url("../images/n-img-8.png") no-repeat right bottom/cover;
    box-shadow: 0 .02rem .25rem 0 rgba(1, 84, 168, 0.3261);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s3 li{
    position: relative;
    border-bottom: 1px dashed rgba(1, 84, 168, 0.3);
}
.inner_s3 li:hover time{
    color: #fff;
}
.inner_s3 li:hover time span{
    color: #fff;
}
.inner_s3 li:hover i{
    background: #B4A56C;
}
.inner_s3 li:hover h3,
.inner_s3 li:hover p,
.inner_s3 li:hover h5{
    color: #fff;
}
.inner_s3 li:hover h5 em{
    background-image: url("../images/n-img-7.png");
}
.inner_s3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s3 li:hover a{
    padding: .42rem .4rem .38rem;
}
/*inner_s4*/
.inner_s4 .dtl_l{
    width: 72.5%;
}
.inner_s4 .dtl_tit h1{
    font-size: .3rem;
    line-height: .42rem;
    color: #333333;
    text-align: center;
    font-family: sans-serif;
    vertical-align: bottom;
    display:block;
    font-weight: 600;
}
.inner_s4 .dtl_tit .cont{
    margin-top: .37rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s4 .dtl_tit .cont .li{
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
    margin: 0 .36rem;
}
/* share */
.share{}
.social-share{display: flex;align-items: center;justify-content: flex-end;}
.social-share *{}
.social-share .icon-tencent:before{content:"\f07a"}
.social-share .icon-qq:before{content:"\f11a"}
.social-share .icon-weibo:before{content:"\f12a"}
.social-share .icon-wechat:before{content:"\f09a"}
.social-share .icon-douban:before{content:"\f10a"}
.social-share .icon-heart:before{content:"\f20a"}
.social-share .icon-like:before{content:"\f00a"}
.social-share .icon-qzone:before{content:"\f08a"}
.social-share .icon-linkedin:before{content:"\f01a"}
.social-share .icon-diandian:before{content:"\f05a"}
.social-share .icon-facebook:before{content:"\f03a"}
.social-share .icon-google:before{content:"\f04a"}
.social-share .icon-twitter:before{content:"\f06a"}
.social-share a:before{display:none}
.social-share a{position:relative;text-decoration:none;margin:0 .04rem 0;display:inline-block;outline:none;}
.social-share .social-share-icon{position:relative;display:inline-block;width: 0.18rem;height: 0.18rem;font-size: 0.16rem;border-radius: 50%;line-height: 0.18rem;color: #fff;text-align:center;vertical-align:middle;transition: 0.6s ease-out 0s;background: #fff;}
.social-share .social-share-icon:hover{}
.social-share .icon-weibo{}
.social-share .icon-weibo:hover{}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-tencent:hover{background:#56b6e7}
.social-share .icon-qq{}
.social-share .icon-qq:hover{}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;}
.social-share .icon-qzone:hover{background: #FDBE3D;}
.social-share .icon-douban{color:#33b045;border-color:#33b045}
.social-share .icon-douban:hover{background:#33b045}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}
.social-share .icon-linkedin:hover{background:#0077B5}
.social-share .icon-facebook{color:#44619D;border-color:#44619D}
.social-share .icon-facebook:hover{background:#44619D}
.social-share .icon-google{color:#db4437;border-color:#db4437}
.social-share .icon-google:hover{background:#db4437}
.social-share .icon-twitter{color:#55acee;border-color:#55acee}
.social-share .icon-twitter:hover{background:#55acee}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}
.social-share .icon-diandian:hover{background:#307DCA}
.social-share .icon-wechat{position:relative;color:#7bc549;border-color: #7bc549 !important;}
.social-share .icon-wechat:hover{}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index: 100;bottom: -2.05rem;left: -.9rem;width: 2rem;height: 1.92rem;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;top: auto;}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height: .26rem;line-height: .26rem;font-size: .12rem;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width: 1.05rem;margin: .1rem auto;}
.social-share .icon-wechat .wechat-qrcode .qrcode img{max-width: 100%;margin: 0 auto;display: block;}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height: .16rem;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;top: -16px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color: transparent transparent #fff transparent;}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share .icon-wechat{background: url("../images/n-img-9.png") no-repeat 50%/100%}
.social-share .icon-weibo{background: url("../images/n-img-10.png") no-repeat 50%/100%}
.social-share .icon-qq{background: url("../images/n-img-11.png") no-repeat 50%/100%}

.inner_s4 .dtl_tit {
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.inner_s4 .dtl_txt{
    margin-top: .35rem;
}
.inner_s4 .dtl_txt p{
    font-size: .2rem !important;
    line-height: 1.6 !important;
    color: #333333;
    text-indent: 2em;
}
.inner_s4 .dtl_txt p + p{
    margin-top: .36rem;
}
.inner_s4 .dtl_txt p img{
    display: inline;
    /* display: block; */
    /* width: auto !important; */!i;!;
    /* height: auto !important; */
    max-width: 100%;
    margin: 0 auto;
}
.inner_s4 .dtl_page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    transition: .5s;
}
.inner_s4 .dtl_page p + p{
    margin-top: .2rem;
}
.inner_s4 .dtl_page p:hover{
    font-weight: 600;
    color: #0154A8;
    font-family: sans-serif;
}
.inner_s4 .dtl_page{
    padding-top: .57rem;
    margin-top: .57rem;
    border-top: .02rem solid #0154A8;
}
.inner_s4 .dtl_r{
    width: 22.6875%;
}
.inner_s4 .dtl_r h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #17468D;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s4 .dtl_r .top a{
    display: block;
    position: relative;
}
.inner_s4 .dtl_r .top a .pic{
    padding-top: 2.05rem;
}
.inner_s4 .dtl_r .top a h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .13rem;
    padding: 0 .14rem;
    z-index: 3;
}
.inner_s4 .dtl_r .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 35.12%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.inner_s4 .dtl_r .top{
    margin-top: .4rem;
}
.inner_s4 .dtl_r .bot li a{
    display: block;
    padding: .24rem 0;
}
.inner_s4 .dtl_r .bot li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    height: .52rem;
    transition: .5s;
}
.inner_s4 .dtl_r .bot li time{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #17468D;
    margin-top: .1rem;
}
.inner_s4 .dtl_r .bot li{
    border-bottom: 1px dashed rgba(151, 151, 151, 0.3);
}
.inner_s4 .dtl_r .bot li:hover h3{
    color: #0154A8;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s4 .dtl_r .bot{
    margin-top: .13rem;
}
.inner_s4{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*inner_s5*/
.inner_s5 .item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s5 .item ul li{
    width: 16.75%;
    margin: 1.07rem 0 0 4.0625%;
}
.inner_s5 .item ul li:nth-child(5n+1){
    margin-left: 0;
}
.inner_s5 .item ul li:nth-child(-n+5){
    margin-top: 0;
}
.inner_s5 .item ul li a{
    display: block;
    position: relative;
}
.inner_s5 .item ul li .pic{
    padding-top: 3.57rem;
}
.inner_s5 .item ul li h3{
    font-weight: 500;
    font-size: .26rem;
    line-height: .38rem;
    color: #0154A8;
    font-family: sans-serif;
}
.inner_s5 .item ul li h4{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    margin-top: .11rem;
}
.inner_s5 .item ul li .txt{
    text-align: center;
    padding: .22rem 0 .22rem;
}
.inner_s5 .item ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #0154A8;
    transition: .5s;
}
.inner_s5 .item ul li:hover a:after{
    background: #B4A56C;
}
.inner_s5 .item1 ul{
    justify-content: center;
}
.inner_s5 .item + .item{
    margin-top: 1.07rem;
}

/*inner_s6*/
.inner_s6 .item_top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.inner_s6 .item_top h3{
    position: relative;
    font-size: .3rem;
    line-height: .42rem;
    color: #0154A8;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
    margin-right: .26rem;
    flex-shrink: 0;
}
.inner_s6 .item_top h3:after{
    position: absolute;
    content: '';
    top: -.04rem;
    right: -.14rem;
    width: .37rem;
    height: .37rem;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(2, 141, 211, 0) 0%, #0154A8 99%);
    opacity: .132;
}
.inner_s6 .item_top i:before{
    position: absolute;
    content: '';
    left: 22.74%;
    top: .03rem;
    width: .26rem;
    height: .28rem;
    background: url("../images/s4-img-1.png") no-repeat 50%/100%;
}
.inner_s6 .item_top i{
    flex: 1;
    height: .17rem;
    position: relative;
    background: url("../images/n-img-15.png") no-repeat left center/auto 100%;
    margin-bottom: .1rem;
}

.inner_s6 .item_bot ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item_bot ul li{
    width: 23.125%;
    position: relative;
    margin: .4rem 0 0 2.5%;
    background: #fff url("../images/n-img-18.png") no-repeat left center/contain;
    box-shadow: 0 .02rem .1rem 0 rgba(211, 211, 211, 0.5);
}
.inner_s6 .item_bot ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s6 .item_bot ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s6 .item_bot ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .83rem;
    position: relative;
    z-index: 2;
    font-size: .2rem;
    color: #333333;
    padding: 0 .1rem;
    transition: .5s;
}
.inner_s6 .item_bot ul li i{
    margin-left: .1rem;
    display: block;
    width: .21rem;
    height: .22rem;
    background: url("../images/n-img-16.png") no-repeat 50%/100%;
    transition: .5s;
    flex-shrink: 0;
}
.inner_s6 .item_bot ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .04rem;
    background: #0154A8;
}
.inner_s6 .item_bot ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154A8 url("../images/n-img-19.png") no-repeat 50%/contain;
    box-shadow: 0 .02rem .16rem 0 rgba(1, 84, 168, 0.4065);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 .item_bot ul li:hover a{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s6 .item_bot ul li:hover i{
    background-image: url("../images/n-img-17.png");
}
.inner_s6 .item_bot ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s6 .item_bot{
    margin-top: .51rem;
}
.inner_s6 .item + .item{
    margin-top: 1.06rem;
}

/*inner_s7*/

.inner_s7 .para p,
.inner_s7 .para p *{
    font-size: .2rem !important;
    line-height: 1.7!important;
    color: #333333;
}
.inner_s7 .para p + p{
    margin-top: .3rem;
}
.inner_s7 .imgBox{
    overflow: auto;
}
.inner_s7 .imgBox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s7 .item1 .item_l{
    width: 39.5%;
}
.inner_s7 .item1 .imgBox{
    height: 3.58rem;
}
.inner_s7 .item1 .imgBox img{
    object-position: top center;
}
.inner_s7 .item1 .item_r{
    width: 57.125%;
    margin-top: 1.1rem;
}
.inner_s7 .item1 h3{
    font-size: .36rem;
    line-height: .52rem;
    color: #0154A8;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-bottom: .46rem;
}
.inner_s7 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.inner_s7 .item2{
    margin-top: .63rem;
}
.inner_s7 .item3 .para p,
.inner_s7 .item3 .para p *{
    color: #fff;
}
.inner_s7 .item3{
    margin-top: .52rem;
    padding: .51rem .42rem;
    background: #0154A8;
}
.nList01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nList01 li a{
    padding-top: .18rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.nList01 li .icon{
    width: 2.18rem;
    height: 2.18rem;
    position: relative;
    flex-shrink: 0;
}
.nList01 li .icon img{
    max-width: 1.1rem;
    max-height: .93rem;
    z-index: 3;
}
.nList01 li .icon:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -.18rem;
    background: url("../images/n-img-21.png") no-repeat 50%/100%;
}
.nList01 li .icon:after{
    position: absolute;
    content: '';
    left: .13rem;
    right: .13rem;
    bottom: .13rem;
    top: .13rem;
    background: #0154A8;
    opacity: .0637;
    border-radius: 50%;
}
.nList01 li .txt{
    flex: 1;
    position: relative;
    margin: .05rem 0 0 -.35rem;
    z-index: 2;
}
.nList01 li h3{
    display: flex;
    align-items: baseline;
    font-size: .2rem;
    line-height: 1;
    color: #0154A8;
}
.nList01 li h3 span{
    display: block;
    font-size: .5rem;
    line-height: 1;
}
.nList01 li h4{
    font-size: .2rem;
    line-height: 1;
    color: #666666;
    margin-top: .12rem;
}

.inner_s7 .swiper .swiDots{
    margin-top: .54rem;
    font-size: 0;
    position: static;
}
.inner_s7 .swiper .swiDots span{
    width: .41rem;
    height: .11rem;
    margin: 0 .09rem;
    background: #CFCFCF;
    border-radius: 50vw;
    opacity: .5;
}
.inner_s7 .swiper .swiDots span.active{
    opacity: 1;
    background: #0154A8;
}
.inner_s7 .item4{
    margin-top: .62rem;
}
.inner_s7 .item5{
    margin-top: .62rem;
}
.inner_s7 .item6 img{
    display: block;
    width: 100%;
}
.inner_s7 .item6 {
    margin-top: .62rem;
}

/*inner_s8*/

.inner_s8 .item1{
    position: relative;
}
.inner_s8 .item1 .item_l{
    width: 62.375%;
    height: 5.89rem;
    padding: .54rem .53rem;
    background: #fff;
}
.inner_s8 .item1 h3{
    font-size: .3rem;
    line-height: .42rem;
    color: #0154A8;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item1 i:before{
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 1.87rem;
    background: #BF0D0D;
}
.inner_s8 .item1 i{
    margin-top: .24rem;
    position: relative;
    display: block;
    height: 1px;
    background: rgba(151, 151, 151, 0.3);
}
.inner_s8 .para p,
.inner_s8 .para p *{
    font-size: .2rem !important;
    line-height: 1.5 !important;
    color: #333333;
}
.inner_s8 .para p + p{
    margin-top: .3rem;
}
.inner_s8 .item1 .para{
    margin-top: .57rem;
    overflow: hidden;
}
.inner_s8 .item1 .item_r{
    width: 37.625%;
    position: relative;
}
.inner_s8 .item1 .box1{
    position: absolute;
    top: -1.24rem;
    width: 6.05rem;
    left: -3.27rem;
    bottom: 0;
    background: linear-gradient(180deg, #0154A8 0%, rgba(1, 84, 168, 0) 100%);
    opacity: 0.6198;
    z-index: -1;
}
.inner_s8 .item1 .box2{
    position: relative;
    z-index: 2;
    width: 3.64rem;
    margin-left: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s8 .item1 .box2 .li img{
    display: block;
    width: .66rem;
}
.inner_s8 .item1 .box2 .li:nth-child(1){
    margin-top: -1.26rem;
}
.inner_s8 .item1 .box3{
    position: absolute;
    bottom: 0;
    /* left: -3.84rem; */
    right: calc((100vw - 16rem) / -2);
}
.inner_s8 .item1 .box3 img{
    max-width: 784px;
    display: block;
    width: 100%;
}
.inner_s8 .item1:after{
    position: absolute;
    content: '';
    top: -1.86rem;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #0154A8;
    opacity: 0.1006;
    transform: translateX(-50%);
    z-index: -1;
}
.inner_s8 .item1{
    position: relative;
    z-index: 2;
    margin-top: .64rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s8 .item2{
    margin-top: .89rem;
}
.inner_s8 .item3{
    margin-top: .75rem;
}

/*inner_s9*/

.inner_s9 .left{
    width: 1.74rem;
}
.nList2{
    position: relative;
    padding-left: .41rem;
}
.nList2 li a{
    display: block;
    font-size: .22rem;
    line-height: .53rem;
    color: #fff;
    text-align: center;
    background: rgba(1, 84, 168, 0.29);
    transition: .5s;
}
.nList2 li + li{
    margin-top: .4rem;
}
.nList2 li.active a,
.nList2 li:hover a{
    background: rgba(1, 84, 168,1);
}
.nList2 .plane:before{
    position: absolute;
    content: '';
    left: .12rem;
    top: 0;
    bottom: 0;
    border-left: .01rem dashed #0154A8;
    opacity: .4;
}
.nList2 .plane span{
    position: absolute;
    left: 0;
    top: 0;
    width: .26rem;
    height: .53rem;
    background: url("../images/s4-img-1.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.nList2 .plane{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .26rem;
}

.inner_s9 .right{
    width: calc(100% - 2.48rem);
}
.inner_s9 .art_con{
    padding: .76rem .5rem 1rem;
    background: #fff;
    box-shadow: 0 .02rem .23rem 0 rgba(106, 106, 106, 0.211);
}
.inner_s9 .art_tit h2{
    font-size: .46rem;
    line-height: .66rem;
    color: #333;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s9 .art_txt p,
.inner_s9 .art_txt p *{
    font-size: .22rem;
    line-height: .34rem !important;
    color: #333333;
}
.inner_s9 .art_txt p + p{
    margin-top: .46rem;
}
.inner_s9 .art_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
}
.inner_s9 .art_txt{
    margin-top: 1.04rem;
}
.inner_s9{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0154a8;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #0154a8;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #0154a8;
}

@media (max-width: 1199px){
    .n_banner{
    }
    #m_n_nav{
        display: block;
    }
    .n_dh{
       display: none;
    }

    .n_tit{
        display: none;
    }
    .n_banner .top{
        bottom: .1rem;
    }
    .n_banner:after{
        top: auto;
        width: 100%;
        height: 35%;
        background: linear-gradient(180deg, rgba(0, 81, 172, 0) 0%, #0051AC 100%);
    }
    .inner_page:before{
        top: 0;
    }
    .inner_s8 .item1 .box3{
        right: -15px;
    }

}
@media (max-width: 1025px){
    .inner_page{
        padding: .4rem 0;
    }
    .inner_s1 li{
        width: 49%;
        margin: 0;
    }
    .inner_s1 ul{
        gap: .26rem 2%;
    }
    .inner_s1 li a{
        padding: .2rem;
    }
    .inner_s1 li time{
        margin-right: .2rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s2 li time span{
        font-size: .32rem;
        line-height: .42rem;
    }
    .inner_s2 li time em{
        font-size: .14rem;
        line-height: .24rem;
    }
    .inner_s2 li a time{
        width: .75rem;
        margin-right: .2rem;
    }
    .inner_s2 li a time:after{
        top: -.1rem;
        bottom: -.05rem;
    }
    .inner_s2 li .txt{
        margin-top: .05rem;
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
    .inner_s2 li a{
        padding-top: .1rem;
    }
    .inner_s2 li + li{
        margin-top: .3rem;
    }
    .inner_s3 li .pic {
        width: 3.7rem;
        height: 2.58rem;
    }
    .inner_s3 li .txt {
        width: calc(100% - 4rem);
    }
    .inner_s3 li i {
        margin-top: .1rem;
    }
    .inner_s3 li h3 {
        margin-top: 0.1rem;
    }
    .inner_s3 li p{
        margin-top: .1rem;
    }
    .inner_s3 li h5{
        margin-top: .1rem;
    }

    .inner_s3 li a,
    .inner_s3 li:hover a{
        padding: .2rem 0;
    }
    .inner_s3 li:after{
        left: -15px;
        right: -15px;
    }
    .inner_s4 .dtl_l{
        width: 100%;
    }
    .inner_s4 .dtl_tit h1{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s4 .dtl_tit .cont{
        margin-top: .1rem;
        gap: .1rem .2rem;
    }
    .inner_s4 .dtl_tit .cont .li{
        font-size: .16rem;
        margin: 0;
    }
    #share-2{
        display: none;
    }
    .inner_s4 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s4 .dtl_txt{
        margin-top: .3rem;
    }
    .inner_s4 .dtl_txt p{
        font-size: .18rem !important;
    }
    .inner_s4 .dtl_txt p + p{
        margin-top: .16rem;
    }
    .inner_s4 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s4 .dtl_page p{
        font-size: .18rem;
        line-height: 1.6em;
    }
    .inner_s4 .dtl_page p + p{
        margin-top: .05rem;
    }
    .inner_s4 .dtl_r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s4 .dtl_r h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s4 .dtl_r .top a .pic{
        padding-top: 56.47%;
    }
    .inner_s4 .dtl_r .top a h3{
        font-size: .18rem;
    }
    .inner_s4 .dtl_r .top{
        margin-top: .2rem;
    }
    .inner_s4 .dtl_r .bot li a{
        padding: .15rem 0;
    }
    .inner_s4 .dtl_r .bot li time{
        margin-top: .05rem;
    }
    .inner_s5 .item ul li .pic{
        padding-top: 133.21%;
    }
    .inner_s5 .item ul li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s5 .item ul li h4{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .inner_s5 .item ul li .txt{
        padding: .1rem 0;
    }
    .inner_s5 .item ul li{
        width: 18.4%;
        margin: 0;
    }
    .inner_s5 .item ul{
        gap: .26rem 2%;
    }
    .inner_s5 .item + .item{
        margin-top: .26rem;
    }
    .inner_s6 .item_top h3{
        font-size: .26rem;
        line-height: .4rem;
        margin-right: .1rem;
    }
    .inner_s6 .item_top i:before{
        width: .2rem;
        height: .22rem;
        left: 10%;
        top: 0;
    }
    .inner_s6 .item_bot ul li i{
        width: .16rem;
        height: .16rem;
    }
    .inner_s6 .item_bot ul li a{
        font-size: .18rem;
        height: .8rem;
    }
    .inner_s6 .item_bot ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s6 .item_bot ul{
        gap: .2rem 2%;
    }
    .inner_s6 .item_bot{
        margin-top: .3rem;
    }
    .inner_s6 .item + .item{
        margin-top: .4rem;
    }
    .inner_s7 .item1 .item_r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s7 .item1 h3{
        font-size: .26rem;
        line-height: .3rem;
        margin-bottom: .1rem;
    }
    .inner_s7 .para p, .inner_s7 .para p *{
        font-size: .18rem !important;
        line-height: 1.8em !important;
    }
    .inner_s7 .para p + p{
        margin-top: .2rem;
    }
    .inner_s7 .item1 .item_l{
        width: 100%;
    }
    .inner_s7 .item1 .imgBox{
        height: auto;
    }
    .inner_s7 .item2{
        margin-top: .2rem;
    }
    .inner_s7 .item3{
        padding: .2rem ;
        margin-top: .2rem;
    }
    .nList01 li .icon{
        width: 1rem;
        height: 1rem;
    }
    .nList01 li .icon:after{
        inset: .05rem;
    }
    .nList01 li .icon:before{
        top: -.1rem;
    }
    .nList01 li .icon img{
        max-width: 50%;
        max-height: 50%;
    }
    .nList01 li h3 span{
        font-size: .3rem;
    }
    .nList01 li h3{
        font-size: .18rem;
        justify-content: center;
    }
    .nList01 li h4{
        font-size: .18rem;
        margin-top: .05rem;
    }
    .nList01 li .txt{
        flex: auto;
        width: 100%;
        margin: .1rem 0 0 ;
        text-align: center;
    }
    .nList01 li a{
        padding-top: .1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nList01 li{
        width: 25%;
    }
    .inner_s7 .swiper .swiDots span{
        width: .25rem;
        height: .03rem;
        margin: 0 .05rem;
    }
    .inner_s7 .swiper .swiDots{
        margin-top: .2rem;
    }
    .inner_s7 .item4{
        margin-top: .2rem;
    }
    .inner_s7 .item5,
    .inner_s7 .item6{
        margin-top: .2rem;
    }
    .inner_s8 .item1 .item_l{
        width: 100%;
        padding: .2rem;
        height: auto;
    }
    .inner_s8 .item1 h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s8 .item1 i{
        margin-top: .15rem;
    }
    .inner_s8 .para p, .inner_s8 .para p *{
        font-size: .18rem !important;
    }
    .inner_s8 .item1 .para{
        margin-top: .1rem;
        max-height: none;
    }
    .inner_s8 .item1 .item_r{
        width: 100%;
    }
    .inner_s8 .item1 .box1,
    .inner_s8 .item1 .box2{
        display: none;
    }
    .inner_s8 .item1 .box3{
        position: static;
    }
    .inner_s8 .item1:after{
        display: none;
    }
    .inner_s8 .item1{
        margin-top: 0;
        background: #fff;
    }
    .inner_s8 .item2{
        margin-top: .2rem;
    }
    .inner_s8 .item3{
        margin-top: .2rem;
    }
    .inner_s9 .left{
        display: none;
    }
    .inner_s9 .right{
        width: 100%;
    }
    .inner_s9 .art_con{
        padding: .2rem;
    }
    .inner_s9 .art_tit h2{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s9 .art_txt{
        margin-top: .2rem;
    }
    .inner_s9 .art_txt p{
        font-size: .18rem !important;
        line-height: 1.8em !important;
    }
    .inner_s9 .art_txt p + p{
        margin-top: .16rem;
    }
}
@media (max-width: 769px){
    .inner_s1 li {
        width: 100%;
    }
    .inner_s3 li .pic {
        width: 100%;
        height: auto;
        padding-top: 56.08%;
    }
    .inner_s3 li .txt{
        width: 100%;
        margin-top: .15rem;
    }
    .inner_s3 li p{
        margin-top: .05rem;
    }
    .inner_s5 .item ul li{
        width: 32%;
    }
    .inner_s6 .item_bot ul li{
        width: 49%;
    }
    .nList01 li{
        width: 50%;
    }
    .nList01{
        gap: .2rem 0;
    }
}
@media (max-width: 481px){
    /*.inner_s5 .item ul li{
        width: 49%;
    }*/
    .inner_s6 .item_bot ul li{
        width: 100%;
    }
}
.inner_s8 .item1 .box2 .li:nth-child(2){
        margin-top: -1.11rem;
}
/*2025-07-18*/

.inner_s10 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s10 ul li{
    width: 32%;
    margin: .4rem 0 0 2%;
}
.inner_s10 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s10 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s10 ul li a{
    display: block;
    position: relative;
}
.inner_s10 ul li .pic{
    padding-top: 2.9rem;
}
.inner_s10 ul li h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .2rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    z-index: 3;
}
.inner_s10 ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45.98%;
    background: linear-gradient(180deg, transparent 0%, rgba(47, 39, 52, 0.89) 100%);
    transition: .5s;
}

@media (max-width: 1025px) {
    .inner_s10 ul li{
        margin: 0;
    }
    .inner_s10 ul{
        gap: .26rem 2%;
    }
    .inner_s10 ul li .pic{
        padding-top: 57.97%;
    }
}
@media (max-width: 769px) {
    .inner_s10 ul li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .inner_s10 ul li{
        width: 100%;
    }
}
@media(max-width: 1024px) {
.v_news_content table{

width: auto;

display: block;//

pc端去掉该属性，否则无法居中
}
}
.v_news_content table{white-space: nowrap;margin:0 auto !important;overflow-x: auto;  //显示滚动条white-space: nowrap; //表格内容强制不换行}
.v_news_content td p{
text-align:center;
text-indent:0 !important;
}
.v_news_content td {
    border: 1px solid #000;
}
/*n_erji*/

.n_erji .s-link{
    position: absolute;
    top: 100%;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: transform .5s;
    transform-origin: top;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 0 0 .05rem .05rem;
    overflow: hidden;
}

.n_erji .s-link a {
    display: block;
    padding: .05rem .1rem;
    line-height: 2;
    transition: .6s;
    font-size: .15rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}
.n_erji .s-link a:last-child{
    border: none;
}
.n_erji .s-link a:hover {
    color: #fff;
    background: #0154a8;
}

.n_erji li:hover .s-link {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}