@charset "utf-8";
.header_box:before {
    opacity: 1;
    visibility: visible;
}
.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%;
     height:4.2rem;
}
.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;
    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 url("../images/inner-page.png") no-repeat bottom left;
    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;
font-size: .21rem;
    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;

}

@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;
    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 url("../images/inner-page.png") no-repeat bottom left;
    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;
font-size: .21rem;
    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.xiala:hover h3 .svg,
.leftNav .block .box.xiala.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 .box:hover h3:after{
    background:#F56647
}
.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 .li + .li{
    margin-top: .18rem;
}
.leftNav .block .s-link a:hover .svg,
.leftNav .block .s-link a.active .svg{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .s-link a:hover,
.leftNav .block .s-link a.active{
    color: #053D93;
    font-weight: 700;
}
.leftNav .block .s-link{
    padding: .17rem 0 .23rem;
    display: none;
}
.leftNav .block .s-link .s-link{
    padding-bottom:0;
}
.leftNav .block .s-link .s-link a{
    font-size:.16rem;
    color: #888;
}
.leftNav .block .box.on>.s-link,
.leftNav .block .li.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,
.leftNav .block .box.on{
    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: 70vw;
}
.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;
    }
.n_banner .img img{
        height:auto;
     }
}
@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-s4*/
.inner-s4 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s4 li .pic{
    width: 1.75rem;
    height: 2.36rem;
}
.inner-s4 li .txt{
    width: calc(100% - 1.75rem);
    padding: 0 .45rem 0 .4rem;
}

.inner-s4 .name{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.inner-s4 .name h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #053D93;
    font-weight: 700;
    margin-right: .3rem;
}
.inner-s4 .name h4{
    font-size: .2rem;
    line-height: 1;
    color: #333333;
}
.inner-s4 .name h6 span{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s4 .name h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #053D93;
    margin-left: auto;
}
.inner-s4 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    height: .03rem;
    width: .57rem;
    background: #F56647;
}
.inner-s4 li .line{
    position: relative;
    height: .01rem;
    background: rgba(151, 151, 151, 0.2);
    margin-top: .3rem;
}
.inner-s4 li p{
    font-size: .14rem;
    line-height: .22rem;
    color: #666666;
    height: .44rem;
    margin-top: .29rem;
}
.inner-s4 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-11.png") no-repeat right bottom;
    background-size: cover;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: all .5s;
}
.inner-s4 li:hover:before{
    box-shadow: 0 .02rem .2rem rgba(5, 61, 147, 0.2);
}
.inner-s4 li + li{
    margin-top: .5rem;
}
.inner-s4 li{
    position: relative;
}
.inner-s4{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s4 .name h3{
        font-size: .22rem;
        margin-right: .1rem;
    }
    .inner-s4 .name h4{
        font-size: .16rem;
    }
    .inner-s4 li .line{
        margin-top: .15rem;
    }
    .inner-s4 li p{
        font-size: .16rem;
        line-height: .24rem;
        height: .48rem;
        margin-top: .15rem;
    }
    .inner-s4 li .pic {
        width: 1.65rem;
        height: 2.16rem;
    }
    .inner-s4 li .txt {
        width: calc(100% - 1.65rem);
        padding: 0 .2rem;
    }
    .inner-s4 li + li{
        margin-top: .2rem;
    }
    .inner-s4{
        margin-top: .25rem;
    }

}
@media (max-width: 769px) {}
@media (max-width: 480px) {
    .inner-s4 li .pic {
        width: 1.45rem;
        height: 1.96rem;
    }
    .inner-s4 li .txt {
        width: calc(100% - 1.45rem);
    }
    .inner-s4 .name h6{
        display: none;
    }
    .inner-s4 .name h4{
        line-height: 1.5;
        width: 100%;
        margin-top: .05rem;
    }
    .inner-s4 li .line{
        margin-top: .1rem;
    }
}

/*inner-s5*/

