.page-body {
    min-height: calc(100vh - 382px);
    padding: 30px;
    background-color: #fafafa;
}

.c_wrap_1200 {
    background: #fff;
    max-width: 1400px;
    padding: 30px 10%;
    margin: 0 auto;
    overflow: hidden;
}

.new_title_wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10%;
    border-bottom: 1px solid #E5E5E5;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
}

.new_title_wrap .title_wrap {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
}

.new_title_wrap .tip_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}

.new_title_wrap .tip_wrap .lll_wrap {
    margin-left: 20px;
}

/* 覆盖common中的样式 */
.us_content_wrap img {
    width: auto;
    height: auto;
}

.titel_wrap {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    color: #0F3676;
    margin-bottom:15px;
}

/* 针对屏幕宽度小于或等于1250像素的设备的样式 */
@media (max-width: 1250px) {
    .c_wrap_1200 {
        margin: 0 25px;
    }

}