.text-light-primary {
    color: #303033;
    font-weight: 700;
}
/* 窄屏下禁止 980 最小宽度，否则英文壳 + 移动端整页横向溢出，顶栏在视口内看起来「不满宽」 */
.article-body {
    min-width: 0;
    box-sizing: border-box;
}

@media (min-width: 980px) {
    .article-body {
        min-width: 980px !important;
    }
}
.article-body .detail-container{
    /* width: 80%; */
    /* margin: 32px auto; */
    color: #303033;
}
.article-body .detail-title{
    padding: 16px 0px;
    margin-bottom: 12px;
}

.article-body .detail-title .detail-main-title{
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 12px;
    text-align: center;
}

.article-body .detail-title .detail-sub-title{
    font-size: 14px;
    line-height: 22px;
    color: #9C9CA6;
    text-align: center;

}
