@charset "utf-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.1rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #053d93;
    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: #053d93;
    color: #fff;
    border: 1px solid #053d93;
}

.pagination a:hover {
    background: #053d93;
    color: #fff;
    border: 1px solid #053d93;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 3;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 1);
    transition: all .5s;
}
.posi img{
    display: block;
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.posi span{
    opacity: .8;
}
.posi a{
    opacity: .8;
}
.posi a:hover{
    opacity: 1;
}

.n_banner:before{position: absolute;content: '';left: 0;right: 0;top: 0;height: 27.6vw;background: url("../images/mask-1.png") repeat-x top center;background-size: auto 99%;pointer-events: none;z-index: 3}
.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 20.34%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.n_banner{
    position: relative;
}
.inner_page{
    background:#F3F9FD ;
    background-size: 100% auto;
}
.inner_page2{
    background: #ffffff;
}
.leftNav{
    width: 21.25%;
    align-self: flex-start;
    margin-top: .8rem;
}
.leftNav .tit h2{
    font-size: .4rem;
    line-height: .58rem;
    color: #053D93;
    position: relative;
    padding: 0 .4rem;
    background: url("../images/tit-1.png") no-repeat left center;
    background-size: auto .54rem;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}

.leftNav .block .box h3{
    height: .67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 .3rem 0 .4rem;
    transition: all .5s;
}
.leftNav .block .box h3 a{
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.leftNav .block .box h3 .svg{
    color: #333333;
    width: .07rem;
    height: .13rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    background: #053D93;
    opacity: .1;
    transition: all .5s;
    pointer-events: none;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: .06rem;
    right: calc(100% + .06rem);
    top: 0;
    bottom: 0;
    background: #053D93;
    transition: all .5s;
    pointer-events: none;
}
.leftNav .block .box:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: .04rem;
    bottom: 100%;
    background: #F56647;
    transition: all .5s;
    pointer-events: none;
}
.leftNav .block .box:hover h3 a,
.leftNav .block .box.active h3 a,
.leftNav .block .box.on h3 a{
    color: #ffffff;
}
.leftNav .block .box:hover h3 .svg,
.leftNav .block .box.active h3 .svg,
.leftNav .block .box.on h3 .svg{
    color: #ffffff;

}

.leftNav .block .box:hover h3 .svg,
.leftNav .block .box.active h3 .svg{
    transform: rotate(90deg);
}

.leftNav .block .box:hover h3:after,
.leftNav .block .box.active h3:after,
.leftNav .block .box.on h3:after{
    right: 0;
}
.leftNav .block .s-link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    text-align: center;
    padding: 0 .3rem 0 .4rem;
    transition: all .5s;
}
.leftNav .block .s-link a .svg{
    width: .2rem;
    height: .07rem;
    color: #053D93;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.leftNav .block .s-link a + a{
    margin-top: .18rem;
}
.leftNav .block .s-link a:hover .svg{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .s-link a:hover{
    color: #053D93;
    font-weight: 700;
}
.leftNav .block .s-link{
    padding: .17rem 0 .23rem;
    display: none;
}
/*.leftNav .block .box.active .s-link{
    display: block;
}*/
.leftNav .block .box:nth-child(2n) h3:before{
    background: #F56647;
}
.leftNav .block .box:hover:before,
.leftNav .block .box.active:before,
.leftNav .block .box.on:before{
    bottom: 0;
}
.leftNav .block .box:hover,
.leftNav .block .box.active{
    background: #EBF5FF;
}
.leftNav .block .box{
    position: relative;
    transition:background-color .5s;
}
.leftNav .block{
    margin-top: .35rem;
}

.rightBox{
    width: 78.75%;
    padding: .73rem 0 1.94rem .74rem;
    position: relative;
    z-index: 2;
    min-height: 8.78rem;
}
.rightBox .mask{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((100vw - 16rem) / -2);
    background: #ffffff;
    box-shadow: -.09rem .08rem .12rem 0 rgba(5, 61, 147, 0.04);
    pointer-events: none;
}

.n_tit h3{
    font-size: .54rem;
    line-height: .78rem;
    color: #F56647;
    font-family: 'Slideyouran',sans-serif;
    position: relative;
    letter-spacing: -.15em;
    min-width: calc(4em - .15em);
    text-align: center;
}
.n_tit h3 span{
    font-size: .36rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN',sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.n_tit h3 img{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .05rem;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 1199px) {
    .rightBox .mask{
        right: -15px;
        min-height: 65vh;
    }
}
@media (max-width: 1025px) {
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding: .2rem 0 .4rem;
    }
    .rightBox .mask{
        left: -15px;
    }
    .n_tit h3{
        font-size: .4rem;
        line-height: .5rem;
    }
    .n_tit h3 span{
        font-size: .26rem;
    }
    .n_tit{
        justify-content: center;
    }
    .pagination{
        padding-top: .3rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {

}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #053d93;
}

#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;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}

#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: #053D93;
}

