@charset "utf-8";

.svgPath {display: block;width: 0;height: 0;}
.ani1s{animation: ups linear 3s infinite; }
.ani2s{animation: ups linear 2.8s infinite;}
.ani3s{animation: ups linear 3.2s infinite;}
.ani4s{animation: ups linear 2.4s infinite; }
.ani5s{animation: ups linear 2.6s infinite;}
.ani6s{animation: ups linear 3.6s infinite;}
.banner-box{position: relative;}
.banner{ overflow: hidden; }
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ height: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.banner.on .swiper-slide-active .a .imgBox, .banner.on .swiper-slide-duplicate-active .a .imgBox, .banner.on .swiper-slide-prev .a .imgBox{ animation: sca 6s ease-out 0s normal both;}
@keyframes sca {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
}

.banner .swiDots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .24rem;
    width: 16rem;
    max-width: 96%;
    margin: 0 auto;
    z-index: 3;
}
.banner .swiDots ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 .11rem;
}
.banner .swiDots li{
    width: .7rem;
    height: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner .swiDots li .icon{
    width: .4rem;
    height: .38rem;
    opacity: .6;
    position: relative;
    transition: all .5s;
}
.banner .swiDots li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #ffffff;
    opacity: .6;
    transition: all .5s;
}
.banner .swiDots li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    background-size: 100% .56rem;
    transition: all .5s;
    pointer-events: none;
}
.banner .swiDots li.active .icon,
.banner .swiDots li.active:before{
    opacity: 1;
}
.banner .swiDots li.active:after{
    top: 0;
}

.title001 .tit{
    padding-left: .49rem;
    position: relative;
}
.title001 .tit h2{
    display: flex;
    align-items: center;
    font-size: .38rem;
    line-height: 1;
    color: #203e87;
    font-weight: 700;
}
.title001 .tit h2 span{
    color: #b22329;
}
.title001 .tit h4{
    font-size: .16rem;
    line-height: 1;
    color: #c5cedc;
    margin-top: .03rem;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .53rem;
    height: .6rem;
    background: url("../images/tit-1.png") no-repeat 50% 50%;
    background-size: 100% auto;
    transform: translateY(-50%);
}
.more a{
    display: block;
    font-size: .16rem;
    color: #b3bdc7;
    line-height: 1;
    padding: 0 .46rem .12rem 0;
    background: url("../images/more-1.png") no-repeat right bottom;
    background-size: auto .31rem;
    transition: all .5s;
}
.more a:hover{
    color: #b22329;
}
.more{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.index-s1 .left{
    width: 66.875%;
}

.list1w a{
    display: block;
    position: relative;
    border-radius: .15rem;
    overflow: hidden;
}
.list1w .pic{
    padding-top: 6rem;
}

.list1w a time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    border: .01rem dashed #7d6dfa;
    padding: .06rem;
    color: #ffffff;
    background: linear-gradient(-45deg,#7d6dfa 0%,#103ca6 75%);
    background-clip: content-box;
    margin-right: .2rem;
    flex-shrink: 0;
    font-size: .18rem;
    line-height: 1;
}
.list1w a time i{
    display: block;
    height: .01rem;
    width: .22rem;
    background: #ffffff;
    opacity: .2;
    margin: .05rem 0;
}
.list1w a h3{
    flex: 1;
    font-size: .22rem;
    line-height: .26rem;
    color: #ffffff;
    max-height: .52rem;
}
.list1w a .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    padding: 0 1.5rem 0 .23rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 41%;
    background: url("../images/s1-img-2.png") repeat-x bottom center;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 3;
}
.list1w .swiDots{
    font-size: 0;
    display: flex;
    align-items: baseline;
    width: auto;
    left: auto;
    right: .18rem;
    bottom: .25rem;
    color: #ffffff;
    line-height: 1;
}
.list1w .swiDots .current{
    font-size: .24rem;
    margin-right: .05rem;
}
.list1w .swiDots .total{
    font-size: .16rem;
    margin-left: .02rem;
}
.list1w .swiDots i{
    display: block;
    width: .08rem;
    height: .15rem;
    background: #ffffff;
    clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
}
.list1w a:hover h3{
    color: #b22329;
}
.list1w {
    margin-top: .28rem;
}
.list-box1 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .24rem;
}
.list-box1 li{
    width: calc(33.33% - .16rem);
}
.list-box1 li a{
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}
.list-box1 li .pic{
    padding-top: 1.89rem;
}
.list-box1 li h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    padding: 0 .17rem;
    z-index: 3;
    font-size: .16rem;
    line-height: .24rem;
    max-height: .48rem;
    color: #ffffff;
}
.list-box1 li h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    max-height: .72rem;
}
.list-box1 li time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 0.6);
    background: url("../images/arrow-1.png") no-repeat right center;
    background-size: auto .07rem;
    margin-top: .36rem
}
.list-box1 li .hide{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .24rem .34rem;
    z-index: 4;
    background: #b22329 url("../images/s1-img-4.png") no-repeat bottom right;
    background-size: 100% auto;
    transition: all .5s;
}
.list-box1 li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}
.list-box1 li:hover .hide{
    top: 0;
}
.list-box1{
    margin-top: .24rem;
}
.index-s1 .right{
    width: 30%;
}
.list-box2 li{
    position: relative;
    padding: 0 0 0 .24rem;
}
.list-box2 li a{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
}
.list-box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    background: #d0d9e2;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.list-box2 li:after{
    position: absolute;
    content: '';
    left: -.05rem;
    top: 50%;
    width: .18rem;
    height: .16rem;
    background: url("../images/s1-img-5.png") no-repeat 50% 50%;
    background-size: 100% auto;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box2 li:hover a{
    color: #203e87;
}
.list-box2 li:hover:before{
    opacity: 0;
    visibility: hidden;
}
.list-box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box2 li + li{
    margin-top: .28rem;
}
.list-box2 {
    margin-top: .29rem;
}

