.news1 .top {
    padding: 100px 0 119px;
    background: #F7F7FA
}
.news1 .top .cut{
    display: flex
;
    align-items: center;
    width: fit-content;
    height: 62px;
    background: rgba(237, 109, 0, 0);
    border-radius: 31px;
    border: 1px solid #E6E6E6;
    padding: 6px;
    justify-content: center;
    margin: 0 auto 80px;
}

.news1 .top .cut .list {
    width: fit-content;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: .6s ease;
    cursor: pointer
}

.news1 .top .cut .list:hover {
    color: var(--color)
}

.news1 .top .cut .list.on {
    background: var(--color);
    color: #fff
}
.news1 .top .wrap .newsSwiper  .swiper-slide .item{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px
}

.news1 .top .wrap .swiper-pagination{
    position: static;
    margin: 30px auto 0;
}
.news1 .top .wrap .swiper-pagination span{
    transition: .3s ease;
    margin: 0 15px 0 0!important;
}
.news1 .top .wrap .swiper-pagination span:last-child{
    margin: 0!important;
}
.news1 .top .wrap .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--color);
}

.news1 .top .wrap .img {
    width: 580px;
    height: 360px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.news1 .top .wrap .img:hover img {
    transform: scale(1.05)
}

.news1 .top .wrap .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.news1 .top .wrap .r {
    display: block;
    width: 620px;
    height: 360px;
    padding: 65px 0 0 40px
}

.news1 .top .wrap .r:hover .p1 {
    color: var(--color)
}

.news1 .top .wrap .r:hover .more p, .news1 .top .wrap .r:hover .more .iconfont {
    color: var(--color)
}

.news1 .top .wrap .r .time {
    font-weight: 400;
    font-size: 14px;
    color: #B3B3B3;
    margin: 0 0 20px
}

.news1 .top .wrap .r .p1 {
    width: 445px;
    font-weight: bold;
    font-size: 18px;
    color: #000011;
    line-height: 30px;
    margin: 0 0 30px;
    transition: .6s ease
}

.news1 .top .wrap .r .p2 {
    width: 452px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin: 0 0 50px
}

.news1 .top .wrap .r .more {
    display: flex;
    align-items: center;
    gap: 8px
}

.news1 .top .wrap .r .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.news1 .top .wrap .r .more .iconfont {
    color: #111;
    font-size: 14px;
    transition: .6s ease
}

.news1 .bottom {
    padding: 100px 0 130px
}

.news1 .bottom .wrap .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 0;
    margin: 0 0 80px
}

.news1 .bottom .wrap .content .item {
    width: 560px
}

.news1 .bottom .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.news1 .bottom .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.news1 .bottom .wrap .content .item:hover .text .more p, .news1 .bottom .wrap .content .item:hover .text .more .iconfont {
    color: var(--color)
}

.news1 .bottom .wrap .content .item .img {
    width: 100%;
    height: 344px;
    border-radius: 12px;
    overflow: hidden
}

.news1 .bottom .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .bottom .wrap .content .item .text {
    margin: 17px 0 0 0
}

.news1 .bottom .wrap .content .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #ED6D00;
    margin: 0 0 20px
}

.news1 .bottom .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 28px;
    margin: 0 0 40px;
    height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .6s ease
}

.news1 .bottom .wrap .content .item .text .more {
    display: flex;
    align-items: center;
    gap: 8px
}

.news1 .bottom .wrap .content .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.news1 .bottom .wrap .content .item .text .more .iconfont {
    font-size: 14px;
    color: #111;
    transition: .6s ease
}

.newsInfo1 {
    padding: 190px 0 84px;
    background: #F7F7FA
}

.newsInfo1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 28px;
    color: #020715;
    margin: 0 0 22px
}

.newsInfo1 .wrap .title .message {
    display: flex;
    gap: 66px
}

.newsInfo1 .wrap .title .message .time, .newsInfo1 .wrap .title .message .pv {
    font-weight: 400;
    font-size: 18px;
    color: #666666
}

.newsInfo1 .wrap .title .line {
    margin: 23px 0 0 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6
}

.newsInfo1 .wrap .content {
    margin: 59px 0 0 0
}

.newsInfo1 .wrap .content p,.newsInfo1 .wrap .content a{
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    line-height: 36px
}
.newsInfo1 .wrap .content a{
    margin: auto;
    width: fit-content;
}
.newsInfo1 .wrap .content img {
    height: auto !important;
    object-fit: contain;
    text-align: center;
}

.newsInfo1 .wrap .other {
    margin: 109px 0 0 0;
    position: relative;
    padding: 40px 0 0 0
}

.newsInfo1 .wrap .other:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #111;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.newsInfo1 .wrap .other a {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    width: fit-content;
    display: block;
    transition: .6s ease
}

.newsInfo1 .wrap .other a:hover {
    color: var(--color)
}

