﻿@charset "utf-8";

.banner a{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a img{
    display: block;
    width: 100%;
    transform: scale(1.05);
}
.banner .swiper-slide-active a img{
    transform: scale(1);
    transition: all 6s;
}
.banner .page{
    width: auto;
    left: 50%;
    font-size: 0;
    bottom: .38rem;
    transform: translateX(-50%);
}

.banner .page span{
    width: .07rem;
    height: .07rem;
    margin: 0 .09rem .04rem;
    background: #fff no-repeat 50%/100% 100%;
    opacity: 1;
    vertical-align: bottom;
}
.banner .page span.active{
    width: .29rem;
    height: .21rem;
    margin: 0 .18rem 0;
    background-color: transparent;
    background-image: url("../images/dots.png");
    border-radius: 0;
}
.banner .btn-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .34rem;
    width: 16rem;
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
}
.banner .btn-box .btn{
    position: static;
    width: .18rem;
    height: .17rem;
    background: transparent no-repeat 50%/100% 100%;
    transform: none;
}
.banner .btn-box .prev{
    margin-right: .28rem;
    background-image: url("../images/prev-1.png");
}
.banner .btn-box .next{
    background-image: url("../images/next-1.png");
}


.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #1D1D1D;
    font-family: "SourceHanSerifCN-Bold",sans-serif;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.title001 .more a img{
    display: block;
    height: .26rem;
    margin-left: .15rem;
    transition: .5s;
}
.title001 .more a:hover img{
    margin-left: .1rem;
}
.title001 .more a:hover{
    color: #8C2D30;
}

.list_box1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list_box1 li{
    width: 1.73rem;
    display: flex;
    /* flex-wrap: wrap; */
    overflow: hidden;
    transition: .5s;
}
.list_box1 li .left{
    width: 1.73rem;
    position: relative;
    z-index: 1;
    padding: .05rem 0 0 0;
}
.list_box1 li .left:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: .05rem;
    bottom: .05rem;
    border: 1px solid #000000;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li .left a{
    display: block;
    position: relative;
    z-index: 2;
    height: 4.64rem;
    border: 1px solid #000000;
    background: #fff;
}
.list_box1 li .left .box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: .81rem 0 .49rem;
}
.list_box1 li .left .box h3{
    font-size: .3rem;
    line-height: 1.4em;
    color: #000000;
    width: 1em;
    font-family: "SourceHanSerifCN-Bold",sans-serif;
}
.list_box1 li .left .box span{
    display: block;
    width: .44rem;
    height: .44rem;
    background: url("../images/s1-img-1.png") no-repeat 50%/100% 100%;
}

.list_box1 li .right{
    width: calc(100% - 1.8rem);
    padding: 0;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}


.list_box1 li .right .box{
    height: 100%;
    position: relative;
    z-index: 1;
    background:#fff url("../images/s1-img-3.png") no-repeat bottom center/100% auto;
}

.list_box1 li .right .box .para h4{
    font-size: .18rem;
    line-height: .4rem;
    color: #313131;
    font-weight: 700;
}
.list_box1 li .right .box .para p{
    font-size: .16rem;
    line-height: .32rem;
    color: #989898;
    margin-top: .09rem;
    -webkit-line-clamp: 3;
    height: .96rem;
}
.list_box1 li .right .box .para{
    padding: 0 0 0 2.05rem;
    overflow: hidden;
}

.list_box1 li.on{
    width: calc(98.5% - (1.73rem *3));
}
.list_box1 li.on .left{
    width: 1.78rem;
    padding: .05rem 0 0 .05rem;
}
.list_box1 li.on .left .box span{
    background-image: url("../images/s1-img-2.png");
}
.list_box1 li.on .left:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li.on .right{
    width: calc(100% - 1.78rem);
    padding: .24rem .1rem .06rem .07rem;
    opacity: 1;
    visibility: visible;
}
.list_box1 li *{
    transition: .5s;
}

.list_box1{
    margin-top: .59rem;
}

.index-s1{
    padding: .62rem 0 .5rem;
}

.index-s2 .left{
    width: 54.3125%;
}

.list1w_1 a{
    display: block;
    position: relative;
}
.list1w_1 a .pic{
    padding-top: 5.66rem;
}
.index-s2 .left .bot{
    position: relative;
    margin: -1.04rem 0 0 1.14rem;
    z-index: 3;
    background: #fff;
    border: 1px solid #333333;
    padding: .41rem .28rem .21rem ;
}

