@charset "utf-8";

.banner a{
    display: block;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .page{
    font-size: 0;
    bottom: .22rem;
}
.banner .page span{
    width: .1rem;
    height: .1rem;
    opacity: 1;
    margin: 0 .06rem;
    vertical-align: middle;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner .page span.active{
    width: .16rem;
    height: .16rem;
    background-color: transparent;
    background-image:  url("../images/dots.png");
    margin: 0 .05rem;
}
.title001{
    position:relative;
}
.title001 img{
    display: block;
    height: .86rem;
    margin: 0 auto;
}

.title001 .more{
    position: absolute;
    top: 60%;
    right:0;
    z-index: 3;
    transform: translateY(-50%);
}
.title001 .more a{
    display: flex;
    font-size: .18rem;
    color: #871d64;
    line-height: .54rem;
    padding-right: .13rem;
    position: relative;
}
.title001 .more a img{
    display: block;
    width: .54rem;
    height: .54rem;
    margin-right: .2rem;
    transition: .5s;
}
.title001 .more a:after{
    position: absolute;
    content: '';
    left: .27rem;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #871d6454;
}
.title001 .more:hover a img{
    transform: rotate(45deg);
}
.container01 .title001{
    margin-bottom: .57rem;
}

.list1w_t .con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list1w_t .con .left{
    width: 52.44%;
}
.list1w_t .con a{
    display: block;
    position: relative;
}
.list1w_t .con .left a{
    padding-left: .3rem;
}
.list1w_t .con .left a:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: .3rem;
    height: .48rem;
    background: url("../images/s1-img03.png") no-repeat 50%;/100%
}
.list1w_t .con .left a:before{
    position: absolute;
    content: '';
    right: -.3rem;
    top: 0;
    width: .3rem;
    height: .48rem;
    background: url("../images/s1-img04.png") no-repeat 50%;/100%
}
.list1w_t .con .left .pic{
    padding-top: 5.07rem;
}
.list1w_t .con .right{
    width: 47.56%;
    margin-top: .49rem;
}
.list1w_t .con .right .txt{
    position: relative;
    margin-left: -.75rem;
    background: #fff url("../images/s1-img05.jpg") no-repeat right bottom;
    background-size: contain;
    padding: .47rem .43rem;
    height: 4.06rem;
}
.list1w_t .con .txt .h_tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .33rem;
}
.list1w_t .con .txt .h_tit time{
    width: .64rem;
    display: block;
    background: linear-gradient(0deg, #871d64 0%, #871d64 100%);
    text-align: center;
    color: #fff;
}
.list1w_t .con .txt .h_tit time span{
    display: block;
    font-size: .26rem;
    font-weight: 600;
    line-height: .36rem;
    border-bottom: .01rem solid rgba(253, 203, 202, 0.15);
}
.list1w_t .con .txt .h_tit time em{
    display: block;
    font-size: 14px;
    line-height: .27rem;
}
.list1w_t .con .txt .h_tit h2{
    width: calc(100% - .82rem);
    font-size: .24rem;
    color: #3D3D3D;
    font-weight: 600;
    line-height: .48rem;
    height: .96rem;
}
.list1w_t .con .txt p{
    font-size: .16rem;
    line-height: .36rem;
    color: #B2B2B2;
    height: .72rem;
    -webkit-line-clamp: 2;
}

.list1wul .pic{
    padding-top: 2.37rem;
}
.list1wul li{
    margin: 0 .11rem;
}
.list1wul .slick-list{
    margin: 0 -.11rem;
}
.list1wul{
    width: 16rem;
    transform: translateX(-4.06rem);
    overflow: hidden;
}
.list1w_b{
    width: 12.5rem;
    overflow: hidden;
    background: #fff;
    padding: .27rem .25rem .26rem .27rem;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, 0.1);
}
.list1w_b .inner{
    overflow: hidden;
}
.container01 .bottom_box{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -.7rem;
    z-index: 9;
}
.list1w_btn{
    width: calc(100% - 12.5rem);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: .46rem;
}
.list1w_btn .btn{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 1px solid #871d64;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .27rem;
    transition: .5s;
    cursor: pointer;
}
.list1w_btn .prev{
    margin-bottom: .21rem;
    background-image: url("../images/s1-prev02.png");
}
.list1w_btn .next{
    background-image: url("../images/s1-next02.png");
}
.list1w_btn .prev:hover{
    background-color: #871d64;
    background-image: url("../images/s1-prev01.png")
}
.list1w_btn .next:hover{
    background-color: #871d64;
    background-image: url("../images/s1-next01.png");
}

