.top-title-wrap {
    margin-bottom: 0.8rem;
    padding: 0.266667rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0C0C0B;
}

.top-title-wrap .left-text, .top-title-wrap .right-text {
    font-size: 0.32rem;
    color: #0C0C0B;
}

.news-title {
    margin-bottom: 0.4rem;
    text-align: justify;
    font-size: 0.453333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0C0C0B;
    line-height: 0.533333rem;
}
.news-content{
    min-height: 58vh;
    margin-bottom: 0.533333rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-size: 0.373333rem;
    line-height: 0.533333rem;
    text-align: justify;
    color: #0C0C0B;
}