.list-box3 a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list-box3 a .pic{
    padding-top: 2.7rem;
}

.list-box3 h5{
    font-size: .14rem;
    line-height: .24rem;
    color: #203e87;
}
.list-box3 h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    margin-top: .03rem;
}
.list-box3 li.i1 h5,
.list-box3 li.i1 h3{
    color: #ffffff !important;
}
.list-box3 li.i1 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    z-index: 3;
    padding: 0 .2rem;
}
.list-box3 li.i1 a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 41%;
    background: url('../images/s1-img-2.png') repeat-x bottom center;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 2;
}
.list-box3 li.i1 a{
    border-radius: .1rem;
}
.list-box3 li:hover h3{
    color: #203e87;
}
.list-box3 li + li{
    margin-top: .23rem;
}
.list-box3 {
    margin-top: .28rem;
}

.index-s1 .line{
    display: block;
    height: 1px;
    background: #d4d9e6;
    margin: .34rem 0 .42rem;
}
.index-s1 .bg-1{
    position: absolute;
    left: 50%;
    width: 17.8rem;
    max-width: 98%;
    top: 0;
    height: 50.3125vw;
    background: url("../images/index-s1.png") no-repeat top center;
    background-size: 100% auto;
    border-radius: .4rem .4rem 0 0;
    pointer-events: none;
    transform: translateX(-50%);
}
.index-s1{
    position: relative;
    padding: .79rem 0;
}

.index-s2 .left{
    width: 66.875%;
}
.list-box4{
    width: 51.4%;
    margin-top: -.24rem;
}
.list-box4 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 1rem;
    padding-right: .3rem;
}
.list-box4 li time{
    color: #203e87;
    display: block;
    margin-right: .2rem;
    flex-shrink: 0;
    line-height: 1;
    transition: all .5s;
}
.list-box4 li time span{
    display: block;
    font-size: .2rem;
}
.list-box4 li time em{
    display: block;
    font-size: .14rem;
    opacity: .4;
    margin-top: .05rem;
}
.list-box4 li .line{
    display: block;
    width: .01rem;
    height: .41rem;
    background: #d1d6e9;
    opacity: 1;
    margin-right: .2rem;
    flex-shrink: 0;
}
.list-box4 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    max-height: .48rem;
}
.list-box4 li:before{
    position: absolute;
    content: '';
    left: -.2rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(-90deg,#7d6dfa 0%,#103ca6 75%);
    border-radius: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.list-box4 li:hover time{
    color: #ffffff;
}
.list-box4 li:hover h3{
    color: #ffffff;
}
.list-box4 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list-box4 li + li{
    margin-top: .04rem;
}
.list-box4 li{
    position: relative;
}

.list-box5{
    width: 44.86%;
}
.list-box5 ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: .3rem 2%;
}
.list-box5 li a{
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}
.list-box5 li .pic{
    padding-top: 2.7rem;
}
.list-box5 li h3{
    font-size: .18rem;
    line-height: .22rem;
    max-height: .44rem;
    color: #ffffff;
    padding: 0 .27rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 3;
}
.list-box5 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(0deg, #000000 0%,transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.index-s2 .left .content{
    margin-top: .38rem;
}
.index-s2 .right{
    width: 30%;
}
.list-box9 ul{
    display: flex;
    flex-direction: column;
    gap: .15rem 2%;
}
.list-box9 li a{
    display: block;
    border-radius: .12rem;
    overflow: hidden;
}
.list-box9 li a .pic{
    padding-top: 1.8rem;
}
.list-box9{
    margin-top: .36rem;
}
.index-s2 .bg-2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 17.8rem;
    max-width: 98%;
    background: url("../images/index-s2.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .4rem;
    transform: translateX(-50%);
    pointer-events: none;
    box-shadow: 0 0 1.33rem rgba(32, 62, 135, 0.14);

}

.index-s2{
    position: relative;
    padding: .96rem 0 1.13rem;
    margin-top: .42rem;
    z-index: 2;
}
.index-s3 .left{
    width: 62.1875%;
}

.list-box10 li a{
    display: flex;
    align-items: center;
}
.list-box10 .li1 a{
    justify-content: space-between;
}
.list-box10 .li1 .pic{
    width: 2.74rem;
    height: 2.05rem;
    border-radius: .1rem;
}
.list-box10 .li1 .txt{
    width: calc(100% - 2.74rem );
    padding: 0 .24rem;
}
.list-box10 .li1 h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
}
.list-box10 .li1 time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.6);
    margin-top: .49rem;
}
.list-box10 .li1 time img{
    display: block;
    height: .07rem;
}
.list-box10 .li1:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #bad0ff;
    border-radius: .1rem;
    opacity: .5;
    pointer-events: none;
}
.list-box10 .li2 a{
    height: .61rem;
    position: relative;
    z-index: 2;
    padding: 0 .18rem;
}
.list-box10 .li2 h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    flex: 1;
}
.list-box10 .li2 time{
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    color: #333333;
    opacity: .6;
    margin-left: .2rem;
    flex-shrink: 0;
    transition: all .5s;
}

