.news1 {
    background: #FAF9F6;
    padding: 166px 0 102px 0
}

.news1 .wrap {
    width: 1400px;
    margin: auto
}

.news1 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 80px
}

.news1 .wrap .content {
    display: flex;
    justify-content: space-between;
    position: relative
}

.news1 .wrap .content .l {
    width: 575px;
    margin: 38px 0 0 0
}

.news1 .wrap .content .l .jump {
    position: relative
}

.news1 .wrap .content .l .jump .list {
    pointer-events: none
}

.news1 .wrap .content .l .jump .list.on {
    pointer-events: auto
}

.news1 .wrap .content .l .jump .list.on .headline, .news1 .wrap .content .l .jump .list.on .time, .news1 .wrap .content .l .jump .list.on .pick {
    opacity: 1;
    transition-delay: 300ms;
    transform: translate3d(0%, 0, 0)
}

.news1 .wrap .content .l .jump .list.on .time {
    transition-delay: 400ms
}

.news1 .wrap .content .l .jump .list.on .pick {
    opacity: 1;
    transition-delay: 500ms
}

.news1 .wrap .content .l .jump .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.news1 .wrap .content .l .jump .list .headline {
    margin: 0 0 33px;
    display: block;
    height: 84px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(20px, 0, 0)
}

.news1 .wrap .content .l .jump .list .headline p {
    transition: .6s ease;
    font-family: 'jiangchengyuanti500W', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 42px
}

.news1 .wrap .content .l .jump .list .headline:hover p {
    color: #ECC78F
}

.news1 .wrap .content .l .jump .list .time {
    font-weight: 500;
    font-size: 16px;
    color: #ECC78F;
    margin: 0 0 33px;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 400ms;
    transform: translate3d(20px, 0, 0)
}

.news1 .wrap .content .l .jump .list .pick {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    height: 108px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transition: opacity 300ms, transform 600ms 500ms;
    transform: translate3d(20px, 0, 0)
}

.news1 .wrap .content .l .button {
    margin: 82px 0 0 0;
    display: flex;
    gap: 0 10px
}

.news1 .wrap .content .l .button .circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #CFCECE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.news1 .wrap .content .l .button .circle:hover {
    border: 1px solid #EDCB97
}

.news1 .wrap .content .l .button .circle:hover .iconfont {
    color: #EDCB97
}

.news1 .wrap .content .l .button .circle:first-child {
    transform: rotate(180deg)
}

.news1 .wrap .content .l .button .circle .iconfont {
    font-size: 14px;
    color: #CFCECE;
    font-weight: bold;
    transition: .6s ease
}

.news1 .wrap .content .imgSwiper {
    width: 700px;
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0
}

.news1 .wrap .content .imgSwiper a {
    width: 100%;
    height: 100%;
    display: block
}

.news1 .wrap .content .imgSwiper a img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.news1 .wrap .content .swiper-pagination {
    bottom: -52px
}

.news1 .wrap .content .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    opacity: 1 !important;
    margin: 0 10px 0 0 !important;
    transition: .6s ease
}

.news1 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #000000
}

.news1 .wrap .content .swiper-pagination span:last-child {
    margin: 0 !important
}

.news1 .wrap .cut {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    margin: 120px 0 0 0;
    gap: 0 57px
}

.news1 .wrap .cut .list {
    font-weight: 500;
    font-size: 20px;
    color: #888888;
    display: flex;
    align-items: center;
    padding: 0 0 24px;
    position: relative;
    transition: .4s ease;
    cursor: pointer
}

.news1 .wrap .cut .list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ECC78F;
    transition: .6s ease;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left
}

.news1 .wrap .cut .list.on {
    color: #1A1A1A
}

.news1 .wrap .cut .list.on:after {
    content: '';
    transform: scaleX(1)
}

.news1 .wrap .cut .list .icon {
    width: 20px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 9px 0 0
}

.news1 .wrap .cut .list .icon svg {
    height: 100%
}

.news1 .wrap .cut .list .icon svg path, .news1 .wrap .cut .list .icon svg polyline {
    fill: #8B8B8B;
    transition: .6s ease
}

.news1 .wrap .content2 {
    margin: 60px 0 0 0;
 
}

