@charset "utf-8";
.pagination {
    text-align: right;
    font-size: 0;
    padding-top: 1.13rem;
}

.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: #0538ad;
    color: #fff;
    border: 1px solid #0538ad;
}

.pagination a:hover {
    background: #0538ad;
    color: #fff;
    border: 1px solid #0538ad;
}

.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 5;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.posi *{
    display: block;
    font-size: .14rem;
    line-height: .28rem;
    color: #fff;
    transition: .5s;
}
.posi span:not(:first-child){
    margin: 0 .04rem;
}
.posi a:hover,
.posi a.active{
    color: #04B78F;
}
.inner_page:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.34rem;
    height: 2.39rem;
    background: url("../images/s5-img-3.png") no-repeat top right/auto 100% ;
}
.inner_page{
    position: relative;
    padding: 0 0 4.03rem;
    background: #fff url("../images/inner_page.png") no-repeat bottom center/100% auto;
}
.leftNav{
    width: 16.6875%;
    position: relative;
    z-index: 2;
    margin-top: -1.43rem;
    align-self: flex-start;
    background: url("../images/n-left2.png") no-repeat top center/100% auto;
}
.leftNav:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .5rem;
    bottom: 0;
    background: linear-gradient(180deg, #1964CA 3%, #359BF8 100%);
    border-radius: .1rem;
}
.leftNav .tit h2:after{
    position: absolute;
    content: '';
    left: -.26rem;
    bottom: -.07rem;
    width: 2.28rem;
    height: .59rem;
    background: url("../images/tit-1.png") no-repeat left bottom/auto 100%;
}
.leftNav .tit h2{
    font-size: .46rem;
    color: #fff;
    line-height: .67rem;
    position: relative;
    font-family: 'DingTalk',sans-serif;
}
.leftNav .tit{
    padding: .49rem .08rem .1rem;
    height: 1.43rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.leftNav .box h3{
    position: relative;
    font-size: .2rem;
    line-height: .76rem;
    padding: 0 .35rem 0 .22rem;
    transition: .5s;
}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: -.23rem;
    top: 0;
    bottom: 100%;
    width: .08rem;
    background: #04B78F;
    transition: .5s;
}
.leftNav .box h3 i{
    position: absolute;
    top: 50%;
    right: .07rem;
    width: .16rem;
    height: .16rem;
    transform: translateY(-50%);
    background: url("../images/n-left-1.png") no-repeat 50%/100%;
    cursor: pointer;
}
.leftNav .box a{
    display: block;
}
.leftNav .box .s-link a{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    transition: .5s;
}
.leftNav .box .s-link a + a{
    margin-top: .15rem;
}
.leftNav .box .s-link a:hover,
.leftNav .box .s-link a.active{
    color: #04B78F;
}
.leftNav .box .s-link{
    padding: 0 .22rem .26rem;
    display: none;
}
.leftNav .box{
    border-bottom: 1px dashed #CBD9F4;
}
.leftNav .box.active .s-link{
    display: block;
}
.leftNav .box.active h3::before,
.leftNav .box:hover h3::before{
    bottom: -1px;
}
.leftNav .box.active h3,
.leftNav .box:hover h3{
    color: #04b78f;
    font-weight: bold;
}
.leftNav .block{
    position: relative;
    min-height: 6.03rem;
    margin-left: .08rem;
    padding: .25rem .15rem;
    background: #fff url("../images/n-left.png") no-repeat bottom center/100% auto;
    border-radius: .1rem;
    z-index: 2;
}
.rightBox{
    width: 78.9375%;
}
.n_dh ul{
    display: flex;
    flex-wrap: wrap;
}
.n_dh li{
    position: relative;
    margin-right: .29rem;
    border: 1px solid rgba(5, 56, 173, 0.3);
    border-radius: .13rem;
}
.n_dh li a{
    min-width: 2.1rem;
    display: block;
    font-size: .26rem;
    line-height: .58rem;
    color: #464646;
    position: relative;
    padding: 0 .1rem;
    z-index: 2;
    text-align: center;
    transition: .5s;
}
.n_dh li:before{
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #0538AD;
    border-radius: .13rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_dh li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    border: .1rem solid transparent;
    border-top-color: #0538AD;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_dh li.active:before,
.n_dh li.active:after,
.n_dh li:hover:before,
.n_dh li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_dh li.active a,
.n_dh li:hover a{
    color: #fff;
    font-weight: bold;
}


/*inner_s1*/
.inner_s1 li a{
    position: relative;
    z-index: 2;
    padding: .32rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 li .pic{
    width: 2.94rem;
    height: 1.78rem;
    border-radius: .1rem;
}
.inner_s1 li .txt{
    width: calc(100% - 3.4rem);
    position: relative;
    padding-right: 1.19rem;
}
.inner_s1 li h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #050505;
    transition: .5s;
}
.inner_s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: rgba(5, 5, 5, 0.6);
    height: .52rem;
    margin-top: .11rem;
}
.inner_s1 li time{
    margin-top: .36rem;
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #04B78F;
    font-family: 'DingTalk',sans-serif;
}
.inner_s1 li h6{
    position: absolute;
    right: .3rem;
    top: 50%;
    width: .32rem;
    height: .32rem;
    background: url("../images/n-img-2.png") no-repeat 50%/100% auto;
    transform: translateY(-50%);
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-3.png") no-repeat right center/auto 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 li{
    position: relative;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.inner_s1 li:hover h3{
    color: #0538AD;
    font-weight: bold;
}
.inner_s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1{
    margin-top: .63rem;
}

/*inner_s2*/

.inner_s2 .bot li{
    position: relative;
    background: rgba(5, 56, 173, 0.04);
}
.inner_s2 .bot li:nth-child(2n){
    background: rgba(195, 195, 195, 0.07);
}
.inner_s2 .bot li a{
    position: relative;
    z-index: 2;
    height: .75rem;
    padding: 0 .3rem 0 .22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 .bot li h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    padding-left: .3rem;
    background: url("../images/n-img-4.png") no-repeat left center/.21rem .16rem;
    transition: .5s;
}
.inner_s2 .bot li time{
    display: block;
    font-size: .2rem;
    color: #0538AD;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner_s2 .bot li:hover h3{
    color: #0538AD;
    font-weight: bold;
}
.inner_s2 .bot{
    margin-top: .6rem;
}
.inner_s2{
    margin-top: .8rem;
}

/*inner_s3*/
.inner_s3 .item_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s3 .item_tit i{
    flex: 1;
    display: block;
    height: .06rem;
    background: url("../images/n-img-5.png") repeat-x 50%/auto 100%;
}
.inner_s3 .item_tit h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #0538AD;
    font-weight: bold;
    margin: 0 .21rem;
    flex-shrink: 0;
}
.inner_s3 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 .item_ul li{
    width: 16.47%;
    margin: .43rem 0 0 4.4125%;
    background: rgba(5, 56, 173, 0.03);
    box-shadow: 0 .02rem .06rem 0 rgba(203, 203, 203, 0.5);
    border-radius: .1rem;
    overflow: hidden;
    transition: .5s;
}
.inner_s3 .item_ul li:nth-child(5n+1){
    margin-left: 0;
}
.inner_s3 .item_ul li:nth-child(-n+5){
    margin-top: 0;
}
.inner_s3 .item_ul li a{
    display: block;
}
.inner_s3 .item_ul li .pic{
    padding-top: 2.66rem;
}
.inner_s3 .item_ul li h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #050505;
    text-align: center;
    transition: .5s;
}
.inner_s3 .item_ul li .txt{
    padding: .24rem .1rem .23rem;
}
.inner_s3 .item_ul li:hover h3{
    color: #0538AD;
    font-weight: bold;
}
.inner_s3 .item_ul li:hover{
    box-shadow: 0 .02rem .15rem 0 rgba(5, 56, 173, 0.5536);
}
.inner_s3 .item_ul{
    margin-top: .52rem;
}
.inner_s3 .item + .item{
    margin-top: .86rem;
}
.inner_s3{
    margin-top: .7rem;
}