.list-box10 .li2:before{
    position: absolute;
    content: '';
    left: .03rem;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .11rem;
    background: url("../images/s3-img-10.png") no-repeat 50% 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s;
}
.list-box10 .li2:after{
    position: absolute;
    content: '';
    left: 0;
    width: .06rem;
    height: .06rem;
    top: 50%;
    background: #203e87;
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .5s;
}
.list-box10 .li1:hover h3{
    color: #aa0719;
}
.list-box10 .li2:hover h3{
    color: #ffffff;
}
.list-box10 .li2:hover time{
    color: #ffffff;
}
.list-box10 .li2:hover:before{
    opacity: 1;
    visibility: visible;
}
.list-box10 .li2:hover:after{
    background-color: #b22329;
}
.list-box10 .li2 + .li2{
    margin-top: .01rem;
}
.list-box10 .li2 + .li1,
.list-box10 .li1 + .li2{
    margin-top: .09rem;
}
.list-box10 li{
    position: relative;
}
.index-s3 .left .list-box10{
    width: 55.77%;
}
.index-s3 .left .img-box{
    width: 39.19%;
}
.index-s3 .left .img-box a{
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}
.index-s3 .left .img-box .pic{
    padding-top: 5.26rem;
}
.index-s3 .left .img-box h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #ffffff;
    max-height: .6rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    padding: 0 .25rem;
    z-index: 3;
}
.index-s3 .left .img-box a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 100) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: .9;
}
.index-s3 .left .content{
    margin-top: .44rem;
}
.index-s3 .right{
    width: 34.6875%;
}
.index-s3 .right .list-box10{
    margin-top: .44rem;
}
.index-s3 .wz-1{
    position: absolute;
    left: 0;
    right: 0;
    top: -2.95rem;
    pointer-events: none;
    z-index: 1;
}

.index-s3 .wz-1 img{
    display: block;
    width: 100%;
}
.index-s3:before{
    position: absolute;
    content: '';
    right: .21rem;
    top: -2.46rem;
    width: 4.25rem;
    height: 4.14rem;
    background: url("../images/s3-img-3.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
}
.index-s3:after{
    position: absolute;
    content: '';
    right: 0;
    top: -15.625vw;
    width: 33.48vw;
    height: 54.74vw;
    background: url("../images/index-s3.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
}
.index-s3{
    position: relative;
    margin-top: 2.29rem;

}

.index-s1-s2-s3{
    padding-bottom: 2.48rem;
    background: url("../images/index-s1-s2-s3.png") no-repeat top center;
    background-size: cover;
    position: relative;
}


.index-s4 .left{
    width: 48.375%;
}
.index-s4 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    gap: 0 .4rem;
    position: absolute;
    left: 2.6rem;
    top: -.92rem;
    z-index: 5;
}
.index-s4 .tab-tit .li{
    position: relative;
    border-radius: 50vw;
    background: linear-gradient(180deg, rgba(199, 192, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
    overflow: hidden;
    box-shadow: 0 0 .21rem 0 rgba(32, 62, 135, 0.05);
    cursor: pointer;
}
.index-s4 .tab-tit .li .span{
    display: block;
    position: relative;
    font-size: .2rem;
    line-height: .5rem;
    min-width: 1.6rem;
    padding: 0 .2rem;
    text-align: center;
    z-index: 2;
    transition: all .5s;
}
.index-s4 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: #b22329;
    transition: all .5s;
}
.index-s4 .tab-tit .li.active .span{
    color: #ffffff;
}
.index-s4 .tab-tit .li.active:before{
    top: 0;
}
.list2w li{
    transition: transform .5s;
}
.list2w li a{
    display: block;
    position: relative;
    border-radius: .1rem;
    overflow: hidden;
}
.list2w li .pic{
    padding-top: 3.87rem;
}
.list2w li h3{
    font-size: .22rem;
    line-height: .32rem;
    color: #ffffff;
}
.list2w li i{
    display: block;
    height: 1px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    margin-top: .12rem;
}
.list2w li i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .68rem;
    height: .03rem;
    background: #ffd700;
    transform: translateY(-50%);
}
.list2w li .desc{
    font-size: .16rem;
    line-height: .28rem;
    color: #ffffff;
    margin-top: .12rem;
    transition: all .5s;
}
.list2w li .desc p{
    max-height: .56rem;
}
.list2w li .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .24rem .24rem .19rem;
    border-radius: .1rem .1rem 0 0;
    z-index: 3;
    transition: all .5s;
}
.list2w li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(0deg, #b22329 20%,transparent 100%);
    pointer-events: none;
    transition: all .5s;
    z-index: 1;
}
.list2w li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(-90deg, #7d6dfa 0%,#103ca6 75%);
    mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0) 75%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 1;
}
.list2w li:hover a:before{
    opacity: 0;
    visibility: hidden;
}
.list2w li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.list2w li:hover{
    transform: translateY(-.3rem);
}
.list2wBox{
    padding-top: .3rem;
}
.list2w .btn{
    width: .52rem;
    height: .52rem;
    padding: .05rem;
    border: .01rem dashed transparent;
    border-radius: 50%;
    background: #fed600 no-repeat 50% 50%;
    background-size: .1rem auto;
    background-clip: content-box;
    position: static;
    transform: none;
    transition: all .5s;
}
.list2w .prev{
    background-image: url("../images/arrow-4.png");
}
.list2w .next{
    background-image: url("../images/arrow-5.png");
}
.list2w .prev:hover{
    background-image: url("../images/arrow-7.png");
}
.list2w .next:hover{
    background-image: url("../images/arrow-6.png");
}
.list2w .btn:hover{
    border-color: #ffffff;
    background-color: #ffffff;

}

