@charset "utf-8";

.index-s1 .top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.index-s1 .top .top_l {
    position: relative;
    width: 43.55%;
    background: #c7bcdc;
    padding: .55rem .2rem .52rem;
    background-image:url(../images/wm_.png);
    background-position:20% bottom;
    background-repeat:no-repeat;
}

.index-s1 .top .top_l h2 {
    margin-bottom: .25rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-s1 .top .top_l h2 span {
    display: block;
    font-size: .32rem;
    line-height: .4rem;
    /* color: #000000; */
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: 700;
    font-weight: 400;
}

.index-s1 .top .top_l h2 img {
    display: block;
    max-height: .4rem;
}

.index-s1 .top .top_l:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: .45rem;
    width: 1px;
    height: 2rem;
    background: #9f96b0;
}

.index-s1 .top .top_r {
    margin-top: .32rem;
    width: 56.45%;
    background: #c7bcdc;
    display: flex;
    justify-content: space-between;
}

.index-s1 .top .top_r .ll {
    width: 50%;
    padding: .3rem 0 .3rem .23rem;
}

.list_box5 li {
    position: relative;
    padding-left: 0.4rem;
    background: url("../picture/s1-img-4.png");
    background-repeat: no-repeat;
    background-position: left 5.5px;
    /* margin: 0.05rem 0; */
}

.list_box5 li a {
    font-size: .15rem;
    line-height: .32rem;
    color: #000000;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
    transition: .5s;
}

.list_box5 li a .aline_r {
    background-image: linear-gradient(#fff, #fff);
    white-space: wrap;
}

.list_box5 li:hover a {
    padding-left: .05rem;
}

.list_box5 {
    max-height: 2.4rem;
    overflow-y: scroll;
}

.list_box5  .tit{
    
font-size: 24px;
    
line-height: 48px;
    
color: #9c522c;
}

.list_box5::-webkit-scrollbar {
    width: 0;
    height: 8px;
    background-color: #F5F5F5;
}

.list_box5::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

.list_box5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.index-s1 .top .top_r .rr {
    width: 50%;
    position: relative;
    min-height: 3rem;
}

.index-s1 .top .top_r .rr .box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0rem;
    z-index: 3;
}