/*inner_s4*/
.inner_s4 h3{
    margin-top: .38rem;
    font-size: .2rem;
    line-height: .26rem;
    color: #0538AD;
}
.inner_s4 .item_ul li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: rgba(5, 56, 173, 0.04);
}
.inner_s4 .item_ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px dashed rgba(5, 56, 173, 0.2);
}
.inner_s4 .item_ul li:nth-child(2n){
    background: rgba(255, 255, 255, 0.4);
}
.inner_s4 .item_ul li a{
    display: block;
    width: 12.5%;
    font-size: .2rem;
    line-height: .74rem;
    text-align: center;
    transition: .5s;
}
.inner_s4 .item_ul li a:hover{
    color: #0538AD;
    font-weight: bold;
}
.inner_s4 .item_ul{
    margin-top: .3rem;
}
.inner_s4{
    margin-top: .7rem;
    border-top: .04rem solid #0538AD;
}

/*inner_s5*/
.inner_s5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s5 ul li{
    position: relative;
    width: 47.74%;
    margin-top: .53rem;
    box-shadow: 0 .02rem 14px 0 rgba(5, 56, 173, 0.05);
    background: #fff;
}
.inner_s5 ul li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s5 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.inner_s5 li .pic{
    padding-top: 3.39rem;
}
.inner_s5 li h3{
    flex: 1;
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    transition: .5s;
}
.inner_s5 li i{
    flex-shrink: 0;
    margin-left: .2rem;
    display: block;
    width: .49rem;
    height: .49rem;
    background: url("../images/n-img-8.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.inner_s5 li .txt{
    padding: .17rem .34rem .29rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0538AD;
    box-shadow: 0 .02rem .14rem 0 rgba(5, 56, 173, 0.3804);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s5 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s5 li:hover h3{
    color: #fff;
    font-weight: bold;
}
.inner_s5 li:hover i{
    background-image: url("../images/n-img-9.png");
}
.inner_s5{
    margin-top: .7rem;
}
/*inner_s6*/

.inner_s6 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 ul li{
    width: 30.87%;
    margin: .5rem 0 0 3.695%;
    background: #fff url("../images/n-img-12.png") no-repeat bottom center/100% auto;
    box-shadow: 0 .02rem .08rem 0 rgba(216, 216, 216, 0.5);
}
.inner_s6 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s6 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s6 ul li a{
    display: block;
    transition: .5s;
}
.inner_s6 ul li .pic{
    padding-top: 2.19rem;
}
.inner_s6 ul li i{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(5, 56, 173, 0.75) url("../images/n-img-11.png") no-repeat 50%/.39rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 ul li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s6 ul li .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    background: #0538AD;
}
.inner_s6 ul li .txt{
    padding: .2rem .2rem .23rem;
    position: relative;
}
.inner_s6 ul li:hover i{
    opacity: 1;
    visibility: visible;
}
.inner_s6 ul li:hover h3{
    color: #0538AD;
    font-weight: bold;
}
.inner_s6 ul li:hover a{
    box-shadow: 0 .02rem .24rem 0 rgba(5, 56, 173, 0.4664);
}
.inner_s6 {
    margin-top: .7rem;
}

/*inner_s7*/
.inner_s7 .li{
    width: 47.42%;
    border-radius: .1rem .1rem 0 0;
    overflow: hidden;
    box-shadow: 0 .02rem .17rem 0 rgba(5, 56, 173, 0.0947);
}
.inner_s7 .li .top{
    position: relative;
    padding: .18rem .2rem .2rem;
}
.inner_s7 .li .top h3{
    position: relative;
    z-index: 2;
    font-size: .26rem;
    line-height: .34rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.inner_s7 .li .top img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s7 .li .bot{
    padding: .5rem .32rem .75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background:#fff url("../images/n-img-19.png") no-repeat bottom center/100% auto;
}
.inner_s7 .li .bot .bot_l{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s7 .li .bot .bot_l .pic{
    width: 1.06rem;
    height: 1.46rem;
    border-radius: .1rem;
}
.inner_s7 .li .bot .bot_l .txt{
    width: calc(100% - 1.31rem);
}
.inner_s7 .li .bot .bot_l h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #0538AD;
}
.inner_s7 .li .bot .bot_l h5{
    margin-top: .26rem;
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
    padding-left: .31rem;
    background: url("../images/n-img-18.png") no-repeat left center/.21rem;
}
.inner_s7 .li .bot .bot_r{
    flex-shrink: 0;
    margin-left: .2rem;
}
.inner_s7 .li .bot .bot_r img{
    display: block;
    width: 1rem;
    margin: 0 auto;
 width: 1.4rem;
}
.inner_s7 .li .bot .bot_r h4{
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .15rem;
    color: #666666;
}
.inner_s7{
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*inner_s8*/

.inner_s8 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s8 li{
    width: 47.66%;
    margin: .5rem 0 0 0;
    position: relative;
    /*background: url("../images/n-img-26.png") no-repeat 50%/100% 100%;*/
}
.inner_s8 li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s8 {margin-top:.66rem;}

.inner_s8 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .38rem .4rem .58rem;
}
.inner_s8 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #050505;
    height: .6rem;
    transition: .5s;
    margin-bottom: .26rem;
}
.inner_s8 li h5{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    padding-left: .28rem;
    background: no-repeat left center/.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}
.inner_s8 li h5.h51{
    background-image: url("../images/n-img-20.png");
}
.inner_s8 li h5.h52{
    background-image: url("../images/n-img-21.png");
}
.inner_s8 li h5.h53{
    background-image: url("../images/n-img-22.png");
}
.inner_s8 li h5 + h5{
    margin-top: .09rem;
}
.inner_s8 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-27.png") no-repeat bottom center/100% 100%;
    filter: drop-shadow(0 .02rem .12rem rgba(5, 56, 173, 0.5197));
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s8 li:hover h3{
    color: #fff;
    font-weight: bold;
color:#0538ad;
}
.inner_s8 li:hover h5{
    color: #fff;
}
.inner_s8 li:hover h5.h51{
    background-image: url("../images/n-img-23.png");
}
.inner_s8 li:hover h5.h52{
    background-image: url("../images/n-img-24.png");
}
.inner_s8 li:hover h5.h53{
    background-image: url("../images/n-img-25.png");
}
.inner_s8 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s8 {
    margin-top: .66rem;
}

/*inner_s9*/
.inner_s9 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s9 ul li{
    width: 47.66%;
    margin: .57rem 0 0 0;
    position: relative;
    background: url("../images/n-img-28.png") no-repeat 50%/cover;
    border-radius: 0 .1rem .1rem 0;
}
.inner_s9 ul li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s9 ul li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .43rem .28rem .32rem .36rem;
}
.inner_s9 ul li .time{
    padding-bottom: .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CBD9F4;
    transition: .5s;
}
.inner_s9 ul li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #04B78F;
    font-family: 'DingTalk', sans-serif;
}
.inner_s9 ul li time span{
    display: block;
    font-size: .26rem;
    margin-right: .05rem;
}
.inner_s9 ul li .time i{
    display: block;
    width: .16rem;
    height: .16rem;
    background: url("../images/s2-img-1.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.inner_s9 ul li h3{
    margin-top: .23rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #050505;
    height: .6rem;
    transition: .5s;
}
.inner_s9 ul li h3 span{
    color: #0538AD;
    transition: .5s;
}
.inner_s9 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-29.png") no-repeat bottom center/cover;
    box-shadow: 0 .02rem .15rem 0 rgba(44, 148, 245, 0.8171);
    border-radius: 0 .1rem .1rem 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s9 ul li:hover time{
    color: #fff;
}
.inner_s9 ul li:hover .time i{
    background-image: url("../images/s2-img-2.png");
}
.inner_s9 ul li:hover h3,
.inner_s9 ul li:hover h3 span{
    color: #fff;
    font-weight: bold;
}
.inner_s9 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s9 {
    margin-top: .7rem;
}
/*inner_s10*/

.inner_s10 .dtl_tit h2{
    font-size: .32rem;
    line-height: .42rem;
    color: #0538AD;
    font-weight: bold;
    text-align: center;
}
.inner_s10 .dtl_tit .cont{
    margin-top: .28rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inner_s10 .dtl_tit .li{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-right: .38rem;
}
.inner_s10 .dtl_tit .cont_l{
    display: flex;
    flex-wrap: wrap;
}
.inner_s10 .dtl_tit .cont_r{
    margin-left: 1.8rem;
}

/* 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;font-size:9px;}
.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-30.png") no-repeat 50%/100%}
.social-share .icon-weibo{background: url("../images/n-img-32.png") no-repeat 50%/100%}
.social-share .icon-qq{background: url("../images/n-img-31.png") no-repeat 50%/100%}

.inner_s10 .dtl_tit{
    padding-bottom: .27rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.inner_s10 .dtl_txt p,
.inner_s10 .dtl_txt p *{
    font-size: .2rem !important;
    line-height: 1.6!important;
    color: #464646;
    text-indent: 2em;
text-align: justify;
}
.inner_s10 .dtl_txt p + p{
    margin-top: .34rem;
}
.inner_s10 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100% !important;
    margin: 0 auto;
}
.inner_s10 .dtl_txt{
    margin-top: .3rem;
}
.inner_s10 .dtl_page{
    padding-top: .59rem;
    margin-top: .61rem;
    border-top: 1px solid rgba(5, 56, 173, 0.54);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s10 .dtl_page .ll{
    flex: 1;
}
.inner_s10 .dtl_page p{
    font-size: .2rem;
    line-height: .32rem;
    color: #666666;
    transition: .5s;
}
.inner_s10 .dtl_page p + p{
    margin-top: .2rem;
}
.inner_s10 .dtl_page p:hover{
    color: #0538AD;
    font-weight: bold;
}
.inner_s10 .dtl_page .rr{
    width: 1.41rem;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner_s10 .dtl_page .rr a img{
    display: block;
    height: .52rem;
    width: 100%;
}
.inner_s10 .dtl_page .rr a{
    display: block;
    width: 100%;
}
.inner_s10 {
    margin-top: .7rem;
}

/*inner_s11*/
.inner_s11  .item_tit{
    display: flex;
    align-items: center;
}
.inner_s11  .item_tit:before{
    display: block;
    content: '';
    width: .13rem;
    height: .13rem;
    background: #0538AD;
    margin-right: .2rem;
}
.inner_s11  .item_tit h3 i{
    display: block;
    width: 1.66rem;
    height: .18rem;
    opacity: .4;
    background: linear-gradient(270deg, #0538AD 0%, rgba(5, 56, 173, 0) 100%);
    margin-left: .2rem;
}
.inner_s11  .item_tit h3{
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .52rem;
    color: #0538AD;
    padding-bottom: .13rem;
    border-bottom: 1px solid rgba(5, 56, 173, 0.3);
    font-weight: bold;
}
.inner_s11  .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s11  .item_ul li{
    width: 20.43%;
    margin: .74rem 0 0 6.09%;

}
.inner_s11  .item_ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s11  .item_ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s11  .item_ul li a{
    display: block;
}
.inner_s11  .item_ul li a .pic{
    padding-top: 3.43rem;
    transition: .5s;
}
.inner_s11  .item_ul li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner_s11  .item_ul li i{
    display: block;
    width: .5rem;
    height: .02rem;
    margin: .1rem auto;
    background: #0538AD;
}
.inner_s11  .item_ul li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #464646;
}
.inner_s11  .item_ul li .txt{
    margin: -.4rem .21rem 0 0;
    background: #EDF3FF;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: .12rem .1rem .14rem;
    border-radius: 0 .1rem 0 .1rem;
}
.inner_s11  .item_ul li:hover a .pic{
    box-shadow: 0 .02rem .18rem 0 rgba(5, 56, 173, 0.699);
}
.inner_s11  .item_ul{
    margin-top: .59rem;
}
.inner_s11  .item + .item{
    margin-top: 1.15rem;
}
.inner_s11 {
    margin-top: .6rem;
}
/*inner_s12*/

.inner_s12  .item_tit{
    display: flex;
    align-items: center;
}
.inner_s12  .item_tit:before{
    display: block;
    content: '';
    width: .13rem;
    height: .13rem;
    background: #0538AD;
    margin-right: .2rem;
}
.inner_s12 .item_tit h3 i{
    display: block;
    width: 1.66rem;
    height: .18rem;
    opacity: .4;
    background: linear-gradient(270deg, #0538AD 0%, rgba(5, 56, 173, 0) 100%);
    margin-left: .2rem;
}
.inner_s12  .item_tit h3{
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .52rem;
    color: #0538AD;
    padding-bottom: .13rem;
    border-bottom: 1px solid rgba(5, 56, 173, 0.3);
    font-weight: bold;
}
.inner_s12  .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s12  .item_ul li{
    width: 19.79%;
    margin: .42rem 0 0 6.94%;
}
.inner_s12  .item_ul li.kb{
    opacity: 0;
}
.inner_s12  .item_ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s12  .item_ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s12  .item_ul li a{
    display: block;
    box-shadow: 0 .02rem .18rem 0 rgba(202, 202, 202, 0.5);
    transition: .5s;
}
.inner_s12  .item_ul li .pic{
    padding-top: 2.92rem;
}
.inner_s12  .item_ul li h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    line-height: .3rem;
    color: #0538AD;
    transition: .5s;
}
.inner_s12  .item_ul li h3 i{
    display: block;
    width: .1rem;
    height: .1rem;
    background: url("../images/n-img-35.png") no-repeat 50%/100% auto;
    transition: .5s;
}
.inner_s12  .item_ul li h3 span{
    display: block;
    margin: 0 .18rem;
    flex-shrink: 0;
}
.inner_s12  .item_ul li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #464646;
    margin-top: .14rem;
}
.inner_s12  .item_ul li .txt{
    padding: .18rem .1rem .24rem;
    text-align: center;
}
.inner_s12  .item_ul li:hover h3 i{
    background-image: url("../images/n-img-36.png");
}
.inner_s12  .item_ul li:hover h3{
    color: #fff;
    font-weight: bold;
}
.inner_s12  .item_ul li:hover h4{
    color: #fff;
}
.inner_s12  .item_ul li:hover a{
    background: #0538AD;
    box-shadow: 0 .02rem .18rem 0 rgba(5, 56, 173, 0.5822);
}
.inner_s12  .item_ul{
    margin-top: .41rem;
}
.inner_s12  .item + .item{
    margin-top: .89rem;
}
.inner_s12 {
    margin-top: .6rem;
}

/*inner_s13*/

.inner_s13 .img img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.inner_s13{
    margin-top: .7rem;
}
/*inner_s14*/
.inner_s14 .desc p,
.inner_s14 .desc p *{
    font-size: .18rem !important;
    line-height: .3rem !important;
    color: #050505;
}
.inner_s14 .desc p + p{
    margin-top: .3rem;
}
.inner_s14 .item .h2 h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #050505;
    font-weight: bold;
}
.inner_s14 .item1 .num ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s14 .item1 .num h3{
    display: flex;
    align-items: baseline;
    font-size: .36rem;
    line-height: 1;
    color: #04b78f;
    font-family: 'DingTalk', sans-serif;
}
.inner_s14 .item1 .num h3 span{
    display: block;
}
.inner_s14 .item1 .num h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #050505;
    opacity: .6;
    margin-top: .05rem;
}
.inner_s14 .item1 .num{
    margin-top: .4rem;
}
.inner_s14 .item1 .desc{
    margin-top: .34rem;
}
.inner_s14 .item1 .imgul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s14 .item1 .imgul li{
    width: 31.67%;
    margin: .3rem 0 0 2.495%;
}
.inner_s14 .item1 .imgul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s14 .item1 .imgul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s14 .item1 .imgul li .pic{
    padding-top: 2.84rem;
    border-radius: .1rem;
}
.inner_s14 .item1 .imgul{
    margin-top: .45rem;
}
.inner_s14 .item2 ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s14 .item2 li time{
    position: relative;
    display: block;
    font-size: .3rem;
    line-height: .42rem;
    color: #fff;
    width: 1.26rem;
    text-align: center;
    font-family: 'DingTalk', sans-serif;
    flex-shrink: 0;
    margin-right: .79rem;
    background: #0f5cc0;
    border-radius: .1rem;
}
.inner_s14 .item2 li time:before{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    border: .06rem solid transparent;
    border-left-color: #0f5cc0;
    transform: translateY(-50%);
}
.inner_s14 .item2 li time:after{
    position: absolute;
    content: '';
    left: calc(100% + .06rem);
    top: 50%;
    width: .7rem;
    border-top: 1px dashed #a3beff;
}
.inner_s14 .item2 li .dots{
    width: .34rem;
    height: .34rem;
    flex-shrink: 0;
    margin-right: .78rem;
    position: relative;
    margin-top: .04rem;
}
.inner_s14 .item2 li .dots img{
    display: block;
    width: 100%;
}
.inner_s14 .item2 li .dots:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: .7rem;
    border-top: 1px dashed #a3beff;
}
.inner_s14 .item2 li .txt{
    flex:1;
}
.inner_s14 .item2 li h3{
    font-size: .24rem;
    line-height: .42rem;
    color: #0f5cc0;
    font-weight: bold;
    margin-bottom: .03rem;
}
.inner_s14 .item2 li h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #050505;
}
.inner_s14 .item2 li .li + .li{
    margin-top: .2rem;
}
.inner_s14 .item2 li .img-box{
    width: 3.6rem;
    height: 2.01rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-top: .1rem;
}
.inner_s14 .item2 li .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s14 .item2 li + li{
    margin-top: .39rem;
}
.inner_s14 .item2 ul:before{
    position: absolute;
    content: '';
    top: .11rem;
    bottom: 2.63rem;
    left: 2.22rem;
    border-left: 1px dashed #a3beff;
}
.inner_s14 .item2 ul{
    margin-top: .21rem;
    position: relative;
}
.inner_s14 .item2{
    margin-top: .52rem;
}
.inner_s14{
    margin-top: .6rem;
}