#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;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}

#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: #053D93;
}

@media (max-width: 1025px){
    #m_n_nav{
        display: block;
    }
}


/*inner-s1*/

.inner-s1 .top_l{
    width: 40.13%;
}
.inner-s1 .swiper a{
    display: block;
}
.inner-s1 .swiper a .pic{
    padding-top: 2.68rem;
}
.inner-s1 .top_r{
    width: 59.87%;
    padding: 0 .35rem;
}
.inner-s1 .list01 li a{
    display: block;
}
.inner-s1 .list01 li a time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 600;
    opacity: 0;
}
.inner-s1 .list01 li a h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    font-weight: 700;
    margin-top: .2rem;
    opacity: 0;
}
.inner-s1 .list01 li a p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .12rem;
    opacity: 0;
}
.inner-s1 .list01 li a h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s1 .list01 li a h6{
    font-size: .16rem;
    color: #053D93;
    line-height: .24rem;
    display: flex;
    align-items: center;
    margin-top: .36rem;
    opacity: 0;
}
.inner-s1 .list01 li:hover a h3{
    color: #053D93;
}
.inner-s1 .list01 li{
    display: none;
}
.inner-s1 .list01 li.active{
    display: block;
}
.inner-s1 .list01 li.active a time,
.inner-s1 .list01 li.active a h3,
.inner-s1 .list01 li.active a p,
.inner-s1 .list01 li.active a h6{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inner-s1 .list01 li.active a h3{
    animation-delay: .2s;
}
.inner-s1 .list01 li.active a p{
    animation-delay: .3s;
}
.inner-s1 .list01 li.active a h6{
    animation-delay: .4s;
}

.inner-s1 .swiDots{
    width: auto;
    left: auto;
    right: .4rem;
    bottom: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.inner-s1 .swiDots span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .27rem;
    height: .27rem;
    background: transparent;
    opacity: 1;
    font-size: .14rem;
    line-height: 1;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    position: relative;
    transition: all .5s;
}
.inner-s1 .swiDots span:before{
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% + .12rem);
    width: .21rem;
    height: .01rem;
    background: #F56647;
    opacity: 0;
    visibility: hidden;
}
.inner-s1 .swiDots span.active:before{
    opacity: .2;
    visibility: visible;
}
.inner-s1 .swiDots span.active{
    color: #ffffff;
    background: #f56647;
    margin-right: .4rem;
    margin-left: .05rem;
}

.inner-s1 .top{
    box-shadow: 0 .03rem .1rem rgba(5, 61, 147, 0.079);
    background: url("../images/n-img-3.png") no-repeat right center;
    background-size: cover;
}

.inner-s1 .bot li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s1 .bot li .pic{
    width: 3.83rem;
    height: 2.15rem;
}
.inner-s1 .bot li .txt{
    width: calc(100% - 3.83rem);
    padding: 0 .37rem 0 .32rem;
}
.inner-s1 .bot li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 600;
    transition: all .5s;
}
.inner-s1 .bot li h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    margin-top: .2rem;
    transition: all .5s;
}
.inner-s1 .bot li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .12rem;
    transition: all .5s;
}
.inner-s1 .bot li + li{
    margin-top: .49rem;
}
.inner-s1 .bot li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-5.png") no-repeat right center;
    background-size: cover;
}
.inner-s1 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-6.png") no-repeat right center;
    background-size: cover;
    box-shadow: 0 .02rem .13rem rgba(5, 61, 147, 0.5236);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s1 .bot li:hover time,