.list1w_2 a{

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list1w_2 a time{
    display: block;
    width: .83rem;
    text-align: center;
    color: #333333;
}
.list1w_2 a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: "SourceHanSerifCN-Bold",sans-serif;
}
.list1w_2 a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    font-family: "SourceHanSerifCN-SemiBold",sans-serif;
    margin-top: .05rem;
}
.list1w_2 a .txt{
    width: calc(100% - 1rem);
}
.list1w_2 a h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #000;
    font-weight: 700;
    transition: .5s;
}
.list1w_2 a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    margin-top: .11rem;
}
.list1w_2 a h5{
    margin-top: .49rem;
}
.list1w_2 a h5 img{
    display: block;
    width: .26rem;
}
.index-s2 .left .bot:before{
    position: absolute;
    content: '';
    left: -.08rem;
    top: 1.04rem;
    bottom: -.08rem;
    width: 1px;
    background: #333333;
}
.index-s2 .left .bot:after{
    position: absolute;
    content: '';
    left: -.08rem;
    right: 0;
    bottom: -.08rem;
    height: 1px;
    background: #333333;
}
.index-s2 .page{
    position: absolute;
    bottom: .28rem;
    font-size: 0;
    right: .88rem;
    padding: 0 .28rem;
}
.index-s2 .page span{
    width: .07rem;
    height: .07rem;
    border: .01rem solid #333333;
    background: #fff;
    opacity: 1;
    margin: 0 .07rem;
}
.index-s2 .page span.active{
    background: #333333;
}
.index-s2 .page:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: .26rem;
    height: 1px;
    background: #333333;
}
.index-s2 .page:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: .26rem;
    height: 1px;
    background: #333333;
}

.list1w_2 a:hover h3{
    color: #8C2D30;
}
.index-s2 .right{
    width: 43.625%;
}

.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li .txt{
    width: calc(100% - 2.5rem);
    padding: .13rem .2rem .29rem;
    border-bottom: 1px solid #333333;
}
.list_box2 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    font-family: "SourceHanSerifCN-SemiBold",sans-serif;
}
.list_box2 li time img{
    display: block;
    width: .16rem;
    margin-right: .07rem;
}
.list_box2 li h3{
    margin-top: .09rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #000000;
    font-weight: 700;
    transition: .5s;
}
.list_box2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #989898;
    margin-top: .12rem;
}
.list_box2 li .pic{
    width: 2.5rem;
    height: 1.38rem;
}
.list_box2 li:hover h3{
    color: #8C2D30;
}
.list_box2 li:not(:first-child){
    margin-top: .36rem;
}

.index-s2 .content{
    margin-top: .59rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s2{
    padding: .5rem 0 1.36rem;
}

.list2w a{
    position: relative;
    display: block;
    padding: .5rem .5rem .3rem;
}
.list2w a .txt{
    position: relative;
    z-index: 2;
}
.list2w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000;
    height: .6rem;
    transition: .5s;
}
.list2w a i{
    margin: .35rem 0 .17rem;
    display: block;
    height: .14rem;
    background: url("../images/s3-img-1.png") no-repeat 50%/auto 100%;
    transition: .5s;
}
.list2w a p{
    font-size: .16rem;
    line-height: .28rem;
    color: #AFAFAF;
    height: .56rem;
    transition: .5s;
}
.list2w a time{
    position: absolute;
    left: .48rem;
    top: -.34rem;
    width: .58rem;
    height: .69rem;
    border: 1px solid #333;
    text-align: center;
    color: #333333;
    z-index: 3;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}
.list2w a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: "SourceHanSerifCN-SemiBold",sans-serif;
}
.list2w a time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    font-family: "SourceHanSerifCN-SemiBold",sans-serif;
    margin-top: .02rem;
}
.list2w a .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #333;
    transition: .5s;
}
.list2w a:hover i{
    margin: .24rem 0 .27rem;
    background-image: url("../images/s3-img-2.png");
}

.list2w a:hover .bg{
    top: -.17rem;
    bottom: -.16rem;
}
.list2w a:hover time{
    top: -.47rem;
    color: #fff;
    background: #8C2D30;
    border-color: #8C2D30;
}
.list2w a:hover h3{
    color: #333333;
    font-weight: bold;
}
.list2w a:hover p{
    color: #333333;
}
.list2w .swiper-container{
    padding: .47rem 0 .16rem;
}

.list2w {
    margin-top: .61rem;
}

.index-s3{
    padding: .64rem 0 .86rem;
    background: url("../images/index-s3.jpg") no-repeat 50%/cover;
}

