.NyNews {
    padding: 0;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -75px;
}

.NewsList {
    width: calc(33.333% - 50px);
    display: flex;
    padding: 30px;
    padding-top: 60px;
    border-top: 1px solid #ccc;
    margin: 0 25px;
    margin-bottom: 75px;
    transition: 0.5s;
    flex-direction: column;
    align-items: center;
}

.NewsList:hover {
    border-top: 1px solid #fff;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.NewsList .img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.NewsList .text {
    display: flex;
    flex-direction: column;
}

.NewsList .text h1 {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #565656;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.NewsList .text span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NewsList .text span h3 {
    color: var(--color);
    font-size: 14px;
    line-height: 1;
}

.NewsList .text span .time {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
}

.NewsList .text span .time h2 {
    color: #303030;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 1200px) and (min-width:0px) {
    .NyNews {
        margin-bottom: -30px;
    }

    .NewsList {
        width: calc(50% - 30px);
        padding: 15px;
        margin: 0 15px;
        margin-bottom: 30px;

    }
}


@media screen and (max-width: 640px) and (min-width:0px) {
    .NewsList {
        width: 100%;
        padding: 30px 20px;
    }

    .NewsList .text h1 {
        margin-top: 15px;
        margin-bottom: 30px;
    }

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

/* 详情 */
/* 详情 */
/* 详情 */
.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;
    }

}

/* 新加 */
.box1 {
    border-radius: 30px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}

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

.box1Slide {
    display: flex;
    flex-wrap: wrap;
}

.box1Slide .text {
    padding: 90px 120px;
    width: 45%;
    display: flex;
    flex-direction: column;
}

.box1Slide .text .time {
    color: #979797;
    font-size: 16px;
}

.box1Slide .text h1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box1Slide .text h2 {
    color: #8F8F8F;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box1Slide .text h3 {
    line-height: 1;
    margin-top: 45px;
    color: var(--color);
    font-size: 16px;
    margin-bottom: 45px;text-transform:capitalize;
}

.box1Slide .img {
    border-radius: 30px;
    width: 55%;
    overflow: hidden;
}

.box1Slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

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


.box1Swiper .swiper-pagination {
    height: 12px;
    left: 120px;
    bottom: 90px;
    display: flex;
}

.box1Swiper .swiper-pagination span {
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
    border: 2px solid #D6D6D6;
}

.box1Swiper .swiper-pagination span.swiper-pagination-bullet-active {
    border-color: var(--color);
}

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

    .box1Swiper .swiper-pagination {
        left: 60px;
        bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .box1Slide .text {
        padding: 30px;
    }

    .box1Swiper .swiper-pagination {
        left: 30px;
        bottom: 30px;
    }

    .box1Slide .text h1 {
        font-size: 18px;

    }
}

@media (max-width:640px) {
    .box1 {
        margin-bottom: 60px;
        border-radius: 15px;
    }

    .box1Slide .text {
        width: 100%;
    }

    .box1Slide .img {
        width: 100%;
        border-radius: 15px;
    }

    .box1Slide .text h3 {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .box1Swiper .swiper-pagination {
        left: 0;
        width: 100%;
        right: auto;
        display: flex;
        justify-content: center;
    }
}
