.Ny_News {
    padding: 30px 15px;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.NewsList {
    display: flex;
    align-items: center;
    padding: 25px;
    border: 1px solid #E8E8E8;
    margin: 15px 0;
}

.NewsList:hover {
    border: 1px solid #BE1E1C;
    box-shadow: 0 0 20px 5px #BE1E1C1a;
}

.NewsList .time {
    color: #333;
}


/* .NewsList:hover .time {
    color: #fff;
} */


.NewsList .text {
    padding: 0px 30px;
}

.NewsList .text h1 {
    font-size: 18px;
    line-height: 1;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.NewsList .text p {
    color: #808080;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.NewsList:hover .text h1 {
    color: #BE1E1C;
}

.NewsList .img {
    max-width: 200px;
}

@media screen and (max-width: 640px) and (min-width:0px) {

    .NewsList .text {
        padding: 0 10px;
    }

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


    .NewsList .text span {
        font-size: 14px;
    }

    .NewsList p {
        font-size: 12px;
        opacity: 1;
    }

    .NewsList {
        padding: 10px;
    }

    .NewsList .img {
        display: none;
    }

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

    .NewsList .time p {
        font-size: 12px;
    }
}

/* 详情 */
/* 详情 */
/* 详情 */


.Ny_NewsPost {
    padding: 3vw;
}

.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;
}

.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 screen and (max-width: 640px) and (min-width:0px) {
    .Ny_NewsPost .title {
        font-size: 18px;
        line-height: 1.5;
    }

}