.news1 {
    margin: 64px 0 0 0;
    padding: 32px 0 24px
}

.news1 .wrap .top .newsSwiper {
    border-radius: var(--radius)
}

.news1 .wrap .top .newsSwiper .item {
    height: 500px;
    position: relative;
    z-index: 2;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.news1 .wrap .top .newsSwiper .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    z-index: -1
}

.news1 .wrap .top .newsSwiper .item .position {
    padding: 32px
}

.news1 .wrap .top .newsSwiper .item .position .dis {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px
}

.news1 .wrap .top .newsSwiper .item .position .dis .label {
    padding: 4px 12px;
    border-radius: 9999px;
    background: var(--color);
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.news1 .wrap .top .newsSwiper .item .position .dis .time {
    font-size: 14px;
    color: #d1d5db
}

.news1 .wrap .top .newsSwiper .item .position .p1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 16px
}

.news1 .wrap .top .newsSwiper .item .position .p2 {
    width: 768px;
    font-size: 18px;
    color: #e5e7eb;
    margin: 0 0 24px
}

.news1 .wrap .top .newsSwiper .item .position .more {
    display: flex;
    align-items: center;
    width: fit-content
}

.news1 .wrap .top .newsSwiper .item .position .more p {
    font-size: 16px;
    color: var(--color)
}

.news1 .wrap .top .newsSwiper .item .position .more i {
    font-size: 16px;
    color: var(--color);
    margin-left: 4px
}

.news1 .wrap .top .swiper-pagination {
    width: fit-content;
    margin: 16px auto 0;
    transform: none;
    display: flex;
    position: static
}

.news1 .wrap .top .swiper-pagination span {
    width: 16px;
    height: 6px;
    border-radius: 9999px;
    background: #D0D4DA;
    opacity: 1 !important;
    margin: 0 8px 0 0 !important;
    transition: .3s all
}

.news1 .wrap .top .swiper-pagination span:last-child {
    margin: 0 !important
}

.news1 .wrap .top .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color);
    width: 32px
}

.news2 {
    overflow: hidden;
    padding: 0 0 48px
}

.news2 .wrap .top {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.news2 .wrap .top:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F9FAFB;
    z-index: -1
}

.news2 .wrap .top .cut {
    display: flex;
    gap: 8px
}

.news2 .wrap .top .cut .list {
    padding: 8px 24px;
    border-radius: var(--radius);
    background: #fff;
    font-size: 16px;
    color: #374151;
    cursor: pointer;
    transition: .3s all
}

.news2 .wrap .top .cut .list:hover {
    background: #F3F4F6
}

.news2 .wrap .top .cut .list.on {
    background: var(--color);
    color: #fff
}

.news2 .wrap .top .r {
    position: relative
}

.news2 .wrap .top .r input {
    width: 256px;
    height: 40px;
    padding: 8px 16px 8px 40px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 2px solid transparent
}

.news2 .wrap .top .r input:focus {
    border: 2px solid var(--color)
}

.news2 .wrap .top .r input::placeholder {
    color: #9ca3af;
    font-size: 16px
}

.news2 .wrap .top .r i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #A2AAB4
}

.news2 .wrap .content {
    padding: 48px 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px;
}

.news2 .wrap .content .item {
    transition: .3s;
    width: 100%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
    overflow: hidden
}

.news2 .wrap .content .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.news2 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.news2 .wrap .content .item .img {
    height: 278px;
    overflow: hidden
}

.news2 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: .3s
}

.news2 .wrap .content .item .text {
    padding: 24px
}

