@keyframes newsAnimate {
    100% {
        width: 100%
    }
}

.news1 {
    padding: 100px 0 54px
}

.news1 .wrap .cut {
    display: flex;
    width: fit-content;
    height: 60px;
    background: #F5F5F7;
    border-radius: 36px;
    margin: auto;
    padding: 3px
}

.news1 .wrap .cut .list {
    width: fit-content;
    padding: 0 39px;
    height: 54px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    transition: .6s ease
}

.news1 .wrap .cut .list:hover {
    color: var(--color)
}

.news1 .wrap .cut .list.on {
    background: var(--color);
    color: #fff
}

.news1 .wrap .top {
    width: 100%;
    height: 500px;
    background: #F5F5F7;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 70px
}

.news1 .wrap .top .l {
    margin: 48px 0 0 64px
}

.news1 .wrap .top .l .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 50px 0 0 0
}

.news1 .wrap .top .l .swiper-pagination span {
    width: 30px;
    height: 4px;
    background: #E9D8D9;
    border-radius: 5px;
    opacity: 1 !important;
    margin: 0 10px 0 0 !important;
    transition: .3s ease;
    position: relative;
    overflow: hidden
}

.news1 .wrap .top .l .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color2)
}

.news1 .wrap .top .l .swiper-pagination span.swiper-pagination-bullet-active {
    width: 80px
}

.news1 .wrap .top .l .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: newsAnimate 5s linear infinite
}

.news1 .wrap .top .l .swiper-pagination span:last-child {
    margin: 0 !important
}

.news1 .wrap .top .l .joke {
    width: 500px;
    position: relative
}

.news1 .wrap .top .l .joke .list {
    pointer-events: none;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity .3s, transform .6s .3s
}

.news1 .wrap .top .l .joke .list.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: .3s
}

.news1 .wrap .top .l .joke .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .wrap .top .l .joke .list .time {
    font-weight: 400;
    font-size: 16px;
    color: #B2BAC5
}

.news1 .wrap .top .l .joke .list .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 30px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news1 .wrap .top .l .joke .list .text {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    height: 108px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 40px
}

.news1 .wrap .top .r {
    width: 640px;
    height: 460px;
    border-radius: 10px;
    overflow: hidden
}

.news1 .wrap .top .r .imgSwiper {
    width: 100%;
    height: 100%
}

.news1 .wrap .top .r .imgSwiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

.news1 .wrap .top .r .imgSwiper .swiper-slide:hover img {
    transform: scale(1.1)
}

.news1 .wrap .top .r .imgSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 2s ease
}

.news1 .wrap .bottom {
    padding: 64px 0 0 0;
    border-top: 1px solid #DDDDE3;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 70px 40px;
    margin: 0 0 80px
}

.news1 .wrap .bottom .item {
    width: 100%;
    height: 540px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 1px rgba(28, 40, 67, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px
}

.news1 .wrap .bottom .item:hover .img img {
    transform: scale(1.05)
}

.news1 .wrap .bottom .item:hover .text .p1 {
    color: var(--color)
}

.news1 .wrap .bottom .item:hover .text .dis .common_more {
    background: var(--color);
    color: #fff
}

.news1 .wrap .bottom .item:hover .text .dis .common_more .fist:first-child div {
    transform: translate3d(0, -101%, 0);
    opacity: 0
}

.news1 .wrap .bottom .item:hover .text .dis .common_more .fist:nth-child(2) div {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.news1 .wrap .bottom .item .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 6px
}

.news1 .wrap .bottom .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.news1 .wrap .bottom .item .text {
    margin: 30px 0 0 0
}

.news1 .wrap .bottom .item .text .p1 {
    width: 380px;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 30px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .6s ease
}

.news1 .wrap .bottom .item .text .pick {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 30px;
    width: 380px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px
}

.news1 .wrap .bottom .item .text .dis {
    display: flex;
    margin: 40px 0 0 0;
    align-items: center;
    justify-content: space-between
}

.news1 .wrap .bottom .item .text .dis .time {
    font-weight: 400;
    font-size: 16px;
    color: #B2BAC5
}

.newsInfo1 {
    padding: 170px 0 45px
}

.newsInfo1 .wrap .back {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 50px
}

.newsInfo1 .wrap .back:hover p {
    color: var(--color);
    transform: translateX(5px)
}

.newsInfo1 .wrap .back .circle {
    width: 40px;
    height: 40px;
    background: #004C9C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0
}

.newsInfo1 .wrap .back .circle .iconfont {
    color: #fff;
    font-size: 14px;
    transform: rotate(180deg)
}

.newsInfo1 .wrap .back p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.newsInfo1 .wrap .title {
    padding: 0 0 27px
}

.newsInfo1 .wrap .title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 20px
}