.list3w .slide .top a{
    display: block;
}
.list3w .slide .top a .pic{
    padding-top: 2.22rem;
}
.list3w .slide .top a time{
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSerifCN-SemiBold',sans-serif;
}
.list3w .slide .top a h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #282828;
    margin-top: .08rem;
}
.list3w .slide .top a p{
    font-size: .16rem;
    line-height: .28rem;
    color: #AFAFAF;
    margin-top: .08rem;
}
.list3w .slide .top a h5 img{
    display: block;
    width: .25rem;
}
.list3w .slide .top a h5{
    display: flex;
    justify-content: flex-end;
    margin-top: .28rem;
}
.list3w .slide .top a .txt{
    padding: .22rem .26rem .29rem;
    border: 1px solid #3D3D3D;
    background: #fff;
    transition: .5s;
}
.list3w .slide .top:before{
    position: absolute;
    content: '';
    bottom: -.07rem;
    left: -.07rem;
    width: 1px;
    height: 0;
    background: #333333;
    transition: .5s;
}
.list3w .slide .top:after{
    position: absolute;
    content: '';
    bottom: -.07rem;
    left: -.07rem;
    right: 0;
    height: 1px;
    width: 0;
    background: #333333;
    transition: .5s;
}
.list3w .slide .top{
    margin-top: .15rem;
    position: relative;
    transition: .5s;
}

.list3w .slide .bot{
    margin-top: .64rem;
    display: flex;
    align-self: center;
    justify-content: center;
}
.list3w .slide .bot .dots{
    display: block;
    width: .1rem;
    height: .1rem;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
    transition: .5s;
}
.list3w .slide .bot .dots:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #9E3639;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transition: .5s;
}
.list3w .slide .bot .dots:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #9E3639;
    border: 1px solid #9E3639;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transition: .5s;
}
.list3w .slide:hover .top a h3{
    font-weight: bold;
}
.list3w .slide:hover .top a p{
    color: #333;
}
.list3w .slide:hover .top a .txt{
    padding-top: .37rem;
}
.list3w .slide:hover .top{
    margin-top: 0;
}
.list3w .slide:hover .top:before{
    height: 1rem;
}
.list3w .slide:hover .top:after{
    width: 100%;
}
.list3w .slide:hover .bot .dots{
    background: #9E3639;
}
.list3w .slide:hover .bot .dots:before{
    opacity: 1;
    visibility: visible;
    transform: translateX(.08rem);
}
.list3w .slide:hover .bot .dots:after{
    opacity: 1;
    visibility: visible;
    transform: translateX(-.08rem);
}
.list3w .slide:hover .bot .dots{
    background: transparent;
    border-color: transparent;
}
.list3w .swiper-container{
    padding-left: .07rem;
    margin-left: -.07rem;
}
.list3w .btn{
    margin-top: -.15rem;
    width: .44rem;
    height: .44rem;
    background: no-repeat 50%/100% 100%;
}
.list3w .prev{
    left: -.7rem;
    background-image: url("../images/prev-2.png");
}
.list3w .next{
    right: -.7rem;
    background-image: url("../images/next-2.png");
}
.list3w .line{
    position: absolute;
    left: .07rem;
    right: 0;
    bottom: .04rem;
    height: 1px;
    background: #333;
}
.list3w {
    position: relative;
    margin-top: .64rem;
}

.index-s4{
    margin-top: .76rem
}


.mt_list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mt_list h4{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .28rem;
    color: rgba(0, 0, 0, 0.6);
    margin-right: .35rem;
}
.mt_list h4 img{
    display: block;
    height: .09rem;
    margin-left: .17rem;
}
.mt_list ul li{
    margin-left: .12rem;
    position: relative;
}
.mt_list ul li a{
    display: block;
    width: .39rem;
    border-radius: 50%;
}
.mt_list ul li a img{
    display: block;
    width: 100%;
}

.mt_list ul li span {
    width: 1.2rem;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 15;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444
}

.mt_list ul li span:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.mt_list ul li span img {
    display: block;
    width: 100%
}