.news1 .wrap .content2 .matter{
    display: flex;
    gap: 83px 69px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
}

.news1 .wrap .content2 .matter.on{
    transform: translateY(0);
    opacity: 1;
    transition: .6s;
    transition-delay: 300ms;
}
.news1 .wrap .content2 .item {
    width: 420px;
    height: 480px;
    display: block;
}

.news1 .wrap .content2 .item .joke {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    transition: .6s ease;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.news1 .wrap .content2 .item .joke:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ECC78F;
    opacity: 0;
    transition: .6s ease
}

.news1 .wrap .content2 .item:hover .joke {
    border-radius: 20px;
    background: transparent
}

.news1 .wrap .content2 .item:hover .joke:after {
    opacity: 1
}

.news1 .wrap .content2 .item:hover .joke .img {
    clip-path: inset(0 0 100%)
}

.news1 .wrap .content2 .item:hover .joke .text {
    transform: translateY(-247px)
}

.news1 .wrap .content2 .item:hover .joke .text .time, .news1 .wrap .content2 .item:hover .joke .text .p1 {
    color: #fff
}

.news1 .wrap .content2 .item .img {
    width: 100%;
    height: 268px;
    overflow: hidden;
    transition: .6s ease;
    clip-path: inset(0 0 0%)
}

.news1 .wrap .content2 .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.news1 .wrap .content2 .item .text {
    padding: 45px 50px 0 37px;
    transition: .6s ease
}

.news1 .wrap .content2 .item .text .time {
    font-weight: 500;
    font-size: 18px;
    color: #ECC78F;
    margin: 0 0 18px;
    transition: .6s ease
}

.news1 .wrap .content2 .item .text .p1 {
    font-family: 'jiangchengyuanti400W', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    transition: .6s ease
}

.news1 .wrap .content2 .item .text .more {
    display: flex;
    align-items: center;
    margin: 60px 0 0 0
}

.news1 .wrap .content2 .item .text .more p {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0 10px 0 0
}

.news1 .wrap .content2 .item .text .more .iconfont {
    color: #FFFFFF;
    font-size: 12px
}

.news1 .wrap .content2 .item .text .s {
    width: 100%;
    opacity: .2;
    margin: 70px 0 0 0
}

.news1 .wrap .click_more {
    margin: 63px auto 0;
    width: 200px;
    height: 60px;
    background: #ECC790;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF
}

.newsInfo1 {
    padding: 117px 0 148px;
    background: #FAF9F6
}

.newsInfo1 .wrap {
    width: 1400px;
    margin: auto
}

.newsInfo1 .wrap .brand {
    display: flex;
    align-items: center
}

.newsInfo1 .wrap .brand a {
    font-weight: 400;
    font-size: 16px;
    color: #474335
}

.newsInfo1 .wrap .brand span {
    font-size: 16px;
    color: #474335;
    margin: 0 2px;
    display: block
}

.newsInfo1 .wrap .content {
    margin: 83px 0 0 0;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .content .l {
    width: 1000px
}

.newsInfo1 .wrap .content .l .title {
    padding: 0 0 32px;
    border-bottom: 1px solid #E4E4E4;
    margin: 0 0 44px
}

.newsInfo1 .wrap .content .l .title .p1 {
    font-family: 'jiangchengyuanti500W', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 39px
}

.newsInfo1 .wrap .content .l .title .dis {
    display: flex;
    align-items: center
}

.newsInfo1 .wrap .content .l .title .dis .time {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 63px 0 0
}

.newsInfo1 .wrap .content .l .title .dis .other {
    display: flex;
    align-items: center
}

.newsInfo1 .wrap .content .l .title .dis .other p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A
}

.newsInfo1 .wrap .content .l .title .dis .other .list {
    margin: 0 0 0 20px;
    width: 22px
}

.newsInfo1 .wrap .content .l .content_matter p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 36px
}

.newsInfo1 .wrap .content .l .content_matter p img {
    height: fit-content
}

.newsInfo1 .wrap .content .side {
    margin: 43px 0 0 0;
    width: 294px;
    height: fit-content;
    position: sticky;
    top: 110px
}