.inner-s5 ul{
    gap: .32rem 2.705%;
}
.inner-s5 li{
    width: 31.53%;
    position: relative;
    padding: .09rem;
    background: url("../images/n-img-12.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}

.inner-s5 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: .42rem;
    padding: 0 .21rem;
}
.inner-s5 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    transition: all .5s;
}
.inner-s5 li .svg{
    width: .07rem;
    height: .175rem;
    margin-left: .1rem;
    flex-shrink: 0;
    color: #053D93;
    transition: all .5s;
}
.inner-s5 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-13.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s5 li:after{
    position: absolute;
    content: '';
    left: .09rem;
    top: .09rem;
    bottom: .09rem;
    right: .09rem;
    border: .01rem dashed #053D93;
    opacity: .1;
    transition: all .5s;
}
.inner-s5 li:hover h3,
.inner-s5 li:hover .svg{
    color: #ffffff;
}
.inner-s5 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner-s5 li:hover:after{
    border-color: #ffffff;
    opacity: .2;
}
.inner-s5{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s5 li a{
        padding: 0 .2rem;
    }
    .inner-s5 li{
        width: 49%;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s5{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s5 li{
        width: 100%;
    }
}
@media (max-width: 480px) {}


/*inner-s6*/

.inner-s6 .top .li{
    display: flex;
    flex-wrap: wrap;
}
.inner-s6 .top .li .li-l{
    width: 1.28rem;
}
.inner-s6 .top .li .li-l h3{
    font-size: .16rem;
    line-height: .28rem;
    color: #053D93;
}
.inner-s6 .top .li .li-r{
    width: calc(100% - 1.28rem);
    display: flex;
    flex-wrap: wrap;
    gap: .1rem .05rem;
}
.inner-s6 .top .li .li-r span{
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    padding: 0 .1rem;
    border-radius: 50vw;
    cursor: pointer;
    transition: all .5s;
}
.inner-s6 .top .li .li-r span:hover,
.inner-s6 .top .li .li-r span.active{
    color: #ffffff;
    background: #053D93;
}
.inner-s6 .top .li + .li{
    margin-top: .26rem;
}
.inner-s6 .top{
    padding: .4rem .3rem .4rem .39rem;
    background: url("../images/n-img-14.png") no-repeat 50% 50%;
    background-size: cover;
}
.inner-s6 .bot li{
    width: 47.8%;
    margin-top: .45rem;
    position: relative;
}
.inner-s6 .bot li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s6 .bot li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s6 .bot li .pic{
    width: 1.47rem;
    height: 1.98rem;
}
.inner-s6 .bot li .txt{
    width: calc(100% - 1.47rem);
    padding: 0 .2rem;
}
.inner-s6 .bot li .name{
    display: flex;
    align-items: baseline;
}
.inner-s6 .bot li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    margin-right: .2rem;
    transition: all .5s;
}
.inner-s6 .bot li h4{
    font-size: .18rem;
    line-height: 1;
    color: #053D93;
    transition: all .5s;
}
.inner-s6 .bot li .line{
    width: .43rem;
    height: .02rem;
    background: #053D93;
    margin-top: .18rem;
    margin-bottom: .2rem;
    transition: all .5s;
}
.inner-s6 .bot li h5{
    font-size: .14rem;
    line-height: .18rem;
    color: #333333;
    transition: all .5s;
}
.inner-s6 .bot li h5 + h5{
    margin-top: .07rem;
}
.inner-s6 .bot li h6{
    font-size: .14rem;
    line-height: .18rem;
    color: #333333;
    margin-top: .16rem;
    transition: all .5s;
}
.inner-s6 .bot li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-15.png") no-repeat 50% 50%;
    background-size: cover;
}
.inner-s6 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-16.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0 .02rem .13rem 0 rgba(5, 61, 147, 0.5236);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 .bot li:hover h3,
.inner-s6 .bot li:hover h4,
.inner-s6 .bot li:hover h5,
.inner-s6 .bot li:hover h6{
    color: #ffffff;
}
.inner-s6 .bot li:hover h4{
    opacity: .8;
}
.inner-s6 .bot li:hover .line{
    background: #ffffff;
}
.inner-s6 .bot li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6 .bot{
    margin-top: .55rem;
}
.inner-s6{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s6 .top{
        padding: .2rem;
    }
    .inner-s6 .top .li + .li{
        margin-top: .2rem;
    }
    .inner-s6 .bot li{
        width: 49%;
        margin: 0;
    }
    .inner-s6 .bot ul{
        gap: .2rem 2%;
    }
    .inner-s6 .bot li h3{
        margin-right: .1rem;
    }
    .inner-s6 .bot li h5{
        font-size: .16rem;
        line-height: 1.5;
    }
    .inner-s6 .bot li h5 + h5{
        margin-top: .05rem;
    }
    .inner-s6 .bot li h6{
        font-size: .16rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s6 .bot li .line{
        margin: .15rem 0;
    }
    .inner-s6 .bot{
        margin-top: .3rem;
    }
    .inner-s6{
        margin-top: .25rem;
    }
}
@media (max-width: 768px) {
    .inner-s6 .bot li{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .inner-s6 .top .li .li-l{
        flex-shrink: 0;
        width: 1.4rem;
    }
    .inner-s6 .top .li .li-r {
        width: calc(100% - 1.4rem);
    }
}


/*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;
 line-height: 200%;
    color: #333333;
}
.inner-s7 .dtl-txt p + p{
    margin-top: .41rem;
}
.inner-s7 .dtl-txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
max-width: 70%;
    margin: 0 auto;
}
.inner-s7 .dtl-txt{
    margin-top: .3rem;
}
.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;
}
#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-s8*/

.inner-s8 .item p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s8 .item p + p{
    margin-top: .3rem;
}
.inner-s8 .item h3 + p{
    margin-top: .3rem;
}
.inner-s8 .item h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #053D93;
    font-weight: 700;
}
.inner-s8 .item2 img{
    display: block;
    width: 100%;
}
.inner-s8 .item2:before{
    position: absolute;
    content: '';
    top: .3rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/n-img-22.png") no-repeat bottom right;
    background-size: auto 100%;
    pointer-events: none;
}
.inner-s8 .item2{
    position: relative;
    padding-right: .12rem;
    padding-bottom: .12rem;
}
.inner-s8 .item + .item{
    margin-top: .47rem;
}

.inner-s8{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s8 .item h3{
        font-size: .2rem;
        line-height: 1.5;
    }
    .inner-s8 .item p{
        line-height: 1.75;
    }
    .inner-s8 .item p + p,
    .inner-s8 .item h3 + p{
        margin-top: .1rem;
    }
    .inner-s8 .item + .item{
        margin-top: .2rem;
    }
    .inner-s8{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 480px) {}

/*inner-s9*/

.inner-s9 .item{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s9 .item .times{
    width: 2.24rem;
    height: .67rem;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #053D93;
}
.inner-s9 .item .times time{
    display: block;
    font-size: .5rem;
    line-height: 1;
    color: #ffffff;
    font-family: 'Slideyouran',sans-serif;
    transform: translateY(-.1rem);
}
.inner-s9 .item .line{
    width: .41rem;
    height: .01rem;
    background: #053D93;
    opacity: .2;
    margin: .33rem .11rem 0;
    flex-shrink: 0;
}
.inner-s9 .item .text-box{
    flex: 1;
    overflow: hidden;
    padding: .16rem .3rem;
    background: #ffffff;
    box-shadow: 0 .02rem .11rem rgba(5, 61, 147, 0.1);
    transition: all .5s;
}
.inner-s9 .item .text-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s9 .item .text-top h3{
    flex: 1;
    font-size: .24rem;
    line-height: .35rem;
    color: #333333;
    transition: all .5s;
}
.inner-s9 .item .text-top .arrow span{
    width: .11rem;
    height: .11rem;
}
.inner-s9 .item .text-top .arrow{
    width: .24rem;
    height: .24rem;
    background: #053D93;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    margin-left: .2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.inner-s9 .item .text-bot .para{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    text-indent: 2em;
}
.inner-s9 .item .text-bot .para p + p{
    margin-top: .23rem;
}

.inner-s9 .item .text-bot .para p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s9 .item .pelbox .pelli{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s9 .item .pelbox .pel-job{
    width: 1.56rem;
    position: relative;
    padding-left: .12rem;
    font-size: .16rem;
    line-height: .22rem;
    color: #053D93;
    font-weight: 700;
}
.inner-s9 .item .pelbox .pel-job:before{
    position: absolute;
    content: '';
    left: 0;
    top: .03rem;
    bottom: .03rem;
    width: .03rem;
    background: #053D93;
}
.inner-s9 .item .pelbox .pel-list{
    width: calc(100% - 1.56rem);
    display: flex;
    flex-wrap: wrap;
}
.inner-s9 .item .pelbox .pel-list span{
    display: block;
    width: 50%;
    font-size: .16rem;
    line-height: .22rem;
    color: #333333;
    margin-top: .15rem;
}
.inner-s9 .item .pelbox .pel-list span:nth-child(-n+2){
    margin-top: 0;
}

.inner-s9 .item .pelbox .pelli + .pelli{
    margin-top: .22rem;
}
.inner-s9 .item .pelbox{
    margin-top: .32rem;
    padding: 0 0 0 .36rem;
}
.inner-s9 .item .text-bot .para:not(:first-child){
    margin-top: .32rem;
}
.inner-s9 .item .text-bot{
    padding: .22rem 0 .16rem;
    border-top: .01rem solid rgba(245, 102, 71, 0.13);
    display: none;
    margin-top: .11rem;
}
.inner-s9 .item + .item{
    margin-top: .56rem;
}
.inner-s9 .item.active .times{
    background: #F56647;
}
.inner-s9 .item.active .text-top h3{
    color: #F56647;
    font-weight: 700;
}
.inner-s9 .item.active .text-top .arrow{
    background: #F56647;
    transform: rotate(-90deg);
}
.inner-s9 .item.active .text-box{
    box-shadow: 0 .02rem .11rem 0 rgba(245, 102, 71, 0.0951);
}
.inner-s9 .items:before{
    position: absolute;
    content: '';
    left: 1.07rem;
    top: 0;
    bottom: 0;
    width: .11rem;
    background: url("../images/n-img-23.png") repeat-y top left;
    background-size:  100% auto ;
    pointer-events: none;
}
.inner-s9 .items{
    position: relative;
}
.inner-s9{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s9 .item .times time{
        font-size: .32rem;
        transform: translateY(-0.05rem);
    }
    .inner-s9 .item .times{
        width: 1.4rem;
        height: .5rem;
    }
    .inner-s9 .item .line{
        width: .2rem;
        margin: 0.25rem .05rem 0;
    }
    .inner-s9 .item .text-box{
        padding: .1rem 0.2rem;
    }
    .inner-s9 .item .text-top h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s9 .item .text-bot .para{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s9 .item .text-bot .para p + p{
        margin-top: .1rem;
    }
    .inner-s9 .item .text-bot{
        padding: .1rem 0;
        margin-top: .1rem;
    }
    .inner-s9 .item .pelbox{
        padding: 0;
        margin-top: .2rem;
    }
    .inner-s9 .item .pelbox .pel-job,
    .inner-s9 .item .pelbox .pel-list span{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s9 .item .pelbox .pel-job {
        width: 1.2rem;
    }
    .inner-s9 .item .pelbox .pel-list {
        width: calc(100% - 1.2rem);
    }
    .inner-s9 .item .pelbox .pelli + .pelli{
        margin-top: .15rem;
    }
    .inner-s9 .item + .item{
        margin-top: .2rem;
    }
    .inner-s9{
        margin-top: .25rem;
    }
    .inner-s9 .item .text-bot .para:not(:first-child){
        margin-top: .1rem;
    }
}
@media (max-width: 769px) {
    .inner-s9 .item .pelbox .pel-list{
        width: 100%;
        margin-top: .1rem;
    }
    .inner-s9 .item .pelbox .pelli{
        flex-wrap: wrap;
    }
}
@media (max-width: 481px) {
    .inner-s9 .item .times{
        width: 100%;
    }
    .inner-s9 .item .line{
        display: none;
    }
    .inner-s9 .item .text-box{
        width: 100%;
        padding: .2rem;
    }
    .inner-s9 .item{
        flex-wrap: wrap;
    }
    .inner-s9 .item .pelbox .pel-list span{
        width: 100%;
        margin-top: 0;
    }
    .inner-s9 .item .pelbox .pel-list{
        gap: .05rem 0;
    }
}

/*inner-s10*/

.inner-s10 .item1 h3{
    font-size: .54rem;
    line-height: 1;
    color: #053D93;
    font-family: 'Slideyouran', sans-serif;
    text-align: center;
    letter-spacing: -.15em;
}
.inner-s10 .item1 .ico{
    position: relative;
    width: 1.2rem;
    margin: .39rem auto 0;
}
.inner-s10 .item1 .ico img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner-s10 .item1 .ico span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 0;
    border: .01rem solid #053D93;
    pointer-events: none;
}
.inner-s10 .item1 .ico span:nth-child(2){
    animation: scaleta 1.5s infinite;
}
.inner-s10 .item1 .ico span:nth-child(3){
    animation: scaletb 1.5s infinite;
}
.inner-s10 .item1 .ico span:nth-child(4){
    animation: scaletc 1.5s infinite;
}
@keyframes scaleta {
    0% {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(1.53);
        opacity: 0
    }
}
@keyframes scaletb {
    0% {
        transform: scale(1);
        opacity: .6
    }

    to {
        transform: scale(2.5);
        opacity: 0
    }
}
@keyframes scaletc {
    0% {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(3.41);
        opacity: 0
    }
}

.inner-s10 .swiper-year{
    position: relative;
    padding: 0 .48rem;
}

.inner-s10 .swiper-year li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.inner-s10 .swiper-year li i{
    display: block;
    flex: 1;
    height: .01rem;
    background: #053D93;
    opacity: .2;
}
.inner-s10 .swiper-year li time{
    display: block;
    font-size: .3rem;
    line-height: .54rem;
    color: #053D93;
    opacity: .6;
    margin: 0 .14rem;
    flex-shrink: 0;
    transition: all .5s;
}

.inner-s10 .swiper-year li.swiper-slide-active time{
    color: #F56647;
    font-size: .4rem;
    font-weight: 700;
    opacity: 1;
}
.inner-s10 .swiper-year .btn{
    width: .37rem;
    height: .37rem;
    background: #053D93;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .5s;
}
.inner-s10 .swiper-year .btn .svg{
    width: .13rem;
    height: .08rem;
}
.inner-s10 .swiper-year .prev{
    left: 0;
}
.inner-s10 .swiper-year .prev .svg{
    transform: rotate(90deg);

}
.inner-s10 .swiper-year .next{
    right: 0;
}
.inner-s10 .swiper-year .next .svg{
    transform: rotate(-90deg);
}
.inner-s10 .swiper-year .btn:hover{
    background: #F56647;
}

.inner-s10 .swiper-list li{
    display: flex;
    justify-content: flex-end;
}
.inner-s10 .swiper-list li .con{
    display: block;
    width: 50%;
    padding-left: .72rem;
}
.inner-s10 .swiper-list li time{
    display: block;
    font-size: .3rem;
    line-height: .4rem;
    color: #053D93;
    font-weight: 700;
    position: relative;
}
.inner-s10 .swiper-list li time:before,
.inner-s10 .swiper-list li time:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}
.inner-s10 .swiper-list li time:before{
    width: .33rem;
    height: .33rem;
    right: calc(100% + .56rem);
    background: url("../images/n-img-25.png") no-repeat 50% 50%;
    background-size: 100%;
}
.inner-s10 .swiper-list li time:after{
    width: .4rem;
    height: .01rem;
    right: calc(100% + .16rem);
    background: #053D93;
    opacity: .28;
}
.inner-s10 .swiper-list li .desc{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-top: .15rem;
}
.inner-s10 .swiper-list li .desc p + p{
    margin-top: .13rem;
}
.inner-s10 .swiper-list ul:before{
    position: absolute;
    content: '';
    left: 50%;
    top: .18rem;
    bottom: 0;
    width: .01rem;
    background: #053D93;
    opacity: .2;
}
.inner-s10 .swiper-list ul{
    position: relative;
}
.inner-s10 .swiper-list{
    margin-top: .56rem;
}
.inner-s10 .item2{
    margin-top: 1.53rem;
}
.inner-s10{
    margin-top: .74rem;
}
@media (min-width: 1025px) {
    .inner-s10 .swiper-list li:nth-child(2n) time:before{
        right: auto;
        left: calc(100% + .56rem);
    }
    .inner-s10 .swiper-list li:nth-child(2n) time:after{
        right: auto;
        left: calc(100% + .16rem);
    }
    .inner-s10 .swiper-list li:nth-child(2n) time{
        text-align: right;
    }
    .inner-s10 .swiper-list li:nth-child(2n) .con{
        padding-left: 0;
        padding-right: .72rem;

    }
    .inner-s10 .swiper-list li:nth-child(2n){
        justify-content: flex-start;
    }
    .inner-s10 .swiper-list li:nth-child(2n + 1){
        margin-top: -1rem;
    }
    .inner-s10 .swiper-list li:nth-child(1){
        margin-top: 0;
    }
    .inner-s10 .swiper-list li .desc{
        min-height: 1.04rem;
    }
}

@media (max-width: 1025px) {
    .inner-s10 .item1 h3{
        font-size: .36rem;
        line-height: 1;
    }
    .inner-s10 .item1 .ico{
        width: 0.7rem;
        margin: 0.2rem auto 0;
    }
    .inner-s10 .item1 .ico span{
        display: none;
    }
    .inner-s10 .swiper-year li.swiper-slide-active time{
        font-size: .24rem;
    }
    .inner-s10 .swiper-year li time{
        font-size: .24rem;
        line-height: .3rem;
        margin: 0 .1rem;
    }
    .inner-s10 .swiper-year .btn{
        width: .35rem;
        height: .35rem;
    }
    .inner-s10 .swiper-list li time{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s10 .swiper-list li time:before{
        width: .25rem;
        height: .25rem;
        right: auto;
        left: -.325rem;
    }
    .inner-s10 .swiper-list li time:after{
        display: none;
    }
    .inner-s10 .swiper-list li .desc{
        font-size: .18rem;
        line-height: 1.75;
        margin-top: .05rem;
    }
    .inner-s10 .swiper-list li .con{
        padding-left: .2rem;
        width: 100%;
    }
    .inner-s10 .swiper-list li + li{
        margin-top: .3rem;
    }
    .inner-s10 .swiper-list li{
        padding-left: .1rem;
    }
    .inner-s10 .swiper-list ul:before{
        left: .1rem;
    }
    .inner-s10 .swiper-list{
        margin-top: .25rem;
    }
    .inner-s10 .item2{
        margin-top: .3rem;
    }
    .inner-s10{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*inner-s11*/
.inner-s11 .items div.bg-mask{
    display: block;
    position: relative;
}
.inner-s11 .items .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .7rem .37rem;
    z-index: 3;
}
.inner-s11 .items  .text h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s11 .items  .text i{
    display: block;
    width: .44rem;
    height: .02rem;
    background: #F56647;
    margin-top: .06rem;
}
.inner-s11 .items  .text .desc{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    height: .92rem;
    margin-top: .16rem;
    overflow: hidden;
}
.inner-s11 .items  .text .desc p + p{
    margin-top: .1rem;
}
.inner-s11 .items  h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s11 .items  h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    margin-top: .6rem;
}
.inner-s11 .item-l{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .27rem 0;
}
.inner-s11 .items div.a1{
    width: 100%;
}
.inner-s11 .items div.a1 .pic{
    padding-top: 3.8rem;
}
.inner-s11 .items div.a2{
    width: 48.4%;
}
.inner-s11 .items div.a2 .pic{
    padding-top: 3.8rem;
}
.inner-s11 .item-r{
    width: 31.7%;
}
.inner-s11 .items div.a3 .pic{
    padding-top: 7.87rem;
}
.inner-s11 .items div.a3 .text{
    padding: .7rem;
}
.inner-s11{
    margin-top: .77rem;
}
@media (max-width: 1025px) {
    .inner-s11 .items .text{
        padding: .2rem;
    }
    .inner-s11 .item-l{
        width: 100%;
        gap: .2rem 0;
    }
    .inner-s11 .items h6{
        margin-top: .15rem;
    }
    .inner-s11 .items .text .desc{
        font-size: .18rem;
        line-height: 1.75;
        height: calc(1.75em * 3 + .1rem);
        margin-top: .1rem;
        overflow: hidden;
    }
    .inner-s11 .items  .text .desc p + p{
        margin-top: .05rem;
    }
    .inner-s11 .items .a2{
        width: 49%;
    }
    .inner-s11 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s11 .items div.a3 .text{
        padding: .2rem;
    }
    .inner-s11 .items div.a1 .pic,
    .inner-s11 .items div.a2 .pic,
    .inner-s11 .items div.a3 .pic{
        padding-top: 2.4rem;
    }
    .inner-s11{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s11 .items .a2{
        width: 100%;
    }
    .inner-s11 .items  div.text .desc{
        height: auto;
    }
    .inner-s11 .items div.a1 .pic,
    .inner-s11 .items div.a2 .pic,
    .inner-s11 .items div.a3 .pic{
        padding-top: inherit;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .inner-s11 .items  .text{
        position: relative;
        inset: 0;
    }
}
@media (max-width: 481px) {}
/*inner-s12*/

.inner-s12 .list02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s12 .list02 li{
    width: 22.34%;
}
.inner-s12 .list02 li a{
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.inner-s12 .list02 li .pic{
    padding-top: 4.4rem;
}
.inner-s12 .list02 li .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: .76rem .3rem .6rem;
}
.inner-s12 .list02 li .icon{
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: .01rem dashed rgba(255, 255, 255, 0.5);
    margin: 0 auto;
}
.inner-s12 .list02 li .icon img{
    max-width: .5rem;
}
.inner-s12 .list02 li h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #FFFFFF;
    text-align: center;
    min-height: .68rem;
    margin-top: .27rem;
}
.inner-s12 .list02 li h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s12 .list02 li h6{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    margin-top: .7rem;
}
.inner-s12 .list02 li:nth-child(1) a{
    background: #2B68C8;
}
.inner-s12 .list02 li:nth-child(2) a{
    background: #4A83DB;
}
.inner-s12 .list02 li:nth-child(3) a{
    background: #6DA8EC;
}
.inner-s12 .list02 li:nth-child(4) a{
    background: #5689D9;
}
.inner-s12 .list02 li:hover h3{
    font-weight: 700;
}
.inner-s12 .list02 li:hover a{
    background: #F56647;
    box-shadow: 0 .02rem .23rem rgba(245, 102, 71, 0.6218);
}
.inner-s12 {
    margin-top: .7rem;
}

@media (max-width: 1025px) {
    .inner-s12 .list02 li{
        width: 49%;
    }
    .inner-s12 .list02 li .icon img{
        max-width: .3rem;
    }
    .inner-s12 .list02 li .icon{
        width: .8rem;
        height: .8rem;
    }
    .inner-s12 .list02 li h3{
        font-size: .2rem;
        line-height: .3rem;
        min-height: .6rem;
        margin-top: .15rem;
    }
    .inner-s12 .list02 li h6{
        margin-top: .15rem;
    }
    .inner-s12 .list02 li .text{
        padding: .2rem;
    }
    .inner-s12 .list02 li .pic {
        padding-top: 2.4rem;
    }
    .inner-s12 .list02 li .pic .a{
        background-position: bottom center;
    }
    .inner-s12 .list02{
        gap: .2rem 0;
    }
    .inner-s12{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {
    .inner-s12 .list02 li{
        width: 100%;
    }
}

/*inner-s13*/


.n_dh1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .1rem .82rem;
}
.n_dh1 ul li a{
    display: block;
    font-size: .26rem;
    line-height: .36rem;
    color: #053D93;
    transition: all .5s;
    position: relative;
}
.n_dh1 ul li a:after{
    position: absolute;
    content: '';
    left: 50%;
    top: calc(100% + .12rem);
    width: .25rem;
    height: .47rem;
    background: url("../images/n-img-38.png") no-repeat 50% 50%;
    background-size: 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.n_dh1 ul li.dots{
    width: .06rem;
    height: .06rem;
    background: #053D93;
    border-radius: 50%;
}
.n_dh1 ul li.active a:after,
.n_dh1 ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.n_dh1 ul li.active a,
.n_dh1 ul li:hover a{
    font-weight: 700;
}

.list03 ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: .21rem;
}
.list03 ul li:first-child{
    grid-column: 1/3;
    grid-row: 1/3;
}
.list03 ul li a{
    display: block;
    position: relative;
}
.list03 ul li a .pic{
    padding-top: 2.39rem;
}
.list03 ul li a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .23rem;
    font-size: .2rem;
    line-height: .36rem;
    color: #FFFFFF;
    padding: 0 .3rem;
    z-index: 3;
}
.list03 ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .65rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}
.list03 ul li:first-child a .pic{
    padding-top: 4.99rem;
}

.inner-s13 .list03{
    margin-top: 1rem;
}
.inner-s13{
    margin-top: .34rem;
}

@media (max-width: 1025px) {
    .n_dh1 ul li a{
        font-size: .2rem;
        line-height: .3rem;
    }
    .n_dh1 ul li a:after{
        width: 0.15rem;
        height: 0.3rem;
        display: none;
    }
    .n_dh1 ul{
        gap: .1rem .2rem;
    }
    .list03 ul li a h3{
        font-size: .2rem;
        line-height: .3rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .inner-s13 .list03{
        margin-top: .3rem;
    }
    .inner-s13{
        margin-top: .25rem;
    }
    .list03 ul{
        gap: .2rem;
    }
}
@media (max-width: 769px) {
    .list03 ul{
        gap: .2rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .list03 ul li:first-child {
        grid-column: auto;
        grid-row: auto;
    }
    .list03 ul li:first-child a .pic,
    .list03 ul li a .pic{
        padding-top: 62.73%;
    }
    .inner-s13 .list03 li:nth-child(9){
        display: none;
    }
}
@media (max-width: 481px) {
    .list03 ul{
        grid-template-columns: 1fr;
    }
    .inner-s13 .list03 li:nth-child(9){
        display: block;
    }
}

/*inner-s14*/

.inner-s14 li{
    width: 47.55%;
    position: relative;
}
.inner-s14 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: .87rem;
}
.inner-s14 li i{
    margin-right: .11rem;
    display: block;
    width: .27rem;
    height: .2rem;
    background: url("../images/n-img-41.png") no-repeat 50% 50%;
    background-size: 100%;
    transition: all .5s;
}
.inner-s14 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s14 li .svg{
    width: .2rem;
    height: .07rem;
    color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.inner-s14 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #979797;
    opacity: .2;
}
.inner-s14 li:after{
    position: absolute;
    content: '';
    left: -.25rem;
    right: -.22rem;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-43.png") no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s14 li:hover i{
    background-image: url("../images/n-img-42.png");
}
.inner-s14 li:hover h3{
    font-weight: 700;
    color: #ffffff;
}
.inner-s14 li:hover .svg{
    color: #ffffff;
}
.inner-s14 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s14{
    margin-top: .19rem;
}
@media (max-width: 1025px) {
    .inner-s14 li h3{
        font-size: .2rem;
    }
    .inner-s14 li a{
        height: .8rem;
    }
    .inner-s14 li:after{
        left: -15px;
        right: -15px;
    }
}
@media (max-width: 769px) {
    .inner-s14 li{
        width: 100%;
    }
}
@media (max-width: 481px) {

}


/*inner-s15*/

.inner-s15 li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s15 li .pic{
    width: 5.51rem;
    height: 3.45rem;
}
.inner-s15 li .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .47rem;
    height: .47rem;
    z-index: 5;
    transform: translate(-50%, -50%);
}
.inner-s15 li .play .svg{
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.inner-s15 li .text{
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.69rem;
    background: url("../images/n-img-47.png") no-repeat right center;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 5;
    padding: .4rem .38rem;
    transition: all .5s;
}
.inner-s15 li .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s15 li .tit h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    flex: 1;
}
.inner-s15 li .tit h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s15 li .tit h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #053D93;
}
.inner-s15 li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    font-weight: 700;
    margin-top: .25rem;
}
.inner-s15 li p{
    font-size: .14rem;
    line-height: .22rem;
    color: #666666;
    height: .44rem;
    margin-top: .15rem;
}
.inner-s15 li h5{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .18rem;
    color: #666666;
}
.inner-s15 li h5 + h5{
    margin-top: .15rem;
}
.inner-s15 li h5 img{
    display: block;
    width: .14rem;
    margin-right: .08rem;
}
.inner-s15 li .info:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #053D93;
}
.inner-s15 li .info{
    padding-left: .13rem;
    position: relative;
    margin-top: .28rem;
}
.inner-s15 li:hover h4{
    color: #053D93;
}
.inner-s15 li:hover .text{
    box-shadow: 0 .02rem .11rem rgba(5, 61, 147, 0.3535);
}
.inner-s15 li + li{
    margin-top: .59rem;
}
.inner-s15{
    margin-top: .41rem;
}
@media (max-width: 1025px) {
    .inner-s15 li .text{
        width: 5.49rem;
        padding: .2rem;
    }
    .inner-s15 li .tit h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s15 li h4{
        margin-top: .1rem;
    }
    .inner-s15 li p{
        margin-top: .05rem;
    }
    .inner-s15 li h5 + h5 {
        margin-top: .1rem;
    }
    .inner-s15 li .info {
        margin-top: .15rem;
    }
    .inner-s15 li .pic {
        width: 5rem;
        height: 3rem;
    }
    .inner-s15 li + li{
        margin-top: .2rem;
    }
    .inner-s15{
        margin-top: .25rem;
    }
}

@media (max-width: 769px) {
    .inner-s15 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.61%;
    }
    .inner-s15 li .text{
        position: static;
        width: 100%;
        transform: none;
    }
    .inner-s15 li a{
        flex-wrap: wrap;
    }
}
@media (max-width: 481px) {

}

/*inner-s16*/

.inner-s17 ul{
    display:flex;
    flex-wrap:wrap;
    gap:.2rem 2%;
}
.inner-s17 li{
    width: 32%;
}
.inner-s17 li:nth-child(1),
.inner-s17 li:nth-child(2){
    width: 49%;
}
.inner-s17 li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.inner-s17 li a .pic{
    padding-top: 2.41rem;
}
.inner-s17 li .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.3rem 0.3rem;
}
.inner-s17 li .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .37rem;
    height: .35rem;
}
.inner-s17 li i{
    display: block;
    width: 3.47rem;
    height: .01rem;
    background: linear-gradient(90deg, #FFFFFF 3%, rgba(255, 255, 255, 0) 101%) ;;
}
.inner-s17 li h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: .19rem;
}
.inner-s17 li h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s17 li h6{
    font-size: .16rem;
    line-height: .22rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.inner-s17 li:nth-child(1) a{
    background: rgba(5, 61, 147, 0.7);
}
.inner-s17 li:nth-child(2) a{
    background: #81ACF3;
}
.inner-s17 li:nth-child(3) a{
    background: #053D93;
}
.inner-s17 li:nth-child(4) a{
    background: #7FB7E7;
}
.inner-s17 li:nth-child(5) a{
    background: #4481CC;
}
.inner-s17 li:hover a{
    background: #F56040 !important;
}

.inner-s17{
    margin-top: .41rem;
}


.yyyjs ul li:nth-child(1){
    width: 100%;
}
.yyyjs ul li:nth-child(1) br{
    display:none;
}
.yyyjs ul li:nth-child(1) a{
    display: block;
    position: relative;
}
.yyyjs ul li:nth-child(1) a .pic{
    padding-top: 2.5rem;
}
.yyyjs ul li:nth-child(1) h3{
    font-size: 0.22rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    min-height: auto;
}
.yyyjs ul li:nth-child(1) p{
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    max-height: .78rem;
    width: 8.5rem;
    margin-top: 0.1rem;
    opacity: .8;
}
.yyyjs ul li:nth-child(1) h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    margin-left: .17rem;
    border-radius: 50%;
}
.yyyjs ul li:nth-child(1) h6 .svg svg{
    width: .18rem;
    height: .06rem;
}
.yyyjs ul li:nth-child(1) h6{
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    justify-content: flex-start;
}
.yyyjs ul li:nth-child(1) .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.3rem;
}
.yyyjs ul li:nth-child(2){
    width:32%
}

