.nav-box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: background-color 0.3s ease;
    background: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    box-shadow: 0 5px 5px 0 rgba(0, 44, 81, 0.05);
}

.nav .nav-right a {
    color: #333;
}

.footer_msg>.msg2 {
    display: none;
}

.nav .nav-right .Resources,
.nav .nav-right .Platforms {
    color: #333;
    cursor: pointer;
}

.nav .nav-right div img {
    left: 35%;
}

.Resources .currentActive {}

.mobile-menu-btn {
    color: #333;
}


.lang {
    color: #333;
}



.nav-box .search {
    color: #0397D6;
}

.nav .nav-right a .currentActive {
    display: block;
}

.nav .nav-right a img {
    left: 35%;
}

body {
    padding-top: 98px;
}



.Breadcrumb {
    display: flex;
    align-items: center;
    font-family: "Poppins-Regular";
    line-height: 28px;
}

.BreadcrumbItemLever1 a,
.BreadcrumbItemLever2 a {
    color: #0397D6;
}

.BreadcrumbItemLine .iconfont {
    color: #999;
    font-size: 10px;
    margin: 0 10px;
}

.blogBanner1 {
    background-color: #e0ebf7;
    padding-bottom: 50px;
    padding-top: 22px;
    background: url('../image/blogBanner1_bg.png') no-repeat center center;
    background-size: cover;
}

.blogBanner1_Con {
    display: flex;
    position: relative;
}

.blogBanner1_left {
    width: 60.714%;
    margin-top: 144px;
}

.blogBanner1_left_tit {
    font-family: "Poppins-SemiBold";
    color: #0E68B1;
    font-size: 42px;
    line-height: 52px;
}

.blogBanner1_left_con {
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
    font-style: italic;
}

.blogBanner1_right {
    width: 33.357%;
    position: relative;
    right: -10.285%;
    top: 50px;
    margin-bottom: 50px;
}

.newsItem:first-child {
    margin-top: 80px;
}

.newsItem {
    display: flex;
    margin-top: 70px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 70px;
    cursor: pointer;
}

.newsItem:last-child {
    border-bottom: none;
    padding-bottom: none;
}

.newsItem_right {
    width: 51.42%;
}

.newsItem_left {
    width: calc(100% - 51.42% - 100px);
    margin-right: 100px;
}

.newsItem_left_tit {
    color: #0E68B1;
    font-size: 32px;
    line-height: 44px;
    font-family: "Poppins-SemiBold";
}

.newsItem_left_con {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    margin-top: 24px;
}

.newsItem_left_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    background: #0E68B1;
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
    width: 166px;
    height: 56px;
    margin-top: 50px;
    transition: all 0.3s ease;
}

.newsItem_left_btn img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.newsItem_left_btn .more {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    display: none;
}

.newsItem_left_btn:hover img {
    display: none;
}

.newsItem_left_btn:hover .more {
    display: block;
}

.newsItem_left_btn:hover {
    background-color: #fff;
    color: #0E68B1;
    border: 1px solid #0E68B1;
}

.newsItem_right {
    display: flex;
    gap: 60px;
}

.newsItem_right_item {
    border-radius: 20px;
    background: linear-gradient(180deg, #D9EEFF 0%, #F0F8FF 100%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-bottom: 50px;
    flex: 0 0 calc(50% - 30px);
    /* 计算宽度：50%减去一半的间距 */
}

.newsItem_right_item:hover .newsItem_right_item_img img {
    transform: scale(1.1);
}

.newsItem_right_item_img {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.3s ease;
}

.newsItem_right_item_img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.newsItem_right_item_text {
    color: #333;
    font-family: "Poppins-Regular";
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-decoration-line: underline;
    margin-top: 36px;
    /* 两行溢出隐藏，显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
    font-style: italic;
}

.newsItem_right_item:hover .newsItem_right_item_text {
    color: #0397D6;
}

.blogBanner2 {
    padding-bottom: 120px;
}


.blogList {
    margin-top: 80px;
}

.blogList_con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 37px;
    padding-bottom: 100px;
}

.blogList_tit {
    margin: 0 auto;
    color: #0E68B1;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    font-family: "Poppins-SemiBold";
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 80px;
}

.blogList_tit::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #109cd7;
}



.blogItem {
    width: 31.57%;
    cursor: pointer;
}

.blogItem:hover .blogItem_tit {
    color: #0397D6;
}

.blogItem:hover .blogItem_btn {
    background-color: #0397D6;
    color: #fff;
    border: none;
}

.blogItem:hover .blogItem_btn img {
    display: none;
}

.blogItem:hover .blogItem_btn .more_white {
    display: block;
}

.blogItem_img {
    width: 100%;
    height: auto;
    max-height: 285px;
    border-radius: 16px;
    overflow: hidden;
}

.blogItem_time {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    margin-bottom: 12px;
    margin-top: 18px;
}

.blogItem_tit {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-family: "Poppins-SemiBold";
    /* 两行溢出隐藏，显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.blogItem_con {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Poppins-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}

.blogItem_btn {
    border-radius: 99px;
    border: 1px solid #999;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    width: 154px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.blogItem_btn img {
    width: 22px;
    height: 22px;
}

.blogItem_btn .more_white {
    display: none;
}

.pages-btn,
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 100px;
}

.pages-btn a,
.page a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCC;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
}

.pages-btn .action,
.page .action {
    background-color: #0397D6;
    color: #fff;
}





@media screen and (max-width: 1680px) {
    .newsItem_right {
        gap: 2%;
    }

    .newsItem_right_item {
        flex: 0 0 calc(50% - 1%);
        /* 计算宽度：50%减去一半的间距 */
    }
}