.pic_swiper .img {
    height: 3.89rem;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.pic_swiper .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.data_swiper h4 {
    width: .5rem;
    font-size: .18rem;
    line-height: .5rem;
    color: #000;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 0 auto;
    transition: .5s;
    border-radius: .5rem;
}

.data_swiper .slide {
    position: relative;
    padding: .05rem 0;
}

.data_swiper .swiper-slide-thumb-active h4 {
    background: #fff;
}

.data_swiper .btn {
    position: static;
    transform: none;
    width: .24rem;
    height: .24rem;
    background: no-repeat 50%/100%;
    border-radius: .5rem;
    margin: 0 .08rem;
}

.data_swiper .prev {
    background-image: url("../picture/prev-3.png");
}

.data_swiper .next {
    background-image: url("../picture/next-3.png");
}

.data_swiper .btn-box {
    margin-top: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-s1 .content .left {
    width: 61.25%;
    margin-top: .6rem;
}

.index-s1 .content {
    margin-top: .45rem;
}

.list1w a {
    display: block;
}

.list1w a .pic {
    padding-top: 4.16rem;
}

.list1w a h3 {
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.list1w a time {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #acacac;
    margin-top: .04rem;
}

.list1w a .txt {
    margin-top: .18rem;
}

.index-s1 .content .right {
    width: 33.75%;
}

.list_box1 li {
    position: relative;
    display: flex;
    align-items: center;
    height: .6rem;
    justify-content: space-between;
}

.list_box1 li:last-child {
    background: transparent;
}

.list_box1 li time {
    display: block;
    font-size: .18rem;
    line-height: .5rem;
    color: #c99e59;
    flex-shrink: 0;
    margin-right: .68rem;
}

.list_box1 li a {
    flex: 1;
    font-size: .18rem;
    color: #333333;
    line-height: .5rem;
    transition: .5s;
}

.list_box1 li:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #893835;
    transition: .5s;
}

.list_box1 li:hover a {
    color: #893835;
}

.list_box1 li:hover:after {
    left: 0;
    width: 100%;
}

.list_box1 {
    padding: .35rem .53rem .35rem .6rem;
    background: #f7f7f7;
}

.index-s1 .content .bot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.index-s1 {
    margin-top: 0;
    /* margin-bottom: 30px; */
    padding-bottom: 50px;
}

.list_box2 ul {
    justify-content: flex-start;
}


.list_box2 li {
    width: 18.5%;
    margin: 0 .23rem .5rem 0;
}

.list_box2 li a {
    display: block;
}

.list_box2 li a .pic {
    padding-top: 2.96rem;
}

.list_box2 li h3 {
    font-size: .24rem;
    color: #000000;
    line-height: .36rem;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.list_box2 li p {
    font-size: .16rem;
    line-height: .3rem;
    color: #7f7f7f;
    height: .6rem;
    margin-top: .14rem;
}

.list_box2 li .txt {
    padding-top: .29rem;
}

.list_box2 {
    margin-top: .66rem;
}

.index-s2 .content h2 {
    font-size: .18rem;
    color: #333333;
    line-height: .28rem;
}

.gd {
    display: flex;
    justify-content: center;
}

.gd a {
    width: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #292929;
    padding: 0 .17rem;
    transition: .5s;
}

.gd a img {
    display: block;
    width: .21rem;
    margin-left: .1rem;
}

.gd a span {
    flex: 1;
    font-size: .16rem;
    line-height: .7rem;
    color: #fff;
    text-align: center;
}

.gd a:hover {
    background: #893835;
    border-radius: .5rem;
}

.index-s2 .gd {
    margin-top: 1.1rem;
}

.index-s2 .content {
    margin-top: .56rem;
}

.index-s2 {
    margin-top: 1.43rem;
}

.index-s3 .left {
    width: 32.5%;
}

.list_box3 li a {
    padding: .25rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list_box3 li a time {
    display: block;
    font-size: .18rem;
    color: #c99e59;
    line-height: .3rem;
    flex-shrink: 0;
    margin-right: .19rem;
}

.list_box3 li a h3 {
    flex: 1;
    font-size: .18rem;
    color: #292929;
    line-height: .3rem;
    height: .6rem;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.list_box3 li:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #893835;
    transition: .5s;
}

.list_box3 li {
    position: relative;
}

.list_box3 li:last-child {
    background: transparent;
}

.list_box3 li:hover:after {
    left: 0;
    width: 100%;
}

.list_box3 {
    padding: .24rem .46rem .26rem;
    background: #fff;
}

.list2w a {
    display: block;

}

.list2w a .pic {
    padding-top: 2.3rem;
}

.list2w a time {
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #c99e59;
}

.list2w a h3 {
    margin-top: .14rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #292929;
    height: .6rem;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.list2w a p {
    font-size: .16rem;
    line-height: .34rem;
    color: #838383;
    -webkit-line-clamp: 3;
    height: 1.02rem;
    margin-top: .32rem;
}

.list2w a .txt {
    padding-top: .22rem;
}

.index-s3 .cen {
    width: 32.5%;
    padding: .56rem .58rem;
    background: #fff;
}

.index-s3 .right {
    width: 32.5%;
}

.index-s3 .content {
    margin-top: .56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s3 .gd a {
    width: 32.5%;
}

.index-s3 .gd {
    margin-top: .7rem;
    justify-content: flex-end;
}

.index-s3 {
    margin-top: 1.66rem;
    padding: 1.6rem 0 1.52rem;
    background: #f7f7f7;
}

.list_box4 li {
    width: 32%;
    position: relative;
}

.list_box4 li a {
    position: relative;
    z-index: 2;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
    transition: .5s;
}

.list_box4 li .icon {
    position: relative;
    width: .75rem;
    height: .72rem;
    margin-right: .48rem;
}

.list_box4 li h3 {
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
}

.list_box4 li .bg {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .8;
    transition: .5s;
}

.list_box4 li:nth-child(1) .bg {
    background: rgb(41, 41, 41);
}

.list_box4 li:nth-child(2) .bg {
    background: rgb(137, 56, 53);
}

.list_box4 li:nth-child(3) .bg {
    background: rgb(245, 153, 90);
}

.list_box4 li:hover .bg {
    opacity: 1;
    transform: scale(1.05);
}


.list_box4 {
    margin-top: .62rem;
}

.index-s4 .content h2 {
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
}

.index-s4 .content {
    margin-top: .59rem;
}

@media (max-width: 1199px) {
 



    .list_box2 li {
        width: 23%;
    }
}

@media (max-width: 1025px) {
   

    .index-s1 .content .left {
        width: 100%;
        margin-top: 0;
    }

    .list1w a .pic {
        padding-top: 148.57%;
    }

    .index-s1 .content .right {
        width: 100%;
        margin-top: .3rem;
    }

    .list_box1 {
        padding: .2rem;
    }

    .list_box1 li {
        height: .56rem;
    }

    .list_box1 li time {
        margin-right: .2rem;
    }

    .index-s1 .content .bot {
        margin-top: .3rem;
    }

    .index-s1 {
        margin-top: .4rem;
    }

    .list_box2 ul {
        justify-content: space-between;

    }

    .list_box2 li a .pic {
        padding-top: 100%;
    }

    .list_box2 li h3 {
        font-size: .2rem;
        line-height: .3rem;
    }

    .list_box2 li p {
        line-height: .26rem;
        height: .52rem;
        margin-top: .05rem;
    }

    .list_box2 li .txt {
        padding-top: .15rem;
    }

    .list_box2 {
        margin-top: 0.2rem;
    }

    .index-s2 .content {
        margin-top: 0.2rem;
    }

    .gd a {
        width: 1.8rem;
    }

    .gd a span {
        line-height: .52rem;
    }

    .index-s2 .gd {
        margin-top: 0.3rem;
    }

    .index-s2 {
        margin-top: .4rem;
    }

    .index-s3 .left,
    .index-s3 .right {
        width: 49%;
        order: 1;
    }

    .list_box3 {
        padding: .2rem;
    }

    .list_box3 li a {
        padding: .15rem 0;
    }

    .list_box3 li a time {
        margin-right: .15rem;
    }

    .index-s3 .cen {
        width: 100%;
        order: 0;
        padding: .2rem;
    }

    .list2w a .pic {
        padding-top: 56.93%;
    }

    .list2w a h3 {
        margin-top: .05rem;
    }

    .list2w a p {
        line-height: .26rem;
        height: .78rem;
        margin-top: .1rem;
    }

    .list2w a .txt {
        padding-top: .15rem;
    }

    .index-s3 .content {
        margin-top: .26rem;
        gap: .3rem 2%;
    }

    .index-s3 .gd a {
        width: 1.8rem;
    }

    .index-s3 .gd {
        margin-top: .3rem;
        justify-content: center;
    }

    .index-s3 {
        margin-top: .4rem;
        padding: .4rem 0;
    }

    .list_box4 li .icon {
        width: .45rem;
        height: .45rem;
        margin-right: .2rem;
    }

    .list_box4 li a {
        height: 1.6rem;
    }

    .list_box4 {
        margin-top: 0.2rem;
    }

    .index-s4 .content {
        margin-top: 0.2rem;
    }

    .index-s4 {
        padding: .4rem 0;
    }

    .index-s1 .top .top_l {
        width: 100%;
        padding: .2rem;
    }

    .index-s1 .top .top_l h2 span {
        font-size: .28rem;

    }

    .index-s1 .top .top_l h2 {
        padding: 0 .1rem;
        margin-bottom: .1rem;
    }

    .index-s1 .top .top_r {
        width: 100%;
        margin-top: 0;
        padding: .2rem;
        position: relative;
    }

    .index-s1 .top .top_r .ll {
        padding: 0;
        width: 100%;
        position: relative;
        z-index: 9;
    }

    .index-s1 .top .top_r .rr {
        position: absolute;
        right: .1rem;
        bottom: 0;
        width: 2rem;
        opacity: .8;
    }

    .pic_swiper .img {
        height: 2rem;
    }

    .index-s1 .content {
        margin-top: .26rem;
    }

    .index-s1 .top .top_l:after {
        display: none;
    }
}

@media (max-width: 769px) {
    .list_box2 li {
        /*width: 32%;*/
        width: 30%;
        margin: 0 .15rem .3rem 0;

    }

    .list_box2 ul {
        gap: .25rem 2%;
        justify-content: flex-start;

    }

    .index-s3 .left,
    .index-s3 .right {
        width: 100%;
    }

    .index-s3 .right {
        order: 2;
    }

    .list_box4 li {
        width: 49%;
    }

    .list_box4 li a {
        height: 1.3rem;
    }

    .list_box4 li h3 {
        font-size: .2rem;
    }

    .list_box4 ul {
        gap: .2rem 2%;
        justify-content: center;
    }
}

@media (max-width: 670px) {
    .list_box2 li {
        width: 45%;

    }
}

@media (max-width: 481px) {
    .list_box2 li {
        width: 44%;
    }

    .list_box4 li {
        width: 100%;
    }

    .index-s1 .top .top_r .rr {
        width: 1.2rem;
    }

    .pic_swiper .img {
        height: 1.2rem;
    }

    .index-s1 .top .top_r {
        padding-top: 0;
    }

    .data_swiper .btn-box {
        margin-top: .1rem;
    }
}