@media (max-width: 1025px) {
    .inner-s17 li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .inner-s17 li .ico{
        width: .35rem;
        height: .35rem;
    }
    .inner-s17 li h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-top: .15rem;
    }

    .inner-s17 li h6{
        margin-top: .2rem;
    }
    .inner-s17 li a .pic {
        padding-top: 2rem;
    }
    .inner-s17 li,
    .inner-s17 li:nth-child(1),
    .inner-s17 li:nth-child(2){
       width:100%;
    }
    .inner-s17{
        margin-top: .25rem;
    }
    .yyyjs ul li:nth-child(1) .text{
        padding:.2rem;
    }
    .yyyjs ul li:nth-child(1) p{
        width:100%;
    }
    .yyyjs ul li:nth-child(2){
        width:100%;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}


/*inner-s18*/

.inner-s18 .desc{
    font-size: .2rem;
    line-height: 1.7;
    color: #333333;
}

.inner-s18 .desc p img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s18 .desc p + p{
    margin-top: .6rem;
}
.inner-s18 {
    margin-top: .65rem;
}
@media (max-width: 1025px) {
    .inner-s18 .desc p + p{
        margin-top: .15rem;
    }
    .inner-s18 .desc{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s18{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*inner-s19*/


.inner-s19 .item-l{
    width: 52%;
    padding: .1rem;
    background: rgba(5, 61, 147, 0.1);
}
.inner-s19 .item-l .pic{
    padding-top: 7.93rem;
}
.inner-s19 .item-r{
    width: 43.76%;
}
.inner-s19 .desc{
    font-size: .2rem;
    line-height: 1.7;
    color: #333333;
}
.inner-s19 .lyrics h4{
    font-size: .2rem;
    line-height: .26rem;
    color: #053D93;
    font-weight: 700;
}
.inner-s19 .lyrics h5{
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
    margin-top: .12rem;
}
.inner-s19 .lyrics h5 + p{
    margin-top: .23rem;
}
.inner-s19 .lyrics p{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
}
.inner-s19 .lyrics p + p{
    margin-top: .15rem;
}
.inner-s19 .lyrics{
    margin-top: .33rem;
}
.inner-s19 .movies h3{
    display: flex;
    align-items: center;
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
}
.inner-s19 .movies h3 img{
    display: block;
    width: .37rem;
    margin-right: .15rem;
}
.inner-s19 .movies a{
    display: block;
    margin-top: .33rem;
}
.inner-s19 .movies .pic{
    padding-top: 2.92rem;
}
.inner-s19 .movies .play .svg{
    width: .35rem;
    height: .35rem;
    color: #ffffff;
}
.inner-s19 .movies .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.inner-s19 .movies{
    margin-top: .76rem;
}
.inner-s19{
    margin-top: .41rem;
}
@media (max-width: 1025px) {
    .inner-s19 .item-l{
        width: 100%;
        padding: .05rem;
    }
    .inner-s19 .item-l .pic{
        padding-top: 132.83%;
    }
    .inner-s19 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s19 .desc{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s19 .lyrics h5{
        margin-top: .1rem;
    }
    .inner-s19 .lyrics h5 + p{
        margin-top: .15rem;
    }
    .inner-s19 .lyrics p{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s19 .lyrics p + p{
        margin-top: .05rem;
    }
    .inner-s19 .lyrics {
        margin-top: .15rem;
    }
    .inner-s19 .movies h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s19 .movies h3 img{
        width: .3rem;
        margin-right: .1rem;
    }
    .inner-s19 .movies .pic{
        padding-top: 56.26%;
    }
    .inner-s19 .movies a{
        margin-top: .15rem;
    }
    .inner-s19 .movies{
        margin-top: .2rem;
    }
    .inner-s19{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*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 .svg{
    width: .32rem;
    height: .32rem;
    color: #ffffff;
}
.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;
    }
}

/*inner-s21*/

.inner-s21 .images img{
    display: block;
    width: 100%;
}
.inner-s21{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s21{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*inner-s22*/

.n_title001 h2{
    font-size: .38rem;
    line-height: 1;
    color: #053d93;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-family: 'SourceHanSerifCN', sans-serif;
}
.n_title001 h2 i{
    display: block;
    margin-left: .05rem;
}
.n_title001 h2 i img{
    display: block;
    height: .38rem;
}
.n_title001 h4:before{
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + .07rem);
    width: .23rem;
    height: .01rem;
    background: #dddddd;
    transform: translateY(-50%);
}
.n_title001 h4{
    font-size: .14rem;
    line-height: 1;
    color: #dddddd;
    margin-top: .05rem;
    text-transform: capitalize;
    position: relative;
}
.n_title001 .tit{
    position: relative;
    padding-left: .4rem;
}
.n_title001 .tit:before{
    position: absolute;
    content: '';
    left: -.02rem;
    bottom: .12rem;
    width: .7rem;
    height: .54rem;
    background: url("../images/tit-1.png") no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}
.n_title001 .more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    height: .36rem;
    color: #a1a1a1;
    border-radius: 50vw;
    padding: 0 .07rem 0 .2rem;
    transition: .5s;
}
.n_title001 .more a em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .2rem;
    height: .2rem;
    background: url("../images/arrow-4.png") no-repeat 50% 50%;
    background-size: .09rem auto;
    transition: all .5s;
    border-radius: 50%;
}
.n_title001 .more a em img{
    display: none;
    height: .09rem;
}
.n_title001 .more a:hover em{
    margin-left: .07rem;
    background-color: #ffffff;
    background-image: url("../images/arrow-1.png") !important;
}
.n_title001 .more a:hover{
    color: #ffffff;
    background: #f56647;
}
.n_title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.inner-s22 .item-l{
    width: 66.4375%;
    display: flex;
    flex-wrap: wrap;
    gap: .13rem 1.24%;
}
.inner-s22 .item-l .li{
    width: 49.38%;
}
.inner-s22 .item-l .li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.inner-s22 .item-l .li .pic{
    padding-top: 3.46rem;
}
.inner-s22 .item-l .li h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s22 .item-l .li h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #ffffff;
    margin-top: .04rem;
}
.inner-s22 .item-l .li h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    margin-left: .17rem;
    border-radius: 50%;
}
.inner-s22 .item-l .li h6 .svg svg{
    width: .18rem;
    height: .06rem;
}
.inner-s22 .item-l .li h6{
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: .9rem;
}
.inner-s22 .item-l .li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .89rem .53rem .5rem;
}
.inner-s22 .item-l .li:nth-child(1) a{
    background: #629dfc;
}
.inner-s22 .item-l .li:nth-child(2) a{
    background: rgba(5, 61, 147, 0.7);
}
.inner-s22 .item-l .li:nth-child(3) a{
    background: #0e4aac;
}
.inner-s22 .item-l .li:nth-child(4) a{
    background: #226ee7;
}
.inner-s22 .item-l .li:hover a{
    background: #f56647;
}
.inner-s22 .item-r{
    width: 32.8125%;
    position: relative;
}
.inner-s22 .item-r .pic{
    padding-top: 7.05rem;
}
.inner-s22 .item-r .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: .89rem .32rem .8rem .52rem;
}
.inner-s22 .item-r h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s22 .item-r i{
    display: block;
    height: .01rem;
    background: rgba(255, 255, 255, 0.4);
    margin: .42rem 0 .7rem;
    position: relative;
}
.inner-s22 .item-r i:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: -.01rem;
    width: .5rem;
    height: .03rem;
    background: #ef5b3b;
}
.inner-s22 .item-r h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s22 .item-r h4 a{
    flex: 1;
    font-size: .24rem;
    line-height: .4rem;
    color: #ffffff;
    transition: all .5s;
}
.inner-s22 .item-r h4 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: .2rem;
    flex-shrink: 0;
    color: #ffffff;
    transition: all .5s;
}
.inner-s22 .item-r h4 .svg svg{
    width: .18rem;
    height: .06rem;
}
.inner-s22 .item-r h4 + h4{
    margin-top: .56rem;
}
.inner-s22 .item-r h4:hover .svg{
    background: #ef5b3b;
}
.inner-s22 .items{
    margin-top: .4rem;
}
.inner-s22{
    padding: .93rem 0 1.88rem;
}
@media (max-width: 1025px) {
    .n_title001 h2{
        font-size: .3rem;
    }
    .n_title001 h2 i img{
        height: .3rem;
    }
    .n_title001 .tit:before{
        width: 0.6rem;
        height: 0.4rem;
    }
    .inner-s22 .item-l{
        width: 100%;
        gap: .2rem 2%;
    }
    .inner-s22 .item-l .li{
        width: 49%;
    }
    .inner-s22 .item-l .li h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s22 .item-l .li h4{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: 0;
    }
    .inner-s22 .item-l .li h6 .svg{
        width: .35rem;
        height: .35rem;
        margin-left: .05rem;
    }
    .inner-s22 .item-l .li h6{
        margin-top: .2rem;
    }
    .inner-s22 .item-l .li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .inner-s22 .item-l .li .pic{
        padding-top: 22vw;
    }
    .inner-s22 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s22 .item-r .text{
        padding: .2rem;
        position: relative;
        inset: 0;
    }
    .inner-s22 .item-r .pic{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: inherit;
    }
    .inner-s22 .item-r h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s22 .item-r i{
        margin: .15rem 0 .2rem;
    }
    .inner-s22 .item-r h4{
        font-size: .18rem;
        line-height: .3rem;
    }
    .inner-s22 .item-r h4 a{
        font-size: .18rem;
        line-height: .3rem;
    }
    .inner-s22 .item-r h4 .svg{
        width: .35rem;
        height: .35rem;
        margin-left: .1rem;
    }
    .inner-s22 .item-r h4 + h4{
        margin-top: .15rem;
    }
    .inner-s22 .items{
        margin-top: .25rem;
    }
    .inner-s22{
        padding: .4rem 0;
    }

}
@media (max-width: 769px) {
    .inner-s22 .item-l .li{
        width: 100%;
    }
    .inner-s22 .item-l .li .pic {
        padding-top: 2rem;
    }
}
@media (max-width: 481px) {

}


/*inner-s23*/

.inner-s23 .left{
    width: 65.625%;
    background: url("../images/n-img-72.png") no-repeat 50% 50%;
    background-size: cover;
    padding: .48rem 1.44rem .48rem .54rem;
}
.inner-s23 .left h3{
    font-size: .32rem;
    line-height: 1;
    color: #ffffff;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.inner-s23 .left i{
    display: block;
    height: .01rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: .22rem;
}
.inner-s23 .left i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    width: .5rem;
    height: .03rem;
    background: #ef5b3b;
}
.inner-s23 .left p{
    font-size: .18rem;
    line-height: .28rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    height: .84rem;
    margin-top: .26rem;
}
.inner-s23 .info-l{
    width: 1.53rem;
    flex-shrink: 0;
}
.inner-s23 .info-l h4{
    font-size: .2rem;
    line-height: .32rem;
    color: #ffffff;
}
.inner-s23 .info-l h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s23 .info-l h6 a{
    font-size: .14rem;
    line-height: .32rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    transition: all .5s;
}
.inner-s23 .info-l h6{
    margin-top: .15rem;
}
.inner-s23 .info-r{
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.inner-s23 .info-r h5{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #ffffff;
    line-height: .32rem;
    width: 50%;
}
.inner-s23 .info-r h5 img{
    display: block;
    height: .2rem;
    margin-right: .13rem;
}
.inner-s23 .info-r h5:nth-child(-n+2){
    margin-bottom: .15rem;
}
.inner-s23 .info{
    margin-top: .3rem;
}
.inner-s23 .right{
    width: 34.375%;
    display: flex;
    flex-wrap: wrap;
}
.inner-s23 .right .li{
    width: 50%;
    background: #ffffff;
    box-shadow: -.2rem -.2rem .8rem 0 rgba(18, 76, 138, 0.1);
}
.inner-s23 .right .li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.85rem;
    padding: 0 .4rem 0 .5rem;
}
.inner-s23 .right .li .text{
    flex: 1;
    overflow: hidden;
}
.inner-s23 .right .li .text h3{
    font-size: .28rem;
font-size: .25rem;
    line-height: .34rem;
    color: #333333;
    transition: all .5s;
}
.inner-s23 .right .li .text h4{
    font-size: .16rem;
    line-height: .2rem;
    color: #333333;
    opacity: .6;
}
.inner-s23 .right .li .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .61rem;
width: .56rem;
    height: .6rem;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner-s23{
    display: flex;
    flex-wrap: wrap;
    padding: 1.18rem 0 .5rem;
}

.inner-s24 .left{
    width: 47.5%;
}
.list04 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.14rem;
    padding: 0 .4rem 0 .2rem;
    position: relative;
    z-index: 2;
}
.list04 li time{
    display: block;
    color: #b4bdcc;
    line-height: 1;
    text-align: center;
    margin-right: .26rem;
    flex-shrink: 0;
    font-family: 'SourceHanSerifCN', sans-serif;
    transition: all .5s;
}
.list04 li time span{
    display: block;
    font-size: .36rem;
    font-weight: 700;
}
.list04 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list04 li .line{
    display: block;
    width: .01rem;
    height: .42rem;
    background: #ececec;
    margin-right: .25rem;
}
.list04 li .txt{
    flex: 1;
    overflow: hidden;
}
.list04 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    max-height: .48rem;
}
.list04 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #ececec;
    opacity: 0;
    transition: all .5s;
}
.list04 li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: .02rem;
    background: #053d93;
    transition: all .5s;
}
.list04 li:hover time,
.list04 li:hover h3{
    color: #053d93;
}
.list04 li:hover:after{
    width: 70%;
}
.list04 li:hover:before{
    opacity: 1;
}
.list04 li{
    position: relative;
}
.inner-s24 .right{
    width: 48.75%;
}
.list05 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list05 li a .pic{
    width: 3.55rem;
    height: 2rem;
}
.list05 li a .text{
    width: calc(100% - 3.55rem);
    padding: 0 .3rem;
}
.list05 li.liimg h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #053d93;
    height: .48rem;
}
.list05 li.liimg p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    opacity: .6;
    margin-top: .1rem;
}
.list05 li.liimg time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #4a6692;
    font-family: 'SourceHanSerifCN', sans-serif;
    margin-top: .16rem;
}
.list05 li.liimg a{
    background: #f3f8ff;
}
.list05 li.litxt a{
    height: .66rem;
}
.list05 li.litxt h3{
    flex: 1;
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    padding-left: .37rem;
    background: url("../images/s7-img-1.png") no-repeat left center;
    background-size: .22rem;
    transition: all .5s;
}
.list05 li.litxt time{
    display: block;
    font-size: .16rem;
    line-height: .32rem;
    color: #b4bdcc;
    font-family: 'SourceHanSerifCN', sans-serif;
    margin-left: .2rem;
    flex-shrink: 0;
}
.list05 li.litxt:hover h3{
    color: #053D93;
    background-image: url("../images/s7-img-2.png");
}
.list05 li.liimg + li{
    margin-top: .24rem;
}
.list05{
    margin-top: .36rem;
}

.inner-s24{
    margin-top: .52rem;
}

