@charset "utf-8";

.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    bottom: .2rem;
}

.banner .page span{
    width: .11rem;
    height: .11rem;
    margin: 0 .06rem;
    background: #fff;
    opacity: 1;
}

.banner .page span.active{
    background: #ca715a;
}

.banner .btn{
    width: .4rem;
    height: .57rem;
    background: no-repeat 50%/100% 100%;
}

.banner .prev{
    left: .36rem;
    background-image: url("../images/prev-1.png");
}

.banner .next{
    right: .36rem;
    background-image: url("../images/next-1.png");
}


.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 .tit{
    position: relative;
}
.title001 h2{
    font-size: .32rem;
    line-height: .5rem;
    color: #ca715a;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.title001 h2 img{
    display: block;
    width: .28rem;
    margin-right: .14rem;
}
.title001 .more a{
    width: 1.57rem;
    line-height: .34rem;
    font-size: .14rem;
    color: #646464;
    text-align: center;
    display: block;
    border: 1px solid #c8c8c8;
    font-family: "SourceHanSerifCN-Heavy",sans-serif;
    transition: .5s;
}
.title001 .more a:hover{
    color: #fff;
    background: #ca715a;
    border-color: #ca715a;
    border-radius: .5rem;
}

.index-s1 .left{
    position: relative;
    width: 47.11%;
}
.list_box1 li{
    margin-top: .21rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li:first-child{
    margin-top: 0;
}
.list_box1 li time{
    display: block;
    font-size: .16rem;
    color: #ca715a;
    margin-right: .22rem;
    flex-shrink: 0;
}
.list_box1 li a{
    flex: 1;
    font-size: .18rem;
    color: #000000;
    line-height: .66rem;
    padding-left: .28rem;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    transition: .5s;
}
.list_box1 li a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #000000;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.list_box1 li:hover a{
    color: #ca715a;
    font-weight: 700;
}
.list_box1 li:hover a:before{
    background: #ca715a;
}
.list_box1{
    margin-top: .22rem;
}

.index-s1 .right{
    width: 47.11%;
}

.list_box2 li .show a{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.list_box2 li .show a time{
    color: #171717;
    display: flex;
    align-items: baseline;
    margin-right: .15rem;
    flex-shrink: 0;
}

.list_box2 li a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    margin-right: .05rem;
}
.list_box2 li a time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
}

.list_box2 li .show a h3{
    flex: 1;
    font-size: .18rem;
    color: #000000;
    line-height: .64rem;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

.list_box2 li .hide a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 li .hide .pic{
    width: 2.62rem;
    height: 1.5rem;
    opacity: 0;
}
.list_box2 li .hide .txt{
    width: calc(100% - 2.86rem);
    margin-top: .25rem;
}
.list_box2 li .hide time{
    display: flex;
    align-items: baseline;
    color: #171717;
    opacity: 0;
}
.list_box2 li .hide h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #ca715a;
    font-weight: 700;
    margin-top: .1rem;
    opacity: 0;
}
.list_box2 li .hide:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.25rem;
    height: 1px;
    background: #fff;
}
.list_box2 li .hide {
    position: relative;
    display: none;
}
.list_box2 li.active .hide{
    display: block;
}
.list_box2 li.active .hide .pic,
.list_box2 li.active .hide time,
.list_box2 li.active .hide h3{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box2 li.active .hide time{
    animation-delay: .2s;
}
.list_box2 li.active .hide h3{
    animation-delay: .3s;
}

.list_box2 li.active .show{
    display: none;
}

.list_box2 li{
    margin-top: .24rem;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 {
    margin-top: .23rem;
}

.index-s1{
    padding: .97rem 0 .5rem;
}

.index-s2 .left{
    width: 66.25%;
}

.list_box3 li{
    width: 49.17%;
}
.list_box3 li a{
    display: block;
    background-color: #fff;
}
.list_box3 li .pic{
    padding-top: 2.79rem;
}
.list_box3 li .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li .time span{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #ca715a;
}
.list_box3 li .time time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #bfbfbf;
}
.list_box3 li .time time img{
    display: block;
    width: .13rem;
    margin-right: .07rem;
}
.list_box3 li h3{
    margin-top: .24rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.list_box3 li p{
    font-size: .14rem;
    line-height: .3rem;
    -webkit-line-clamp: 3;
    color: #646464;
    height: .9rem;
    margin-top: .1rem;
}
.list_box3 li p span{
    color: #ca715a;
}
.list_box3 li .txt{
    padding: .32rem .2rem .39rem;
}
.list_box3 li.noimg a{
    height: 100%;
    padding: .67rem .2rem .51rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background:#fff url("") no-repeat bottom right/contain;
}
.list_box3 li.noimg p{
    -webkit-line-clamp: 3;
    height: .9rem;
    line-height: .3rem;
    margin-top: .32rem;
}
.list_box3 li.noimg .txt{
    padding: 0;
}

.list_box3 li.noimg .jt img{
    display: block;
    width: .2rem;
}
.list_box3 li.noimg .jt{
    width: 1.55rem;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ca715a;
    border-radius: .5rem;
}


.index-s2 .right{
    width: 32.578125%;
}

.list_box4 li a{
    position: relative;
    z-index: 2;
    padding: .31rem .28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .7rem;
    height: .7rem;
    text-align: center;
    flex-direction: column;
    background: #f0f0f0;
    border-radius: .1rem 0 .1rem 0;
    transition: .5s;
}
.list_box4 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    color: #616161;
    font-weight: 700;
    transition: .5s;
}
.list_box4 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    color: #9e9e9e;
    margin-top: .05rem;
    transition: .5s;
}
.list_box4 li .txt{
    width: calc(100% - .95rem);
}
.list_box4 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    max-height: .6rem;
    transition: .6s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: .28rem;
    right: .28rem;
    bottom: 0;
    height: 1px;
    background: #d1d1d1;
    transition: .5s;
}