.newsInfo1 .wrap .content .side .headline {
    font-family: 'jiangchengyuanti500W', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.newsInfo1 .wrap .content .side .flex .item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    display: block
}

.newsInfo1 .wrap .content .side .flex .item:not(:last-child) {
    margin: 0 0 40px
}

.newsInfo1 .wrap .content .side .flex .item .img {
    width: 100%;
    height: 188px;
    overflow: hidden
}

.newsInfo1 .wrap .content .side .flex .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.newsInfo1 .wrap .content .side .flex .item .text {
    padding: 25px 35px 30px 37px
}

.newsInfo1 .wrap .content .side .flex .item .text .time {
    font-weight: 500;
    font-size: 16px;
    color: #ECC78F;
    margin: 0 0 18px
}

.newsInfo1 .wrap .content .side .flex .item .text .p1 {
    font-family: 'jiangchengyuanti400W', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 26px
}

@media screen and (max-width: 1919px) {
.news1{
padding: 8.6458333333vw 0px 5.3125vw;
}
.news1 .wrap{
width: 72.9166666667vw;
}
.news1 .wrap .title{
font-size: 1.6666666667vw;
 margin: 0px 0px 4.1666666667vw;
}
.news1 .wrap .content .l{
width: 29.9479166667vw;
 margin: 1.9791666667vw 0px 0px;
}
.news1 .wrap .content .l .jump .list .headline{
margin: 0px 0px 1.71875vw;
 height: 4.375vw;
 transform: translate3d(1.0416666667vw, 0px, 0px);
}
.news1 .wrap .content .l .jump .list .headline p{
font-size: 1.6666666667vw;
 line-height: 2.1875vw;
}
.news1 .wrap .content .l .jump .list .time{
font-size: 0.8333333333vw;
 margin: 0px 0px 1.71875vw;
 transform: translate3d(1.0416666667vw, 0px, 0px);
}
.news1 .wrap .content .l .jump .list .pick{
font-size: 0.8333333333vw;
 line-height: 1.875vw;
 height: 5.625vw;
 transform: translate3d(1.0416666667vw, 0px, 0px);
}
.news1 .wrap .content .l .button{
margin: 4.2708333333vw 0px 0px;
 gap: 0px 0.5208333333vw;
}
.news1 .wrap .content .l .button .circle{
width: 2.3958333333vw;
 height: 2.3958333333vw;
}
.news1 .wrap .content .l .button .circle .iconfont{
font-size: 0.7291666667vw;
}
.news1 .wrap .content .imgSwiper{
width: 36.4583333333vw;
 height: 23.4375vw;
 border-radius: 0.2604166667vw;
}
.news1 .wrap .content .swiper-pagination{
bottom: -2.7083333333vw;
}
.news1 .wrap .content .swiper-pagination span{
width: 0.5208333333vw;
 height: 0.5208333333vw;
 margin: 0px 0.5208333333vw 0px 0px !important;
}
.news1 .wrap .cut{
margin: 6.25vw 0px 0px;
 gap: 0px 2.96875vw;
}
.news1 .wrap .cut .list{
font-size: 1.0416666667vw;
 padding: 0px 0px 1.25vw;
}
.news1 .wrap .cut .list::after{
height: 0.1041666667vw;
}
.news1 .wrap .cut .list .icon{
width: 1.0416666667vw;
 height: 0.8333333333vw;
 margin: 0px 0.46875vw 0px 0px;
}
.news1 .wrap .content2{
margin: 3.125vw 0px 0px;
}
.news1 .wrap .content2 .matter{
gap: 4.3229166667vw 3.59375vw;
 transform: translateY(1.0416666667vw);
}
.news1 .wrap .content2 .item{
width: 21.875vw;
 height: 25vw;
}
.news1 .wrap .content2 .item .joke{
border-radius: 0.3125vw;
}
.news1 .wrap .content2 .item:hover .joke{
border-radius: 1.0416666667vw;
}
.news1 .wrap .content2 .item:hover .joke .text{
transform: translateY(-12.8645833333vw);
}
.news1 .wrap .content2 .item .img{
height: 13.9583333333vw;
}
.news1 .wrap .content2 .item .text{
padding: 2.34375vw 2.6041666667vw 0px 1.9270833333vw;
}
.news1 .wrap .content2 .item .text .time{
font-size: 0.9375vw;
 margin: 0px 0px 0.9375vw;
}
.news1 .wrap .content2 .item .text .p1{
font-size: 0.9375vw;
 line-height: 1.5625vw;
}
.news1 .wrap .content2 .item .text .more{
margin: 3.125vw 0px 0px;
}
.news1 .wrap .content2 .item .text .more p{
font-size: 0.78125vw;
 margin: 0px 0.5208333333vw 0px 0px;
}
.news1 .wrap .content2 .item .text .more .iconfont{
font-size: 0.625vw;
}
.news1 .wrap .content2 .item .text .s{
margin: 3.6458333333vw 0px 0px;
}
.news1 .wrap .click_more{
margin: 3.28125vw auto 0px;
 width: 10.4166666667vw;
 height: 3.125vw;
 border-radius: 1.5625vw;
 font-size: 0.8333333333vw;
}
.newsInfo1{
padding: 6.09375vw 0px 7.7083333333vw;
}
.newsInfo1 .wrap{
width: 72.9166666667vw;
}
.newsInfo1 .wrap .brand a{
font-size: 0.8333333333vw;
}
.newsInfo1 .wrap .brand span{
font-size: 0.8333333333vw;
 margin: 0px 0.1041666667vw;
}
.newsInfo1 .wrap .content{
margin: 4.3229166667vw 0px 0px;
}
.newsInfo1 .wrap .content .l{
width: 52.0833333333vw;
}
.newsInfo1 .wrap .content .l .title{
padding: 0px 0px 1.6666666667vw;
 margin: 0px 0px 2.2916666667vw;
}
.newsInfo1 .wrap .content .l .title .p1{
font-size: 1.6666666667vw;
 margin: 0px 0px 2.03125vw;
}
.newsInfo1 .wrap .content .l .title .dis .time{
font-size: 0.8333333333vw;
 margin: 0px 3.28125vw 0px 0px;
}
.newsInfo1 .wrap .content .l .title .dis .other p{
font-size: 0.8333333333vw;
}
.newsInfo1 .wrap .content .l .title .dis .other .list{
margin: 0px 0px 0px 1.0416666667vw;
 width: 1.1458333333vw;
}
.newsInfo1 .wrap .content .l .content_matter p{
font-size: 0.8333333333vw;
 line-height: 1.875vw;
}
.newsInfo1 .wrap .content .side{
margin: 2.2395833333vw 0px 0px;
 width: 15.3125vw;
 top: 5.7291666667vw;
}
.newsInfo1 .wrap .content .side .headline{
font-size: 1.6666666667vw;
 margin: 0px 0px 1.5625vw;
}
.newsInfo1 .wrap .content .side .flex .item{
border-radius: 0.3125vw;
}
.newsInfo1 .wrap .content .side .flex .item:not(:last-child){
margin: 0px 0px 2.0833333333vw;
}
.newsInfo1 .wrap .content .side .flex .item .img{
height: 9.7916666667vw;
}
.newsInfo1 .wrap .content .side .flex .item .text{
padding: 1.3020833333vw 1.8229166667vw 1.5625vw 1.9270833333vw;
}
.newsInfo1 .wrap .content .side .flex .item .text .time{
font-size: 0.8333333333vw;
 margin: 0px 0px 0.9375vw;
}
.newsInfo1 .wrap .content .side .flex .item .text .p1{
font-size: 0.8333333333vw;
 line-height: 1.3541666667vw;
}
}


