.ItemList {
    margin-bottom: 30px;
}

.ItemList .text {
    font-size: 16px;
    text-align: center;
    line-height: 3;
    color: #333;
}


.Ny_Post {
    padding: 3vw;
}

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

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

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

.Ny_Post .Ny_xiangqing {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px;
}

.Ny_Post .Ny_xiangqing p {
    margin: 0;
}

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

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