.list2w .btnBox i{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: .01rem;
    background: #bdd3f0;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
    opacity: .6;
    display: none;
}

.list2w .btnBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
    gap: 0 .17rem;
}
.index-s4 .tab-cont .child{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    transform: translateY(.2rem);
    opacity: 0;
    transition: all .5s;
}
.index-s4 .tab-cont .child.active{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 5;
}
.index-s4 .tab-cont{
    position: relative;
}
.index-s4 .left .content{
    margin-top: .34rem;
    position: relative;
}
.index-s4 .left .more a{
    display: none;
    background-image: url("../images/more-2.png");
}
.index-s4 .left .more a.active{
    display: flex;
}
.index-s4 .title001 .tit h2{
    color: #ffffff;
}
.index-s4 .title001 .tit h2 span{
    color: #ffd700;
}

.index-s4 .right{
    width: 48.375%;
}
.index-s4 .right .more a{
    background-image: url("../images/more-2.png");
}
.list-box6 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.list-box6 li .pic{
    width: 4.1rem;
    height: 2.3rem;
    border-radius: .1rem;
}
.list-box6 li .txt{
    width: calc(100% - 4.1rem - .25rem);
}
.list-box6 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #ffffff;
    height: .6rem;
}
.list-box6 li p{
    font-size: .16rem;
    line-height: .3rem;
    color: #ffffff;
    height: .6rem;
    opacity: .6;
    margin-top: .15rem;
}
.list-box6 li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    margin-top: .47rem;
    gap: 0 .1rem;
}
.list-box6 li time span{
    display: block;
    font-size: .2rem;
    line-height: 1;
    color: #ffffff;
}
.list-box6 li:hover h3{
    color: #ffd700;
}
.list-box6 li + li{
    margin-top: .26rem;
}
.list-box6{
    margin-top: .34rem;
}
.index-s4 .bg-4:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.46rem;
    background: url("../images/index-s4.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.index-s4 .bg-4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img-3.png") no-repeat top center;
    background-size: 100% auto;
}
.index-s4 .bg-4{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}
.index-s4:before{
    position: absolute;
    content: '';
    left: 0;
    top: -2.42rem;
    width: 2.99rem;
    height: 4.03rem;
    background: url("../images/s3-img-11.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 3;
}
.index-s4{
    position: relative;
    z-index: 3;
    padding: 1.06rem 0 .64rem;
    margin-top: -1.46rem;
}

.mt-list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 .26rem;
    z-index: 9;
}
.mt-list .li{
    position: relative;
}
.mt-list .li a{
    display: block;
    width: .68rem;
    height: .68rem;
    border: .01rem dashed transparent;
    border-radius: 50%;
    padding: .06rem;
    background: #fff;
    background-clip: content-box;
    position: relative;
    transition: all .5s;
}
.mt-list .li a img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: .4rem;
    max-height: .27rem;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