.inner-s1 .bot li:hover h3,
.inner-s1 .bot li:hover p{
    color: #ffffff;
}
.inner-s1 .bot li:hover h3{
    font-weight: 700;
}
.inner-s1 .bot li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 .bot li{
    position: relative;
}
.inner-s1 .bot {
    margin-top: .6rem;
}
.inner-s1{
    margin-top: .54rem;
}

@media (max-width: 1025px) {
    .inner-s1 .top_l{
        width: 100%;
    }
    .inner-s1 .swiper a .pic{
        padding-top: 56.3%;
    }
    .inner-s1 .top_r{
        width: 100%;
        padding:.2rem;
    }
    .inner-s1 .list01 li a time{
        font-size: .16rem;
        line-height: 1.5;
    }
    .inner-s1 .list01 li a h3{
        line-height: .3rem;
        margin-top: .05rem;
    }
    .inner-s1 .list01 li a p{
        margin-top: .05rem;
    }
    .inner-s1 .list01 li a h6{
        margin-top: .1rem;
    }
    .inner-s1 .swiDots{
        position: static;
        margin-top: .1rem;
        justify-content: flex-end;
    }
    .inner-s1 .bot li .pic {
        width: 2.9rem;
        height: 1.7rem;
    }
    .inner-s1 .bot li .txt {
        width: calc(100% - 2.9rem);
        padding: 0 .2rem;
    }
    .inner-s1 .bot li time{
        font-size: .16rem;
        line-height: 1.5;
    }
    .inner-s1 .bot li h3{
        line-height: .3rem;
        margin-top: .05rem;
    }
    .inner-s1 .bot li p{
        margin-top: .05rem;
    }
    .inner-s1 .bot li + li{
        margin-top: .2rem;
    }
    .inner-s1 .bot{
        margin-top: .2rem;
    }
    .inner-s1{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s1 .swiDots{
        justify-content: center;
    }
    .inner-s1 .bot li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.13%;
    }
    .inner-s1 .bot li .txt{
        width: 100%;
        padding: .2rem;
    }
}
@media (max-width: 481px) {

}

/*inner-s2*/

.inner-s2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1.26rem;
    transition: all .5s;
}
.inner-s2 li time{
    display: block;
    text-align: center;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 600;
    margin-right: .27rem;
    flex-shrink: 0;
    line-height: 1;
    transition: all .5s;
}
.inner-s2 li time span{
    display: block;
    font-size: .3rem;
}
.inner-s2 li time em{
    display: block;
    font-size: .14rem;
    margin-top: .05rem;
}
.inner-s2 li .line{
    display: block;
    width: .01rem;
    height: .44rem;
    background: #797979;
    opacity: .2;
    margin-right: .27rem;
    flex-shrink: 0;
    transition: all .5s;
}
.inner-s2 li .txt{
    flex: 1;
    overflow: hidden;
}
.inner-s2 li h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    max-height: .64rem;
}
.inner-s2 li .more .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s2 li .more{
    display: flex;
    align-items: center;
    margin-left: .27rem;
    flex-shrink: 0;
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    opacity: 0;
    transition: all .5s;
}
.inner-s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #979797;
    opacity: .2;
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-7.png") no-repeat 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 li:hover time,
.inner-s2 li:hover h3{
    color: #ffffff;
}
.inner-s2 li:hover .line{
    background: #ffffff;
}
.inner-s2 li:hover h3{
    font-weight: 700;
}
.inner-s2 li:hover .more{
    opacity: 1;
    visibility: visible;
}
.inner-s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s2 li:hover a{
    padding: 0 .3rem;
}
.inner-s2 li{
    position: relative;
}
.inner-s2 {
    margin-top: .05rem;
}
@media (max-width: 1025px) {
    .inner-s2 li time{
        margin-right: .2rem;
    }
    .inner-s2 li .line{
        margin-right: .2rem;
    }
    .inner-s2 li h3{
        line-height: .3rem;
        max-height: .6rem;
    }
    .inner-s2 li .more{
        display: none;
    }
    .inner-s2 li a{
        padding: 0 .2rem;
        height: .96rem;
    }
    .inner-s2 li:hover a{
        padding: 0 .2rem;
    }
    .inner-s2{
        margin-top: .25rem;
    }
}

/*inner-s3*/