.list06 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 1.25%;
}
.list06 ul li{
    width: 32.5%;
}
.list06 ul li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.list06 ul li .pic{
    padding-top: 2.4rem;
}
.list06 ul li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .56rem .46rem .46rem;
    z-index: 3;
}
.list06 ul li h3{
    font-size: .3rem;
    line-height: .38rem;
    color: #ffffff;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.list06 ul li h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .6;
}
.list06 ul li h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: .17rem;
}
.list06 ul li h6 svg{
    width: .18rem;
    height: .06rem;
}
.list06 ul li h6{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .4rem;
    color: #ffffff;
    margin-top: .39rem;
}
.list06 ul li:nth-child(1) a{
    background: #4468e0;
}
.list06 ul li:nth-child(2) a{
    background: #4293df;
}
.list06 ul li:nth-child(3) a{
    background: #1461d6;
}
.list06 ul li:hover a{
    background: #ef5b3b !important;
}
.list06{
    margin-top: .46rem;
    position: relative;
    z-index: 3;
}
.inner-s25 .bg{
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 23.22vw;
    background: url(../images/index-s5.png) no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
    transform: translateX(-50%);
}
.inner-s25{
    position: relative;
    padding-top: .77rem;
    margin-top: .67rem;
}

.list07 ul{
    gap: .2rem 1.25%;
}
.list07 ul li{
    width: 32.5%;
    position: relative;
}
.list07 li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.list07 li .pic{
    padding-top: 2.3rem;
}
.list07 li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .5rem .1rem .7rem .5rem;
}
.list07 li .text h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #ffffff;
}
.list07 li .text h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .6;
}
.list07 li .text h6{
    font-size: .18rem;
    line-height: .28rem;
    color: #ffffff;
    margin-top: .29rem;
}
.list07 li .text .arrow img{
    display: block;
    width: .18rem;
}
.list07 li .text .arrow{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    width: .4rem;
    height: .4rem;
    right: .23rem;
    bottom: .2rem;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list07 li:nth-child(1) a{
    background: #417edc;
}
.list07 li:nth-child(2) a{
    background: #3580dc;
}
.list07 li:nth-child(3) a{
    background: #1461d6;
}
.list07 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    height: .7rem;
    background: linear-gradient(180deg,#a7a7a7 0%,transparent 100%);
    pointer-events: none;
    opacity: .1;
}
.list07 li:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.list07 li:hover a{
    background: #ef5b3b !important;
}
.list07{
    margin-top: .5rem;
}
.inner-26{
    padding: 1.05rem 0 1.94rem;
}
@media (max-width: 1025px) {
    .inner-s23 .left{
        width: 100%;
        padding: .2rem;
    }
    .inner-s23 .left h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s23 .left i{
        margin-top: .15rem;
    }
    .inner-s23 .left p{
        line-height: 1.75;
        margin-top: .1rem;
        height: auto;
        display: block;
    }
    .inner-s23 .info-l{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .inner-s23 .info-l h6{
        margin-top: 0;
    }
    .inner-s23 .info-r{
        flex: inherit;
        width: 100%;
        margin-top: .05rem;
    }
    .inner-s23 .info-r h5 img{
        height: .15rem;
        margin-right: .1rem;
    }
    .inner-s23 .info-r h5:nth-child(-n+2){
        margin-bottom: .05rem;
    }
    .inner-s23 .info-l{
        flex-wrap: wrap;
    }
    .inner-s23 .info{
        margin-top: .25rem;
    }
    .inner-s23 .right{
        width: 100%;
    }
    .inner-s23 .right .li a{
        height: 1rem;
        padding: 0 .2rem;
    }
    .inner-s23 .right .li .text h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s23 .right .li .ico{
        width: .4rem;
        height: .4rem;
        margin-left: .1rem;
    }
    .inner-s23 .right .li{
        width: 25%;
    }
    .inner-s24 .left{
        width: 100%;
    }
    .list04  li time span{
        font-size: .32rem;
    }
    .list04  li time{
        margin-right: .2rem;
    }
    .list04  li .line{
        margin-right: .2rem;
    }
    .list04  li h3{
        line-height: .3rem;
        max-height: .6rem;
    }
    .list04  li a{
        padding: 0 .2rem;
        height: .9rem;
    }
    .inner-s24 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list05 li.litxt a{
        height: .6rem;
    }
    .list05 li.liimg + li{
        margin-top: .1rem;
    }
    .list05 li.liimg p{
        margin-top: .05rem;
    }
    .list05 li.liimg time{
        margin-top: .15rem;
    }
    .list05 li a .text{
        padding: 0 .2rem;
    }
    .list05{
        margin-top: .25rem;
    }
    .inner-s25 {
        padding: .4rem 0 0;
        margin-top: .4rem;
    }
    .list06 ul li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .list06 ul li h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list06 ul li h6{
        margin-top: .1rem;
    }
    .list06 ul li h6 .svg{
        width: .35rem;
        height: .35rem;
    }
    .list06 ul li .pic {
        padding-top: 2rem;
    }
    .list06 ul li{
        width: 32%;
    }
    .list06 ul{
        gap: .2rem 2%;
    }
    .list06{
        margin-top: .25rem;
    }
    .list07 li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .list07 li .text h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list07 li .text h4{
        margin-top: .05rem;
    }
    .list07 li .text h6{
        margin-top: .1rem;
    }
    .list07 li .text .arrow{
        width: .35rem;
        height: .35rem;
    }
    .list07 li .pic{
        padding-top: 2.2rem;
    }
    .list07 ul li{
        width: 32%;
    }
    .list07 ul{
        gap: .2rem 2%;
    }
    .list07{
        margin-top: .25rem;
    }
    .inner-26{
        padding: .4rem 0;
    }
    .inner-s23{
        padding: .4rem 0 0;
    }
    .inner-s24{
        margin-top: .4rem;
    }
}
@media (max-width: 769px) {
    .inner-s23 .right .li{
        width: 50%;
    }
    .list05 li a .pic{
        width: 100%;
        height: auto;
        padding-top: 56.33%;
    }
    .list05 li.liimg .text{
        width: 100%;
        padding: .2rem;
    }
    .list05 li.liimg h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list05 li.liimg a{
        flex-wrap: wrap;
    }
    .list06 ul li{
        width: 100%;
    }
    .list07 ul li{
        width: 100%;
    }
    .list07 li .pic {
        padding-top: 2rem;
    }
}

@media (max-width: 481px) {
    .inner-s23 .info-r h5{
        width: 100%;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #053d93 !important;
    color: #fff;
    background-color: #053d93 !important;
}
.pb_sys_common{
    font-size: .14rem !important ;
    font-family: SimSun;
    line-height: 32px;
    color:#222;
    margin-top: 40px !important;
    font-family: 'Microsoft YaHei UI', 'Microsoft Yahei', Arial, sans-serif !important;
}





div#vsb_content table {
    margin: 10px auto !important;
   
}
div#vsb_content table td p{
    text-indent:0;
    margin-top:0;
}
.v_news_content table td {
    border: 0.5px solid #333;
}

.leftNav .box.xiala h3 .svg use:nth-child(2){
    display: none;
}
.leftNav .box.xiala h3 .svg use:nth-child(1){
    display: block;
}
.leftNav .box.xiala h3 .svg{

}
.leftNav .block .box h3 .svg{
    width: .2rem;
    height: .07rem;
}
.leftNav .box h3 .svg use:nth-child(1){
    display: none;
}
.leftNav .block .box.xiala h3 .svg{
    width: .07rem;
    height: .13rem;
}

.leftNav .block .box.xiala:hover h3 .svg,
.leftNav .block .box.xiala.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: left;
    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;
    flex-shrink: 0;
}
.leftNav .block .s-link .li + .li{
    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 .s-link .s-link{
    padding-bottom:0;
}
.leftNav .block .s-link .s-link a{
    font-size:.16rem;
}
.leftNav .block .box.on>.s-link,
.leftNav .block .li.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: 70vw;
}
.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: .4rem;
    line-height: .7rem;
    color: #F56647;
    font-family: 'SourceHanSerifCN', sans-serif;
    position: relative;
    letter-spacing: 0;
    min-width: calc(4em - .15em);
    text-align: center;
    font-weight: 700;
}
.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: .32rem;
        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-s4*/
.inner-s4 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s4 li .pic{
    width: 1.75rem;
    height: 2.36rem;
}
.inner-s4 li .txt{
    width: calc(100% - 1.75rem);
    padding: 0 .45rem 0 .4rem;
}

.inner-s4 .name{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.inner-s4 .name h3{
    font-size: .28rem;
    line-height: .36rem;
    color: #053D93;
    font-weight: 700;
    margin-right: .3rem;
}
.inner-s4 .name h4{
    font-size: .2rem;
    line-height: 1;
    color: #333333;
}
.inner-s4 .name h6 span{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s4 .name h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #053D93;
    margin-left: auto;
}
.inner-s4 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    height: .03rem;
    width: .57rem;
    background: #F56647;
}
.inner-s4 li .line{
    position: relative;
    height: .01rem;
    background: rgba(151, 151, 151, 0.2);
    margin-top: .3rem;
}
.inner-s4 li p{
    font-size: .14rem;
    line-height: .22rem;
    color: #666666;
    height: .44rem;
    margin-top: .29rem;
}
.inner-s4 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-11.png") no-repeat right bottom;
    background-size: cover;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: all .5s;
}
.inner-s4 li:hover:before{
    box-shadow: 0 .02rem .2rem rgba(5, 61, 147, 0.2);
}
.inner-s4 li + li{
    margin-top: .5rem;
}
.inner-s4 li{
    position: relative;
}
.inner-s4{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s4 .name h3{
        font-size: .22rem;
        margin-right: .1rem;
    }
    .inner-s4 .name h4{
        font-size: .16rem;
    }
    .inner-s4 li .line{
        margin-top: .15rem;
    }
    .inner-s4 li p{
        font-size: .16rem;
        line-height: .24rem;
        height: .48rem;
        margin-top: .15rem;
    }
    .inner-s4 li .pic {
        width: 1.65rem;
        height: 2.16rem;
    }
    .inner-s4 li .txt {
        width: calc(100% - 1.65rem);
        padding: 0 .2rem;
    }
    .inner-s4 li + li{
        margin-top: .2rem;
    }
    .inner-s4{
        margin-top: .25rem;
    }

}
@media (max-width: 769px) {}
@media (max-width: 480px) {
    .inner-s4 li .pic {
        width: 1.45rem;
        height: 1.96rem;
    }
    .inner-s4 li .txt {
        width: calc(100% - 1.45rem);
    }
    .inner-s4 .name h6{
        display: none;
    }
    .inner-s4 .name h4{
        line-height: 1.5;
        width: 100%;
        margin-top: .05rem;
    }
    .inner-s4 li .line{
        margin-top: .1rem;
    }
}

/*inner-s5*/

.inner-s5 ul{
    gap: .32rem 2.705%;
}
.inner-s5 li{
    width: 31.53%;
    position: relative;
    padding: .09rem;
    background: url("../images/n-img-12.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}

.inner-s5 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: .42rem;
    padding: 0 .21rem;
}
.inner-s5 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    transition: all .5s;
}
.inner-s5 li .svg{
    width: .07rem;
    height: .175rem;
    margin-left: .1rem;
    flex-shrink: 0;
    color: #053D93;
    transition: all .5s;
}
.inner-s5 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-13.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s5 li:after{
    position: absolute;
    content: '';
    left: .09rem;
    top: .09rem;
    bottom: .09rem;
    right: .09rem;
    border: .01rem dashed #053D93;
    opacity: .1;
    transition: all .5s;
}
.inner-s5 li:hover h3,
.inner-s5 li:hover .svg{
    color: #ffffff;
}
.inner-s5 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner-s5 li:hover:after{
    border-color: #ffffff;
    opacity: .2;
}
.inner-s5{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s5 li a{
        padding: 0 .2rem;
    }
    .inner-s5 li{
        width: 49%;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s5{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s5 li{
        width: 100%;
    }
}
@media (max-width: 480px) {}


/*inner-s6*/

.inner-s6 .top .li{
    display: flex;
    flex-wrap: wrap;
}
.inner-s6 .top .li .li-l{
    width: 1.28rem;
}
.inner-s6 .top .li .li-l h3{
    font-size: .16rem;
    line-height: .28rem;
    color: #053D93;
}
.inner-s6 .top .li .li-r{
    width: calc(100% - 1.28rem);
    display: flex;
    flex-wrap: wrap;
    gap: .1rem .05rem;
}
.inner-s6 .top .li .li-r span{
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    padding: 0 .1rem;
    border-radius: 50vw;
    cursor: pointer;
    transition: all .5s;
}
.inner-s6 .top .li .li-r span:hover,
.inner-s6 .top .li .li-r span.active{
    color: #ffffff;
    background: #053D93;
}
.inner-s6 .top .li + .li{
    margin-top: .26rem;
}
.inner-s6 .top{
    padding: .4rem .3rem .4rem .39rem;
    background: url("../images/n-img-14.png") no-repeat 50% 50%;
    background-size: cover;
}
.inner-s6 .bot li{
    width: 47.8%;
    margin-top: .45rem;
    position: relative;
}
.inner-s6 .bot li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s6 .bot li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inner-s6 .bot li .pic{
    width: 1.47rem;
    height: 1.98rem;
}
.inner-s6 .bot li .txt{
    width: calc(100% - 1.47rem);
    padding: 0 .2rem;
}
.inner-s6 .bot li .name{
    display: flex;
    align-items: baseline;
}
.inner-s6 .bot li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    margin-right: .2rem;
    transition: all .5s;
}
.inner-s6 .bot li h4{
    font-size: .18rem;
    line-height: 1;
    color: #053D93;
    transition: all .5s;
}
.inner-s6 .bot li .line{
    width: .43rem;
    height: .02rem;
    background: #053D93;
    margin-top: .18rem;
    margin-bottom: .2rem;
    transition: all .5s;
}
.inner-s6 .bot li h5{
    font-size: .14rem;
    line-height: .18rem;
    color: #333333;
    transition: all .5s;
}
.inner-s6 .bot li h5 + h5{
    margin-top: .07rem;
}
.inner-s6 .bot li h6{
    font-size: .14rem;
    line-height: .18rem;
    color: #333333;
    margin-top: .16rem;
    transition: all .5s;
}
.inner-s6 .bot li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-15.png") no-repeat 50% 50%;
    background-size: cover;
}
.inner-s6 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-16.png") no-repeat 50% 50%;
    background-size: cover;
    box-shadow: 0 .02rem .13rem 0 rgba(5, 61, 147, 0.5236);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 .bot li:hover h3,
.inner-s6 .bot li:hover h4,
.inner-s6 .bot li:hover h5,
.inner-s6 .bot li:hover h6{
    color: #ffffff;
}
.inner-s6 .bot li:hover h4{
    opacity: .8;
}
.inner-s6 .bot li:hover .line{
    background: #ffffff;
}
.inner-s6 .bot li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6 .bot{
    margin-top: .55rem;
}
.inner-s6{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s6 .top{
        padding: .2rem;
    }
    .inner-s6 .top .li + .li{
        margin-top: .2rem;
    }
    .inner-s6 .bot li{
        width: 49%;
        margin: 0;
    }
    .inner-s6 .bot ul{
        gap: .2rem 2%;
    }
    .inner-s6 .bot li h3{
        margin-right: .1rem;
    }
    .inner-s6 .bot li h5{
        font-size: .16rem;
        line-height: 1.5;
    }
    .inner-s6 .bot li h5 + h5{
        margin-top: .05rem;
    }
    .inner-s6 .bot li h6{
        font-size: .16rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s6 .bot li .line{
        margin: .15rem 0;
    }
    .inner-s6 .bot{
        margin-top: .3rem;
    }
    .inner-s6{
        margin-top: .25rem;
    }
}
@media (max-width: 768px) {
    .inner-s6 .bot li{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .inner-s6 .top .li .li-l{
        flex-shrink: 0;
        width: 1.4rem;
    }
    .inner-s6 .top .li .li-r {
        width: calc(100% - 1.4rem);
    }
}


/*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;
   /* line-height: .3rem;*/
    color: #333333;
}
.inner-s7 .dtl-txt p + p{
    margin-top: .41rem;
}
.inner-s7 .dtl-txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
max-width: 70%;
    margin: 0 auto;
}
.inner-s7 .dtl-txt{
    margin-top: .3rem;
}
.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;
}
#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-s8*/

.inner-s8 .item p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s8 .item p + p{
    margin-top: .3rem;
}
.inner-s8 .item h3 + p{
    margin-top: .3rem;
}
.inner-s8 .item h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #053D93;
    font-weight: 700;
}
.inner-s8 .item2 img{
    display: block;
    width: 100%;
}
.inner-s8 .item2:before{
    position: absolute;
    content: '';
    top: .3rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/n-img-22.png") no-repeat bottom right;
    background-size: auto 100%;
    pointer-events: none;
}
.inner-s8 .item2{
    position: relative;
    padding-right: .12rem;
    padding-bottom: .12rem;
}
.inner-s8 .item + .item{
    margin-top: .47rem;
}