.container01{
    padding-top: .52rem;
    padding-bottom: .77rem;
    overflow: hidden;
    background: url("../images/container01.png") no-repeat bottom center;
    background-size: cover;
}

.container02 .left{
    width: 25.94%;
    display: flex;
    padding-left: .4rem;
    position: relative;
}
.container02 .left:after{
    position: absolute;
    content: '';
    right: 0;
    top: -1.37rem;
    width: 5.74rem;
    height: 8.03rem;
    background: url("../images/s2-img05.png") no-repeat 50%;
    background-size: 100%;

}

.title002{
    position: relative;
    z-index: 3;
}
.title002 img{
    display: block;
    width: 2.81rem;
}
.title002 .img02{
    display: none;
}
.container02 .left .more{
    position: absolute;
    bottom: .12rem;
    right: .18rem;
    z-index: 3;
}
.container02 .left .more a{
    display: flex;
    font-size: .18rem;
    color: #fff;
    line-height: .54rem;
    padding-right: .13rem;
    position: relative;
}
.container02 .left .more a img{
    display: block;
    width: .54rem;
    height: .54rem;
    margin-right: .2rem;
    transition: .5s;
}
.container02 .left .more a:after{
    position: absolute;
    content: '';
    left: .27rem;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(216, 216, 216, 0.48);
}
.more:hover a img{
    transform: rotate(45deg);
}
.container02 .right{
    width: 74.06%;
    padding-left: .73rem;
}

.list_box1 li{
    width: 46.99%;
    margin-bottom: .64rem;
    position: relative;
    background: #fff;
}
.list_box1 li a{
    display: flex;
    padding: .24rem .32rem ;
    min-height: 2.2rem;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.list_box1 li .ll{
    width: 1.16rem;
    padding-top: .1rem;
}
.list_box1 li .ll time{
    display: block;
    margin-bottom: .4rem
}
.list_box1 li .ll time .top{
    position: relative;
}
.list_box1 li .ll time .top:before{
    position: absolute;
    content: '';
    width: 1px;
    top: .2rem;
    left: .4rem;
    height: .35rem;
    background: rgb(55 68 61 / 80%);
    transform: rotate(35deg);
}
.list_box1 li .ll time .top span{
    display: block;
    font-size: .32rem;
    color: #871d64;
    line-height: 1;
}
.list_box1 li .ll time .top span.mo{
    margin-left: .5rem;
}
.list_box1 li .ll time em{
    display: block;
    font-size: .18rem;
    color: #871d64d9;
    line-height: 1;
}
.list_box1 li .ll b{
    display: none;
    height: .13rem;
    background: url("../images/s2-img01.png") no-repeat left center;
    background-size: auto .13rem;
}
.list_box1 li .rr{
    width: calc(100% - 1.16rem);
}
.list_box1 li h2{
    font-size: .22rem;
    line-height: .36rem;
    color: #871d64;
    max-height: .72rem;
    font-weight: 600;
    margin-bottom: .2rem;
    min-height: .72rem;
}
.list_box1 li .rr i{
    display: block;
    height: 1px;
    background: rgb(39 14 86 / 80%);
    margin-bottom: .19rem;
}
.list_box1 li .rr p{
    font-size: .16rem;
    line-height: .3rem;
    color: #871d6452;
    height: .6rem;
}
.list_box1 li .img_bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    max-height: 100%;
    max-width: 1.4rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.list_box1 li .img_bg img{
    display: block;
    max-width: 100%;
}
.list_box1 li .img_bg .zs{
    display: none;
}

.list_box1 li *{
    transition: .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    z-index: 3;
    border: .15rem solid transparent;
    border-bottom-color: #fbd9dd;
    border-right-color: #fbd9dd;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #871d64 0%, #871d64 100%);
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
}
.list_box1 li:hover:before{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.list_box1 li:hover:after{
    border-bottom-color: #F6C27F;
    border-right-color: #F6C27F;
}
.list_box1 li:hover .ll time .top span,
.list_box1 li:hover h2{
    color: #fff;
}
.list_box1 li:hover .ll time em{
    color: rgba(255, 255, 255, 0.6);
}
.list_box1 li:hover .ll time .top:before{
    background:  rgba(255, 255, 255, 0.6);
}
.list_box1 li:hover .rr p{
    color: rgba(255, 255, 255, 0.8);
}
.list_box1 li:hover .rr i{
    background:  rgba(255, 255, 255, 0.3);
}
.list_box1 li:hover .ll b{
    background-image: url("../images/s2-img02.png");
}
.list_box1 li:hover .img_bg .zs{
    display: block;
}
.list_box1 li:hover .img_bg .no_zs{
    display: none;
}
.list2w .page{
    font-size: 0;
    padding-left: .73rem;
    padding-right: 1.37rem;
    display: flex;
    justify-content: space-between;
}
.list2w .page span{
    width: .24rem;
    height: .24rem;
    opacity: 1;
    background: url("../images/s2-img03.png") no-repeat 50%;
    background-size: 100%;
}
.list2w .page span.active{
    background-image: url("../images/s2-img04.png");
}
.list2w {
    position: relative;
    overflow: hidden;
}
.container02:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 1.46rem;
    height: 1px;
    background: #f8efec;
}
.container02{
    position: relative;
    padding-top: .83rem;
    padding-bottom: 1.34rem;
    background: url("../images/container02.png") no-repeat top center;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
  z-index: 3;
}

.container03 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .37rem;
}
.container03 .left{
    width: 30.8125%;
    padding-bottom: .22rem;
}
.container03 .title001 img{
    margin-left: 0;
}

