.level02_top .level02_cn_title {
    font-size: 36px;
    font-family: songBold, HelveticaNeue Bold, Helvetica Neue;
    font-weight: bold;
    color: #121212;
    line-height: 44px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.subcol_common_top .common_right .common_title_cn {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    font-family: songBold, ScalaOT Bold, ScalaOT;
    font-weight: bold;
    color: #121212;
    line-height: 44px;
}

.subcol_common_top .common_right .common_desc_cn {
    font-family: songReg, ScalaOT Regular, ScalaOT;
}

.level01_list ul li .new_title_cn_ms {
    font-family: songBold, ScalaOT Bold, ScalaOT;
    font-size: 19px;
    font-weight: 700;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 12px;
    display: block;
    line-height: 23px;
}

.level01_list ul li .sublist_desc_cn {
    font-size: 14px;
    font-family: songReg, ScalaOT Regular, ScalaOT;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    margin-bottom: -9px;
}

.article .article_top .article_title_cn {
    font-size: 26px;
    font-family: songBold, ScalaOT Bold, ScalaOT;
    font-weight: 700;
    color: rgba(18, 18, 18, 1);
    line-height: 34px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.article .article_content .article_right .cn_text {
    font-size: 18px;
    font-family: songReg, Merriweather;
    color: rgba(18, 18, 18, 1);
    line-height: 36px;
}

@media screen and (max-width: 768px) {
    .level02_top .level02_cn_title {
        font-size: 20px;
        line-height: 24px;
    }

    .subcol_common_top .common_right .common_title_cn {
        font-size: 20px;
        line-height: 24px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .level01_list ul li .new_title_cn_ms {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}