.inner-s8{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s8 .item h3{
        font-size: .2rem;
        line-height: 1.5;
    }
    .inner-s8 .item p{
        line-height: 1.75;
    }
    .inner-s8 .item p + p,
    .inner-s8 .item h3 + p{
        margin-top: .1rem;
    }
    .inner-s8 .item + .item{
        margin-top: .2rem;
    }
    .inner-s8{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 480px) {}

/*inner-s9*/

.inner-s9 .item{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s9 .item .times{
    width: 2.24rem;
    height: .67rem;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #053D93;
}
.inner-s9 .item .times time{
    display: block;
    font-size: .5rem;
    line-height: 1;
    color: #ffffff;
    font-family: 'Slideyouran',sans-serif;
    transform: translateY(-.1rem);
}
.inner-s9 .item .line{
    width: .41rem;
    height: .01rem;
    background: #053D93;
    opacity: .2;
    margin: .33rem .11rem 0;
    flex-shrink: 0;
}
.inner-s9 .item .text-box{
    flex: 1;
    overflow: hidden;
    padding: .16rem .3rem;
    background: #ffffff;
    box-shadow: 0 .02rem .11rem rgba(5, 61, 147, 0.1);
    transition: all .5s;
}
.inner-s9 .item .text-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s9 .item .text-top h3{
    flex: 1;
    font-size: .24rem;
    line-height: .35rem;
    color: #333333;
    transition: all .5s;
}
.inner-s9 .item .text-top .arrow span{
    width: .11rem;
    height: .11rem;
}
.inner-s9 .item .text-top .arrow{
    width: .24rem;
    height: .24rem;
    background: #053D93;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    margin-left: .2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.inner-s9 .item .text-bot .para{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    text-indent: 2em;
}
.inner-s9 .item .text-bot .para p + p{
    margin-top: .23rem;
}

.inner-s9 .item .text-bot .para p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s9 .item .pelbox .pelli{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s9 .item .pelbox .pel-job{
    width: 1.56rem;
    position: relative;
    padding-left: .12rem;
    font-size: .16rem;
    line-height: .22rem;
    color: #053D93;
    font-weight: 700;
}
.inner-s9 .item .pelbox .pel-job:before{
    position: absolute;
    content: '';
    left: 0;
    top: .03rem;
    bottom: .03rem;
    width: .03rem;
    background: #053D93;
}
.inner-s9 .item .pelbox .pel-list{
    width: calc(100% - 1.56rem);
    display: flex;
    flex-wrap: wrap;
}
.inner-s9 .item .pelbox .pel-list span{
    display: block;
    width: 50%;
    font-size: .16rem;
    line-height: .22rem;
    color: #333333;
    margin-top: .15rem;
}
.inner-s9 .item .pelbox .pel-list span:nth-child(-n+2){
    margin-top: 0;
}

.inner-s9 .item .pelbox .pelli + .pelli{
    margin-top: .22rem;
}
.inner-s9 .item .pelbox{
    margin-top: .32rem;
    padding: 0 0 0 .36rem;
}
.inner-s9 .item .text-bot .para:not(:first-child){
    margin-top: .32rem;
}
.inner-s9 .item .text-bot{
    padding: .22rem 0 .16rem;
    border-top: .01rem solid rgba(245, 102, 71, 0.13);
    display: none;
    margin-top: .11rem;
}
.inner-s9 .item + .item{
    margin-top: .56rem;
}
.inner-s9 .item.active .times{
    background: #F56647;
}
.inner-s9 .item.active .text-top h3{
    color: #F56647;
    font-weight: 700;
}
.inner-s9 .item.active .text-top .arrow{
    background: #F56647;
    transform: rotate(-90deg);
}
.inner-s9 .item.active .text-box{
    box-shadow: 0 .02rem .11rem 0 rgba(245, 102, 71, 0.0951);
}
.inner-s9 .items:before{
    position: absolute;
    content: '';
    left: 1.07rem;
    top: 0;
    bottom: 0;
    width: .11rem;
    background: url("../images/n-img-23.png") repeat-y top left;
    background-size:  100% auto ;
    pointer-events: none;
}
.inner-s9 .items{
    position: relative;
}
.inner-s9{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s9 .item .times time{
        font-size: .32rem;
        transform: translateY(-0.05rem);
    }
    .inner-s9 .item .times{
        width: 1.4rem;
        height: .5rem;
    }
    .inner-s9 .item .line{
        width: .2rem;
        margin: 0.25rem .05rem 0;
    }
    .inner-s9 .item .text-box{
        padding: .1rem 0.2rem;
    }
    .inner-s9 .item .text-top h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s9 .item .text-bot .para{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s9 .item .text-bot .para p + p{
        margin-top: .1rem;
    }
    .inner-s9 .item .text-bot{
        padding: .1rem 0;
        margin-top: .1rem;
    }
    .inner-s9 .item .pelbox{
        padding: 0;
        margin-top: .2rem;
    }
    .inner-s9 .item .pelbox .pel-job,
    .inner-s9 .item .pelbox .pel-list span{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s9 .item .pelbox .pel-job {
        width: 1.2rem;
    }
    .inner-s9 .item .pelbox .pel-list {
        width: calc(100% - 1.2rem);
    }
    .inner-s9 .item .pelbox .pelli + .pelli{
        margin-top: .15rem;
    }
    .inner-s9 .item + .item{
        margin-top: .2rem;
    }
    .inner-s9{
        margin-top: .25rem;
    }
    .inner-s9 .item .text-bot .para:not(:first-child){
        margin-top: .1rem;
    }
}
@media (max-width: 769px) {
    .inner-s9 .item .pelbox .pel-list{
        width: 100%;
        margin-top: .1rem;
    }
    .inner-s9 .item .pelbox .pelli{
        flex-wrap: wrap;
    }
}
@media (max-width: 481px) {
    .inner-s9 .item .times{
        width: 100%;
    }
    .inner-s9 .item .line{
        display: none;
    }
    .inner-s9 .item .text-box{
        width: 100%;
        padding: .2rem;
    }
    .inner-s9 .item{
        flex-wrap: wrap;
    }
    .inner-s9 .item .pelbox .pel-list span{
        width: 100%;
        margin-top: 0;
    }
    .inner-s9 .item .pelbox .pel-list{
        gap: .05rem 0;
    }
}

/*inner-s10*/

.inner-s10 .item1 h3{
    font-size: .54rem;
    line-height: 1;
    color: #053D93;
    font-family: 'Slideyouran', sans-serif;
    text-align: center;
    letter-spacing: -.15em;
}
.inner-s10 .item1 .ico{
    position: relative;
    width: 1.2rem;
    margin: .39rem auto 0;
}
.inner-s10 .item1 .ico img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.inner-s10 .item1 .ico span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 0;
    border: .01rem solid #053D93;
    pointer-events: none;
}
.inner-s10 .item1 .ico span:nth-child(2){
    animation: scaleta 1.5s infinite;
}
.inner-s10 .item1 .ico span:nth-child(3){
    animation: scaletb 1.5s infinite;
}
.inner-s10 .item1 .ico span:nth-child(4){
    animation: scaletc 1.5s infinite;
}
@keyframes scaleta {
    0% {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(1.53);
        opacity: 0
    }
}
@keyframes scaletb {
    0% {
        transform: scale(1);
        opacity: .6
    }

    to {
        transform: scale(2.5);
        opacity: 0
    }
}
@keyframes scaletc {
    0% {
        transform: scale(1);
        opacity: .4
    }

    to {
        transform: scale(3.41);
        opacity: 0
    }
}

.inner-s10 .swiper-year{
    position: relative;
    padding: 0 .48rem;
}

.inner-s10 .swiper-year li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.inner-s10 .swiper-year li i{
    display: block;
    flex: 1;
    height: .01rem;
    background: #053D93;
    opacity: .2;
}
.inner-s10 .swiper-year li time{
    display: block;
    font-size: .3rem;
    line-height: .54rem;
    color: #053D93;
    opacity: .6;
    margin: 0 .14rem;
    flex-shrink: 0;
    transition: all .5s;
}

.inner-s10 .swiper-year li.swiper-slide-active time{
    color: #F56647;
    font-size: .4rem;
    font-weight: 700;
    opacity: 1;
}
.inner-s10 .swiper-year .btn{
    width: .37rem;
    height: .37rem;
    background: #053D93;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .5s;
}
.inner-s10 .swiper-year .btn .svg{
    width: .13rem;
    height: .08rem;
}
.inner-s10 .swiper-year .prev{
    left: 0;
}
.inner-s10 .swiper-year .prev .svg{
    transform: rotate(90deg);

}
.inner-s10 .swiper-year .next{
    right: 0;
}
.inner-s10 .swiper-year .next .svg{
    transform: rotate(-90deg);
}
.inner-s10 .swiper-year .btn:hover{
    background: #F56647;
}

.inner-s10 .swiper-list li{
    display: flex;
    justify-content: flex-end;
}
.inner-s10 .swiper-list li .con{
    display: block;
    width: 50%;
    padding-left: .72rem;
}
.inner-s10 .swiper-list li time{
    display: block;
    font-size: .3rem;
    line-height: .4rem;
    color: #053D93;
    font-weight: 700;
    position: relative;
}
.inner-s10 .swiper-list li time:before,
.inner-s10 .swiper-list li time:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}
.inner-s10 .swiper-list li time:before{
    width: .33rem;
    height: .33rem;
    right: calc(100% + .56rem);
    background: url("../images/n-img-25.png") no-repeat 50% 50%;
    background-size: 100%;
}
.inner-s10 .swiper-list li time:after{
    width: .4rem;
    height: .01rem;
    right: calc(100% + .16rem);
    background: #053D93;
    opacity: .28;
}
.inner-s10 .swiper-list li .desc{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    margin-top: .15rem;
}
.inner-s10 .swiper-list li .desc p + p{
    margin-top: .13rem;
}
.inner-s10 .swiper-list ul:before{
    position: absolute;
    content: '';
    left: 50%;
    top: .18rem;
    bottom: 0;
    width: .01rem;
    background: #053D93;
    opacity: .2;
}
.inner-s10 .swiper-list ul{
    position: relative;
}
.inner-s10 .swiper-list{
    margin-top: .56rem;
}
.inner-s10 .item2{
    margin-top: 1.53rem;
}
.inner-s10{
    margin-top: .74rem;
}
@media (min-width: 1025px) {
    .inner-s10 .swiper-list li:nth-child(2n) time:before{
        right: auto;
        left: calc(100% + .56rem);
    }
    .inner-s10 .swiper-list li:nth-child(2n) time:after{
        right: auto;
        left: calc(100% + .16rem);
    }
    .inner-s10 .swiper-list li:nth-child(2n) time{
        text-align: right;
    }
    .inner-s10 .swiper-list li:nth-child(2n) .con{
        padding-left: 0;
        padding-right: .72rem;

    }
    .inner-s10 .swiper-list li:nth-child(2n){
        justify-content: flex-start;
    }
    .inner-s10 .swiper-list li:nth-child(2n + 1){
        margin-top: -1rem;
    }
    .inner-s10 .swiper-list li:nth-child(1){
        margin-top: 0;
    }
    .inner-s10 .swiper-list li .desc{
        min-height: 1.04rem;
    }
}

@media (max-width: 1025px) {
    .inner-s10 .item1 h3{
        font-size: .36rem;
        line-height: 1;
    }
    .inner-s10 .item1 .ico{
        width: 0.7rem;
        margin: 0.2rem auto 0;
    }
    .inner-s10 .item1 .ico span{
        display: none;
    }
    .inner-s10 .swiper-year li.swiper-slide-active time{
        font-size: .24rem;
    }
    .inner-s10 .swiper-year li time{
        font-size: .24rem;
        line-height: .3rem;
        margin: 0 .1rem;
    }
    .inner-s10 .swiper-year .btn{
        width: .35rem;
        height: .35rem;
    }
    .inner-s10 .swiper-list li time{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s10 .swiper-list li time:before{
        width: .25rem;
        height: .25rem;
        right: auto;
        left: -.325rem;
    }
    .inner-s10 .swiper-list li time:after{
        display: none;
    }
    .inner-s10 .swiper-list li .desc{
        font-size: .18rem;
        line-height: 1.75;
        margin-top: .05rem;
    }
    .inner-s10 .swiper-list li .con{
        padding-left: .2rem;
        width: 100%;
    }
    .inner-s10 .swiper-list li + li{
        margin-top: .3rem;
    }
    .inner-s10 .swiper-list li{
        padding-left: .1rem;
    }
    .inner-s10 .swiper-list ul:before{
        left: .1rem;
    }
    .inner-s10 .swiper-list{
        margin-top: .25rem;
    }
    .inner-s10 .item2{
        margin-top: .3rem;
    }
    .inner-s10{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*inner-s11*/
.inner-s11 .items div.bg-mask{
    display: block;
    position: relative;
}
.inner-s11 .items .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .7rem .37rem;
    z-index: 3;
}
.inner-s11 .items  .text h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s11 .items  .text i{
    display: block;
    width: .44rem;
    height: .02rem;
    background: #F56647;
    margin-top: .06rem;
}
.inner-s11 .items  .text .desc{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    height: .92rem;
    margin-top: .16rem;
    overflow: hidden;
}
.inner-s11 .items  .text .desc p + p{
    margin-top: .1rem;
}
.inner-s11 .items  h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s11 .items  h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    margin-top: .6rem;
}
.inner-s11 .item-l{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .27rem 0;
}
.inner-s11 .items div.a1{
    width: 100%;
}
.inner-s11 .items div.a1 .pic{
    padding-top: 3.8rem;
}
.inner-s11 .items div.a2{
    width: 48.4%;
}
.inner-s11 .items div.a2 .pic{
    padding-top: 3.8rem;
}
.inner-s11 .item-r{
    width: 31.7%;
}
.inner-s11 .items div.a3 .pic{
    padding-top: 7.87rem;
}
.inner-s11 .items div.a3 .text{
    padding: .7rem;
}
.inner-s11{
    margin-top: .77rem;
}
@media (max-width: 1025px) {
    .inner-s11 .items .text{
        padding: .2rem;
    }
    .inner-s11 .item-l{
        width: 100%;
        gap: .2rem 0;
    }
    .inner-s11 .items h6{
        margin-top: .15rem;
    }
    .inner-s11 .items .text .desc{
        font-size: .18rem;
        line-height: 1.75;
        height: calc(1.75em * 3 + .1rem);
        margin-top: .1rem;
        overflow: hidden;
    }
    .inner-s11 .items  .text .desc p + p{
        margin-top: .05rem;
    }
    .inner-s11 .items .a2{
        width: 49%;
    }
    .inner-s11 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s11 .items div.a3 .text{
        padding: .2rem;
    }
    .inner-s11 .items div.a1 .pic,
    .inner-s11 .items div.a2 .pic,
    .inner-s11 .items div.a3 .pic{
        padding-top: 2.4rem;
    }
    .inner-s11{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {
    .inner-s11 .items .a2{
        width: 100%;
    }
    .inner-s11 .items  div.text .desc{
        height: auto;
    }
    .inner-s11 .items div.a1 .pic,
    .inner-s11 .items div.a2 .pic,
    .inner-s11 .items div.a3 .pic{
        padding-top: inherit;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .inner-s11 .items  .text{
        position: relative;
        inset: 0;
    }
}
@media (max-width: 481px) {}
/*inner-s12*/

.inner-s12 .list02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .2rem 0;
}
.inner-s12 .list02 li{
    width: 32%;
}
.inner-s12 .list02 li a{
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.inner-s12 .list02 li .pic{
    padding-top: 3.6rem;
padding-top: 3.1rem;
}
.inner-s12 .list02 li .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.4rem .3rem 0.4rem;
}
.inner-s12 .list02 li .icon{
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: .01rem dashed rgba(255, 255, 255, 0.5);
    margin: 0 auto;
}
.inner-s12 .list02 li .icon img{
    max-width: .5rem;
}
.inner-s12 .list02 li h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #FFFFFF;
    text-align: center;
    /* height: .68rem; */
    margin-top: .27rem;
}
.inner-s12 .list02 li h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s12 .list02 li h6{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    margin-top: 0.3rem;
margin-top: 0.1rem;
}
.inner-s12 .list02 li:nth-child(1) a{
    background: #2B68C8;
}
.inner-s12 .list02 li:nth-child(2) a{
    background: #4A83DB;
}
.inner-s12 .list02 li:nth-child(3) a{
    background: #6DA8EC;
}
.inner-s12 .list02 li:nth-child(4) a{
    background: #5689D9;
}
.inner-s12 .list02 li:nth-child(5) a{
    background: #4A83DB;
}
.inner-s12 .list02 li:nth-child(6) a{
    background: #6DA8EC;
}
.inner-s12 .list02 li:hover h3{
    font-weight: 700;
}
.inner-s12 .list02 li:hover a{
    background: #F56647;
    box-shadow: 0 .02rem .23rem rgba(245, 102, 71, 0.6218);
}

.inner-s12 .list02 li:last-child{
    width: 100%;
    /* margin-top: .4rem; */
}
.inner-s12 .list02 li:last-child a{
    display: block;
    position: relative;
}
.inner-s12 .list02 li:last-child a .pic{
    padding-top: 2.5rem;
}
.inner-s12 .list02 li:last-child h3{
    font-size: 0.22rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    min-height: auto;
}
.inner-s12 .list02 li:last-child p{
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    max-height: .78rem;
    width: 8.5rem;
    margin-top: 0.1rem;
    opacity: .8;
}
.inner-s12 .list02 li:last-child h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    margin-left: .17rem;
    border-radius: 50%;
}
.inner-s12 .list02 li:last-child h6 .svg svg{
    width: .18rem;
    height: .06rem;
}
.inner-s12 .list02 li:last-child h6{
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    justify-content: flex-start;
}
.inner-s12 .list02 li:last-child .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.3rem;
}

.inner-s12 {
    margin-top: .7rem;
}

@media (max-width: 1025px) {
    .inner-s12 .list02 li{
        width: 49%;
    }
    .inner-s12 .list02 li .icon img{
        max-width: .3rem;
    }
    .inner-s12 .list02 li .icon{
        width: .8rem;
        height: .8rem;
    }
    .inner-s12 .list02 li h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .15rem;
    }
    .inner-s12 .list02 li h6{
        margin-top: .15rem;
    }
    .inner-s12 .list02 li .text{
        padding: .2rem;
    }
    .inner-s12 .list02 li .pic {
        padding-top: 2.4rem;
    }
    .inner-s12 .list02 li .pic .a{
        background-position: bottom center;
    }
    .inner-s12 .list02{
        gap: .2rem 0;
    }
    .inner-s12{
        margin-top: .25rem;
    }
    .inner-s12 .list02 li:last-child{
        margin-top:0
    }
    .inner-s12 .list02 li:last-child p{
        width:100%;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 481px) {
    .inner-s12 .list02 li{
        width: 100%;
    }
}

/*inner-s13*/


.n_dh1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .1rem .82rem;
}
.n_dh1 ul li a{
    display: block;
    font-size: .26rem;
    line-height: .36rem;
    color: #053D93;
    transition: all .5s;
    position: relative;
}
.n_dh1 ul li a:after{
    position: absolute;
    content: '';
    left: 50%;
    top: calc(100% + .12rem);
    width: .25rem;
    height: .47rem;
    background: url("../images/n-img-38.png") no-repeat 50% 50%;
    background-size: 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.n_dh1 ul li.dots{
    width: .06rem;
    height: .06rem;
    background: #053D93;
    border-radius: 50%;
}
.n_dh1 ul li.active a:after,
.n_dh1 ul li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.n_dh1 ul li.active a,
.n_dh1 ul li:hover a{
    font-weight: 700;
}

.list03 ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: .21rem;
}
.list03 ul li:first-child{
    grid-column: 1/3;
    grid-row: 1/3;
}
.list03 ul li a{
    display: block;
    position: relative;
}
.list03 ul li a .pic{
    padding-top: 2.39rem;
}
.list03 ul li a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .23rem;
    font-size: .2rem;
    line-height: .36rem;
    color: #FFFFFF;
    padding: 0 .3rem;
    z-index: 3;
}
.list03 ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .65rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
}
.list03 ul li:first-child a .pic{
    padding-top: 4.99rem;
}