.inner-s3 li{
    width: 47.8%;
    margin: .52rem 0 0;
    position: relative;
}
.inner-s3 li:nth-child(-n + 2){
    margin-top: 0;
}
.inner-s3 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .38rem .34rem .41rem;
}
.inner-s3 li h4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s3 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 600;
    line-height: 1;
    transition: all .5s;
}
.inner-s3 li time em{
    display: block;
    font-size: .26rem;
    margin-right: .08rem;
}
.inner-s3 li time i{
    display: block;
    width: .01rem;
    height: .12rem;
    background: #053D93;
    opacity: .2;
    margin-right: .06rem;
    transform: rotate(25deg);
}
.inner-s3 li h4 span{
    display: flex;
    font-size: .16rem;
    line-height: .26rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 600;
    transition: all .5s;
}
.inner-s3 li .line{
    display: block;
    height: .01rem;
    background: #053D93;
    opacity: .2;
    margin-top: .27rem;
    transition: all .5s;
}
.inner-s3 li h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    margin-top: .22rem;
    transition: all .5s;
}
.inner-s3 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .11rem;
    transition: all .5s;
}
.inner-s3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-8.png") no-repeat right bottom;
    background-size: cover;
    box-shadow: 0 .02rem .1rem rgba(5, 61, 147, 0.1184);
}
.inner-s3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-9.png") no-repeat right bottom;
    background-size: cover;
    box-shadow: 0 .02rem .13rem rgba(5, 61, 147, 0.5236);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s3 li:hover time,
.inner-s3 li:hover h4 span,
.inner-s3 li:hover p{
    color: #ffffff;
}
.inner-s3 li:hover time i{
    background: #ffffff;
}
.inner-s3 li:hover h3{
    color: #ffffff;
    font-weight: 600;
}
.inner-s3 li:hover .line{
    background: #ffffff;
}
.inner-s3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s3 {
    margin-top: .54rem;
}

@media (max-width: 1025px) {
    .inner-s3 li .line{
        margin-top: .15rem;
    }
    .inner-s3 li h3{
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .inner-s3 li p{
        margin-top: .1rem;
    }
    .inner-s3 li a{
        padding: .2rem;
    }
    .inner-s3 li{
        width: 49%;
        margin: 0;
    }
    .inner-s3 ul{
        gap: .2rem 2%;
    }
    .inner-s3{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s3 li{
        width: 100%;
    }
}
@media (max-width: 480px) {}


/*inner-s7*/

.inner-s7 .dtl-tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s7 .dtl-tit .con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .3rem;
    gap: 0 .37rem;
}
.inner-s7 .dtl-tit .con .li img{
    display: block;
    height: .22rem;
    margin-right: .1rem;
}
.inner-s7 .dtl-tit .con .li{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
}
.inner-s7 .dtl-tit{
    padding-bottom: .31rem;
    border-bottom: .01rem solid rgba(5, 61, 147, 0.3);
}
.inner-s7 .dtl-txt p{
    font-size: .18rem !important;
    line-height: .3rem !important;
    color: #333333;
}
.inner-s7 .dtl-txt p *{
    font-size: .18rem !important;
    line-height: .3rem !important;
    color: #333333;
    word-break: break-word;
}
.inner-s7 .dtl-txt p + p{
}
.inner-s7 .dtl-txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s7 .dtl-txt{
    margin: .3rem 0;
}
.inner-s7 .dtl-share{
    display: flex;
    align-items: center;
    margin-top: .55rem;
}
.inner-s7 .dtl-share span{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.inner-s7 .dtl-txt table{
    max-width:100%;
    margin: 0 auto;
}
#share-2 a{
    width: .18rem;
    height: .18rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: no-repeat 50% 50%;
}
#share-2 .icon-wechat{
    background-color: #28C445 !important;
    background-image: url("../images/wx-1.png") !important;
    background-size: .12rem !important;
}
#share-2 .icon-qq{
    background-color: #68A5E1 !important;
    background-image: url("../images/qq-1.png") !important;
    background-size: .11rem !important;
}
#share-2 .icon-weibo{
    background-color: #F56467 !important;
    background-image: url("../images/wb-1.png") !important;
    background-size: .13rem !important;
}
#share-2{
    display: flex;
    align-items: center;
    gap: 0 .1rem;
}
#share-2  .icon-wechat .wechat-qrcode{
    top: auto;
    bottom: calc(100% + .1rem);
    left: -.9rem;
    width: 2rem;
    height: auto;
    min-height: 2.1rem;
}
#share-2 .icon-wechat .wechat-qrcode .qrcode{
    width: 1.05rem;
    margin: .1rem auto;
}