.container03 .title001{
    margin-bottom: .85rem;
}
.container03 .left .con{
    position: relative;
    padding-left: .13rem;
    padding-bottom: .12rem;

}
.container03 .left .con:before{
    position: absolute;
    content: '';
    left: .12rem;
    bottom: .13rem;
    top: .12rem;
    right: .13rem;
    background: #f0e0e4;
    transition: .5s;
    z-index: 1;
}
.container03 .left .con:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: .12rem;
    left: .13rem;
 background: url("../images/s2-img01.png") no-repeat bottom center;
    background-size: cover;
    transition: .5s;
    z-index: 2;
}
.container03 .left .con a{
    display: block;
    position: relative;
    z-index: 3;
    padding: .27rem .24rem .24rem .26rem;

}

.container03 .left .con h2{
    font-size: .22rem;
    line-height: .42rem;
    color: #fff;
    margin-bottom: .12rem;
    transition: .5s;
    height: .84rem;
}
.container03 .left .con p{
    font-size: .16rem;
    color: #f7a8c8;
    line-height: .3rem;
    margin-bottom: .07rem;
    transition: .5s;
    height: .6rem;
}
.container03 .left .con time{
    display: block;
    color: #f7a8c8;
    font-size: .18rem;
    line-height: .42rem;
    transition: .5s;
}
.container03 .left .con:hover:before{
    left: 0;
    bottom: 0;
}

.container03 .right{
    width: 65.75%;
    position: relative;
}
.container03 .right .img_box{
    max-width: 8.07rem;
}
.container03 .right a{
    display: block;
}
.container03 .right .img_box .pic{
    padding-top: 5.2rem;
}
.container03 .right .con{
    position: absolute;
    right: 0;
    bottom: .44rem;
    width: 2.98rem;
    z-index: 3;
}
.container03 .right .con a{
    display: block;
    padding: .35rem .46rem .57rem .28rem;
    background: url("../images/s2-img003.png") no-repeat bottom center;
    background-size: 100%;
}
.container03 .right .con h2{
    font-size: .22rem;
    line-height: .42rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: 1.26rem;
    margin-bottom: .16rem;
    transition: .5s;
}
.container03 .right .con p{
    font-size: .16rem;
    line-height: .3rem;
    color: #9E9E9E;
    -webkit-line-clamp: 4;
    height: 1.2rem;
    margin-bottom: .22rem;
}
.container03 .right .con time{
    display: block;
    font-size: .18rem;
    color: #999999;
    line-height: .22rem;
}
.container03 .right .con:hover h2{
    color: #047E39;
}

