.About6 {
    padding-top: 0;
}

/* 详情 */
/* 详情 */
/* 详情 */
.Ny_NewsPost {
    padding: 0;
    padding-top: 45px;
}

.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;
    min-height: 300px;
}

.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) {
    .NewsPostBottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .Ny_NewsPost .title {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .Ny_NewsPost .title {
        font-size: 18px;
        line-height: 1.5;
    }

    .NewsPostBottom a {
        width: 100%;
        margin: 5px 0;
    }
}