@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.ttf');
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.ttf');
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/SourceHanSansCN-Light/SourceHanSansCN-Light.ttf');
}

.public_p_title {
    font-size: 67px;
    font-family: 'SourceHanSansCN-Bold';
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
}

.public_blue_shadow {
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
}

.public_dark_shadow {
    text-shadow: 1px 1px #0056b7;
}

.public_orange_shadow {
    text-shadow: 1px 1px #e76406;
}

.public_p_hr {
    width: 408px;
    height: 1px;
    border-bottom: 1px solid #FFFFFF;
    margin: 30px auto;
}

.public_p_text {
    font-size: 24px;
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    color: #FFFFFF;
    line-height: 41px;
    letter-spacing: 2px;
    margin-top: 24px;
}

.public_p_en {
    font-size: 50px;
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 400;
    letter-spacing: 2px;
}

.public_blue {
    color: #0550D0;
}

.public_p_sub_text {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: 'SourceHanSansCN-Medium';
    margin-top: 2px;
}

.public_more_red {
    font-size: 21px;
    font-family: 'SourceHanSansCN-Bold';
    width: 86px;
    height: 32px;
    background: #FFFFFF;
    padding: 3px 6px;
    color: #E34B0C;
    margin-top: 10px;
    display: block;
}

.public_more_blue {
    font-size: 21px;
    font-family: 'SourceHanSansCN-Bold';
    width: 86px;
    height: 32px;
    background: #FFFFFF;
    padding: 3px 6px;
    color: #0D58C1;
    margin-top: 10px;
    display: block;
}

.yuanjing_p_sub {
    font-size: 50px;
    line-height: 65px;
    margin-top: 40px;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: 'SourceHanSansCN-Bold';
}

.yuanjing_p_sub_sub {
    font-size: 35px;
    font-weight: 200;
    /* line-height: 32px; */
    margin-top: 80px;
    letter-spacing: 3px;
    font-family: 'SourceHanSansCN-Light';
}