.inner-s13 .list03{
    margin-top: 1rem;
}
.inner-s13{
    margin-top: .34rem;
}

@media (max-width: 1025px) {
    .n_dh1 ul li a{
        font-size: .2rem;
        line-height: .3rem;
    }
    .n_dh1 ul li a:after{
        width: 0.15rem;
        height: 0.3rem;
        display: none;
    }
    .n_dh1 ul{
        gap: .1rem .2rem;
    }
    .list03 ul li a h3{
        font-size: .2rem;
        line-height: .3rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .inner-s13 .list03{
        margin-top: .3rem;
    }
    .inner-s13{
        margin-top: .25rem;
    }
    .list03 ul{
        gap: .2rem;
    }
}
@media (max-width: 769px) {
    .list03 ul{
        gap: .2rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .list03 ul li:first-child {
        grid-column: auto;
        grid-row: auto;
    }
    .list03 ul li:first-child a .pic,
    .list03 ul li a .pic{
        padding-top: 62.73%;
    }
    .inner-s13 .list03 li:nth-child(9){
        display: none;
    }
}
@media (max-width: 481px) {
    .list03 ul{
        grid-template-columns: 1fr;
    }
    .inner-s13 .list03 li:nth-child(9){
        display: block;
    }
}

/*inner-s14*/

.inner-s14 li{
    width: 47.55%;
    position: relative;
}
.inner-s14 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: .87rem;
}
.inner-s14 li i{
    margin-right: .11rem;
    display: block;
    width: .27rem;
    height: .2rem;
    background: url("../images/n-img-41.png") no-repeat 50% 50%;
    background-size: 100%;
    transition: all .5s;
}
.inner-s14 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s14 li .svg{
    width: .2rem;
    height: .07rem;
    color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
}
.inner-s14 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #979797;
    opacity: .2;
}
.inner-s14 li:after{
    position: absolute;
    content: '';
    left: -.25rem;
    right: -.22rem;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-43.png") no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s14 li:hover i{
    background-image: url("../images/n-img-42.png");
}
.inner-s14 li:hover h3{
    font-weight: 700;
    color: #ffffff;
}
.inner-s14 li:hover .svg{
    color: #ffffff;
}
.inner-s14 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s14{
    margin-top: .19rem;
}
@media (max-width: 1025px) {
    .inner-s14 li h3{
        font-size: .2rem;
    }
    .inner-s14 li a{
        height: .8rem;
    }
    .inner-s14 li:after{
        left: -15px;
        right: -15px;
    }
}
@media (max-width: 769px) {
    .inner-s14 li{
        width: 100%;
    }
}
@media (max-width: 481px) {

}


/*inner-s15*/

.inner-s15 li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s15 li .pic{
    width: 5.51rem;
    height: 3.45rem;
}
.inner-s15 li .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .47rem;
    height: .47rem;
    z-index: 5;
    transform: translate(-50%, -50%);
}
.inner-s15 li .play .svg{
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.inner-s15 li .text{
    position: absolute;
    top: 50%;
    right: 0;
    width: 6.69rem;
    background: url("../images/n-img-47.png") no-repeat right center;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 5;
    padding: .4rem .38rem;
    transition: all .5s;
}
.inner-s15 li .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s15 li .tit h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    flex: 1;
}
.inner-s15 li .tit h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s15 li .tit h6{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #053D93;
}
.inner-s15 li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    font-weight: 700;
    margin-top: .25rem;
}
.inner-s15 li p{
    font-size: .14rem;
    line-height: .22rem;
    color: #666666;
    height: .44rem;
    margin-top: .15rem;
}
.inner-s15 li h5{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .18rem;
    color: #666666;
}
.inner-s15 li h5 + h5{
    margin-top: .15rem;
}
.inner-s15 li h5 img{
    display: block;
    width: .14rem;
    margin-right: .08rem;
}
.inner-s15 li .info:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .02rem;
    background: #053D93;
}
.inner-s15 li .info{
    padding-left: .13rem;
    position: relative;
    margin-top: .28rem;
}
.inner-s15 li:hover h4{
    color: #053D93;
}
.inner-s15 li:hover .text{
    box-shadow: 0 .02rem .11rem rgba(5, 61, 147, 0.3535);
}
.inner-s15 li + li{
    margin-top: .59rem;
}
.inner-s15{
    margin-top: .41rem;
}
@media (max-width: 1025px) {
    .inner-s15 li .text{
        width: 5.49rem;
        padding: .2rem;
    }
    .inner-s15 li .tit h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s15 li h4{
        margin-top: .1rem;
    }
    .inner-s15 li p{
        margin-top: .05rem;
    }
    .inner-s15 li h5 + h5 {
        margin-top: .1rem;
    }
    .inner-s15 li .info {
        margin-top: .15rem;
    }
    .inner-s15 li .pic {
        width: 5rem;
        height: 3rem;
    }
    .inner-s15 li + li{
        margin-top: .2rem;
    }
    .inner-s15{
        margin-top: .25rem;
    }
}

@media (max-width: 769px) {
    .inner-s15 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.61%;
    }
    .inner-s15 li .text{
        position: static;
        width: 100%;
        transform: none;
    }
    .inner-s15 li a{
        flex-wrap: wrap;
    }
}
@media (max-width: 481px) {

}

/*inner-s16*/

.inner-s17 ul{
    display:flex;
    flex-wrap:wrap;
    gap:.2rem 2%;
}
.inner-s17 li{
    width: 32%;
}
.inner-s17 li:nth-child(1),
.inner-s17 li:nth-child(2){
    width: 49%;
}
.inner-s17 li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.inner-s17 li a .pic{
    padding-top: 2.41rem;
}
.inner-s17 li .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.3rem 0.3rem;
}
.inner-s17 li .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .37rem;
    height: .35rem;
}
.inner-s17 li i{
    display: block;
    width: 3.47rem;
    height: .01rem;
    background: linear-gradient(90deg, #FFFFFF 3%, rgba(255, 255, 255, 0) 101%) ;;
}
.inner-s17 li h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: .19rem;
}
.inner-s17 li h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s17 li h6{
    font-size: .16rem;
    line-height: .22rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.inner-s17 li:nth-child(1) a{
    background: rgba(5, 61, 147, 0.7);
}
.inner-s17 li:nth-child(2) a{
    background: #81ACF3;
}
.inner-s17 li:nth-child(3) a{
    background: #053D93;
}
.inner-s17 li:nth-child(4) a{
    background: #7FB7E7;
}
.inner-s17 li:nth-child(5) a{
    background: #4481CC;
}
.inner-s17 li:hover a{
    background: #F56040 !important;
}

.inner-s17{
    margin-top: .41rem;
}

@media (max-width: 1025px) {
    .inner-s17 li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .inner-s17 li .ico{
        width: .35rem;
        height: .35rem;
    }
    .inner-s17 li h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-top: .15rem;
    }

    .inner-s17 li h6{
        margin-top: .2rem;
    }
    .inner-s17 li a .pic {
        padding-top: 2rem;
    }
    .inner-s17 li,
    .inner-s17 li:nth-child(1),
    .inner-s17 li:nth-child(2){
       width:100%;
    }
    .inner-s17{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}


/*inner-s18*/

.inner-s18 .desc{
    font-size: .2rem;
    line-height: 1.7;
    color: #333333;
}

.inner-s18 .desc p img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s18 .desc p + p{
    margin-top: .6rem;
}
.inner-s18 {
    margin-top: .65rem;
}
@media (max-width: 1025px) {
    .inner-s18 .desc p + p{
        margin-top: .15rem;
    }
    .inner-s18 .desc{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s18{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*inner-s19*/


.inner-s19 .item-l{
    width: 52%;
    padding: .1rem;
    background: rgba(5, 61, 147, 0.1);
}
.inner-s19 .item-l .pic{
    padding-top: 7.93rem;
}
.inner-s19 .item-r{
    width: 43.76%;
}
.inner-s19 .desc{
    font-size: .2rem;
    line-height: 1.7;
    color: #333333;
}
.inner-s19 .lyrics h4{
    font-size: .2rem;
    line-height: .26rem;
    color: #053D93;
    font-weight: 700;
}
.inner-s19 .lyrics h5{
    font-size: .16rem;
    line-height: .22rem;
    color: #666666;
    margin-top: .12rem;
}
.inner-s19 .lyrics h5 + p{
    margin-top: .23rem;
}
.inner-s19 .lyrics p{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
}
.inner-s19 .lyrics p + p{
    margin-top: .15rem;
}
.inner-s19 .lyrics{
    margin-top: .33rem;
}
.inner-s19 .movies h3{
    display: flex;
    align-items: center;
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
}
.inner-s19 .movies h3 img{
    display: block;
    width: .37rem;
    margin-right: .15rem;
}
.inner-s19 .movies a{
    display: block;
    margin-top: .33rem;
}
.inner-s19 .movies .pic{
    padding-top: 2.92rem;
}
.inner-s19 .movies .play .svg{
    width: .35rem;
    height: .35rem;
    color: #ffffff;
}
.inner-s19 .movies .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.inner-s19 .movies{
    margin-top: .76rem;
}
.inner-s19{
    margin-top: .41rem;
}
@media (max-width: 1025px) {
    .inner-s19 .item-l{
        width: 100%;
        padding: .05rem;
    }
    .inner-s19 .item-l .pic{
        padding-top: 132.83%;
    }
    .inner-s19 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s19 .desc{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s19 .lyrics h5{
        margin-top: .1rem;
    }
    .inner-s19 .lyrics h5 + p{
        margin-top: .15rem;
    }
    .inner-s19 .lyrics p{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s19 .lyrics p + p{
        margin-top: .05rem;
    }
    .inner-s19 .lyrics {
        margin-top: .15rem;
    }
    .inner-s19 .movies h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s19 .movies h3 img{
        width: .3rem;
        margin-right: .1rem;
    }
    .inner-s19 .movies .pic{
        padding-top: 56.26%;
    }
    .inner-s19 .movies a{
        margin-top: .15rem;
    }
    .inner-s19 .movies{
        margin-top: .2rem;
    }
    .inner-s19{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*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 .svg{
    width: .32rem;
    height: .32rem;
    color: #ffffff;
}
.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;
    }
}

/*inner-s21*/

.inner-s21 .images img{
    display: block;
    width: 100%;
}
.inner-s21{
    margin-top: .54rem;
}
@media (max-width: 1025px) {
    .inner-s21{
        margin-top: .25rem;
    }
}
@media (max-width: 769px) {}
@media (max-width: 481px) {}

/*inner-s22*/

.n_title001 h2{
    font-size: .38rem;
    line-height: 1;
    color: #053d93;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-family: 'SourceHanSerifCN', sans-serif;
}
.n_title001 h2 i{
    display: block;
    margin-left: .05rem;
}
.n_title001 h2 i img{
    display: block;
    height: .38rem;
}
.n_title001 h4:before{
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% + .07rem);
    width: .23rem;
    height: .01rem;
    background: #dddddd;
    transform: translateY(-50%);
}
.n_title001 h4{
    font-size: .14rem;
    line-height: 1;
    color: #dddddd;
    margin-top: .05rem;
    text-transform: capitalize;
    position: relative;
}
.n_title001 .tit{
    position: relative;
    padding-left: .4rem;
}
.n_title001 .tit:before{
    position: absolute;
    content: '';
    left: -.02rem;
    bottom: .12rem;
    width: .7rem;
    height: .54rem;
    background: url("../images/tit-1.png") no-repeat 50% 50%;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}
.n_title001 .more a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    height: .36rem;
    color: #a1a1a1;
    border-radius: 50vw;
    padding: 0 .07rem 0 .2rem;
    transition: .5s;
}
.n_title001 .more a em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .2rem;
    height: .2rem;
    background: url("../images/arrow-4.png") no-repeat 50% 50%;
    background-size: .09rem auto;
    transition: all .5s;
    border-radius: 50%;
}
.n_title001 .more a em img{
    display: none;
    height: .09rem;
}
.n_title001 .more a:hover em{
    margin-left: .07rem;
    background-color: #ffffff;
    background-image: url("../images/arrow-1.png") !important;
}
.n_title001 .more a:hover{
    color: #ffffff;
    background: #f56647;
}
.n_title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner-s22 .item-c{
    width: 100%;
    margin-bottom: .13rem;
}
.inner-s22 .item-c .li a{
    display: block;
    position: relative;
}
.inner-s22 .item-c .li a .pic{
    padding-top: 2.96rem;
}
.inner-s22 .item-c .li h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s22 .item-c .li p{
    font-size: .18rem;
    line-height: .32rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    max-height: .96rem;
    width: 8.5rem;
    margin-top: 0.1rem;
    opacity: .8;
}
.inner-s22 .item-c .li h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    margin-left: .17rem;
    border-radius: 50%;
}
.inner-s22 .item-c .li h6 .svg svg{
    width: .18rem;
    height: .06rem;
}
.inner-s22 .item-c .li h6{
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.inner-s22 .item-c .li .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.3rem;
}
.inner-s22 .item-c br{
    display:none
}
.inner-s22 .item-l{
    width: 66.4375%;
    display: flex;
    flex-wrap: wrap;
    gap: .13rem 1.24%;
}
.inner-s22 .item-l .li{
    width: 49.38%;
}
.inner-s22 .item-l .li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.inner-s22 .item-l .li .pic{
    padding-top: 3.46rem;
}
.inner-s22 .item-l .li h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s22 .item-l .li h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #ffffff;
    margin-top: .04rem;
}
.inner-s22 .item-l .li h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    margin-left: .17rem;
    border-radius: 50%;
}
.inner-s22 .item-l .li h6 .svg svg{
    width: .18rem;
    height: .06rem;
}
.inner-s22 .item-l .li h6{
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: .9rem;
}
.inner-s22 .item-l .li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .89rem .53rem .5rem;
}
.inner-s22 .item-l .li:nth-child(1) a{
    background: #629dfc;
}
.inner-s22 .item-l .li:nth-child(2) a{
    background: rgba(5, 61, 147, 0.7);
}
.inner-s22 .item-l .li:nth-child(3) a{
    background: #0e4aac;
}
.inner-s22 .item-l .li:nth-child(4) a{
    background: #226ee7;
}
.inner-s22 .item-l .li:hover a{
    background: #f56647;
}
.inner-s22 .item-r{
    width: 32.8125%;
    position: relative;
}
.inner-s22 .item-r .pic{
    padding-top: 7.05rem;
}
.inner-s22 .item-r .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: .89rem .32rem .8rem .52rem;
}
.inner-s22 .item-r h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s22 .item-r i{
    display: block;
    height: .01rem;
    background: rgba(255, 255, 255, 0.4);
    margin: .42rem 0 .7rem;
    position: relative;
}
.inner-s22 .item-r i:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: -.01rem;
    width: .5rem;
    height: .03rem;
    background: #ef5b3b;
}
.inner-s22 .item-r h4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s22 .item-r h4 a{
    flex: 1;
    font-size: .24rem;
    line-height: .4rem;
    color: #ffffff;
    transition: all .5s;
}
.inner-s22 .item-r h4 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: .2rem;
    flex-shrink: 0;
    color: #ffffff;
    transition: all .5s;
}
.inner-s22 .item-r h4 .svg svg{
    width: .18rem;
    height: .06rem;
}
.inner-s22 .item-r h4 + h4{
    margin-top: .56rem;
}
.inner-s22 .item-r h4:hover .svg{
    background: #ef5b3b;
}
.inner-s22 .items{
    margin-top: .4rem;
}
.inner-s22{
    padding: .93rem 0 1.88rem;
}
@media (max-width: 1025px) {
    .n_title001 h2{
        font-size: .3rem;
    }
    .n_title001 h2 i img{
        height: .3rem;
    }
    .n_title001 .tit:before{
        width: 0.6rem;
        height: 0.4rem;
    }
    .inner-s22 .item-l{
        width: 100%;
        gap: .2rem 2%;
    }
    .inner-s22 .item-l .li{
        width: 49%;
    }
    .inner-s22 .item-l .li h3,
    .inner-s22 .item-c .li h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s22 .item-l .li h4{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: 0;
    }
    .inner-s22 .item-l .li h6 .svg,
    .inner-s22 .item-c .li h6 .svg{
        width: .35rem;
        height: .35rem;
        margin-left: .05rem;
    }
    .inner-s22 .item-l .li h6,
    .inner-s22 .item-c .li h6{
        margin-top: .2rem;
    }
    .inner-s22 .item-l .li .text,
    .inner-s22 .item-c .li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .inner-s22 .item-l .li .pic{
        padding-top: 22vw;
    }
    .inner-s22 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s22 .item-r .text{
        padding: .2rem;
        position: relative;
        inset: 0;
    }
    .inner-s22 .item-r .pic{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: inherit;
    }
    .inner-s22 .item-r h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s22 .item-r i{
        margin: .15rem 0 .2rem;
    }
    .inner-s22 .item-r h4{
        font-size: .18rem;
        line-height: .3rem;
    }
    .inner-s22 .item-r h4 a{
        font-size: .18rem;
        line-height: .3rem;
    }
    .inner-s22 .item-r h4 .svg{
        width: .35rem;
        height: .35rem;
        margin-left: .1rem;
    }
    .inner-s22 .item-r h4 + h4{
        margin-top: .15rem;
    }
    .inner-s22 .items{
        margin-top: .25rem;
    }
    .inner-s22{
        padding: .4rem 0;
    }
.inner-s22 .item-c .li a .pic{
        padding-top: 36vw;
    }
    .inner-s22 .item-c .li p{
        line-height: .3rem;
        max-height: .9rem;
        margin-top: .1rem;
        width: 100%;
    }
}
@media (max-width: 769px) {
    .inner-s22 .item-l .li{
        width: 100%;
    }
    .inner-s22 .item-l .li .pic {
        padding-top: 2rem;
    }
.inner-s22 .item-c .li a .pic{
        padding-top: 2.2rem;
    }
}
@media (max-width: 481px) {

}