@media screen and (max-width: 1580px) {
    .blogList_con {
        gap: 40px 15px;
    }

    .blogItem {
        width: 31.57%;
    }

    .newsItem_right {
        gap: 2%;
    }

    .newsItem_right_item {
        width: 49%;
        padding: 20px;

    }
}

@media screen and (max-width: 1440px) {
    .newsItem_right_item_text {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .blogBanner1_left {
        margin-top: 50px;
    }

    .newsItem_left {
        margin-right: 50px;
        width: calc(100% - 51.42% - 50px);
    }

    .newsItem_right_item_img {
        padding: 20px 30px;
        padding-bottom: 0;
    }

    .newsItem_right_item_img img {
        width: 200px;
        height: 140px;
    }

    .newsItem {
        padding-bottom: 50px;
    }

    .blogList {
        margin-top: 40px;
    }

    .blogList_tit {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .blogBanner1_left {
        margin-top: 50px;
    }

    .blogList_con {
        padding-bottom: 50px;
    }

    .pages-btn,
    .page {
        margin-bottom: 50px;
    }

    .newsItem_left {
        margin-right: 30px;
    }

    .newsItem_right {}



}

@media screen and (max-width: 992px) {

    .newsItem_right_item {
        padding: 16px;
    }

    body {
        padding-top: 50px;
    }

    .blogBanner1_Con {
        flex-direction: column;
    }

    .blogBanner1_left {
        margin-top: 30px;
        width: 100%;
    }

    .blogBanner1_left_tit {
        font-size: 32px;
    }

    .blogBanner1_right {
        width: 40%;
        right: 0;
        top: 20px;
        margin: 0 auto;
    }

    .newsItem_right_item_img {
        padding: 0;
    }

    .newsItem_right_item_text {
        font-size: 14px;
    }

    .newsItem_right_item_img img {
        width: 100%;
        height: 150px;
    }

    .newsItem {
        flex-direction: column;
    }

    .newsItem_left {
        width: 100%;
        margin-right: 0;
    }

    .newsItem_right {
        width: 100%;
        margin-top: 30px;
    }

    .blogBanner2 {
        padding-bottom: 30px;
    }

    .newsItem {
        margin-top: 30px;
    }

    .newsItem_left_con {
        font-size: 14px;
    }

    .newsItem_left_btn {
        margin-top: 20px;
    }
}


@media screen and (max-width: 768px) {
    .blogList_con{
        gap: 40px 2%;
    }
    .Breadcrumb {
        flex-wrap: wrap;
        align-items: flex-start;
        /* 改为 flex-start 以允许换行 */
        row-gap: 8px;
    }

    /* 确保前两个项目和它们的分隔线在同一行 */
    .BreadcrumbItemLever1,
    .BreadcrumbItemLever1~.BreadcrumbItemLine,
    .BreadcrumbItemLever2,
    .BreadcrumbItemLever2~.BreadcrumbItemLine {
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-shrink: 0;
        /* 防止缩小 */
    }

    /* 强制第三个项目到新行，并且允许换行 */
    .BreadcrumbItemLever3 {
        white-space: normal;
        word-break: break-word;
        flex-basis: 100%;
        /* 占满整行，强制换行 */
        max-width: 100%;
    }

    /* 隐藏第三个项目前面的分隔线 */
    .BreadcrumbItemLever3~.BreadcrumbItemLine {
        display: none;
    }
}


@media screen and (max-width: 576px) {

    .blogBanner1 {
        background: #e0ebf7;
    }

    .blogBanner1_left_tit {
        font-size: 24px;
    }

    .blogBanner1_left_con,
    .blogItem_tit {
        font-size: 12px;
    }

    .blogItem_con {
        font-size: 12px;
    }

    .blogItem_btn {
        font-size: 12px;
        width: 140px;
        height: 40px;
    }

    .blogBanner1_Con {
        flex-direction: column;
    }



    .blogBanner1_right {
        width: 40%;
        right: 0;
        top: 20px;
        margin: 0 auto;
    }

    .blogItem {
        width: 48%;
    }

    .blogList_con {
        gap: 40px 2%;
    }

    .pages-btn a,
    .page a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .pages-btn .iconfont,
    .page .iconfont {
        font-size: 12px;
    }

    .newsItem_left_tit {
        font-size: 24px;
    }

    .newsItem_left_con {
        font-size: 12px;
    }

    .newsItem_left_btn {
        font-size: 12px;
        width: 120px;
        height: 32px;
    }
}