.inner-s7 .dtl-page p{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s7 .dtl-page p + p{
    margin-top: .15rem;
}
.inner-s7 .dtl-page p:hover{
    color: #053D93;
    font-weight: 700;
}
.inner-s7 .dtl-page:before,
.inner-s7 .dtl-page:after{
    position: absolute;
    content: '';
    left: 0;
}
.inner-s7 .dtl-page:before{
    top: 0;
    right: 0;
    height: .01rem;
    background: #979797;
    opacity: .3;
}
.inner-s7 .dtl-page:after{
    width: 2.21rem;
    height: .05rem;
    background: #053D93;
    top: -.02rem;
}
.inner-s7 .dtl-page{
    padding-top: .48rem;
    margin-top: .2rem;
    position: relative;
}
.inner-s7{
    margin-top: .48rem;
}
@media (max-width: 1025px) {
    .inner-s7 .dtl-tit h2{
        font-size: .22rem;
        line-height: 1.5;
    }
    .inner-s7 .dtl-tit .con .li{
        line-height: 1.5;
    }
    .inner-s7 .dtl-tit .con{
        gap: .05rem .2rem;
        margin-top: .15rem;
    }
    .inner-s7 .dtl-tit{
        padding-bottom: .2rem;
    }
    .inner-s7 .dtl-txt p{
        line-height: 1.75;
    }
    .inner-s7 .dtl-txt p + p{
        margin-top: .1rem;
    }
    .inner-s7 .dtl-share{
        margin-top: .2rem;
    }
    #share-2 a{
        width: .24rem;
        height: .24rem;
    }
    #share-2 .icon-wechat{
        background-size: .15rem auto !important;
    }
    #share-2 .icon-qq{
        background-size: .12rem auto !important;
    }
    #share-2 .icon-weibo{
        background-size: .15rem auto !important;
    }
    .inner-s7 .dtl-share span{
        font-size: .18rem;
    }
    .inner-s7 .dtl-page p{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s7 .dtl-page p + p{
        margin-top: .05rem;
    }
    .inner-s7 .dtl-page {
        padding-top: 0.2rem;
    }
    .inner-s7{
        margin-top: .25rem;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 480px) {

}


/*inner-s20*/

.inner-s20 ul{
    display: flex;
    flex-wrap: wrap;
    gap:.37rem 2.57%;
}
.inner-s20 li{
    width: 31.62%;
    position: relative;
}
.inner-s20 li a{
    display: block;
    position: relative;
    z-index: 2;

}
.inner-s20 li .pic{
    padding-top: 2.11rem;
}
.inner-s20 li .pic .a{
    background-size: contain;
}
.inner-s20 li .svg{
    width: .32rem;
    height: .32rem;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
}
.inner-s20 li .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.inner-s20 li h3{
    font-size: .2rem;
    line-height: .74rem;
    color: #333333;
    padding: 0 .2rem;
    text-align: center;
    transition: all .5s;
}
.inner-s20 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #053D93;
}
.inner-s20 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(243deg, #C9E4FF 10%, rgba(201, 228, 255, 0) 82%);
    opacity: .266;
    box-shadow: 0 .02rem .05rem rgba(5, 61, 147, 0.1014);
}
.inner-s20 li:hover h3{
    color: #053D93;
    font-weight: 700;
}
.inner-s20{
    margin-top: .51rem;
}
@media (max-width: 1025px) {
    .inner-s20 li .pic{
        padding-top: 56.26%;
    }
    .inner-s20 li h3{
        line-height: .54rem;
    }
    .inner-s20 li{
        width: 32%;
    }
    .inner-s20 ul{
        gap: .2rem 2%;
    }
    .inner-s20{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s20 li{
        width: 49%;
    }
    .inner-s20 li:nth-child(9){
        display: none;
    }
}
@media (max-width: 481px) {
    /*.inner-s20 li{
        width: 100%;
    }
    .inner-s20 li:nth-child(9){
        display: block;
    }*/
}