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

.NewsList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid #E8E8E8;
    margin: 15px 0;
    width: 100%;
    transition: 1s;
}

.NewsList:hover {
    box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18);
}

.NewsList .time {
    color: #333;
}

.NewsList h1 {
    font-size: 18px;
    line-height: 1;
    color: #333;
    margin: 0;
    max-width: calc(100% - 100px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.NewsList p {
    border-top: 1px solid #E8E8E8;
    padding-top: 15px;
    color: #808080;
    font-size: 14px;
    line-height: 2;
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.NewsList span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.NewsList:hover span {
    color: #fff;
    background-color: #c60107;
}

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


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

/* 详情 */
/* 详情 */
/* 详情 */
.Ny_NewsPost {
    padding: 0 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;
}