.mt-list .li a .img-2{
    opacity: 0;
    visibility: hidden;
}
.mt-list .li span{
    position: absolute;
    left: 50%;
    top: calc(100% + .13rem);
    background: #ffffff;
    width: 1.3rem;
    height: 1.3rem;
    padding: .1rem;
    filter: drop-shadow(0px 0px .32rem rgba(32, 62, 135, 0.14));
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.mt-list .li span:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    width: .23rem;
    height: .11rem;
    background: #ffffff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: translateX(-50%);
}
.mt-list .li span img{
    display: block;
    max-width: 100%;
}
.mt-list .li:hover .img-2{
    opacity: 1;
    visibility: visible;
}
.mt-list .li:hover .img-1{
    opacity: 0;
    visibility: hidden;
}
.mt-list .li:hover a{
    background-color: #b22329;
    border-color: #b22329;
}
.mt-list .li:hover span{
    opacity: 1;
    visibility: visible;
}
.list-box8 li a{
    display: block;
    position: relative;
    border-radius: .16rem;
    overflow: hidden;
}
.list-box8 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #ffffff;
    max-height: .48rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    padding: 0 .3rem;
    z-index: 3;
}
.list-box8 li .icon{
    position: absolute;
    top: .17rem;
    right: .15rem;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.list-box8 li .icon img{
    max-width: .4rem;
    max-height: .27rem;
}
.list-box8 li .icon.wx{
    background-color: #42af24;
}
.list-box8 li .icon.wb{
    background-color: #d81e05;
}
.list-box8 li .icon.xhs{
    background-color: #fa0035;
}
.list-box8 li .icon.dy{
    background-color: #6c29e7;
}
.list-box8 li .icon.sph{
    background-color: #fb9030;
}
.list-box8 li a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(0deg, #000000 10%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.list-box8 li.li1 .pic{
    padding-top: 3.75rem;
}
.list-box8 li.li3 .pic{
    padding-top: 3.93rem;
}
.list-box8 li.li4 .pic{
    padding-top: 6rem;
}
.list-box8 li .playBtn{
    position: relative;
    width: 100%;
}
.list-box8 li .playBtn i {
    position: relative;
    z-index: 5;
    background: url('../images/s5-img-4.png') no-repeat center;
    background-size: 100% 100%;
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
}
.list-box8 li .playBtn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 0;
    background: #7f7bfa;
    animation: scaleta 1.5s infinite;
}