/*inner-s23*/

.inner-s23 .left{
    width: 65.625%;
    background: url("../images/n-img-72.png") no-repeat 50% 50%;
    background-size: cover;
    padding: .48rem 1.44rem .48rem .54rem;
}
.inner-s23 .left h3{
    font-size: .32rem;
    line-height: 1;
    color: #ffffff;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.inner-s23 .left i{
    display: block;
    height: .01rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: .22rem;
}
.inner-s23 .left i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.01rem;
    width: .5rem;
    height: .03rem;
    background: #ef5b3b;
}
.inner-s23 .left p{
    font-size: .18rem;
    line-height: .28rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    height: .84rem;
    margin-top: .26rem;
}
.inner-s23 .info-l{
    width: 1.53rem;
    flex-shrink: 0;
}
.inner-s23 .info-l h4{
    font-size: .2rem;
    line-height: .32rem;
    color: #ffffff;
}
.inner-s23 .info-l h6 .svg{
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
}
.inner-s23 .info-l h6 a{
    font-size: .14rem;
    line-height: .32rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    transition: all .5s;
}
.inner-s23 .info-l h6{
    margin-top: .15rem;
}
.inner-s23 .info-r{
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.inner-s23 .info-r h5{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #ffffff;
    line-height: .32rem;
    width: 50%;
}
.inner-s23 .info-r h5 img{
    display: block;
    height: .2rem;
    margin-right: .13rem;
}
.inner-s23 .info-r h5:nth-child(-n+2){
    margin-bottom: .15rem;
}
.inner-s23 .info{
    margin-top: .3rem;
}
.inner-s23 .right{
    width: 34.375%;
    display: flex;
    flex-wrap: wrap;
}
.inner-s23 .right .li{
    width: 50%;
    background: #ffffff;
    box-shadow: -.2rem -.2rem .8rem 0 rgba(18, 76, 138, 0.1);
}
.inner-s23 .right .li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.85rem;
    padding: 0 .4rem 0 .5rem;
}
.inner-s23 .right .li .text{
    flex: 1;
    overflow: hidden;
}
.inner-s23 .right .li .text h3{
    font-size: .25rem;
    line-height: .34rem;
    color: #333333;
    transition: all .5s;
}
.inner-s23 .right .li .text h4{
    font-size: .16rem;
    line-height: .2rem;
    color: #333333;
    opacity: .6;
}
.inner-s23 .right .li .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .61rem;
width: .56rem;
    height: .6rem;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner-s23{
    display: flex;
    flex-wrap: wrap;
    padding: 1.18rem 0 .5rem;
}

.inner-s24 .left{
    width: 47.5%;
}
.list04 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.14rem;
    padding: 0 .4rem 0 .2rem;
    position: relative;
    z-index: 2;
}
.list04 li time{
    display: block;
    color: #b4bdcc;
    line-height: 1;
    text-align: center;
    margin-right: .26rem;
    flex-shrink: 0;
    font-family: 'SourceHanSerifCN', sans-serif;
    transition: all .5s;
}
.list04 li time span{
    display: block;
    font-size: .36rem;
    font-weight: 700;
}
.list04 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list04 li .line{
    display: block;
    width: .01rem;
    height: .42rem;
    background: #ececec;
    margin-right: .25rem;
}
.list04 li .txt{
    flex: 1;
    overflow: hidden;
}
.list04 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    max-height: .48rem;
}
.list04 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #ececec;
    opacity: 0;
    transition: all .5s;
}
.list04 li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: .02rem;
    background: #053d93;
    transition: all .5s;
}
.list04 li:hover time,
.list04 li:hover h3{
    color: #053d93;
}
.list04 li:hover:after{
    width: 70%;
}
.list04 li:hover:before{
    opacity: 1;
}
.list04 li{
    position: relative;
}
.inner-s24 .right{
    width: 48.75%;
}
.list05 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list05 li a .pic{
    width: 3.55rem;
    height: 2rem;
}
.list05 li a .text{
    width: calc(100% - 3.55rem);
    padding: 0 .3rem;
}
.list05 li.liimg h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #053d93;
    height: .48rem;
}
.list05 li.liimg p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    opacity: .6;
    margin-top: .1rem;
}
.list05 li.liimg time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #4a6692;
    font-family: 'SourceHanSerifCN', sans-serif;
    margin-top: .16rem;
}
.list05 li.liimg a{
    background: #f3f8ff;
}
.list05 li.litxt a{
    height: .66rem;
}
.list05 li.litxt h3{
    flex: 1;
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    padding-left: .37rem;
    background: url("../images/s7-img-1.png") no-repeat left center;
    background-size: .22rem;
    transition: all .5s;
}
.list05 li.litxt time{
    display: block;
    font-size: .16rem;
    line-height: .32rem;
    color: #b4bdcc;
    font-family: 'SourceHanSerifCN', sans-serif;
    margin-left: .2rem;
    flex-shrink: 0;
}
.list05 li.litxt:hover h3{
    color: #053D93;
    background-image: url("../images/s7-img-2.png");
}
.list05 li.liimg + li{
    margin-top: .24rem;
}
.list05{
    margin-top: .36rem;
}

.inner-s24{
    margin-top: .52rem;
}

.list06 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 1.25%;
}
.list06 ul li{
    width: 32.5%;
}
.list06 ul li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.list06 ul li .pic{
    padding-top: 2.4rem;
}
.list06 ul li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .56rem .46rem .46rem;
    z-index: 3;
}
.list06 ul li h3{
    font-size: .3rem;
    line-height: .38rem;
    color: #ffffff;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
}
.list06 ul li h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .6;
}
.list06 ul li h6 .svg{
    width: .4rem;
    height: .4rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: .17rem;
}
.list06 ul li h6 svg{
    width: .18rem;
    height: .06rem;
}
.list06 ul li h6{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .4rem;
    color: #ffffff;
    margin-top: .39rem;
}
.list06 ul li:nth-child(1) a{
    background: #4468e0;
}
.list06 ul li:nth-child(2) a{
    background: #4293df;
}
.list06 ul li:nth-child(3) a{
    background: #1461d6;
}
.list06 ul li:hover a{
    background: #ef5b3b !important;
}
.list06{
    margin-top: .46rem;
    position: relative;
    z-index: 3;
}
.inner-s25 .bg{
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 23.22vw;
    background: url(../images/index-s5.png) no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
    transform: translateX(-50%);
}
.inner-s25{
    position: relative;
    padding-top: .77rem;
    margin-top: .67rem;
}

.list07 ul{
    gap: .2rem 1.25%;
}
.list07 ul li{
    width: 32.5%;
    position: relative;
}
.list07 li a{
    display: block;
    position: relative;
    transition: all .5s;
}
.list07 li .pic{
    padding-top: 2.3rem;
}
.list07 li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .5rem .1rem .7rem .5rem;
}
.list07 li .text h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #ffffff;
}
.list07 li .text h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #ffffff;
    opacity: .6;
}
.list07 li .text h6{
    font-size: .18rem;
    line-height: .28rem;
    color: #ffffff;
    margin-top: .29rem;
}
.list07 li .text .arrow img{
    display: block;
    width: .18rem;
}
.list07 li .text .arrow{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    width: .4rem;
    height: .4rem;
    right: .23rem;
    bottom: .2rem;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list07 li:nth-child(1) a{
    background: #417edc;
}
.list07 li:nth-child(2) a{
    background: #3580dc;
}
.list07 li:nth-child(3) a{
    background: #1461d6;
}
.list07 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    height: .7rem;
    background: linear-gradient(180deg,#a7a7a7 0%,transparent 100%);
    pointer-events: none;
    opacity: .1;
}
.list07 li:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.list07 li:hover a{
    background: #ef5b3b !important;
}
.list07{
    margin-top: .5rem;
}
.inner-26{
    padding: 1.05rem 0 1.94rem;
}
@media (max-width: 1025px) {
    .inner-s23 .left{
        width: 100%;
        padding: .2rem;
    }
    .inner-s23 .left h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s23 .left i{
        margin-top: .15rem;
    }
    .inner-s23 .left p{
        line-height: 1.75;
        margin-top: .1rem;
        height: auto;
        display: block;
    }
    .inner-s23 .info-l{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .inner-s23 .info-l h6{
        margin-top: 0;
    }
    .inner-s23 .info-r{
        flex: inherit;
        width: 100%;
        margin-top: .05rem;
    }
    .inner-s23 .info-r h5 img{
        height: .15rem;
        margin-right: .1rem;
    }
    .inner-s23 .info-r h5:nth-child(-n+2){
        margin-bottom: .05rem;
    }
    .inner-s23 .info-l{
        flex-wrap: wrap;
    }
    .inner-s23 .info{
        margin-top: .25rem;
    }
    .inner-s23 .right{
        width: 100%;
    }
    .inner-s23 .right .li a{
        height: 1rem;
        padding: 0 .2rem;
    }
    .inner-s23 .right .li .text h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s23 .right .li .ico{
        width: .4rem;
        height: .4rem;
        margin-left: .1rem;
    }
    .inner-s23 .right .li{
        width: 25%;
    }
    .inner-s24 .left{
        width: 100%;
    }
    .list04  li time span{
        font-size: .32rem;
    }
    .list04  li time{
        margin-right: .2rem;
    }
    .list04  li .line{
        margin-right: .2rem;
    }
    .list04  li h3{
        line-height: .3rem;
        max-height: .6rem;
    }
    .list04  li a{
        padding: 0 .2rem;
        height: .9rem;
    }
    .inner-s24 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list05 li.litxt a{
        height: .6rem;
    }
    .list05 li.liimg + li{
        margin-top: .1rem;
    }
    .list05 li.liimg p{
        margin-top: .05rem;
    }
    .list05 li.liimg time{
        margin-top: .15rem;
    }
    .list05 li a .text{
        padding: 0 .2rem;
    }
    .list05{
        margin-top: .25rem;
    }
    .inner-s25 {
        padding: .4rem 0 0;
        margin-top: .4rem;
    }
    .list06 ul li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .list06 ul li h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list06 ul li h6{
        margin-top: .1rem;
    }
    .list06 ul li h6 .svg{
        width: .35rem;
        height: .35rem;
    }
    .list06 ul li .pic {
        padding-top: 2rem;
    }
    .list06 ul li{
        width: 32%;
    }
    .list06 ul{
        gap: .2rem 2%;
    }
    .list06{
        margin-top: .25rem;
    }
    .list07 li .text{
        padding: .2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .list07 li .text h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list07 li .text h4{
        margin-top: .05rem;
    }
    .list07 li .text h6{
        margin-top: .1rem;
    }
    .list07 li .text .arrow{
        width: .35rem;
        height: .35rem;
    }
    .list07 li .pic{
        padding-top: 2.2rem;
    }
    .list07 ul li{
        width: 32%;
    }
    .list07 ul{
        gap: .2rem 2%;
    }
    .list07{
        margin-top: .25rem;
    }
    .inner-26{
        padding: .4rem 0;
    }
    .inner-s23{
        padding: .4rem 0 0;
    }
    .inner-s24{
        margin-top: .4rem;
    }
}
@media (max-width: 769px) {
    .inner-s23 .right .li{
        width: 50%;
    }
    .list05 li a .pic{
        width: 100%;
        height: auto;
        padding-top: 56.33%;
    }
    .list05 li.liimg .text{
        width: 100%;
        padding: .2rem;
    }
    .list05 li.liimg h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list05 li.liimg a{
        flex-wrap: wrap;
    }
    .list06 ul li{
        width: 100%;
    }
    .list07 ul li{
        width: 100%;
    }
    .list07 li .pic {
        padding-top: 2rem;
    }
}

@media (max-width: 481px) {
    .inner-s23 .info-r h5{
        width: 100%;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #053d93 !important;
    color: #fff;
    background-color: #053d93 !important;
}
.pb_sys_common{
    font-size: .14rem !important ;
    font-family: SimSun;
    line-height: 32px;
    color:#222;
    margin-top: 30px !important;
    font-family: 'Microsoft YaHei UI', 'Microsoft Yahei', Arial, sans-serif !important;
}


/*inner-s24*/

.inner-s24 .items{
    position: relative;

}
.inner-s24 .item{
    width: 50%;
}
.inner-s24 .item h3{
    font-size: .3rem;
    line-height: .44rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;
    padding-bottom: .13rem;
    position: relative;
}
.inner-s24 .item h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #053D93;
    opacity: .1;
}
.list08 li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list08 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.62rem;
    height: .46rem;
    color: #ffffff;
    background: #053D93;
    font-size: .2rem;
    font-weight: 700;
    position: relative;
    flex-shrink: 0;
    margin-right: .22rem;
}
.list08 li time:before{
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: .05rem;
    height: .09rem;
    background: #053D93;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translateY(-50%);
}
.list08 li .dots{
    width: .09rem;
    height: .09rem;
    border: .01rem solid #F56647;
    border-radius: 50%;
    background: #ffffff;
    margin: .19rem .25rem 0 0;
    flex-shrink: 0;
}
.list08 li .text{
    flex: 1;
    position: relative;
    padding: 0 0 .03rem .03rem;
    background: rgba(5, 61, 147, 0.2);
}
.list08 li .text:before{
    position: absolute;
    content: '';
    top: .23rem;
    right: calc(100% + .02rem);
    width: .21rem;
    height: .01rem;
    background: #979797;
    opacity: .2;
}
.list08 li .top{
    display: flex;
    align-items: center;
    gap: 0 .13rem;
    height: .43rem;
    background: #ffffff;
    padding: 0 .16rem;
    cursor: pointer;
}
.list08 li .top span{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}
.list08 li .top em{
    display: block;
    width: .01rem;
    height: .2rem;
    background: #979797;
    opacity: .2;
}
.list08 li .top .svg{
    margin-left: auto;
    width: .07rem;
    height: .13rem;
    color: #575B66;
    transform: rotate(90deg);
    transition: all .5s;
}
.list08 li .bot .desc{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
text-align: justify;
}
.list08 li .bot:before{
    position: absolute;
    content: '';
    left: .16rem;
    right: .19rem;
    top: .08rem;
    height: .01rem;
    background: #053D93;
    opacity: .1;
}
.list08 li .bot{
    position: relative;
    padding: .29rem .19rem .25rem .16rem;
    background: #ffffff;
    display: none;
}
.list08 li .top.active .svg{
    transform: rotate(270deg);
}
.list08 li + li{
    margin-top: .52rem;
}
.list08 li{
    position: relative;
    z-index: 2;
}
.list08:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 1.88rem;
    width: .01rem;
    background: #979797;
    opacity: .2;
}
.list08{
    position: relative;
    margin-top: .27rem;

}
.inner-s24 .item1 h3:after{
    right: -.6rem;
}
.inner-s24 .item1{
    padding-right: .6rem;
}
.inner-s24 .item2 h3:after{
    left: -.6rem;
}
.inner-s24 .item2{
    padding-left: .6rem;
}
.inner-s24 .items:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: .4rem;
    border: 1px solid rgba(5, 61, 147, 0.1);
    background: rgba(5, 61, 147, 0.1);
    margin-left: -.2rem;
    pointer-events: none;
}
.inner-s24 .items{
    position: relative;
    padding-top: .1rem;
}
.inner-s24 .images{
    display: flex;
    justify-content: center;
    position: relative;
}
.inner-s24 .images img{
    display: block;
    max-width: 100%;
    max-height: .62rem;
    margin: 0 auto;
}
.inner-s24 .images:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #053D93;
    opacity: .2;
}

