.text-light-primary {
    color: #303033;
    font-weight: 700;
}
.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;

}