.list-box8 li .playBtn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    background: #7f7bfa;
    animation: scaletb 1.5s infinite;
}
.list-box8 li h4{
    font-size: .2rem;
    line-height: .24rem;
    color: #333333;
    text-align: center;
    margin-top: .45rem;
}
.list-box8 li.li2 a:before{
    display: none;
}
.list-box8 li.li2 a{
    overflow: visible;
    border-radius: 0;
}
@keyframes scaleta {
    0% {
        transform: scale(1);
        opacity: .6
    }

    to {
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes scaletb {
    0% {
        transform: scale(1);
        opacity: .8
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}
.list-box8{
    position: relative;
    height: 8.44rem;
}
.index-s5 .content{
    position: relative;
    margin-top: -.79rem;
}
.index-s5 .wz-2{
    position: absolute;
    left: 0;
    top: 1.04rem;
    right: 0;
    height: 30.3125vw;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.index-s5 .bg-5{
    position: absolute;
    left: 2.08vw;
    bottom: -7.29vw;
    width: 22.76vw;
    height: 23.85vw;
    background: url("../images/s5-img-6.png") no-repeat 50% 50%;
    background-size: 100%;
    pointer-events: none;
    z-index: 1;
}
.index-s5 .line:before,
.index-s5 .line:after{
    content: "";
    position: absolute;
    bottom:-1.76rem;
    width: .01rem;
    height: 13rem;
    background: #bdd3f0;
    opacity: .3;
    z-index: -1;
    pointer-events: none;
}
.index-s5 .line:before{
    left: calc((100vw - 16rem)/ 2 + 1.5rem);
}
.index-s5 .line:after{
    right: calc((100vw - 16rem)/ 2 + 1.5rem);
}
.index-s5 .line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: rgba(189, 211, 240, 0.3);
    pointer-events: none;
    z-index: -1;
}
.index-s5{
    position: relative;
    z-index: 1;
    padding-bottom: .84rem;
}
@media (min-width: 1025px) {
    .list-box8 li{
        position: absolute;
    }
    .list-box8 li.li1{
        width: 31.25%;
        left: 0.625%;
        top: 0;
    }
    .list-box8 li.li2{
        top: 23.69%;
        left: 46.875%;
        width: 6.25%;
    }
    .list-box8 li.li3{
        left: 16.5625%;
        bottom: 0;
        width: 43.75%;
    }
    .list-box8 li.li4{
        right: 2.5%;
        top: 18.72%;
        width: 25%;
    }
    .mt-list{
        position: absolute;
        right: 1.55rem;
        top: .08rem;
    }


    .list4wBox li.active a .pic{
        padding-top: 2.27rem;
    }
}

.list4wBox a{
    display: block;
    width: 100%;
    border-radius: .16rem;
    overflow: hidden;
}
.list4wBox a .pic{
    padding-top: 2rem;
}
.list4w .btnBox{
    display: flex;
    justify-content: center;
    gap: 0 .17rem;
    margin-top: .33rem;
}
.list4w .btn{
    width: .52rem;
    height: .52rem;
    padding: .05rem;
    border: .01rem dashed transparent;
    border-radius: 50%;
    background: #fed600 no-repeat 50% 50%;
    background-size: .1rem auto;
    background-clip: content-box;
    position: static;
    transform: none;
    transition: all .5s;
}
.list4w .prev{
    background-image: url("../images/arrow-4.png");
}
.list4w .next{
    background-image: url("../images/arrow-5.png");
}
.list4w .prev:hover{
    background-image: url("../images/arrow-4.png"),linear-gradient(0deg,#7d6dfa 0%,#103ca6 75%);
    background-size: .1rem auto,cover;
}
.list4w .next:hover{
    background-image: url("../images/arrow-5.png"),linear-gradient(0deg,#7d6dfa 0%,#103ca6 75%);
    background-size: .1rem auto,cover;
}
.list4w .btn:hover{
    border-color: #023d8f;
}

.list4w{
    margin-top: .36rem;
}
.index-s6{
    margin-top: .8rem;
    position: relative;
    z-index: 1;
}
.index-s5-s6{
    padding: 1.2rem 0 1.41rem;
    background: url("../images/index-s5-s6.png") no-repeat bottom center;
    background-size: cover;
}

.aside{
    position: fixed;
    top: 50%;
    right: 0;
    width: 1.28rem;
    z-index: 999;
    transform: translate(100%,-50%);
    border-radius:  0 0 .1rem .1rem;
    filter: drop-shadow(0 0 .57rem rgba(32, 62, 135, 0.22));
    overflow: hidden;
    transition: all .5s;
}
.aside .top img{
    display: block;
    width: 100%;
}
.aside li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .62rem;
    font-size: .16rem;
    color: #ffffff;
    line-height: .2rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.aside li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #ffffff;
    opacity: .1;
}
.aside li:after{
    position: absolute;
    content: '';
    left: -.09rem;
    right: -.09rem;
    top: 0;
    bottom: 0;
    background: #b22329;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.aside li.li2:before{
    display: none;
}
.aside li.li2 a img{
    display: block;
    width: .2rem;
}
.aside li:hover:after{
    opacity: 1;
    visibility: visible;
}
.aside li{
    position: relative;
    margin: 0 .09rem;
}
.aside ul{
    margin-top: .05rem;
}
.aside:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .5rem;
    background: url("../images/as-img-2.png") no-repeat bottom center;
    background-size: cover;
    border-radius: 0 0 .1rem .1rem;

    pointer-events: none;
    z-index: -1;
}
.aside.show{
    transform: translate(0,-50%);
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        height: 50vw;
    }
    .banner .swiDots{
        width: 100%;
        padding: 0 15px;
        max-width: none;
    }
    .aside{
        display: none;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots ul{
        justify-content: center;
        gap: 0 .1rem;
    }
    .banner .swiDots li .icon{
        width: .26rem;
        height: .26rem;
    }
    .banner .swiDots li:after{
        background-size: 100% .4rem;
    }
    .banner .swiDots li{
        width: .5rem;
        height: .4rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .title001 .tit h2{
        font-size: .3rem;
    }
    .title001 .tit:before{
        width: .4rem;
        height: .46rem;
        margin-top: -.05rem;
    }
    .title001 .tit{
        padding-left: .35rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w .pic{
        padding-top: 56.07%;
    }
    .list1w a time{
        margin-right: .15rem;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list1w a .text{
        padding: 0 1.2rem 0 .2rem;
        bottom: .15rem;
    }
    .list1w .swiDots{
        right: .1rem;
        bottom: .15rem;
    }
    .list1w a{
        border-radius: .1rem;
    }
    .list1w{
        margin-top: .2rem;
    }
    .list-box1 li .pic{
        padding-top: 55.58%;
    }
    .list-box1 li h3{
        font-size: .18rem;
        line-height: .26rem;
        max-height: .52rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list-box1 li h4{
        line-height: .26rem;
        max-height: .52rem;
    }
    .list-box1 li time{
        margin-top: .2rem;
    }
    .list-box1 li .hide{
        padding: .2rem;
    }
    .list-box1{
        margin-top: .2rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list-box2 li a{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list-box2 li + li {
        margin-top: .2rem;
    }
    .list-box2 {
        margin-top: .2rem;
    }
    .list-box3 a .pic{
        padding-top: 56.25%;
    }
    .list-box3 h5{
        font-size: .16rem;
        line-height: .24rem;
    }
    .list-box3 h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list-box3 li.i1 .text{
        bottom: .15rem;
    }
    .list-box3 li + li{
        margin-top: .2rem;
    }
    .list-box3{
        margin-top: .2rem;
    }
    .index-s1 .line{
        margin: .3rem 0 .3rem;
    }
    .index-s1{
        padding: .4rem 0;
    }
    .index-s1 .bg-1{
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        border-radius: 0;
        background: linear-gradient(180deg,#ffffff 0%,transparent 100%);
        transform: none;
    }
    .index-s2 .tab-tit .tit h2,
    .index-s2 .tab-tit .li.active h2{
        font-size: .3rem;
        height: .3rem;
    }
    .index-s2 .tab-tit .li h4{
        opacity: 1;
        visibility: visible;
    }
    .index-s2 .tab-tit .tit:before{
        width: .4rem;
        height: .46rem;
        margin-top: -.05rem;
    }
    .index-s2 .tab-tit .li.active .tit{
        padding-left: .35rem;
    }
    .index-s2 .tab-tit .li + .li{
        margin-left: 0;
        padding-left: 0;
    }
    .index-s2 .tab-tit .li + .li:before{
        display: none;
    }
    .index-s2 .tab-tit{
        gap: 0 .2rem;
    }
    .list-box4{
        width: 100%;
        margin-top: 0;
    }
    .list-box4 li:before{
        left: 0;
    }
    .index-s2 .left{
        width: 100%;
    }
    .list-box4 li time{
        width: .7rem;
    }
    .list-box4 li.active a,
    .list-box4 li a{
        padding: .2rem;
    }
    .list-box4 li.active h3{
        margin-bottom: .05rem;
    }
    .list-box4 li:after{
        left: 0;
        right: 0;
    }
    .index-s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list-box5 li{
        width: 49%;
    }
    .list-box5 li .pic{
        padding-top: 75%;
        border-radius: .1rem;
    }
    .list-box5 li h3{
        line-height: .3rem;
        max-height: .6rem;
        margin-top: .1rem;
    }
    .list-box5 li time{
        margin-top: .2rem;
    }
    .list-box5 li .text{
        padding: .2rem;
    }
    .list-box5 li a{
        border-radius: .1rem;
    }
    .list-box5 li:nth-child(2n){
        margin-top: 0;
    }
    .list-box5 ul{
        flex-direction: row;
    }
    .list-box5{
        width: 100%;
        margin-top: .2rem;
    }
    .index-s2 .tab-cont{
        margin-top: .2rem;
    }
    .list-box9 li a .pic{
        padding-top: 53.91%;
    }
    .list-box9 li a{
        border-radius: .1rem;
    }
    .list-box9 li{
        width: 32%;
    }
    .list-box9 ul{
        flex-direction: row;
    }
    .list-box9{
        margin-top: .2rem;
    }
    .index-s2 .bg-2{
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.8);
        transform: none;
    }
    .index-s2 .left .content{
        margin-top: .2rem;
    }
    .index-s2{
        padding: .4rem 0;
    }
    .index-s3 .wz-1{
        top: 0;
    }
    .index-s3:before{
        display: none;
    }
    .list2w .btnBox:before, .list2w .btnBox:after{
        display: none;
    }
    .list2w li:hover {
        transform: none;
    }
    .list2wBox{
        padding-top: 0;
    }
    .index-s3 .left{
        width: 100%;
    }
    .index-s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index-s3 .left .content{
        margin-top: .25rem;
    }
    .index-s3 .right .list-box10{
        margin-top: .15rem;
    }
    .index-s3{
        margin-top: .4rem;
    }
    .index-s1-s2-s3{
        padding: 0 0 .4rem ;
    }
    /*inner-s4*/
    .index-s4 .left{
        width: 100%;
        order: 0;
    }
    .index-s4 .tab-tit .li .span{
        font-size: .18rem;
        line-height: 0.44rem;
        min-width: 1rem;
        padding: 0 .15rem;
    }
    .index-s4 .tab-tit{
        position: static;
        justify-content: center;
        gap: 0 .2rem;
    }
    .list2w li .pic{
        padding-top: 144.44%;
    }
    .list2w li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list2w li .text{
        padding: .2rem;
    }
    .list2w .btnBox{
        padding: 0;
        margin-top: .2rem;
    }
    .list2w .btnBox a{
        width: 1.4rem;
        height: .44rem;
    }
    .list2w{
        margin-top: .3rem;
    }
    .index-s4 .right{
        width: 100%;
        order: 1;
        margin-top: .4rem;
    }
    .index-s4:before{
        display: none;
    }
    .list-box7 li .pic{
        padding-top: 56.19%;
    }
    .list-box7 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list-box7 li a{
        border-radius: .1rem;
    }
    .list-box7 li + li{
        margin-top: 0;
    }
    .list-box7 li{
        width: 49%;
    }
    .list-box7 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .2rem 0;
    }
    .list-box7{
        margin-top: .2rem;
    }
    /*inner-s4*/
    .index-s4 .bg-4:before{
        top: 0;
    }
    .index-s4 .bg-4:after{
        top: -.4rem;
        display: none;
    }
    .index-s4{
        padding: .4rem 0;
        margin-top: 0;
    }
    .list-box8 li .icon img{
        max-width: 45%;
        max-height: 55%;
    }
    .list-box8 li .icon{
        top: .1rem;
        right: .1rem;
    }
    .list-box8 li h3{
        line-height: .3rem;
        padding: 0 .2rem;
        bottom: .15rem;
        max-height: .6rem;
    }
    .list-box8 li a{
        border-radius: .1rem;
    }
    .list-box8 li.li1{
        width: 60%;
    }
    .list-box8 li.li1 .pic{
        padding-top: 75%;
    }
    .list-box8 li.li2{
        width: 38%;
    }
    .list-box8 li .playBtn{
        width: .8rem;
    }
    .list-box8 li h4{
        line-height: .3rem;
        margin-top: .3rem;
    }
    .list-box8 li.li2 a{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .list-box8 li.li3{
        width: 58%;
    }
    .list-box8 li.li4{
        width: 40%;
    }
    .list-box8 li.li3 .pic,
    .list-box8 li.li4 .pic{
        padding-top: 34vw;
    }
    .list-box8 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: .2rem 2%;
    }
    .list-box8{
        height: auto;
    }
    .mt-list{
        gap: 0 .2rem;
        justify-content: center;
        margin-bottom: .2rem;
        position: relative;
        z-index: 5;
    }
    .mt-list .li a img{
        max-width: 45%;
        max-height: 50%;
    }
    .index-s5 .content{
        margin-top: .2rem;
    }
    .index-s5 .line{
        display: none;
    }
    .index-s5{
        padding-bottom: 0;
    }
    .list4wBox a .pic{
        padding-top: 54.32%;
    }
    .list4wBox a{
        border-radius: .1rem;
    }
    .list4w .btnBox{
        margin-top: .2rem;
        gap: 0 .1rem;
    }
    .list4w{
        margin-top: .2rem;
    }
    .index-s6{
        margin-top: .4rem;
    }
    .index-s5-s6{
        padding: .4rem 0;
    }
    .list-box6{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .list-box1 li{
        width: calc(50% - .1rem);
    }
    .list-box1 li:last-child{
        display: none;
    }
    .list-box1 ul{
        gap: .2rem ;
    }
    /*inner-s4*/
    .index-s2 .tab-tit .more{
        display: none;
    }
    .index-s2 .tab-tit .li{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .index-s2 .tab-tit{
        gap: .2rem 0;
        justify-content: center;
    }
    .index-s2 .gd{
        display: flex;
        width: 100%;
    }
    .list-box5 li{
        width: 100%;
    }
    .list-box9 li{
        width: 100%;
    }
    .list-box9 ul{
        flex-wrap: wrap;
    }
    .list-box10 .li2 h3{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space:normal;
        line-height:1.5
    }
    .list-box10 .li2 a{
        height:.7rem;
        align-items:flex-start;
    }
    .list-box10 .li2:after{
        top:.12rem;
        transform:none
    }
    .list-box10 li{
        width: 100%;
    }
    .list-box6 li{
        width: 100%;
    }
    .index-s3 .left .list-box10{
        width: 100%;
    }
    .index-s3 .left .img-box{
        width: 100%;
        margin-top: .3rem;
    }
    .index-s3 .left .img-box .pic{
        padding-top: 134.87%;
    }
    .index-s3 .left .img-box h3{
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list-box6 li .pic {
        width: 3.1rem;
        height: 1.9rem;
    }
    .list-box6 li .txt {
        width: calc(100% - 3.1rem - .2rem);
    }
    .list-box6 li p{
        margin-top: .1rem;
        line-height: .26rem;
        height: .52rem;
    }
    .list-box6 li time{
        margin-top: .15rem;
    }
}
@media (max-width: 481px) {
    .list1w a .text{
        padding-right: .8rem;
        padding-left: .1rem;
    }
    .list-box1 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .9rem;
    }
    .list-box1 li h4{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list-box1 li{
        width: 100%;
    }
    .list2w li .text{
        padding: .15rem .2rem;
    }
    .list-box5 li{
        width: 100%;
    }
    .list-box7 li{
        width: 100%;
    }
    .list-box8 li.li1,
    .list-box8 li.li2,
    .list-box8 li.li3,
    .list-box8 li.li4{
        width: 100%;
        order: 1;
    }
    .list-box8 li.li2{
        order: 0;
    }
    .list-box8 li.li3 .pic, .list-box8 li.li4 .pic {
        padding-top: 64vw;
    }
    .index-s2 .tab-tit .tit h2, .index-s2 .tab-tit .li.active h2{
        font-size:.26rem
    }
    .list-box10 .li1 a{
        flex-wrap: wrap;
    }
    .list-box10 .li1 .pic{
        width: 100%;
        height: auto;
        padding-top: 74.82%;
    }
    .list-box10 .li1 .txt{
        width: 100%;
        padding: .2rem;
    }
    .list-box10 .li1 time{
        margin-top: .1rem;
    }
    .list-box6 li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.09%;
    }
    .list-box6 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
}