@media (max-width: 1025px) {

    .inner-s24 .item h3{
        font-size: .24rem;
        line-height: .4rem;
        text-align: left;
    }
    .list08 li time{
        font-size: .16rem;
    }
    .list08 li .text {
        width: 100%;
    }
    .item2 .list08 li a:after{
        display:none;
    }
    .list08 li:before{
        display: none;
    }
    .list08 li a{
        padding: .2rem;
    }
    .inner-s24 .item1 .list08 li .text{
        text-align: left;
    }
    .inner-s24 .item1 .list08 li a{
        flex-direction: row-reverse;
    }
    .list08:after{
        top: 0;
        left: 0;
        right: 0;
        border: .01rem solid #053D93;
        width: auto;
        background: transparent;
        pointer-events: none;
    }
    .inner-s24 .item2 .list08:after{
        top: 0;
        left: 0;
        right: 0;
    }
    .list08{
        margin-top: .1rem;
    }
    .inner-s24 .item1 .list08{
        padding-top: 0;
        padding-bottom: 0;
    }
    .inner-s24 .item2 .list08{
        padding-bottom: 0;
    }
    .inner-s24 .item{
        margin-top: 0;
        width: 100%;
    }
    .inner-s24 .item2{
        padding-left: 0;
    }
    .inner-s24 .item1{
        padding-right: 0;
    }
    .inner-s24 .items:before{
        width: .2rem;
        margin-left: -.1rem;
        display: none;
    }
    .list08 li .top{
        gap: 0 .1rem;
    }
    .list08 li + li{
        margin-top: .2rem;
    }
    .inner-s24 .item2{
        margin-top: .4rem;
    }
    .inner-s24 .item1 h3:after{
        right: 0;
    }
    .inner-s24 .item2 h3:after{
        left: 0;
    }
}
@media (max-width: 481px) {
    .list08 li time{
        width: 100%;
        margin-right: 0;
    }
    .list08 li time:before{
        display: none;
    }
    .list08 li .dots{
        display: none;
    }
    .list08 li .text{
        width: 100%;
    }
    .list08 li .top{
        height: .5rem;
    }
    .list08 li .bot{
        padding: .2rem;
    }
}



div#vsb_content table {
    margin: 0 auto;
   
}
div#vsb_content table td p{
    text-indent:0;
    
}
.v_news_content table td {
    border: 0.5px solid #333;
}

.leftNav .box.xiala h3 .svg use:nth-child(2){
    display: none;
}
.leftNav .box.xiala h3 .svg use:nth-child(1){
    display: block;
}
.leftNav .box.xiala h3 .svg{

}
.leftNav .block .box h3 .svg{
    width: .2rem;
    height: .07rem;
}
.leftNav .box h3 .svg use:nth-child(1){
    display: none;
}
.leftNav .block .box.xiala h3 .svg{
    width: .07rem;
    height: .13rem;
}

/*2026-06-04*/

.inner-s26 .left{
    width: 57.4375%;
}

.n-list1w li a{
    display:block;
}
.n-list1w li .pic{
    padding-top: 5.17rem;
}
.n-list1w li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #ffffff;
    font-weight: 700;
}
.n-list1w li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    height: .48rem;
    margin-top: .15rem;
}
.n-list1w li .text{
    padding: .32rem .29rem .3rem;
    background: #F04B43;
}

.n-list1w .swiDots{
    font-size: 0;
    bottom: 1.65rem;
}
.n-list1w .swiDots span{
    width: .07rem;
    height: .07rem;
    margin: 0 .05rem;
    background: #ffffff;
    opacity: .76;
    border-radius: 50vw;
    transition: all .5s;
}
.n-list1w .swiDots span.active{
    width: .5rem;
    opacity: 1;
}

.inner-s26 .right{
    width: 40.25%;
}

.list09 li a{
    display: block;
    padding: .24rem .31rem .23rem;
    background: #ffffff;
    transition: all .5s;
}
.list09 li a time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #053D93;
    transition: all .5s;
}
.list09 li a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-top: .11rem;
}
.list09 li:hover time{
    color: #F04B43;
}
.list09 li:hover h3{
    color: #F04B43;
    font-weight: 700;
}
.list09 li:hover a{
    box-shadow: 0 .02rem .07rem rgba(142, 142, 142, 0.0619);
}
.list09 li + li{
    margin-top: .33rem;
}

.inner-s26 .content{
    margin-top: .37rem;
}
.inner-s26{
    padding: .94rem 0 .97rem;
    background: rgba(245, 209, 202, 0.08) url("../images/n-img-88.png") no-repeat bottom right;
    background-size: contain;
}

.inner-s27 .left{
    width: 8.9rem;
}
.inner-s27 .desc{
    font-size: .2rem;
    line-height: .38rem;
    color: #FFFFFF;
    height: 2.28rem;
    overflow: hidden;
    margin-top: .4rem;
}
.inner-s27 .gd a img{
    display: block;
    width: .1rem;
    margin-left: .05rem;
}
.inner-s27 .gd a{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: 1;
    color: #ffffff;
}
.inner-s27 .gd{
    margin-top: .78rem;
}
.inner-s27 .n_title001 h2{
    color: #ffffff;
}
.inner-s27 .n_title001 h4{
    color: #FFFFFF;
    opacity: .5;
}
.inner-s27 .n_title001 .tit:before{
    background-image: url("../images/tit-2.png");
}

.inner-s27{
    padding: 1.3rem 0 1.24rem;
    background: url("../images/n-img-89.jpg") no-repeat 50% 50%;
    background-size: cover;
}

.list10{
    display: flex;
    flex-wrap: wrap;
    gap:  .2rem 2.5625%;
}
.list10 li{
    width: 31.625%;
    position: relative;
}
.list10 li a{
    display: block;
    background: #ffffff;
    transition: all .5s;
    box-shadow: 0 .06rem .15rem rgba(0, 0, 0, 0.1037);
}
.list10 li a .pic{
    padding-top: 3.17rem;
}

.list10 li a h3{
    flex: 1;
    font-size: .3rem;
    line-height: .4rem;
    color: #053D93;
    font-family: 'SourceHanSerifCN', sans-serif;
    font-weight: 700;

}
.list10 li a h6 img{
    display: block;
    width: .1rem;
    margin-left: .05rem;
}
.list10 li a h6{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #A1A1A1;
    line-height: 1;
    margin-left: .2rem;
    flex-shrink: 0;
}
.list10 li a .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .26rem .4rem .29rem;
}
.list10 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #053D93;
    transition: all .5s;
}
.list10 li:hover a h3{
    color: #D13327;
}
.list10 li:hover a{
    box-shadow: 0 .06rem .15rem rgba(245, 102, 71, 0.2865);
}
.list10 li:hover:before{
    background: #D13327;
}

.inner-s28{
    margin-top: .92rem;
}
.inner-s29 .n_title001 h2{
    color: #ffffff;
}
.inner-s29 .n_title001 h4{
    color: #ffffff;
    opacity: .5;
}
.inner-s29 .n_title001 .tit:before{
    background-image: url("../images/tit-2.png");
}
.inner-s29 .box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.08rem;
    width: 4.53rem;
    background: url("../images/n-img-92.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
}
.inner-s29 .pic{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.inner-s29 .content{
    padding: .61rem 1.04rem .75rem;
}

.inner-s29{
    padding: .92rem 0 2.91rem;
}
.list11{
    display: flex;
    flex-wrap: wrap;
    gap:  .2rem 2.5625%;
}
.list11 li{
    width: 31.625%;
    position: relative;
}
.list11 li a{
    display: block;
    position: relative;
}
.list11 li .pic{
    padding-bottom: 4.99rem;
}
.list11 li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 3;
    padding: .9rem 0 .58rem;
}
.list11 li .ico{
    display: block;
    width: 2.05rem;
}
.list11 .n_title001 h2{
    color: #ffffff;
}
.list11 .n_title001 h4{
    color: #ffffff;
    opacity: .5;
}
.list11 .n_title001 .tit:before{
    background-image: url("../images/tit-2.png");
}


/*inner-s30*/

.inner-s30 .item-l{
    width: 4.86rem;
    position: relative;
}
.inner-s30 .item-l img{
    height: 3.25rem;
    position: relative;
    z-index: 2;
    object-fit: cover;
}
.inner-s30 .item-r{
    width: calc(100% - 5.38rem);
    margin-top: .51rem;
}
.inner-s30 .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
}
.inner-s30 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .6rem;
    padding: 0 0 .19rem .19rem;
    background: url("../images/n-img-103.png") no-repeat bottom left;
    background-size: contain;
}

@media (max-width: 1025px) {
    .inner-s26 .left{
        width: 100%;
    }
    .n-list1w li .pic{
        padding-top: 56.25%;
    }
    .n-list1w li p{
        margin-top: .1rem;
    }
    .n-list1w li .text{
        padding: .2rem;
    }
    .n-list1w .swiDots{
        bottom: 1.35rem;
    }
    .inner-s26 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list09 li a{
        padding: .2rem;
    }
    .list09 li a h3{
        margin-top: .05rem;
    }
    .list09 li + li{
        margin-top: .2rem;
    }
    .inner-s26 .content{
        margin-top: .25rem;
    }
    .inner-s26{
        padding: .4rem 0;
    }
    .inner-s27{
        padding: .4rem 0;
    }
    .inner-s27 .desc{
        font-size: .18rem;
        line-height: 1.75;
        margin-top: .2rem;
        height: auto;
    }
    .inner-s27 .gd {
        margin-top: 0.2rem;
    }
    .inner-s27 .left{
        width: 100%;
    }
    .list10 li a .pic{
        padding-top: 62.64%;
    }
    .list10 li a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list10 li a .text{
        padding: .15rem .2rem;
    }
    .inner-s28{
        margin-top: .4rem;
    }
    .inner-s29 .box{
        height: 0.8rem;
        width: 3.3rem;
    }
    .inner-s29 .content{
        padding: .2rem;
    }
    .inner-s29{
        padding: .4rem 0;
    }
    .list11 li .pic{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: inherit;
    }
    .list11 li .text{
        position: relative;
        padding: .2rem;
        justify-content: center;
        gap: .3rem 0;
    }
    .list11 li .ico{
        width: 1rem;
    }
    .inner-s30 .item-l{
        width: 100%;
        height: auto;
    }
    .inner-s30 .item-l img{
        width: 100%;
        height: auto;
    }
    .inner-s30 .item-r{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s30 .desc{
        line-height: 1.75;
    }
    .inner-s30{
        margin-top: .3rem;
        background: none;
        padding: 0;
    }
}

@media (max-width: 769px) {
    .list10 li{
        width: 100%;
    }
    .inner-s29 .box {
        height: 0.7rem;
        width: 2.2rem;
    }
    .list11 li{
        width: 100%;
    }
}


.inner-s6 .bot li h6 span.gjz {
    color: #053d93;
    font-weight: 550;
}
.inner-s6 .bot li h6 span.gjz:hover{color: #fff;}

.inner-s6 .bot li h5 span.gjz {
    color: #053d93;
    font-weight: 550;
}
.inner-s6 .bot li h5 span.gjz:hover{color: #fff;}


/*inner-s31*/

.inner-s31 .ul{

}
.inner-s31 .ul .li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s31 .ul .li + .li{
    margin-top: .3rem;
}
.inner-s31 .ul .li .left{
    width: 1.4rem;
    /* padding-right: .12rem; */
}
.inner-s31 .ul .li .left span i{
    color: #b4332b;
    font-size: .22rem;
    display: block;
    line-height: 1;
    margin-top: .15rem;
    margin-left: .05rem;
}
.inner-s31 .ul .li .left span{
    display: flex;
    align-items: flex-start;
    /* justify-content: flex-end; */
    font-size: .2rem;
    line-height: .45rem;
    color: #666666;
}
.inner-s31 .ul .li .right{
    width: calc(100% - 1.4rem);
    display: flex;
    align-items: center;
    gap: 0 .1rem;
}
.inner-s31 .ul .li .right input{
    display: block;
    flex: 1;
    max-width: 4rem;
    height: .45rem;
    font-size: .18rem;
    color: #666;
    padding: 0 .15rem;
    border: 1px solid #053D93;
    border-radius: .05rem;
}
.inner-s31 .ul .li .right .image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: .4rem;
}
.inner-s31 .ul .li2 .right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .2rem .95rem;
}
.inner-s31 .ul .li2 .right button{
    /* flex: 1; */
    font-size: .18rem;
    height: 0.5rem;
    color: #fff;
    background: #053D93;
    border-radius: 50vw;
    cursor: pointer;
    width: 2rem;
}
.inner-s31{
    margin-top: .4rem;
}

@media (max-width: 481px) {
    .inner-s31 .ul .li .left{
        width: 100%;
    }
    .inner-s31 .ul .li .right{
        flex: auto;
        width: 100%;
    }
    .inner-s31 .ul .li + .li{
        margin-top: .1rem;
    }
    .inner-s31 .ul .li2 .right{
        justify-content: center;
        margin-top: .15rem;
    }
    .inner-s31 .ul .li .right input{
        height: .5rem;
    }
}

.inner-s6 .bot li:hover h5 span.gjz,.inner-s6 .bot li:hover h6 span.gjz {
    color: #fff;
}
.inner-s7 .dtl-txt p a {
    word-break: break-all;
    overflow-wrap: break-word;
}

/*inner-s32*/

.inner-s32 .block1 .con{
    padding: .2rem .2rem .21rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.inner-s32 .block1 .pic{
    width: 1.32rem;
    height: 1.68rem;
}

.inner-s32 .block1 .txt{
    width: calc(100% - 1.6rem);
    padding-top: .08rem;
}
.inner-s32 .block1 .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .07rem;
}
.inner-s32 .block1 .txt h4{
    display: flex;
    flex-wrap: wrap;
    margin-top: .05rem;
}
.inner-s32 .block1 .txt h4 span{
    display: block;
    font-size: .18rem;
    color: #666666;
    line-height: .36rem;
    margin-right: .6rem;
}
.inner-s32 .block1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background:#053D93;
}
.inner-s32 .block1{
    position: relative;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.inner-s32 .block2 .desc{
    font-size: .18rem;
    line-height: .34rem;
    color: #666666;
}
.inner-s32 .block2 .desc p + p{
    margin-top: .1rem;
}
.inner-s32 .block2{
    margin-top: .4rem;
}
.inner-s32{
    margin-top: .49rem;
}
@media (max-width: 1025px) {
    .inner-s32 .block2:nth-child(2){
        margin-top: .3rem;
    }
    .inner-s32 .block2 .desc{
        line-height: 1.75;
    }
    .inner-s32 .block1 .txt h4 span{
        margin-right: .3rem;
    }
    .inner-s32 .block1 .txt h4{
        margin-top: 0;
    }
    .inner-s32{
        margin-top: .26rem;
    }
}
@media (max-width: 481px){
    .inner-s32 .block1 .con{
        display: block;
    }
    .inner-s32 .block1 .pic{
        margin: 0 auto;
    }
    .inner-s32 .block1 .txt{
        width: 100%;
        padding-top: .15rem;
    }
    .inner-s32 .block1 .txt h2{
        text-align: center;
    }
    .inner-s32 .block1 .txt h4{
        justify-content: center;
    }
    .inner-s32 .block1 .txt h4 span{
        margin: 0;
    }
}

.zsxxxt .list02 li {
    width: 32%;!;!i;!;
}

.zsxxxt .list02 li:last-child {
    width: 32%;
}

.zsxxxt .list02 li:last-child a .pic {
    padding-top: 3.1rem;
}

.zsxxxt .list02 li:last-child .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.4rem .3rem 0.4rem;
}

.zsxxxt .list02 li:last-child h3 {
    font-size: .22rem;
    line-height: .34rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .27rem;
    font-weight: 500;
    min-height: .68rem;
}

.zsxxxt .list02 li:last-child h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    margin-top: 0.1rem;
}
.zsxxxt .list02 li:last-child h6 .svg {
    width: .11rem;
    height: .11rem;
    margin-left: .08rem;
    background: none;
    margin-left: 0;
    border-radius: 0;
}
@media (max-width: 1025px){
  .zsxxxt .list02 li h3 {
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .15rem;
    }
}

.inner-s7 .dtl-txt p:has(img) {
    text-indent: 0;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0;
}