.mt_list ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.index-s5 .content .top,
.index-s5 .content .bot{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s5 .content .top a,
.index-s5 .content .bot a{
    display: block;
    position: relative;
}

.index-s5 .content .top a .txt,
.index-s5 .content .bot a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .21rem .23rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    transition: .5s;
}
.index-s5 .content .top a .txt .ico,
.index-s5 .content .bot a .txt .ico{
    width: .42rem;
    height: .42rem;
}
.index-s5 .content .top a .txt .ico img,
.index-s5 .content .bot a .txt .ico img{
    display: block;
    width: 100%;
}
.index-s5 .content .top a .txt .r,
.index-s5 .content .bot a .txt .r{
    width: calc(100% - .52rem);
}
.index-s5 .content .top a .txt h4,
.index-s5 .content .bot a .txt h4{
    font-size: .12rem;
    line-height: .18rem;
    color: #FFFFFF;
}
.index-s5 .content .top a .txt h3,
.index-s5 .content .bot a .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    margin-top: .02rem;
}
.index-s5 .content .top a .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .63rem;
    height: .63rem;
    background: url("../images/s5-img-7.png") no-repeat 50%/100% 100%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.index-s5 .content .top a:after,
.index-s5 .content .bot a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 40%);
}
.index-s5 .content .top a:hover .txt,
.index-s5 .content .bot a:hover .txt{
    bottom: .1rem;
}
.index-s5 .content .top_l{
    width: 49.5%;
}
.index-s5 .content .top_r{
    width: 49.1875%;
}
.index-s5 .content .top_l .pic,
.index-s5 .content .top_r .pic{
    padding-top: 4.21rem;
}
.index-s5 .content .bot_l{
    width: 39.625%;
}
.index-s5 .content .bot_c{
    width: 27.1875%;
}
.index-s5 .content .bot_r{
    width: 31.25%;
}
.index-s5 .content .bot .pic{
    padding-top: 3.55rem;
}
.index-s5 .content .bot{
    margin-top: .13rem;
}
.index-s5 .content .top{
    margin-top: .34rem;
}
.index-s5 .content{
    margin-top: .3rem;
}