.newsInfo1 .wrap .other a:not(:last-child) {
    margin: 0 0 28px
}
@media screen and (max-width: 1919px) {
    .news1 .top{
        padding: 5.2083333333vw 0px 6.1979166667vw;
    }
    .news1 .top .cut{
        height: 3.2291666667vw;
        border-radius: 1.6145833333vw;
        padding: 0.3125vw;
        margin: 0px auto 4.1666666667vw;
    }
    .news1 .top .cut .list{
        padding: 0px 1.3020833333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.9375vw;
    }
    .news1 .top .wrap .newsSwiper .swiper-slide .item{
        border-radius: 0.625vw;
    }
    .news1 .top .wrap .swiper-pagination{
        margin: 1.5625vw auto 0px;
    }
    .news1 .top .wrap .swiper-pagination span{
        margin: 0px 0.78125vw 0px 0px !important;
    }
    .news1 .top .wrap .img{
        width: 30.2083333333vw;
        height: 18.75vw;
        border-radius: 0.625vw;
    }
    .news1 .top .wrap .r{
        width: 32.2916666667vw;
        height: 18.75vw;
        padding: 3.3854166667vw 0px 0px 2.0833333333vw;
    }
    .news1 .top .wrap .r .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .news1 .top .wrap .r .p1{
        width: 23.1770833333vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .news1 .top .wrap .r .p2{
        width: 23.5416666667vw;
        font-size: 0.7291666667vw;
        line-height: 1.1458333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .news1 .top .wrap .r .more{
        gap: 0.4166666667vw;
    }
    .news1 .top .wrap .r .more p{
        font-size: 0.8333333333vw;
    }
    .news1 .top .wrap .r .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .news1 .bottom{
        padding: 5.2083333333vw 0px 6.7708333333vw;
    }
    .news1 .bottom .wrap .content{
        gap: 4.1666666667vw 0px;
        margin: 0px 0px 4.1666666667vw;
    }
    .news1 .bottom .wrap .content .item{
        width: 29.1666666667vw;
    }
    .news1 .bottom .wrap .content .item .img{
        height: 17.9166666667vw;
        border-radius: 0.625vw;
    }
    .news1 .bottom .wrap .content .item .text{
        margin: 0.8854166667vw 0px 0px;
    }
    .news1 .bottom .wrap .content .item .text .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .news1 .bottom .wrap .content .item .text .p1{
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 2.0833333333vw;
        height: 2.9166666667vw;
    }
    .news1 .bottom .wrap .content .item .text .more{
        gap: 0.4166666667vw;
    }
    .news1 .bottom .wrap .content .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .news1 .bottom .wrap .content .item .text .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .newsInfo1{
        padding: 9.8958333333vw 0px 4.375vw;
    }
    .newsInfo1 .wrap .title .p1{
        font-size: 1.4583333333vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .newsInfo1 .wrap .title .message{
        gap: 3.4375vw;
    }
    .newsInfo1 .wrap .title .message .time, .newsInfo1 .wrap .title .message .pv{
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .title .line{
        margin: 1.1979166667vw 0px 0px;
    }
    .newsInfo1 .wrap .content{
        margin: 3.0729166667vw 0px 0px;
    }
    .newsInfo1 .wrap .content p,.newsInfo1 .wrap .content a{
        font-size: 0.8854166667vw;
        line-height: 1.875vw;
    }
    .newsInfo1 .wrap .other{
        margin: 5.6770833333vw 0px 0px;
        padding: 2.0833333333vw 0px 0px;
    }
    .newsInfo1 .wrap .other a{
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .other a:not(:last-child){
        margin: 0px 0px 1.4583333333vw;
    }
}
@media screen and (max-width: 768px) {
    .news1 .top {
        padding: 40px 0;
    }
    .news1 .top .cut .list {
        height: 40px;
        padding: 0 15px;
        font-size: 15px;
        border-radius: 20px;
    }
    .news1 .top .cut {
        padding: 5px;
        height: 50px;
        border-radius: 25px;
        margin: 0 auto 30px;
    }
    .news1 .top .wrap .newsSwiper .swiper-slide .item {
        display: block;
        border-radius: 6px;
    }
    .news1 .top .wrap .img {
        width: 100%;
        height: 56vw;
        border-radius: 6px;
    }
    .news1 .top .wrap .r {
        width: 100%;
        height: unset;
        padding: 30px 20px;
    }
    .news1 .top .wrap .r .time {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news1 .top .wrap .r .p1 {
        width: 100%;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .news1 .top .wrap .r .p2 {
        width: 100%;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .news1 .top .wrap .r .more p {
        font-size: 15px;
    }
    .news1 .top .wrap .r .more .iconfont {
        font-size: 14px;
    }
    .news1 .bottom .wrap .content .item {
        width: 100%;
        padding: 0 0 30px;
        border-bottom: 1px solid #cccccc;
    }
    .news1 .bottom .wrap .content {
        gap: 40px 0;
        margin-bottom: 50px;
    }
    .news1 .bottom {
        padding: 40px 0 60px;
    }
    .news1 .bottom .wrap .content .item .img {
        height: 56vw;
        border-radius: 6px;
    }
    .news1 .bottom .wrap .content .item .text .time {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news1 .bottom .wrap .content .item .text {
        margin: 20px 0 0;
    }
    .news1 .bottom .wrap .content .item .text .p1 {
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 25px;
    }
    .news1 .bottom .wrap .content .item .text .more p {
        font-size: 15px;
    }
    .news1 .bottom .wrap .content .item .text .more .iconfont {
        font-size: 14px;
    }
    .newsInfo1 {
        padding: 100px 0 60px;
    }
    .newsInfo1 .wrap .title .p1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .newsInfo1 .wrap .title .message .time, .newsInfo1 .wrap .title .message .pv {
        font-size: 15px;
    }
    .newsInfo1 .wrap .title .line {
        margin: 20px 0 0;
    }
    .newsInfo1 .wrap .content {
        margin: 30px 0 0;
    }
    .newsInfo1 .wrap .content p,.newsInfo1 .wrap .content a {
        font-size: 16px;
        line-height: 2;
    }
    .newsInfo1 .wrap .other {
        margin: 30px 0 0;
        padding: 40px 0 0;
    }
    .newsInfo1 .wrap .other a {
        display: block;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .newsInfo1 .wrap .other a:not(:last-child) {
        margin-bottom: 20px;
    }
}
