body,
h1,
h2,
p {
    font-family: 'Alibaba PuHuiTi 2.0'
}

.fh5co-nav {
    position: absolute;
    background: transparent;

}


#fh5co-blog .container h2 {
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 48px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000D9;
    margin-bottom: 30px;


}

.col-lg-4 {
    margin-top: 30px;
}

.alldynamic {
    margin-top: 120px;
}

.category {
    padding: 0 85px;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.category-list-item {
    background: #F8F8F8;
    padding: 6px 20px;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
}

.category-list-item-key {
    display: none;
}

.category-list-item.active {
    background: #0052D9;
    color: #FFFFFF;
}

.page_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.page_area a {
    color: #27282A;
}

.page_area a.pre {
    margin-right: 20px;
}

.page_area a.next {
    margin-left: 20px;
}

.page_area ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.page_area ul li {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;

}



.page_area ul li.active {
    background: #3460FB;

    border-radius: 50%;

}

.page_area ul li.active a {
    color: #FFFFFF;
}

.article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.fh5co-blog .blog-text p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article-content .left .article-box {

    margin-bottom: 0px;
    width: 100%;
    float: left;
    transition: 0.3s;
    border-radius: 20px;
    overflow: hidden;
    height: 602px;
}

.article-box .blog-img-holder {
    display: block;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 412px;
}

.article-box .blog-text h3 a {
    color: black;
}

.article-box .blog-text {
    position: relative;
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 40px;
    float: left;
    height: 100%;
}

.article-box .blog-text span {
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.65);
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.article-box .description {

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

    color: #000000A6;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;

}

.article-box .blog-text h3 {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.article-content .right .article-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 192px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.article-content .right .article-box:nth-last-of-type(1) {
    margin-bottom: 0;
}

.article-content .right .article-box .blog-img-holder {
    height: 192px;
    width: 275px;
    background-size: 100% 100%;
    border-radius: 20px 0 0 20px;
}

.article-content .right .article-box .blog-text h3 {

    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;


}

.article-content .right .article-box .blog-text {
    height: 192px;
    flex: 1;
    padding: 50.8px 30px 50.8px 20px;
    border-radius: 20px;
    overflow: hidden;
    /* width: 54.67vw; */
}

.article-content .right .article-box .description {
    -webkit-line-clamp: 1;
}

.article-content .col-md-6.left {
    padding-left: 0px;
    padding-right: 10px;
}

.article-content .col-md-6.right {
    padding-left: 10px;
    padding-right: 0px;
}

#banner {

    background: url(/imgs/news-banner.webp)no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/500;


}

#banner .container {
    padding: 179px 0 99px;
}

.heading-section {

    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;


}

.heading-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

#fh5co-blog {
    padding: 160px 0;
}

@media (min-width: 1200px) {
    .col-lg-4 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .article-content .left .article-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    body {
        background: #F5F6FA;

    }

    .phone-none {
        display: none;
    }

    #fh5co-blog {
        padding: 0px 0 60px 0;
    }

    #fh5co-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #fh5co-hero .flexslider .slider-text>.slider-text-inner h1+h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    #fh5co-hero.common-fh5co-hero,
    #fh5co-hero .flexslider .slides li.common-li,
    #fh5co-hero .flexslider .slider-text.common-slider-text,
    #fh5co-hero .flexslider .slider-text>.slider-text-inner.common-slider-text-inner {
        height: 170px !important;
        min-height: 170px !important;
    }

    .category {
        padding: 20px 20px 10px;
        margin: 0 -15px 20px;
        background: #FFFFFF;
        overflow: scroll;

    }

    .category::-webkit-scrollbar {
        display: none;
    }

    .category-list {
        flex-wrap: nowrap;
        justify-content: normal;



    }

    .category-list-item {
        padding: 6px 8px;
        font-size: 10px;
        line-height: 12px;
        border-radius: 0;
        background: #FFFFFF;
        text-wrap: nowrap;
        flex-shrink: 0;
        box-shadow: none;
    }

    .category-list-item.active {
        color: #0052D9;
        background: #FFFFFF;
        position: relative;
    }

    .category-list-item.active::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #0052D9;
        bottom: -10px;
        left: 0;
    }

    .fh5co-blog {
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 88px;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .fh5co-blog .blog-img-holder {
        height: 88px;
        width: 120px;
    }

    .fh5co-blog .blog-text {
        height: 88px;
        flex: 1;
        padding: 13.5px 10px;
        width: 54.67vw;
        background: #FFFFFF;

    }

    .col-lg-4 {
        margin-top: 0;
    }

    .fh5co-blog .blog-text h3 {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .fh5co-blog .blog-text span {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 10px;
        display: block;
    }

    .fh5co-blog .blog-text p {
        font-size: 12px;
        line-height: 16.8px;
        text-align: left;
    }

    .page_area {
        margin-top: 10px;
    }

    a.page-turn-btn {
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
    }

    .page_area ul li {
        height: 24px;
        width: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .page_area ul {
        gap: 4px;
    }


    .heading-section {

        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .heading-text {

        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;


    }

    .article-content .col-md-6.left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-content .col-md-6.right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-content .right .article-box,
    .article-content .left .article-box {
        height: auto;
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .article-content .right .article-box .blog-img-holder,
    .article-box .blog-img-holder {
        width: 100%;
        height: 228px;
        border-radius: 12px 12px 0 0;
    }

    .article-box .blog-text,
    .article-content .right .article-box .blog-text {
        height: auto;
        padding: 20px 20px 30px;
        border-radius: 0px 0px 12px 12px;

    }

    .article-content .right .article-box {
        flex-direction: column;
    }

    .article-content .right .article-box .blog-text h3,
    .article-box .blog-text h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 8px;

    }

    .article-box .blog-text span {

        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 8px;

    }

    .article-box .description {

        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        -webkit-line-clamp: 1;


    }

    .article-content .left .article-box {
        margin-bottom: 20px;
    }

    .article-content .right .article-box {
        margin-bottom: 20px;
    }

    #banner {
        background: url(/imgs/news-banner-phone.webp)no-repeat;
        aspect-ratio: 0;
        background-size: 100%;
        background-position: 0;
    }

    #banner .container {
        padding: 56px 0;
    }

    .heading-section {

        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .heading-text {

        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;


    }

    .fh5co-nav {
        position: relative;
        background: #FFFFFF;

    }

    .fh5co-nav-toggle.fh5co-nav-white>i {
        color: #000;
        background: #000;
    }

    .fh5co-nav-toggle.fh5co-nav-white>i::before,
    .fh5co-nav-toggle.fh5co-nav-white>i::after {
        background: #000;
    }
}

@media (max-width: 375px) {
    #banner {
        background-size: 100% 100%;
        background-position: 0 0;
    }
}