.Ny_News {
    padding: 0 2vw;
}

.NewsList {
    padding: 30px;
    border-bottom: 1px solid #ececec;
    display: block;
}

.NewsList:hover {
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}

.NewsList .title {
    display: flex;
    justify-content: space-between;
}

.NewsList .title h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.NewsList:hover .title h1 {
    color: rgb(239, 65, 54);
}

.NewsList .title span {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.NewsList p {
    color: #999;
}

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


.Ny_NewsPost {
    padding: 3vw;
}

.Ny_NewsPost>h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.Ny_NewsPost>span {
    display: block;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.Ny_NewsPost .Ny_cont {
    margin-top: 30px;
}.NewsPostBottom{
      display: flex;
    justify-content: space-between;
    padding: 15px 2vw;
}
.NewsPostBottom a {
    color: #000;
    font-size: 16px;
    line-height: 2;
}