.box1 {
    margin-bottom: 60px;
}

.box1Swiper {
    position: relative;
    overflow: hidden;
}

.box1Slide {
    padding-right: 100px;
    display: flex;
}

.box1Slide .img {
    overflow: hidden;
    position: relative;
    width: 50%;
}

.box1Slide .img .time {
    width: 120px;
    height: 90px;
    background: var(--color);
    border-radius: 6px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box1Slide .img .time h1 {
    font-size: 28px;
}

.box1Slide .img img {
    position: relative;
    width: 100%;
    padding-top: 25px;
    transition: 0.5s;
}

.box1Slide .img:hover img {
    transform: scale(1.08);
}

.box1Slide .text {
    position: relative;
    width: 50%;
    padding: 25px 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box1Slide .text span {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0;
    bottom: 25px;

}

.box1Slide .text h1 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    color: #616161;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box1Slide .text h2 {
    margin: 45px 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #A5A5A5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box1Slide .text h3 {
    display: block;
    width: 180px;
    height: 60px;
    background: var(--color);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.box1Slide .text h3 img {
    margin-left: 15px;
    filter: brightness(10);
    transform: rotateY(180deg);
}

.box1Swiper .swiper-pagination {
    width: 30px;
    left: auto;
    right: 20px;
    bottom: 25px;
    color: #A5A5A5;
    font-size: 13px;
}

.box1Swiper .swiper-button-prev {
    color: #fff0;
    width: 17px;
    height: 4px;
    background: url(/assets/images/prve.png) no-repeat center;
    background-size: contain;
    left: auto;
    top: auto;
    right: 60px;
    bottom: 25px;
}


.box1Swiper .swiper-button-next {
    color: #fff0;
    width: 17px;
    height: 4px;
    background: url(/assets/images/prve.png) no-repeat center;
    background-size: contain;
    left: auto;
    top: auto;
    right: 0;
    bottom: 25px;
    transform: rotateY(180deg);
}


@media (max-width: 1440px) {
    .box1Slide .text {
        padding: 25px 90px;
    }

    .box1Slide .text h2 {
        margin: 30px 0 15px;
    }

    .box1Slide .text h3 {
        width: 160px;
        height: 45px;
    }


}


@media (max-width: 992px) {
    .box1Slide {
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }

    .box1Slide .img {
        position: relative;
        width: 100%;
    }

    .box1Slide .text {
        width: 100%;
    }

    .box1Slide .text {
        padding: 45px 90px;
    }
}

@media (max-width:640px) {
    .box1Slide .text {
        margin-bottom: 45px;
        padding: 30px 30px 60px;
    }

    .box1Slide .text span {
        bottom: 0;
    }

    .box1Swiper .swiper-button-prev {
        width: 30px;
        height: 10px;
        left: 15px;
        top: auto;
        right: auto;
        bottom: 60px;
    }

    .box1Swiper .swiper-button-next {
        width: 30px;
        height: 10px;
        left: auto;
        top: auto;
        right: 15px;
        bottom: 60px;
    }

    .box1Swiper .swiper-pagination {
        width: 100%;
        left: auto;
        right: auto;
        bottom: 60px;
        color: #A5A5A5;
        font-size: 16px;
    }

    .box1Slide .text h1 {
        font-size: 28px;
    }
}

/* 样式二 */
.NyNews .NewsList:nth-child(2n+1) {
    background: #F5F5F5;
}

.NewsList {
    padding: 50px 25px;
    display: flex;
    flex-wrap: wrap;
}

.NewsList .img {
    width: 420px;
    margin-right: 55px;
}

.NewsList .img img {
    width: 100%;
    transition: 0.5s;
}

.NewsList .img:hover img {
    transform: scale(1.05);
}

.NewsList .text {
    width: calc(100% - 475px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.NewsList .text h1 {
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    color: #616161;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.NewsList .text .time {
    margin: 30px 0 20px;
}

.NewsList .text h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #A5A5A5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 992px) {
    .NewsList .img {
        width: 260px;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    .NewsList .text {
        width: calc(100% - 275px);
    }

    .NewsList .text h1 {
        font-size: 24px;
    }

    .NewsList .text .time {
        margin: 20px 0 10px;
    }
}

@media (max-width: 640px) {
    .NewsList .img {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
    }

    .NewsList .text {
        width: 100%;
        margin-top: 30px;
    }


}

/* 详情 */
/* 详情 */
/* 详情 */
.Ny_NewsPost {
    padding: 0;
}

.Ny_NewsPost .title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

.Ny_NewsPost .desc {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Ny_NewsPost .desc span {
    margin: 0 5px;
    color: #999;
    font-size: 14px;
    line-height: 3;
    text-align: center;
}

.Ny_NewsPost .Ny_xiangqing {
    margin-top: 30px;
    margin-bottom: 30px;
    text-indent: 32px;
}

.Ny_NewsPost .Ny_xiangqing p {
    margin: 0;
}

.NewsPostBottom {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.NewsPostBottom a {
    color: #333;
    line-height: 1;
    font-size: 16px;
}

@media (max-width: 640px) {
    .Ny_NewsPost .title {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .Ny_NewsPost .title {
        font-size: 18px;
        line-height: 1.5;
    }

}