.newses {
    padding: 0px 400px 60px 400px;
    overflow: hidden;
}




.news-list {
    padding-top: 40px;
    width: 1098px;
    overflow: hidden;
}

.news {
    overflow: hidden;
}

.news-title {
    float: left;
    height: 21px;
    font-size: 15px;
    /*font-family: PingFangSC-Semibold;*/
    font-weight: 600;
    color: rgba(74, 74, 74, 1);
    line-height: 21px;
    letter-spacing: 1px;
}

.news-title a {
    color: rgba(74, 74, 74, 1);
}

.news-time {

    float: right;
    height: 21px;
    font-size: 15px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(155, 155, 155, 1);
    line-height: 21px;
    letter-spacing: 1px;
}

.news-hr-div {
    padding-top: 16px;
}

.news-hr {
    width: 1098px;
    height: 0px;
    background-color: rgba(226, 226, 226, 1);
    margin-top: 38px;
}



.news-details {
    margin-top: 24px;
}

.news-details-title {
    margin-top: 8px;
    text-align: center;

    font-size: 20px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
}



.news-details-content {
    margin-top: 24px;

    font-size: 18px;
    /*font-family: PingFangSC-Regular;*/
    font-weight: 400;
    color: rgba(94, 92, 94, 1);
    line-height: 30px;
}

.news-details-content img {
    margin-bottom: 16px;
}

.news-details-time {
    text-align: right;
    font-size: 18px;
    /*font-family: PingFangSC-Regular;*/
    font-weight: 400;
    color: rgba(94, 92, 94, 1);
    line-height: 25px;
    margin-top: 32px;
}

.pre-next {
    font-size: 14px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(52, 35, 84, 1);
    line-height: 20px;
}

.pre-next div {
    margin-top: 16px;
}