.index-s5{
    margin: .99rem 0 1.23rem;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }

}
@media (max-width: 1025px){
    .banner .page{
        bottom: .2rem;
    }
    .banner .btn-box{
        bottom: .24rem;
    }
    .title001 h2{
        font-size: .28rem;
        line-height: .4rem;
    }
    .title001 .more a img{
        height: .18rem;
        margin-left: .1rem;
    }
    .list_box1 li.on .right,
    .list_box1 li .right{
        display: none;
    }
    .list_box1 li.on,
    .list_box1 li{
        width: 49%;
    }
    .list_box1 li .left,
    .list_box1 li.on .left{
        width: 100%;
    }
    .list_box1 li .left .box h3{
        font-size: .23rem;
        width: auto;
    }
    .list_box1 li .left .box{
        padding: 0 .2rem;
        flex-direction: row;
    }
    .list_box1 li .left .box span{
        width: .3rem;
        height: .3rem;
        background-image: url("../images/s1-img-2.png");
    }
    .list_box1 li .left a{
        height: .7rem;
    }
    .list_box1 ul{
        gap: .2rem 2%;
    }
    .list_box1{
        margin-top: .25rem;
    }
    .index-s1{
        padding: .4rem 0;
    }
    .index-s2 .left{
        width: 100%;
    }
    .list1w_1 a .pic{
        padding-top: 65.13%;
    }
    .list1w_2 a h5{
        margin-top: .15rem;
    }
    .index-s2 .left .bot{
        margin-left: .4rem;
        padding: .2rem;
    }
    .index-s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li .txt{
        padding: .21rem .2rem .21rem 0;
    }
    .list_box2 li:not(:first-child){
        margin-top: .3rem;
    }
    .index-s2 .content{
        margin-top: .26rem;
    }
    .index-s2{
        padding: 0 0 .4rem ;
    }
    .list2w a{
        padding: .4rem .2rem .2rem;
    }
    .list2w a i,
    .list2w a:hover i{
        margin: .15rem 0;
    }
    .list2w a time{
        left: .2rem;
    }
    .list2w a:hover .bg {
        top: -.1rem;
        bottom: -.1rem;
    }
    .list2w a:hover time {
        top: -0.4rem;
    }
    .list2w .swiper-container {
        padding: 0.4rem 0 .1rem;
    }
    .list2w{
        margin-top: .26rem;
    }
    .index-s3{
        padding: .4rem 0;
    }
    .list3w .slide .top a .pic{
        padding-top: 60.49%;
    }
    .list3w .slide .top a .txt{
        padding: .2rem;
    }
    .list3w .slide .top a h5{
        margin-top: .15rem;
    }
    .list3w .slide .top a p,
    .list3w .slide .top a h3{
        margin-top: .05rem;
    }
    .list3w .slide:hover .top a .txt{
        padding-top: .25rem;
    }
    .list3w .slide .top{
        margin-top: .05rem;
    }
    .list3w .slide .bot {
        margin-top: 0.25rem;
    }
    .list3w .prev{
        left: 0;
    }
    .list3w .next{
        right: 0;
    }
    .list3w .btn{
        width: .35rem;
        height: .35rem;
        margin-top: 0;
    }
    .list3w{
        margin-top: .2rem;
    }
    .index-s4{
        margin-top: .4rem;
    }
    .index-s5 .content .top_l .pic, .index-s5 .content .top_r .pic{
        padding-top: 32vw;
    }
    .index-s5 .content .top_l,
    .index-s5 .content .top_r{
        width: 49.5%;
    }
    .index-s5 .content .top a .txt, .index-s5 .content .bot a .txt{
        padding: .15rem;
    }
    .index-s5 .content .bot .pic{
        padding-top: 26vw;
    }
    .index-s5 .content .top a .play{
        width: .4rem;
        height: .4rem;
    }
    .mt_list{
        gap: .2rem;
        justify-content: center;
    }
    .mt_list h4{
        margin-right: 0;
    }
    .mt_list ul li{
        margin-left: 0;
    }
    .mt_list ul{
        gap: .15rem ;
    }
    .index-s5 .content .top {
        margin-top: 0.2rem;
    }
    .index-s5 .content{
        margin-top: .2rem;
    }
    .index-s5{
        margin: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list2w a i, .list2w a:hover i {
        margin: .1rem 0;
    }
    .list3w .swiper-container{
        padding: 0 .07rem;
        margin: 0 .07rem;
    }
    .mt_list h4{
        width: 100%;
        justify-content: center;
    }
    .mt_list h4 img{
        margin-left: .05rem;
        height: .06rem;
    }
    .mt_list{
        gap: .1rem .2rem;
        flex-wrap: wrap;
    }
    .index-s5 .content .top_l, .index-s5 .content .top_r{
        width: 100%;
    }
    .index-s5 .content .top_l .pic,
    .index-s5 .content .top_r .pic{
        padding-top: 50vw;
    }
    .index-s5 .content .top{
        gap: .2rem 0;
    }
    .index-s5 .content .bot_l{
        width: 100%;
    }
    .index-s5 .content .bot_l .pic{
        padding-top: 49vw;
    }
    .index-s5 .content .bot_c,
    .index-s5 .content .bot_r{
        width: calc(50% - .1rem);
    }
    .index-s5 .content .bot_c .pic,
    .index-s5 .content .bot_r .pic{
        padding-top: 38vw;
    }
    .index-s5 .content .bot{
        margin-top: .2rem;
        gap: .2rem;
    }
}

@media (max-width: 481px) {
    .title001{
        justify-content: space-between;
    }
    .list_box1 li .left .box h3{
        font-size: .2rem;
    }
    .list_box1 li.on, .list_box1 li{
        width: 100%;
    }
    .list_box1 li .left a {
        height: 0.6rem;
    }
    .list_box1 ul{
        gap: .15rem 0;
    }
    .index-s2 .left .bot{
        margin: 0;
    }
    .index-s2 .left .bot:before{
        top: 0;
    }
    .index-s2 .page{
        right: .2rem;
    }
    .list_box2 li .pic {
        width: 1.7rem;
        height: 1.1rem;
    }
    .list_box2 li .txt {
        width: calc(100% - 1.7rem);
        padding: .12rem .15rem .12rem 0;
    }
    .list_box2 li p,
    .list_box2 li h3{
        margin-top: .05rem;
    }
    .list_box2 li:not(:first-child){
        margin-top: .2rem;
    }
    .list2w a time{
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
        display: flex;
        align-items: baseline;
        flex-direction: row;
        justify-content: flex-start;
        z-index: 3;
        border: none;
        margin-bottom: .1rem;
    }
    .list2w a time span{
        font-size: .28rem;
        margin-right: .05rem;
    }
    .list2w a{
        padding: .2rem;
    }
    .list2w a:hover time{
        inset: auto;
        background: #fff;
        color: #8C2D30;
    }
    .list2w .swiper-container{
        padding: .1rem 0;
    }
    .index-s5 .content .bot_c, .index-s5 .content .bot_r{
        width: 100%;
    }
    .index-s5 .content .bot_c .pic{
        padding-top: 73vw;
    }
    .index-s5 .content .bot_r .pic{
        padding-top: 64vw;
    }

}