.mod_container .sub_tit_3.no_data {
    display: none !important;
}

.new_dot ul li::before {
    flex-shrink: 0;
    display: inline-block;
    /* 改为inline-block以适应文字流 */
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #FF7323;
    border-radius: 50%;
    margin-right: 0.15rem;
    /* 与文字保持间距 */
    vertical-align: middle;
    /* 垂直居中 */
}

.new_dot.black ul li::before {
    background: #000000;
}

.new_dot ul li {
    font-size: 0.24rem;
    line-height: calc(35 / 24);
    color: #000000;
    font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
}

.new_dot ul li+li {
    margin-top: 0.2rem;
}

.new_dot.new_font strong {
    font-size: 0.24rem;
    line-height: calc(35 / 24);
    color: #000000;
    font-family: SourceHanSansHKBold, SourceHanSansCNBold;
    font-weight: bold;
}

.common_page {
    font-size: 0.24rem;
    line-height: calc(35 / 24);
    color: #000000;
    font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
}

@media screen and (max-width: 992px) {
    .new_dot ul {
        margin-top: .16rem;
    }
    .new_dot ul li+li {
        margin-top: .1rem;
    }
    .new_dot ul li,
    .new_dot.new_font strong,
    .common_page {
        font-size: .14rem;
    }
}

.common_page p {
    margin-top: 0.2rem;
}

.developmentPhilosophy_page .module_3 .mod_container .table_box {
    display: block;
}

.developmentPhilosophy_page .module_3 .mod_container .table_box table {
    width: 100%;
    margin-bottom: 0.2rem;
}

.sub_content_2.p_style p+p {
    margin-top: 0.38rem;
}

.sub_content_2.p_style p strong {
    color: #000000 !important;
}

header.sbs-header .mod_container .header-inner .nav_right nav .nav-tools .lang_btn {
    font-size: 0.16rem;
    line-height: calc(25 / 16);
    font-family: SourceHanSansHKRegular, SourceHanSansCNRegular;
    cursor: pointer;
    transition: all 0.2s;
}

header.sbs-header .mod_container .header-inner .nav_right nav .nav-tools .lang_btn:hover {
    transform: translateY(-0.02rem);
}

header.sbs-header .mod_container .header-inner .nav_right nav .nav-tools .lang_btn.active {
    border-bottom: 0.03rem solid #FF7323;
}

pre {
    font-size: .2em;
}