.list_box2 li{
    width: 30%;
    align-self: flex-start;
    position: relative;
    box-shadow: 0  .04rem .2rem 0 rgba(181, 181, 181, 0.6);
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #871d64;
    box-shadow: 0 .04rem .1rem 0 rgba(181, 181, 181, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li a{
    display: block;
    position: relative;
    z-index: 3;
}
.list_box2 li .pic{
    padding-top: 3.2rem;
}
.list_box2 li .txt {
    position: relative;
    padding: .36rem .33rem .4rem;
}
.list_box2 li .txt h2{
    font-size: .22rem;
    line-height: .42rem;
    color: #333;
    height: .84rem;
    margin-bottom: .12rem;
}
.list_box2 li .txt p{
    font-size: .16rem;
    line-height: .3rem;
    color: #9E9E9E;
    -webkit-line-clamp: 3;
    height: .9rem;
}
.list_box2 li .txt time{
    position: absolute;
    right: .35rem;
    top: -.2rem;
    font-size: .18rem;
    line-height: .4rem;
    color: #fff;
    padding: 0 .14rem;
    background: #871d64;
    z-index: 3;
}
.list_box2 li:nth-child(2) .txt time{
    background: #871d64;
}
.list_box2 li:nth-child(2){
    margin-top: .2rem;
}
.list_box2 li:nth-child(2):hover{
    margin-top: 0;
}
.list_box2 li:nth-child(3){
    margin-top: .43rem;
}
.list_box2 li:nth-child(3) .txt time{
    background: #871d64;
}
.list_box2 li *{
    transition: .5s;
}
.list_box2 li:hover{
    width: 32.5%;
}
.list_box2{
    min-height: 6.45rem;
}
.list_box2 li:hover a{
    padding: .2rem .2rem 0;
    background: #fff;
    box-shadow: 0 .04rem .1rem 0 rgba(181, 181, 181, 0.3);
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
    left: -.14rem;
    top: .14rem;
}
.list_box2 li:hover .txt h2{
    color: #871d64;
}

.container03{
    position: relative;
    margin-top: -0.9rem;
    padding-top: 0.82rem;
    padding-bottom: 1.12rem;
    background: url("../images/contaniner03.jpg") no-repeat bottom center;
    background-size: cover;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 2.02rem;
}
.container04 .title001{
    margin-bottom: .5rem;
    padding-bottom: .12rem;
    background: url("../images/tit001.png") no-repeat bottom center;
    background-size: auto .3rem;
}
.container04{
    padding-bottom: .5rem;
}
.foot{
    margin-top: -1rem;
}
@media screen and (max-width: 1200px){
    .banner{
        margin-top: .75rem;
    }
}
@media screen and (max-width: 1024px){
 .foot{
        margin-top: 0;
    }
    .title001 img{
        height: .6rem;
    }
    .container01 .title001{
        margin-bottom: .4rem;
    }
    .container02 .left{
        width: 100%;
        padding-left: 0;
        display: block;
        margin-bottom: .4rem;
    }
    .container02 .right{
        width: 100%;
        padding-left: 0;
    }
    .container02 .left:after{
        display: none;
    }
    .title002{
        display: block;

        position: relative;
    }
    .title002 .img01{
        display: none;
    }
    .title002 .img02{
        display: block;
        width: auto;
        height: .6rem;
    }
    .title001 img{
        height: .6rem;
        margin: 0;
    }
    .title001 .more{
        top:auto;
        transform:none;bottom:.05rem;
    }
     .title001 .more a img{
         width: 0.35rem;
        height: 0.35rem;
        margin-right: 0.1rem;
     }
    .title001 .more a{
        line-height: .35rem;
        color: #333;
        font-size: .16rem;
    }
    .container02 .left .more{
        bottom:.08rem;
        right: 0;
    }
    .container02 .left .more a img{
        width: .35rem;
        height: .35rem;
        margin-right: .1rem;
    }
    .container02 .left .more a{
        line-height: .35rem;
        color: #333;
        font-size: .16rem;
    }
    .container03 .left{
        width: 100%;
        padding-bottom: 0;
        margin-bottom: .4rem;
    }
    .container03 .right{
        width: 100%;
    }
    .container03 .title001{
        padding-bottom: .12rem;
        margin-bottom: .4rem;
    }
    .container03 .title001 img{
        margin: 0;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .list1w_t .con .left{
        float: none;
        width: 100%;

    }
    .list1w_t .con .left a{
        padding-left: 0;
    }
    .list1w_t .con .left a:after,
    .list1w_t .con .left a:before{
        display: none;
    }
    .list1w_t .con .left .pic{
        padding-top: 62.67%;
    }
    .list1w_t .con .right{
        width: 100%;
    }
    .list1w_t .con .right .txt{
        margin-left: 0;
        padding: .3rem .2rem;
        height: auto;

    }
    .list1w_t{
        margin-bottom: .4rem;
        box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    }
    .container01 .bottom_box{
        display: block;
        margin-top: 0;
        position: relative;
    }
    .list1w_b{
        width: auto;
        padding: 0;
    }
    .list1wul{
        width: auto;
        transform: none;
    }
    .list1wul .pic{
        padding-top: 61.72%;
    }
    .list1w_btn{
        display: block;
        width: auto;
        padding-bottom: 0;
    }
    .list1w_btn .btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        width: .4rem;
        height: .4rem;
    }
    .list1w_btn .prev{
        margin-bottom: 0;
        left: 0;
    }
    .list1w_btn .next{
        right: 0;
    }
    .list1wul li.slick-current .pic:after{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border: .05rem solid #881f65;
    }
    .list1w_t .con .txt .h_tit h2{
        font-size: .2rem;
    }
    .list1w_t .con .txt .h_tit{
        margin-bottom: .2rem;
    }
    .container01,.container02{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .list_box1 li{
        width: 48%;
        margin-bottom: .3rem;
    }
    .list_box1 li a{
        padding: .2rem;
    }
    .list_box1 li h2{
        font-size: .2rem    ;
    }
    .list_box1 li .ll time .top span{
        font-size: .28rem;
    }
    .container02::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0.5rem;
        height: 1px;
        background: #CED9EA;
    }
    .container02{
        background: #F0F6FF;
       
    }

    .container03 .left .con a{
        padding: .2rem;
    }
    .container03 .right .con{
        width: 50%;
        bottom: 0;
    }
    .container03 .right .con a{
        padding: .25rem;
    }
    .container03 .right .con h2{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        -webkit-line-clamp: 2;
    }
    .container03 .right .con p{
        -webkit-line-clamp: 3;
        height: .9rem;
    }
    .container03 .right .img_box{
        width: 90%;
        max-width: none;
    }
    .list_box2 li,.list_box2 li:hover{
        width: 32%;
    }
    .list_box2 li{
        margin-bottom: .3rem;
    }
    .list_box2 li:nth-child(2),
    .list_box2 li:nth-child(3){
        margin-top: 0;
    }
    .list_box2 li .pic{
        padding-top: 66.66%;
    }
    .list_box2 li .txt{
        padding: .25rem;
    }
    .list_box2 li .txt h2{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .container03{
        margin-top: 0;
        padding-bottom: .2rem;
    }
    .list3w a .pic{
        padding-top: 43.16%;
    }
    .container04 .title001{
        padding-bottom: 0.12rem;
        margin-bottom: .4rem;
    }
    .list_box2{
        min-height:auto;
    }
    .list_box1 li .img_bg{
        
max-width: 1.4rem;
    }
}
@media screen and (max-width: 768px){
    .list_box1 li{
        width: 100%;
    }
    .list_box1 li a{
        min-height: auto;
    }
    .container03 .right .img_box{
        width: 100%;
    }
    .container03 .right .img_box .pic{
        padding-top: 64.44%;
    }
    .container03 .right .con{
        position: static;
        width: auto;
    }
    .container03 .title001,
    .container01 .title001,.title001,.title002{
        padding-bottom:0;
    }
    .list_box2 li, .list_box2 li:hover{
        width: 100%;
    }
    .list1w_t .con .txt .h_tit time{
        margin-bottom: .12rem;
        width: auto;
        display: flex;
        align-items: flex-end;
        padding-left: .15rem;
        padding-right: .15rem;
        background: transparent;
    }
    .list1w_t .con .txt .h_tit time span{
        line-height: .4rem;
        margin-right: .1rem;
        border: none;
        color: #881f65;
    }
    .list1w_t .con .txt .h_tit time em{
        line-height: .34rem;
        color: #881f65;
    }
    .list1w_t .con .right .txt{
        padding: .2rem;
    }
    .list1w_t .con .txt .h_tit h2{
        width: 100%;
    }
    .list2w .page{
        padding-left: 0;
        padding-right: 0;
    }
    .list_box1 li h2{
        margin-bottom: .15rem;
    }
    .list_box1 li .rr i{
        margin-bottom: .1rem;
    }
    .list_box1 li .img_bg{
        
max-width: 1.2rem;
    }
}

@media screen and (max-width: 480px){
    .container02 .left .more a{
        align-items: center;
    }
    .container02 .left .more a img{
        width: .3rem;
        height: .3rem;
    }
    .list_box1 li .ll{
        width: .9rem;
    }
    .list_box1 li .rr{
        width: calc(100% - 1rem);
    }
    .list_box1 li .img_bg{
        
max-width: 1.2rem;
    }
}