.newsInfo1 .wrap .title .time {
    font-weight: 400;
    font-size: 16px;
    color: #B2BAC5
}

.newsInfo1 .wrap .content {
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .content .l {
    width: 955px;
    border-top: 1px solid #DDDDE3;
    padding: 30px 0 0 0
}

.newsInfo1 .wrap .content .l p {
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    line-height: 36px
}

.newsInfo1 .wrap .content .l img {
    height: fit-content
}

.newsInfo1 .wrap .content .r {
    width: 380px;
    border-top: 1px solid #DDDDE3;
    padding: 30px 0 0 0
}

.newsInfo1 .wrap .content .r .item {
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #DDDDE3;
    display: block;
    margin: 0 0 30px
}

.newsInfo1 .wrap .content .r .item:hover .img img {
    transform: scale(1.05)
}

.newsInfo1 .wrap .content .r .item:hover .text .p1 {
    color: var(--color)
}

.newsInfo1 .wrap .content .r .item .img {
    width: 100%;
    height: 247px;
    border-radius: 6px;
    overflow: hidden
}

.newsInfo1 .wrap .content .r .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.newsInfo1 .wrap .content .r .item .text {
    margin: 30px 0 0 0
}

.newsInfo1 .wrap .content .r .item .text .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px;
    transition: .6s ease
}

.newsInfo1 .wrap .content .r .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px
}

.newsInfo1 .wrap .content .r .item .text .time {
    font-weight: 400;
    font-size: 16px;
    color: #B2BAC5
}

.newsInfo1 .wrap .other {
    margin: 95px 0 0 0;
    position: relative;
    padding: 33px 0 0
}

.newsInfo1 .wrap .other:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #DDDDE3
}