.news2 .wrap .content .item .text .dis {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.news2 .wrap .content .item .text .dis .time {
    font-size: 12px;
    color: #6b7280
}

.news2 .wrap .content .item .text .dis .label {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 9999px;
    background: #FFEDD5;
    font-size: 12px;
    color: var(--color)
}

.news2 .wrap .content .item .text .p1 {
    margin: 12px 0;
    font-size: 20px;
    color: #1f2937;
    font-weight: bold
}

.news2 .wrap .content .item .text .p2 {
    font-size: 16px;
    color: #4b5563;
    margin: 0 0 16px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news2 .wrap .content .item .text .more {
    display: flex;
    align-items: center;
    gap: 4px
}

.news2 .wrap .content .item .text .more p {
    font-size: 16px;
    color: var(--color)
}

.news2 .wrap .content .item .text .more i {
    font-size: 16px;
    color: var(--color)
}

@media screen and (max-width: 1919px) {
    .news1{
        margin: 3.3333333333vw 0px 0px;
        padding: 1.6666666667vw 0px 1.25vw;
    }
    .news1 .wrap .top .newsSwiper .item{
        height: 26.0416666667vw;
    }
    .news1 .wrap .top .newsSwiper .item .position{
        padding: 1.6666666667vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .dis{
        gap: 0.625vw;
        margin: 0px 0px 0.625vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .dis .label{
        padding: 0.2083333333vw 0.625vw;
        border-radius: 520.78125vw;
        font-size: 0.625vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .dis .time{
        font-size: 0.7291666667vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .p2{
        width: 40vw;
        font-size: 0.9375vw;
        margin: 0px 0px 1.25vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .more p{
        font-size: 0.8333333333vw;
    }
    .news1 .wrap .top .newsSwiper .item .position .more i{
        font-size: 0.8333333333vw;
        margin-left: 0.2083333333vw;
    }
    .news1 .wrap .top .swiper-pagination{
        margin: 0.8333333333vw auto 0px;
    }
    .news1 .wrap .top .swiper-pagination span{
        width: 0.8333333333vw;
        height: 0.3125vw;
        border-radius: 520.78125vw;
        margin: 0px 0.4166666667vw 0px 0px !important;
    }
    .news1 .wrap .top .swiper-pagination span.swiper-pagination-bullet-active{
        width: 1.6666666667vw;
    }
    .news2{
        padding: 0px 0px 2.5vw;
    }
    .news2 .wrap .top{
        padding: 1.6666666667vw 0px;
    }
    .news2 .wrap .top .cut{
        gap: 0.4166666667vw;
    }
    .news2 .wrap .top .cut .list{
        padding: 0.4166666667vw 1.25vw;
        font-size: 0.8333333333vw;
    }
    .news2 .wrap .top .r input{
        width: 13.3333333333vw;
        height: 2.0833333333vw;
        padding: 0.4166666667vw 0.8333333333vw 0.4166666667vw 2.0833333333vw;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0.1041666667vw 0px;
        border: 0.1041666667vw solid transparent;
    }
    .news2 .wrap .top .r input:focus{
        border: 0.1041666667vw solid var(--color);
    }
    .news2 .wrap .top .r input::placeholder{
        font-size: 0.8333333333vw;
    }
    .news2 .wrap .top .r i{
        left: 0.625vw;
        font-size: 0.8333333333vw;
    }
    .news2 .wrap .content{
        padding: 2.5vw 0px;
        gap: 1.6666666667vw;
    }
    .news2 .wrap .content .item{
        box-shadow: rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0) 0px 0px, rgba(0, 0, 0, 0.1) 0px 0.2083333333vw 0.3125vw -1px, rgba(0, 0, 0, 0.1) 0px 0.1041666667vw 0.2083333333vw -0.1041666667vw;
    }
    .news2 .wrap .content .item:hover{
        transform: translateY(-0.2604166667vw);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0.5208333333vw 1.3020833333vw -0.2604166667vw, rgba(0, 0, 0, 0.04) 0px 0.5208333333vw 0.5208333333vw -0.2604166667vw;
    }
    .news2 .wrap .content .item .img{
        height: 14.4791666667vw;
    }
    .news2 .wrap .content .item .text{
        padding: 1.25vw;
    }
    .news2 .wrap .content .item .text .dis .time{
        font-size: 0.625vw;
    }
    .news2 .wrap .content .item .text .dis .label{
        padding: 0.2083333333vw 0.4166666667vw;
        border-radius: 520.78125vw;
        font-size: 0.625vw;
    }
    .news2 .wrap .content .item .text .p1{
        margin: 0.625vw 0px;
        font-size: 1.0416666667vw;
    }
    .news2 .wrap .content .item .text .p2{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.8333333333vw;
    }
    .news2 .wrap .content .item .text .more{
        gap: 0.2083333333vw;
    }
    .news2 .wrap .content .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .news2 .wrap .content .item .text .more i{
        font-size: 0.8333333333vw;
    }
}


@media screen and (max-width: 1024px) {
    .news1{
        padding: 60px 0 30px;
        margin: 30px 0 0 0;
    }
    .news1 .wrap .top .newsSwiper .item{
        height: 350px;
        padding: 50px 0;
    }
    .news1 .wrap .top .newsSwiper .item .position{
        padding: 20px 5%;
    }
    .news1 .wrap .top .newsSwiper .item .position .dis{
        gap: 10px;
        margin: 0 0 10px;
    }
    .news1 .wrap .top .newsSwiper .item .position .dis .label{
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 12px;
    }
    .news1 .wrap .top .newsSwiper .item .position .dis .time{
        font-size: 13px;
    }
    .news1 .wrap .top .newsSwiper .item .position .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .news1 .wrap .top .newsSwiper .item .position .p2{
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .news1 .wrap .top .newsSwiper .item .position .more p{
        font-size: 13px;
    }
    .news1 .wrap .top .newsSwiper .item .position .more i{
        font-size: 13px;
        margin-left: 7px;
    }
    .news1 .wrap .top .swiper-pagination{
        margin: 20px auto 0;
    }
    .news1 .wrap .top .swiper-pagination span.swiper-pagination-bullet-active{
        width: 25px;
    }
    .news1 .wrap .top .swiper-pagination span{
        width: 12px;
        height: 4px;
        margin: 0 7px 0 0!important;
    }
    .news1 .wrap .top .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .news2 .wrap .top{
        padding: 15px 0;
        flex-direction: column;
        gap: 10px;
        align-items: unset;
    }
    .news2 .wrap .top .cut{
        gap: 10px 5px;
        flex-wrap: wrap;
    }
    .news2 .wrap .top .cut .list{
        padding: 8px 15px;
        font-size: 14px;
    }
    .news2 .wrap .top .r input{
        height: 35px;
        padding: 0 16px 0 30px;
        font-size: 14px;
        width: 100%;
    }
    .news2 .wrap .top .r input::placeholder{
        font-size: 14px;
    }
    .news2 .wrap .top .r i{
        left: 10px;
        font-size: 14px;
    }
    .news2 .wrap .content{
        padding: 20px 0;
        gap: 16px;
        grid-template-columns: repeat(2,1fr);
    }
    .news2 .wrap .content .item {
        box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    }
    .news2 .wrap .content .item .img{
        height: 250px;
    }
    .news2 .wrap .content .item .text{
        padding: 16px;
    }
    .news2 .wrap .content .item .text .dis .time{
        font-size: 14px;
    }
    .news2 .wrap .content .item .text .dis .label{
        padding: 4px 8px;
        border-radius: 30px;
        font-size: 12px;
    }
    .news2 .wrap .content .item .text .p1{
        margin: 15px 0;
        font-size: 16px;
    }
    .news2 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 1.8;
        margin: 0 0 15px;
    }
    .news2 .wrap .content .item .text .more{
        gap: 7px;
    }
    .news2 .wrap .content .item .text .more p{
        font-size: 13px;
    }
    .news2 .wrap .content .item .text .more i{
        font-size: 13px;
        position: relative;
        top: 2px;
    }
}

@media screen and (max-width: 650px) {
    .news2 .wrap .content{
        grid-template-columns: repeat(1,1fr);
    }
    .news2 .wrap .content .item .img{
        height: auto;
    }
}