/*inner_s15*/
.inner_s15 .item .h2 h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #050505;
    font-weight: bold;
}
.inner_s15 .item .img-box img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s15 .item .img-box{
    margin-top: .1rem;
    padding-top: .37rem;
    border-top: 1px solid #e5e8ec;
}
.inner_s15 .item2 .li .top h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #050505;
    font-weight: bold;
}
.inner_s15 .item2 .li .cen li{
    width: 47.51%;
    margin: .23rem 0 0;
}
.inner_s15 .item2 .li .cen li:nth-child(-n+2){
    margin-top: 0;
}
.inner_s15 .item2 .li .cen li a{
    padding: .21rem .2rem .22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f9ff;
    border: 1px solid #d7e6ff;
    border-radius: .1rem;
}
.inner_s15 .item2 .li .cen li .pic{
    width: 1.42rem;
    height: .95rem;
    border-radius: .08rem;
}
.inner_s15 .item2 .li .cen li .txt{
    width: calc(100% - 1.7rem);
}
.inner_s15 .item2 .li .cen li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #0f5cc0;
    font-weight: bold;
}
.inner_s15 .item2 .li .cen li p{
    font-size: .18rem;
    line-height: .3rem;
    color: #050505;
    height: .6rem;
    margin-top: .04rem;
}
.inner_s15 .item2 .li .cen{
    margin-top: .25rem;
}
.inner_s15 .item2 .li .bot h3{
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    font-weight: bold;
}
.inner_s15 .item2 .li .bot{
    margin-top: .23rem;
    padding: .11rem .31rem;
    background: linear-gradient(90deg, #2694e9 0%, transparent 100%);
    border-radius: .1rem;
}
.inner_s15 .item2 .li + .li{
    margin-top: .45rem;
}
.inner_s15 .item2{
    margin-top: .58rem;
}
.inner_s15{
    margin-top: .6rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: linear-gradient(90deg, #105cc7 0%, #2d98f8 100%);
}

#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: #0538ad;
}

#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: #0538ad;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
    .n_tit h2,
    .n_tit i{
        display: none;
    }
    .posi{
        justify-content: flex-start;
    }
    .n_banner .top{
        bottom: .1rem;
    }
    .inner_page:after{
        display: none;
    }
    .inner_page{
        padding: .3rem 0 .4rem;
    }
}
@media (max-width: 1025px){
    .inner_s1 li a{
        padding: .2rem 0;
    }
    .inner_s1 li .txt {
        width: calc(100% - 3.2rem);
        position: relative;
        padding-right: 0.5rem;
    }
    .inner_s1 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s1 li h6{
        right: .1rem;
        width: .2rem;
        height: .2rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .n_dh li a{
        font-size: .2rem;
        line-height: .44rem;
        min-width: 1.5rem;
    }
    .n_dh li:before{
        border-radius: .05rem;
    }
    .n_dh li{
        margin: 0;
        border-radius: .05rem;
    }
    .n_dh ul{
        gap: .2rem;
        justify-content: center;
    }
    .inner_s2 .bot li a{
        padding: 0 .2rem;
        height: .7rem;
    }
    .inner_s2 .bot li h3{
        padding-left: .25rem;
        background-size: .16rem auto;
    }
    .inner_s2 .bot li time{
        font-size: .16rem;
    }
    .inner_s2 .bot{
        margin-top: .3rem;
    }
    .inner_s2{
        margin-top: 0;
    }
    .inner_s3 .item_ul li .pic{
        padding-top: 127.88%;
    }
    .inner_s3 .item_ul li h3{
        font-size: .2rem;
    }
    .inner_s3 .item_ul li .txt{
        padding: .1rem;
    }
    .inner_s3 .item_ul li{
        width: 18.4%;
        margin: 0;
    }
    .inner_s3 .item_ul ul{
        gap: .26rem 2%;
    }
    .inner_s3 .item_ul{
        margin-top: .3rem;
    }
    .inner_s3 .item_tit h3{
        font-size: .26rem;
        margin: 0 .15rem;
    }
    .inner_s3 .item + .item{
        margin-top: .4rem;
    }
    .inner_s3{
        margin-top: 0;
    }
    .inner_s4 .item_ul li a{
        line-height: .4rem;
    }
    .inner_s4 .item_ul li{
        padding: .15rem 0;
    }
    .inner_s4 h3{
        margin-top: .2rem;
    }
    .inner_s4 .item_ul{
        margin-top: .2rem;
    }
    .inner_s4{
        margin-top: 0;
    }
    .inner_s5 li .pic{
        padding-top: 56.22%;
    }
    .inner_s5 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s5 li i{
        width: .35rem;
        height: .35rem;
        margin-left: .1rem;
    }
    .inner_s5 li .txt{
        padding: .15rem .2rem;
    }
    .inner_s5 ul li{
        width: 49%;
        margin: 0;
    }
    .inner_s5 ul{
        gap: .26rem 2%;
    }
    .inner_s5{
        margin-top: 0;
    }
    .inner_s6 ul li .pic{
        padding-top: 56.15%;
    }
    .inner_s6 ul li .txt{
        padding: .15rem .2rem;
    }
    .inner_s6 ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s6 ul{
        gap: .26rem 2%;
    }
    .inner_s6{
        margin-top: 0;
    }
    .inner_s7 .li .top h3{
        font-size: .22rem;
    }
    .inner_s7 .li .top{
        padding: .1rem .2rem;
    }
    .inner_s7 .li{
        width: 100%;
    }
    .inner_s7 .li .bot{
        padding: .2rem;
    }
    .inner_s7{
        margin-top: 0;
        gap: .3rem 0;
    }
    .inner_s8 li h3{
        margin-bottom: .1rem;
    }
    .inner_s8 li a{
        padding: .2rem;
    }
    .inner_s8 li{
        width: 49%;
        margin: 0;
    }
    .inner_s8 ul{
        gap: .26rem 2%;
    }
    .inner_s8{
        margin-top: 0;
    }
    .inner_s9 ul li a{
        padding: .2rem;
    }
    .inner_s9 ul li .time{
        padding-bottom: .15rem;
    }
    .inner_s9 ul li h3{
        margin-top: .1rem;
    }
    .inner_s9 ul li{
        width: 49%;
        margin: 0;
    }
    .inner_s9 ul{
        gap: .26rem 2%;
    }
    .inner_s9{
        margin-top: 0;
    }
    .inner_s10 .dtl_tit h2{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s10 .dtl_tit .li{
        margin: 0;
    }
    .inner_s10 .dtl_tit .cont_l{
        gap: 0 .2rem;
        width: 100%;
        justify-content: center;
    }
    .inner_s10 .dtl_tit .cont_r{
        width: 100%;
        margin: .1rem 0 0;
    }
    .social-share{
        justify-content: center;
    }
    .inner_s10 .dtl_tit .cont{
        margin-top: .1rem;
    }
    .inner_s10 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s10 .dtl_txt p,
    .inner_s10 .dtl_txt p *{
        font-size: .18rem !important;
        line-height: 1.75 !important;
    }
    .inner_s10 .dtl_txt p + p{
        margin-top: .2rem;
    }
    .inner_s10 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s10 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s10 .dtl_page p{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner_s10 .dtl_page p + p{
        margin-top: .05rem;
    }
    .inner_s10 .dtl_page .rr{
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
    }
    .inner_s10 .dtl_page .rr a{
        width: 1.4rem;
        margin: 0 auto;
    }
    .inner_s10 .dtl_page .rr a img{
        height: .5rem;
    }
    .inner_s10{
        margin-top: 0;
    }
    .inner_s11 .item_tit:before,
    .inner_s12 .item_tit:before{
        width: .08rem;
        height: .08rem;
        margin-right: .1rem;
        margin-top: -.05rem;
    }
    .inner_s11 .item_tit h3,
    .inner_s12 .item_tit h3{
        font-size: .24rem;
        line-height: .3rem;
        padding-bottom: .1rem;
    }
    .inner_s11 .item_tit h3 i,
    .inner_s12 .item_tit h3 i{
        width: 1.2rem;
        height: .15rem;
        margin-left: .1rem;
    }
    .inner_s11 .item_ul li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s11 .item_ul ul{
        gap: .26rem 2%;
    }
    .inner_s11 .item_ul li a .pic{
        padding-top: 132.95%;
    }
    .inner_s11 .item_ul li h3{
        font-size: .2rem;
    }
    .inner_s11 .item_ul li i{
        margin: .08rem auto;
    }
    .inner_s11 .item_ul li .txt{
        margin: -.2rem 0 0;
        padding: .1rem;
    }
    .inner_s11 .item_ul{
        margin-top: .3rem;
    }
    .inner_s11 .item + .item{
        margin-top: .4rem;
    }
    .inner_s11{
        margin-top: 0;
    }
    .inner_s12 .item_ul li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s12 .item_ul li .pic{
        padding-top: 116.8%;
    }
    .inner_s12 .item_ul li h3{
        font-size: .2rem;
    }
    .inner_s12 .item_ul li h3 span{
        margin: 0 .1rem;
    }
    .inner_s12 .item_ul li h4{
        margin-top: .05rem;
    }
    .inner_s12 .item_ul li .txt{
        padding: .1rem;
    }
    .inner_s12 .item_ul ul{
        gap: .26rem 2%;
    }
    .inner_s12 .item_ul{
        margin-top: .3rem;
    }
    .inner_s12 .item + .item{
        margin-top: .4rem;
    }
    .inner_s12 .item_ul li.kb{
        display: none;
    }
    .inner_s12{
        margin-top: 0;
    }
    .inner_s13{
        margin-top: 0;
    }
    .inner_s14 .item .h2 h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s14 .item1 .num{
        margin-top: .2rem;
    }
    .inner_s14 .item1 .desc{
        margin-top: .2rem;
    }
    .inner_s14 .desc p + p{
        margin-top: .1rem;
    }
    .inner_s14 .item1 .imgul li .pic{
        padding-top: 71%;
    }
    .inner_s14 .item1 .imgul ul{
        gap: .26rem 2%;
    }
    .inner_s14 .item1 .imgul li{
        width: 32%;
        margin: 0;
    }
    .inner_s14 .item1 .imgul{
        margin-top: .2rem;
    }
    .inner_s14 .item2 li time{
        margin-right: .3rem;
        font-size: .2rem;
    }
    .inner_s14 .item2 li time:after{
        width: .2rem;
    }
    .inner_s14 .item2 li .dots{
        margin-right: .3rem;
    }
    .inner_s14 .item2 li .dots:after{
        width: .2rem;
    }
    .inner_s14 .item2 li h3{
        font-size: .2rem;
    }
    .inner_s14 .item2 li .img-box{
        height: 22vw;
    }
    .inner_s14 .item2 ul:before{
        left: 1.73rem;
    }
    .inner_s14 .item2{
        margin-top: .3rem;
    }
    .inner_s14{
        margin-top: 0;
    }
    .inner_s15 .item .h2 h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s15 .item .img-box{
        padding-top: .2rem;
        margin-top: .2rem;
    }
    .inner_s15 .item2 .li .top h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s15 .item2 .li .cen li a{
        padding: .15rem;
    }
    .inner_s15 .item2 .li .cen li{
        width: 49%;
        margin: 0;
    }
    .inner_s15 .item2 .li .cen ul{
        gap: .2rem 2%;
    }
    .inner_s15 .item2 .li .cen{
        margin-top: .2rem;
    }
    .inner_s15 .item2 .li .bot h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner_s15 .item2 .li .bot{
        padding: .1rem .15rem;
        margin-top: .2rem;
        background: #2694e9;
    }
    .inner_s15 .item2{
        margin-top: .4rem;
    }
    .inner_s15 .item2 .li + .li{
        margin-top: .3rem;
    }
    .inner_s15{
        margin-top: 0;
    }
}
@media (max-width: 769px){
    .inner_s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 60.54%;
    }
    .inner_s1 li .txt{
        width: 100%;
        margin-top: .2rem;
        padding: 0;
    }
    .inner_s1 li h6{
        position: static;
        transform: none;
        margin-top: .1rem;
    }
    .inner_s1 li time{
        margin-top: .1rem;
    }
    .inner_s1 li p{
        margin-top: .05rem;
    }
    .inner_s1 li:after{
        background-position: bottom center;
        background-size: 100% auto;
    }
    .inner_s3 .item_ul li {
        width: 23.5%;
    }
    .inner_s4 .item_ul li a{
        width: 25%;
    }
    .inner_s4 .item_ul li{
        gap: .1rem 0;
    }
    .inner_s6 ul li{
        width: 49%;
    }
    .inner_s8 li{
        width: 100%;
    }
    .inner_s9 ul li{
        width: 100%;
    }
    .inner_s11 .item_ul li{
        width: 32%;
    }
    .inner_s12 .item_ul li{
        width: 32%;
    }
    .inner_s14 .item1 .num li{
        width: 50%;
    }
    .inner_s14 .item1 .num ul{
        gap: .26rem 0;
    }
    .inner_s15 .item2 .li .cen li{
        width: 100%;
    }
}
@media (max-width: 481px){
    .inner_s3 .item_ul li {
        width: 32%;
    }
    .inner_s5 ul li{
        width: 100%;
    }
    .inner_s6 ul li{
        width: 100%;
    }
    .inner_s7 .li .bot .bot_l h5{
        margin-top: .1rem;
    }
    .inner_s7 .li .bot .bot_l{
        flex: auto;
        width: 100%;
    }
    .inner_s7 .li .bot .bot_r h4{
        margin-top: .1rem;
        text-align: center;
    }
    .inner_s7 .li .bot .bot_r{
        width: 100%;
    }
    .inner_s11 .item_ul li{
        width: 49%;
    }
    .inner_s12 .item_ul li{
        width: 49%;
    }
    .inner_s14 .item1 .imgul li{
        width: 100%;
    }
    .inner_s14 .item2 li time{
        margin-right: 0;
    }
    .inner_s14 .item2 li time:after{
        left: auto;
        right: 100%;
        width: .3rem;
    }
    .inner_s14 .item2 li time:before{
        display: none;
    }
    .inner_s14 .item2 li .dots{
        margin-right: 0;
        display: none;
    }
    .inner_s14 .item2 li .dots:after{
        display: none;
    }
    .inner_s14 .item2 ul li{
        flex-direction: column;
        gap: .2rem 0;
    }
    .inner_s14 .item2 ul:before{
        left: 0;
        top: 0.21rem;
        bottom: 3.25rem;
    }
    .inner_s14 .item2 ul{
        padding-left: .3rem;
    }
    .inner_s14 .item2 li .img-box{
        height: auto;
    }
    .inner_s15 .item2 .li .top h3{
        font-size: .2rem;
    }
    .inner_s15 .item2 .li .cen li .pic{
        width: 1.2rem;
    }
    .inner_s15 .item2 .li .cen li .txt {
        width: calc(100% - 1.4rem);
    }
    .inner_s15 .item2 .li .bot h3{
        font-size: .2rem;
    }
    .social-share .icon-wechat .wechat-qrcode{
        left: -0.95rem;
        width: 2.1rem;
        min-height: 1.92rem;
        bottom: auto;
        top: calc(100% + .15rem);
        height: auto;
    }
    .social-share .icon-wechat .wechat-qrcode .help p{
        font-size: 12px;
        line-height: 16px;
    }
}

.inner_s15 .item2 .li .top h3 p {
    font-size: .3rem;
    line-height: .4rem;
    color: #050505;
    font-weight: bold;
}
.inner_s15 .item2 .li .bot h3 p {
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    font-weight: bold;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0538AD !important;;
    color: #fff;
    background-color: #0538AD !important;;
}
p.vsbcontent_img {
    margin: 0 auto;
    text-indent: 0 !important;;
    text-align: center;
}
.v_news_content table {
    margin: 0 auto;
    text-align: center;
}

.v_news_content table p {
    text-indent: 0rem;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{color:#000000;}


/*2025-09-10*/
.inner_s8 li .top h3{
    font-size: .22rem;
    line-height: 1.08rem;
    height: auto;
    margin-bottom: 0;
text-align:center;
}
.inner_s8 li .top{
    padding: 0 .2rem;
    background: url("../images/n-img-45.png") no-repeat top center/100% 100%;
}
.inner_s8 li .bot{

}
.inner_s8 li .bot h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    text-align: center;
    margin-bottom: .22rem;
}
.inner_s8 li .bot h5{
    margin: 0 .17rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #666;
    padding-left: .32rem;
    background: no-repeat left center/.2rem;
    transition: .5s;
}
.inner_s8 li .bot h5.h51{
    background-image: url("../images/s3-img-1.png");
}
.inner_s8 li .bot h5.h52{
    background-image: url("../images/s3-img-2.png");
}
.inner_s8 li .bot h5.h53{
    background-image: url("../images/s3-img-3.png");
}
.inner_s8 li .bot h6 img{
    display: block;
    width: .13rem;
    margin-left: .1rem;
}
.inner_s8 li .bot h6{
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: .5rem;
    color: #666;
    background: #04b78f;
    border-radius: .08rem;
    margin: .4rem auto 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s8 li .bot{
    padding: .24rem .29rem .27rem;
    background: url("../images/n-img-46.png") no-repeat top center/100% auto;
}
.inner_s8 li a{
    padding: 0;
    display: block;
}
.inner_s8 li:after{
    display: none;
}
.inner_s8 li:hover .top h3{
    font-weight: bold;
}