.newsInfo1 .wrap .other .l {
    width: 955px;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .other .list {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 30px
}

.newsInfo1 .wrap .other .list:hover {
    color: var(--color)
}

.newsInfo1 .wrap .other .list:hover p {
    color: var(--color)
}

.newsInfo1 .wrap .other .list p {
    color: #5F6977
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 5.2083333333vw 0px 2.8125vw;
    }
    .news1 .wrap .cut{
        height: 3.125vw;
        border-radius: 1.875vw;
        padding: 0.15625vw;
    }
    .news1 .wrap .cut .list{
        padding: 0px 2.03125vw;
        height: 2.8125vw;
        border-radius: 1.875vw;
        font-size: 0.9375vw;
    }
    .news1 .wrap .top{
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
        padding: 1.0416666667vw;
        margin: 3.125vw 0px 3.6458333333vw;
    }
    .news1 .wrap .top .l{
        margin: 2.5vw 0px 0px 3.3333333333vw;
    }
    .news1 .wrap .top .l .swiper-pagination{
        margin: 2.6041666667vw 0px 0px;
    }
    .news1 .wrap .top .l .swiper-pagination span{
        width: 1.5625vw;
        height: 0.2083333333vw;
        border-radius: 0.2604166667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .news1 .wrap .top .l .swiper-pagination span.swiper-pagination-bullet-active{
        width: 4.1666666667vw;
    }
    .news1 .wrap .top .l .joke{
        width: 26.0416666667vw;
    }
    .news1 .wrap .top .l .joke .list{
        transform: translateY(0.5208333333vw);
    }
    .news1 .wrap .top .l .joke .list .time{
        font-size: 0.8333333333vw;
    }
    .news1 .wrap .top .l .joke .list .p1{
        font-size: 1.5625vw;
        margin: 1.5625vw 0px;
    }
    .news1 .wrap .top .l .joke .list .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        height: 5.625vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .news1 .wrap .top .r{
        width: 33.3333333333vw;
        height: 23.9583333333vw;
        border-radius: 0.5208333333vw;
    }
    .news1 .wrap .top .r .imgSwiper .swiper-slide a{
        border-radius: 0.5208333333vw;
    }
    .news1 .wrap .bottom{
        padding: 3.3333333333vw 0px 0px;
        gap: 3.6458333333vw 2.0833333333vw;
        margin: 0px 0px 4.1666666667vw;
    }
    .news1 .wrap .bottom .item{
        height: 28.125vw;
        box-shadow: rgba(28, 40, 67, 0.1) 0px 0.15625vw 0.78125vw 1px;
        border-radius: 0.5208333333vw;
        padding: 1.0416666667vw;
    }
    .news1 .wrap .bottom .item .img{
        height: 13.5416666667vw;
        border-radius: 0.3125vw;
    }
    .news1 .wrap .bottom .item .text{
        margin: 1.5625vw 0px 0px;
    }
    .news1 .wrap .bottom .item .text .p1{
        width: 19.7916666667vw;
        font-size: 0.9375vw;
        margin: 1.5625vw 0px 1.0416666667vw;
    }
    .news1 .wrap .bottom .item .text .pick{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        width: 19.7916666667vw;
        height: 3.125vw;
    }
    .news1 .wrap .bottom .item .text .dis{
        margin: 2.0833333333vw 0px 0px;
    }
    .news1 .wrap .bottom .item .text .dis .time{
        font-size: 0.8333333333vw;
    }
    .newsInfo1{
        padding: 8.8541666667vw 0px 2.34375vw;
    }
    .newsInfo1 .wrap .back{
        margin: 0px 0px 2.6041666667vw;
    }
    .newsInfo1 .wrap .back:hover p{
        transform: translateX(0.2604166667vw);
    }
    .newsInfo1 .wrap .back .circle{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin: 0px 0.78125vw 0px 0px;
    }
    .newsInfo1 .wrap .back .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .back p{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .title{
        padding: 0px 0px 1.40625vw;
    }
    .newsInfo1 .wrap .title h1{
        font-size: 1.5625vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .newsInfo1 .wrap .title .time{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .content .l{
        width: 49.7395833333vw;
        padding: 1.5625vw 0px 0px;
    }
    .newsInfo1 .wrap .content .l p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .newsInfo1 .wrap .content .r{
        width: 19.7916666667vw;
        padding: 1.5625vw 0px 0px;
    }
    .newsInfo1 .wrap .content .r .item{
        padding: 0px 0px 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .newsInfo1 .wrap .content .r .item .img{
        height: 12.8645833333vw;
        border-radius: 0.3125vw;
    }
    .newsInfo1 .wrap .content .r .item .text{
        margin: 1.5625vw 0px 0px;
    }
    .newsInfo1 .wrap .content .r .item .text .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.78125vw;
    }
    .newsInfo1 .wrap .content .r .item .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 0.78125vw;
    }
    .newsInfo1 .wrap .content .r .item .text .time{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .other{
        margin: 4.9479166667vw 0px 0px;
        padding: 1.71875vw 0px 0px;
    }
    .newsInfo1 .wrap .other .l{
        width: 49.7395833333vw;
    }
    .newsInfo1 .wrap .other .list{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        gap: 1.5625vw;
    }
}

@media screen and (max-width: 1024px) {
    .news1{
        padding: 40px 0;
    }
    .news1 .wrap .cut{
        height: 46px;
        border-radius: 30px;
        padding: 3px;
    }
    .news1 .wrap .cut .list {
        padding: 0 20px;
        height: 40px;
        border-radius: 36px;
        font-size: 13px;
    }
    .news1 .wrap .top{
        height: auto;
        border-radius: 10px;
        padding: 15px;
        margin: 25px 0 20px;
        flex-direction: column-reverse;
    }
    .news1 .wrap .top .l{
        margin: 20px 0 0 0;
    }
    .news1 .wrap .top .l .joke{
        width: 100%;
    }
    .news1 .wrap .top .l .joke .list .time{
        font-size: 12px;
    }
    .news1 .wrap .top .l .joke .list .p1{
        font-size: 16px;
        margin: 16px 0;
    }
    .news1 .wrap .top .l .joke .list .text{
        font-size: 13px;
        line-height: 22px;
        height: auto;
        margin: 0 0 20px;
    }

    .news1 .wrap .top .l .swiper-pagination{
        margin: 20px 0 0 0;
    }
    .news1 .wrap .top .l .swiper-pagination span.swiper-pagination-bullet-active{
        width: 40px;
    }
    .news1 .wrap .top .l .swiper-pagination span{
        width: 20px;
        height: 3px;
        margin: 0 7px 0 0!important;
        border-radius: 5px;
    }
    .news1 .wrap .top .l .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .news1 .wrap .top .r{
        width: 100%;
        height: auto;
    }
    .news1 .wrap .top .r .imgSwiper .swiper-slide a{
        border-radius: 10px;
    }
    .news1 .wrap .bottom{
        padding: 20px 0 0 0;
        gap: 20px;
        margin: 0 0 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .news1 .wrap .bottom .item{
        height: auto;
        box-shadow: 0px 3px 15px 1px rgba(28, 40, 67, 0.1);
        border-radius: 10px;
        padding: 10px;
    }
    .news1 .wrap .bottom .item .img{
        height: auto;
        border-radius: 10px;
    }
    .news1 .wrap .bottom .item .text{
        margin: 15px 0 0 0;
    }
    .news1 .wrap .bottom .item .text .p1{
        width: 100%;
        font-size: 16px;
        margin: 10px 0 ;
    }
    .news1 .wrap .bottom .item .text .pick{
        width: 100%;
        line-height: 25px;
        font-size: 13px;
        height: auto;
    }
    .news1 .wrap .bottom .item .text .dis{
        margin: 14px 0 0 0;
    }
    .news1 .wrap .bottom .item .text .dis .time{
        font-size: 12px;
    }


    .newsInfo1{
        padding: 100px 0 40px 0;
    }
    .newsInfo1 .wrap .back{
        margin: 0 0 25px;
    }
    .newsInfo1 .wrap .back .circle{
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
    }
    .newsInfo1 .wrap .back .circle .iconfont{
        font-size: 12px;
    }
    .newsInfo1 .wrap .back p{
        font-size: 12px;
    }
    .newsInfo1 .wrap .content{
        flex-direction: column;
    }
    .newsInfo1 .wrap .content .l{
        width: 100%;
        padding: 30px 0 0 0;
    }
    .newsInfo1 .wrap .title h1{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .title .time{
        font-size: 13px;
    }
    .newsInfo1 .wrap .title{
        padding: 0 0 15px;
    }
    .newsInfo1 .wrap .content .l p{
        font-size: 13px;
        line-height: 25px;
    }
    .newsInfo1 .wrap .content .r{
        padding: 15px 0 0 0;
        width: 100%;
        margin: 25px 0 0 0;
    }
    .newsInfo1 .wrap .content .r .item .img{
        height: auto;
        border-radius: 10px;
    }
    .newsInfo1 .wrap .content .r .item .text{
        margin: 15px 0 0 0;
    }
    .newsInfo1 .wrap .content .r .item .text .p1{
        font-size: 16px;
        margin: 15px 0 10px 0;
    }
    .newsInfo1 .wrap .content .r .item .text .p2{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .newsInfo1 .wrap .content .r .item .text .time{
        font-size: 12px;
    }
    .newsInfo1 .wrap .content .r .item{
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .other{
        padding: 15px 0 0 0;
        margin: 28px 0 0 0;
    }
    .newsInfo1 .wrap .other .list{
        font-size: 13px;
        line-height: 22px;
        gap: 14px;
    }
    .newsInfo1 .wrap .other .l{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
}