.list_box4 li:before{
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background: #ca715a;
    transition: .5s;
}
.list_box4 li:last-child:after{
    opacity: 0;
}
.list_box4 li:hover:before{
    left: 0;
    width: 100%;
}
.list_box4 li:hover:after{
    opacity: 0;
}
.list_box4 li:hover time{
    background: #e28067;
}
.list_box4 li:hover time span,
.list_box4 li:hover time em,
.list_box4 li:hover h3{
    color: #fff;
}

.list_box4 li{
    position: relative;
}

.list_box4 {
    padding: .15rem 0;
    background: #fff;
}

.index-s2 .content{
    margin-top: .52rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s2{
    padding: .52rem 0 .88rem;
    background: url("../images/index-s2.jpg") no-repeat 50%/ cover;
}

.list_box5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box5 .li{
    width: 48.67%;
    margin-top: .13rem;
}
.list_box5 .li h3{
    font-size: .24rem;
    color: #090909;
    line-height: .76rem;
    background: #fafafa;
    text-align: center;
    padding: 0 .2rem;
}
.list_box5 ul{
    margin-top: .13rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    padding: .15rem .1rem .14rem;
    box-shadow: 0 0 .2rem rgba(20, 20, 20, 0.09);
}
.list_box5 ul li{
    width: 25%;
}
.list_box5 ul li a{
    display: block;
}
.list_box5 ul li a img{
    display: block;
    width: .63rem;
    margin: 0 auto;
}
.list_box5 ul li a h4{
    font-size: .18rem;
    color: #090909;
    line-height: .24rem;
    margin-top: .13rem;
    text-align: center;
    transition: .5s;
}
.list_box5 .li:nth-child(-n+2){
    margin-top: 0;
}
.list_box5 ul li:hover a h4{
    color: #ca715a;
}

.list_box5{
    margin-top: .38rem;
}

.index-s3{
    padding: .8rem 0 .92rem;
}

@media (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }
}

@media (max-width: 1025px) {
    .banner .btn{
        width: .2rem;
        height: .3rem;
    }
    .banner .prev{
        left: .1rem;
    }
    .banner .next{
        right: .1rem;
    }
    .banner .page{
        bottom: .1rem;
    }
    .banner .page span{
        margin: 0 .03rem;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 h2 img{
        width: .22rem;
        margin-right: .1rem;
    }
    .title001 .more a{
        line-height: .24rem;
        width: 1.2rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list_box1 li{
        margin-top: 0;
    }
    .list_box1 li time{
        margin-right: .15rem;
    }
    .list_box1 li a{
        padding-left: .2rem;
        line-height: .6rem;
    }
    .list_box1 {
        margin-top: 0.1rem;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li{
        margin-top: 0;
    }
    .list_box2 li .hide:before{
        top: -1px;
    }
    .list_box2 li a time span{
        font-size: .3rem;
    }
    .list_box2{
        margin-top: .15rem;
    }
    .index-s1{
        padding: .4rem 0;
    }

    .index-s2 .left{
        width: 100%;
    }
    .list_box3 li .txt{
        padding: .2rem;
    }
    .list_box3 li h3{
        margin-top: .05rem;
    }
    .list_box3 li p{
        margin-top: .1rem;
    }
    .list_box3 li.noimg a{
        padding: .3rem .2rem;
    }
    .list_box3 li.noimg p{
        margin-top: .1rem;
    }
    .list_box3 li.noimg .jt {
        width: 1.1rem;
        height: 0.35rem;
    }

    .index-s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box4 li a{
        padding: .2rem;
    }
    .list_box4 li:after{
        left: .2rem;
        right: .2rem;
    }
    .index-s2 .content{
        margin-top: .26rem;
    }
    .index-s2{
        padding: .4rem 0;
    }
    .list_box5 .li h3{
        font-size: .22rem;
        line-height: .56rem;
    }
    .list_box5 ul li a h4{
        margin-top: .05rem;
    }
    .list_box5 .li{
        width: 49%;
    }
    .list_box5{
        margin-top: .26rem;
    }
    .index-s3{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list_box3 li .pic{
        padding-top: 64.08%;
    }
    .list_box5 .li{
        width: 100%;
    }
}
@media (max-width: 481px) {
    .list_box2 li .hide .pic {
        width: 1.8rem;
        height: 1.2rem;
    }
    .list_box2 li .hide .txt {
        width: calc(100% - 2rem);
        margin-top: 0.1rem;
    }
    .list_box2 li .hide h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list_box3 li{
        width: 100%;
    }
    .list_box3 li.noimg a{
        padding: .2rem;
    }
    .list_box3 li.noimg .jt{
        margin-top: .3rem;
    }
    .list_box3 ul{
        gap: .2rem 0;
    }
    .list_box5 ul li{
        width: 32%;
    }
    .list_box5 ul{
        gap: .15rem 2%;
    }
}