/* Meta-noise extracted inline styles */

/* Layout helpers */

/* 主要文字 */
.hf-text-primary {
    color: #333 !important;
}

/* 常规文字 */
.hf-text-regular {
    color: #666 !important;
}

/* 次要文字 */
.hf-text-secondary {
    color: #999 !important;
}

.hf-text-justify {
    text-align: justify;
}

.hf-text-center {
    text-align: center;
}

.hf-text-underline {
    text-decoration: underline;
}

.hf-flex {
    display: flex;
}

.hf-flex-column {
    display: flex;
    flex-direction: column;
}

.hf-flex-justify-between {
    justify-content: space-between;
}

.hf-flex-justify-center {
    justify-content: center;
}

.hf-flex-align-start {
    align-items: self-start;
}

.hf-flex-align-center {
    align-items: center;
}

.hf-grow {
    flex-grow: 1;
}

.hf-shrink {
    flex-shrink: 0;
}

.hf-icon-30 {
    width: 30px !important;
    height: 30px !important;
}

.hf-font-12 {
    font-size: 12px;
}

.hf-font-16 {
    font-size: 16px;
}

.hf-font-18 {
    font-size: 18px;
}

.hf-font-20 {
    font-size: 20px;
}

.hf-font-24 {
    font-size: 24px;
}

.hf-font-28 {
    font-size: 28px;
}

.hf-font-32 {
    font-size: 32px;
    line-height: 32px;
}

.hf-font-42 {
    font-size: 42px;
}

.hf-font-weight {
    font-weight: bold;
}

.hf-font-weight-600 {
    font-weight: 600;
}

.hf-section-path {
    border-bottom: 1px solid #B1B1B1;
    color: #666666;
    padding-bottom: 10px;
}

.hf-home3 {
    padding: 150px 0;
    background-color: #F0F0F2;
}

.hf-home4 {
    padding: 180px 0 200px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hf-home5 {
    padding: 78px 0 350px 0;
    background-color: #EDF4F7;
}

.hf-culture-card {
    border-radius: 8px;
    width: 283px;
    height: 288px;
    background-color: #ffffff;
    margin: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.hf-tabs a {
    padding-bottom: 10px;
    margin-right: 45px;
    cursor: pointer;
}

.hf-tabs:hover a.hf-active {
    border: none;
}

.hf-tabs a:hover {
    border-bottom: #0F7ACC solid 3px !important;
}

.hf-tabs .hf-active {
    border-bottom: #0F7ACC solid 3px;
}

.hf-li {
    position: relative;
}

.hf-li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 100%;
    position: absolute;
    top: 12.5px;
    left: -20px;
}