.news-detail {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #F7F9FA;
}

.news-detail .main {
    width: 1200px;
    margin: 0 auto;
}

.news-detail .main-left {
    width: 802px;
    /* height: 564px; */
    float: left;
    margin-right: 24px;
    background: #FFFFFF;
    padding: 24px;
}

.news-detail .main-left .title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 24px;
    margin-bottom: 14px;
}

.news-detail .main-left .title span {
    width: 80px;
    height: 28px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background: #CF9E66;
    border: 1px solid #CF9E66;
    margin-right: 14px;
}

.news-detail .main-left .source {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
    margin-right: 12px;
}

.news-detail .main-left .time {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
}

.news-detail .main-left .content {
    /* height: 444px;
    overflow: auto; */
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 24px;
    margin-top: 14px;
}

.news-detail .main-right {
    width: 374px;
    float: right;
}

.news-detail .main-right img {
    width: 100%;
    max-height: 220px;
    border-radius: 2px;
}

.news-detail .main-right p {
    /*height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 24px;
    padding: 10px 0 10px 2px;
    border-bottom: 1px solid #E8E8F3;*/
}