@media screen and (max-width: 1024px) {
    .head_click {
        filter: invert(100%);
    }
    .news1{
        padding: 90px 0 35px 0;
    }
    .newsInfo1{
        padding: 90px 0 35px 0;
    }
    .news1 .wrap{
        width: 90%;
    }
    .news1 .wrap .title{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .news1 .wrap .content{
        flex-direction: column-reverse;
    }
    .news1 .wrap .content .imgSwiper{
        width: 100%;
        height: auto;
                border-radius: 11px;
    }
    .news1 .wrap .content .l{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .news1 .wrap .content .l .jump .list .headline{
        height: auto;
        margin: 0 0 12px;
    }
    .news1 .wrap .content .l .jump .list .headline p{
        font-size: 18px;
        line-height: 25px;
    }
    
    .news1 .wrap .content .l .jump .list .time{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .news1 .wrap .content .l .jump .list .pick {
    font-size: 13px;
    line-height: 30px;
    height: auto;
    }
    .news1 .wrap .cut {
        margin: 40px 0 0 0;
        gap: 0px 25px;
    }
    
    .news1 .wrap .content .l .button .circle {
        width: 46px;
        height: 46px;
    
        border: 1px solid #CFCECE;
        
    }
    .news1 .wrap .content .l .button {
        margin: 15px 0 0 0;
        gap: 0px 15px;
    }
    .news1 .wrap .content .l .button .circle .iconfont {
        font-size: 15px;
    }
    .news1 .wrap .cut .list {
        font-size: 14px;
        padding: 0px 0px 13px;
    }
    .news1 .wrap .cut .list .icon {
        width: 20px;
        height: 16px;
        margin: 0 9px 0 0;
    }
    .news1 .wrap .content .swiper-pagination{
        display: none;
    }
    .news1 .wrap .content2 .matter{
        gap: 20px 0;
    }
    .news1 .wrap .content2 .item{
        width: 100%;
        height: auto;
    }
    .news1 .wrap .content2 .item .img{
        height: auto;
    }
    .news1 .wrap .content2 .item .text{
        padding: 25px 5%;
    }
    .news1 .wrap .content2 .item .text .time{
        font-size: 13px;
        margin: 0 0 18px;
    }
    .news1 .wrap .content2 .item .text .p1{
        font-size: 18px;
        line-height: 25px;
    }
    .news1 .wrap .content2 .item .text .more{
        margin: 25px 0 0 0;
    }
    .news1 .wrap .content2 .item .text .more p,.news1 .wrap .content2 .item .text .more .iconfont{
        font-size: 13px;
        color: #000;
    }
    .news1 .wrap .content2 .item .text .s{
        display: none;
    }
    .news1 .wrap .content2{
        margin: 30px 0 0 0 ; 
    }
    .news1 .wrap .click_more{
        width: 120px;
        height: 45px;
        font-size: 13px;
        border-radius: 25px;
        margin: 35px auto 0;
    }
    .newsInfo1 .wrap{
        width: 90%;
    }
    .newsInfo1 .wrap .brand{
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .newsInfo1 .wrap .brand a{
        font-size: 13px;
    }
    .newsInfo1 .wrap .brand span{
        font-size: 14px;
        margin: 0 12px;
    }
    .newsInfo1 .wrap .content {
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .newsInfo1 .wrap .content .l .title .p1{
        margin: 0 0 15px;
        font-size: 20px;
    }
    .newsInfo1 .wrap .content .l .title .dis .time{
        font-size: 12px;
        margin: 0 10px 0 0;
    }
    .newsInfo1 .wrap .content .l {
        width: 100%;
    }
    .newsInfo1 .wrap .content .l .title .dis .other p {
        font-size: 12px;
    }
.newsInfo1 .wrap .content .l .title .dis .other .list {
    margin: 0px 0px 0px 13px;
    width: 16px;
}
.newsInfo1 .wrap .content .l .title {
    padding: 0px 0px 15px;
    margin: 0px 0px 29px;
}
.newsInfo1 .wrap .content .l .content_matter p {
    font-size: 13px;
    line-height: 34px;
}
.newsInfo1 .wrap .content .side {
    margin: 30px 0 0 0;
    width: 100%;
    top: 0;
    position: static;
}
.newsInfo1 .wrap .content .side .headline {
    font-size: 18px;
    margin: 0px 0px 15px;
}
.newsInfo1 .wrap .content .side .flex .item:not(:last-child) {
    margin: 0px 0px 20px;
}
.newsInfo1 .wrap .content .side .flex .item .img{
    height: auto;
}
.newsInfo1 .wrap .content .side .flex .item .text {
    padding: 25px 5% 30px 5%;
}
.newsInfo1 .wrap .content .side .flex .item .text .time {
    font-size: 13px;
    margin: 0px 0px 15px;
}
.newsInfo1 .wrap .content .side .flex .item .text .p1{
    font-size: 16px;
    line-height: 26px;
}
}