@charset "utf-8";

.content-box{
    background: #EFF1F3;
}
.content-box .section{
    width: 50%;float: left;
}

.content-box .banner-box {
    position: relative; /* 相对定位，作为子元素定位的参考 */
    width: 100%; /* 宽度占满父容器 */
    height: 50vw;
    overflow: hidden; /* 隐藏超出部分 */
    margin-bottom: 5vw;
}

.content-box .banner-box .banner {
    width: 100%;
}

.content-box .banner-box .carousel-inner {
    width: 100%;
    height: 100%;
}

.content-box .banner-box .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.content-box .banner-box .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 图片填充方式 */
}

.content-box .banner-box .banner-cover {
    position: absolute; /* 绝对定位，覆盖在轮播图上 */
    top: 0;
    left: 0;
    width: 100%;
    height: 46vw; /* 1.5 倍于 banner 的高度 */
    display: flex;
    flex-direction: column;
    padding-top: 10vw;
    align-items: center;
    color: white; /* 文字颜色 */
    text-align: center;
    box-sizing: border-box; /* 确保 padding 不影响宽度计算 */
}

.content-box .banner-box .banner-cover .cover-text {
    color: #FDFDFD;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 1vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.content-box .banner-box .banner-cover .cover-text2 {
    color: #FDFDFD;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.95px;
}

/* 搜索框 */
.content-box .banner-box .banner-cover .search-box {
    display: flex;
    margin-top: 20px;
}

.content-box .banner-box .banner-cover .search-box input {
    padding: 10px;
    font-size: 1rem;
    border: none;
    border-radius: 30px;
    background: #FDFDFD;
    width: 30vw; /* 输入框宽度 */
}

.content-box .banner-box .banner-cover .search-box .category-btn {
    border-radius: 25px;
    border: 0.8px solid #1C83F9;
    background: #C1DEFF;
}

.content-box .banner-box .banner-cover .search-box .search-btn {
    padding: 10px 12px;
    font-size: 1rem;
    border: none;
    background-color: #166AC9; /* 按钮背景色 */
    color: white; /* 按钮文字颜色 */
    border-radius: 100%;
    cursor: pointer;
}

/* 指南链接 */
.content-box .banner-box .banner-cover .guideline {
    margin-top: 2vw;
    color: #FDFDFD;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.39px;
}

/* 推荐文章 */
.content-box .banner-box .banner-cover .featured-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    width: 80%; /* 宽度 */
    max-width: 800px; /* 最大宽度 */
    position: absolute;
    bottom: 0;
}

.content-box .banner-box .banner-cover .article-text {
    flex: 1;
    text-align: left;
    color: #333; /* 文字颜色 */
    border-radius: 0px 200px 200px 0px;
    background: #FDFDFD;
    padding: 1vw 3vw;
    max-height: 170px;
}

.content-box .banner-box .banner-cover .article-text .category {
    margin-bottom: 1vw;
}

.content-box .banner-box .banner-cover .article-text .category span {
    color: #52881B;
    font-family: "IBM Plex Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    background: #B6EDAE;
    padding: 2px;
}

.content-box .banner-box .banner-cover .article-text .title {
    color: #141414;
    font-family: "IBM Plex Sans";
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.66px;
    margin-bottom: 1vw;
}

.content-box .banner-box .banner-cover .article-text .read-more {
    font-size: 0.9rem;
    color: #166AC9; /* 链接颜色 */
    display: flex;
    align-items: center;
    gap: 5px; /* 图标与文字间距 */
}

.content-box .banner-box .banner-cover .article-image {
    border-radius: 200px 0 0 200px;
    background: #EBE4BE;
    flex-shrink: 0;
    padding: 1vw 1vw 1vw 3vw;
    max-height: 170px;
}

.content-box .banner-box .banner-cover .article-image img {
    width: 100px; /* 图片宽度 */
    height: auto;
    border-radius: 5px;
}

.content-box .publications-title {
    color: #F75748;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.content-box .publications-title2 {
    color: #141414;
    font-family: "IBM Plex Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
}
.Publish1{
    width: 50%;float: left;margin-bottom: 10rem;border-radius: 0 500px 500px 0;background: #ffffff;padding: 4vw;
}
.Publish2{
    width: 50%;float: left;margin-bottom: 10rem;border-radius: 500px 0 0 500px;background: #dbdbdb;padding: 4vw;
}
.content-box .view-all {
    text-align: center;
    width: 12vw;
    height: 35px;
    flex-shrink: 0;
    line-height: 35px;
    border-radius: 25px;
    border: 1px solid #166AC9;
    color: #166AC9;
    font-family: "IBM Plex Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.45px;
}

.content-box .view-all-btn {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid #166AC9;
    text-align: center;
}

.content-box .view-all-btn svg {
    width: 15px;
    height: 35px;
}

.content-box .book-box {
    display: flex; /* 启用 Flexbox 布局 */
    justify-content: space-between; /* 子元素均匀分布，首尾贴边 */
    gap: 3vw; /* 设置子元素之间的间隙 */
    width: 100%; /* 父容器占满一行 */
    box-sizing: border-box; /* 确保 padding 不影响宽度计算 */
}

.content-box .book-card-img {
    background: #FDFDFD;
    text-align: center; /* 文字居中 */
    padding: 20px;
}

.content-box .book-card-img img{
    width: 75%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-box .book-card-img:hover img {
    transform: scale(1.05); /* 鼠标悬停时放大图片 */
}

.content-box .book-box .book-card {
    flex: 1; /* 子元素平均分配剩余空间 */
    padding: 20px 0; /* 内边距 */
}

.content-box .book-box .book-card .book-card-tag {
    color: #E62A26;
    font-family: "IBM Plex Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-top: 1vw;
    background: #FFD0CF;
    width: 92px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.content-box .book-box .book-card .book-card-tag2 {
    color: #D09D10;
    font-family: "IBM Plex Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-top: 1vw;
    background: #FDEAB2;
    width: 94px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.content-box .book-box .book-card .book-card-tag3 {
    color: #2F6FAC;
    font-family: "IBM Plex Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-top: 1vw;
    background: #9ECBF5;
    width: 92px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.content-box .book-box .book-card .book-card-tag4 {
    color: #58B0BB;
    font-family: "IBM Plex Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    margin-top: 1vw;
    background: #BAE9F3;    
    width: 92px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.content-box .book-box .book-card .book-card-title {
    color: #166AC9;
    font-family: "IBM Plex Sans";
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    margin-top: 1vw;
}

.content-box .ad-box {
    display: flex;
    align-items: stretch;
    margin: 8vw 0;
}

.content-box .ad-box .ad-left {
    display: block;
    border-radius: 0px 500px 500px 0px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #166AC9;
}

.content-box .ad-box .ad-right {
    border-radius: 500px 0 0 500px;
    background: #166AC9;
    width: 50%;
    box-sizing: border-box;
    padding: 8%;
}

.content-box .ad-box .ad-right .title1 {
    color: #C1DEFF;
    font-family: "IBM Plex Sans";
    font-size: 2vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.content-box .ad-box .ad-right .title2 {
    color: #FDFDFD;
    font-family: "IBM Plex Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.78px;
    margin-top: 5%;
}

.content-box .ad-box .ad-right .title3 {
    color: #FDFDFD;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    margin-top: 3%;
}

.content-box .ad-box .ad-right .cws {
    color: #166AC9;
    font-family: "IBM Plex Sans";
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.45px;
    border-radius: 25px;
    border: 1px solid #FDFDFD;
    background: #FDFDFD;
    width: 10vw;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
    position: relative;
    top: 1.5vw;
}

.content-box .ad-box .ad-right .cws-btn {
    border-radius: 25px;
    border: 1px solid #FDFDFD;
    background: #FDFDFD;
    margin-right: 5%;
    height: 2vw;
    width: 2vw;
    text-align: center;
    line-height: 2vw;
    position: relative;
    top: 1.5vw;
}

.content-box .ad-box .ad-right .ad-box-btn {
    margin-top: 6%;
}

.content-box .ad-box .ad-right .ad-box-btn .logo {
    margin-right: 5%;
}

.content-box .final-box {
    margin: 8vw 0;
}

.content-box .final-box img{
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-box .final-box .book-card-img:hover img {
    transform: scale(1.1);
}

.content-box .final-box .book-card-img {
    padding: 0;
}

.content-box .publications-title {
    color: #F75748;
    font-family: "IBM Plex Sans";
    font-size: 2vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.content-box .publications-title2 {
    color: #141414;
    font-family: "IBM Plex Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
}

.content-box .publish-box {
    margin-top: 5vw;
}

.content-box .publish-box .publish-title2 {
    margin: 1vw 0 2vw 0;
}

.content-box .publish-box .publish-logo img {
    width: 4vw;
    margin: 1vw 1vw;
}

.content-box .publish-card-box .publish-card {
    flex: 1; /* 子元素平均分配剩余空间 */
    padding: 20px 0; /* 内边距 */
}

.content-box .publish-card-box .publish-card .bars{
    height: 5px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #F86909 0%, #2FF4BC 100%);
}

.content-box .publish-card-box .publish-card .bars2{
    height: 5px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #933EB5 0%, #669BFF 100%);    
}

.content-box .publish-card-box .publish-card .bars3{
    height: 5px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #7B93FF 0%, #FFA190 100%);
}

.content-box .publish-card-box {
    display: flex; /* 启用 Flexbox 布局 */
    justify-content: space-between; /* 子元素均匀分布，首尾贴边 */
    gap: 3vw; /* 设置子元素之间的间隙 */
    width: 100%; /* 父容器占满一行 */
    box-sizing: border-box; /* 确保 padding 不影响宽度计算 */
    margin-bottom: 8vw;
    margin-top: 5vw;
}

.content-box .publish-card-img {
    position: relative;
}

.content-box .publish-card-img .title {
    /* color: #141414;
    font-family: "IBM Plex Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px; */
    position: absolute; /* 绝对定位，覆盖在图片上 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; /* 文字在垂直方向上位于底部 */
    justify-content: left; /* 文字在水平方向上居中 */
    padding: 2vw; /* 文字距离底部的间距 */
    box-sizing: border-box;
    color: #EFF1F3;
    font-family: "IBM Plex Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
}

.content-box .publish-card {
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-box .publish-card-img .know-more {
    color: #166AC9;
    font-family: "IBM Plex Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.39px;
}

.content-box .publish-card:hover {
    transform: scale(1.1);
}

.content-box .leader-box {
    margin-bottom: 8vw;
}

.content-box .mission-box {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    background-color: #f0f0f0; /* 背景色，方便查看 */
    margin: 2vw;
}

.content-box .mission-box img {
    height: 150px; /* 图片高度，根据需要调整 */
    width: auto; /* 宽度自适应，保持图片比例 */
    margin-right: 2vw; /* 图片之间的间隔 */
    transition: transform 0.3s ease;
}

.content-box .mission-box img:hover {
    transform: scale(1.1);
}

.content-box .mission-box img:last-child {
    margin-right: 0;
}

.content-box .mission-content {
    color: #141414;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
}

.content-box .mission-tag1 {
    background-color: #B6EDAE;
    padding: 0 5px;
}

.content-box .mission-tag2 {
    background-color: #FFD0CF;
    padding: 0 5px;
}

.content-box .mission-tag3 {
    background-color: #9ECBF5;
    padding: 0 5px;
}

.content-box .leader-box img{
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-box .leader-box img:hover{
    transform: scale(1.1);
}

.content-box .leader-box .leader-name {
    margin-top: 1vw;
}


@media (max-width: 768px) {
    .content-box .publications-title2 {
        font-size: 30px!important;
    }
    .content-box .publish-box .publish-logo img {
        width: 60px!important;
        margin: 2vw 4vw 8vw 4vw!important;
    }

    .content-box .book-box {
        display: flow;
    }
    
    .content-box .book-box .book-card .book-card-title {
        font-size: 20px;
    }
    .content-box .section{
        width: 100%;float: none;
    }

    .content-box .view-all {
        width: 180px!important;
        text-align: center;
        float: right;
    }

    .content-box .view-all-btn {
        float: right;
    }

    .content-box .view-all-book-box {
        padding: 0!important;
        margin: 10px 0 20px 0;
    }

    .content-box .banner-box {
        height: 600px;
        width: 100%; /* 宽度自适应 */
        overflow: hidden; /* 隐藏超出部分 */
        position: relative; /* 为图片定位 */
        background-color: #f0f0f0; 
        margin-bottom: 20vw;
    }

    .content-box .banner-box .banner {
        width: 100%; /* 宽度自适应 */
        height: 100%; /* 高度与 div 一致 */
        object-fit: cover; 
    }

    .content-box .banner-box .banner img {
        width: auto; /* 宽度自适应 */
        height: 100%; /* 高度与 div 一致 */
        object-fit: cover; 
    }
    .content-box .banner-box .banner-cover .featured-article {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        padding: 0px;
        border-radius: 10px;
        width: 100%;
        max-width: 800px;
        position: absolute;
        bottom: -531px;
    }
    .content-box .banner-box .banner-cover .cover-text {
        font-size: 2vw;
    }

    .content-box .banner-box .banner-cover .cover-text2 {
        font-size: 40px;
    }
    .content-box .banner-box .banner-cover {
        padding-top: 120px;
    }
    .content-box .banner-box .banner-cover .search-box {
        width: 75%;
        padding-right: 30px;
    }
    .content-box .banner-box .banner-cover .search-box input{
        width: 100%;
        position: relative;
        top: 3px;
    }
    .input-group {
        width: 100%;
    }

    .content-box .banner-box .banner-cover .guideline {
        display: flow;
        font-size: 3vw;
    }

    .content-box .banner-box .banner-cover .article-image {
        width: 50%;
        height: 170px;
        line-height: 37vw;
    }   
    .content-box .banner-box .banner-cover .article-text {
        padding: 10px 25px;
        height: 170px;
    }
    .content-box .banner-box .banner-cover .article-text .title {
        font-size: 16px;
    }

    .content-box .ad-box {
        width: 100%;
        overflow: hidden;
        display: flow;
    }

    .content-box .ad-box .ad-left {
        display: inline-block; /* 使 div 高度由内容决定 */
        background: linear-gradient(to bottom, white 50%, #166AC9 50%);
        border-radius: initial;
    }

    .content-box .ad-box .ad-left img {
        border-radius: 0px 500px 500px 0px;
    }

    .content-box .ad-box .ad-right{
        width: 100%;
        border-radius: 0;
    }
    .content-box .ad-box .ad-right .title1 {
        font-size: 5vw;
    }
    .content-box .ad-box .ad-right .title2 {
        font-size: 14px;
    }
    .content-box .ad-box .ad-right .title3 {
        font-size: 14px;
    }
    .content-box .ad-box .ad-right .cws {
        font-size: 16px;
        padding: 5px;
        width: auto;
        height: auto;
        line-height: normal;
    }
    .content-box .ad-box .ad-right .cws-btn{
        width: 35px;
        height: 35px;
        flex-shrink: 0;
        border-radius: 25px;
        border: 1px solid #166AC9;
        text-align: center;
        line-height: 35px;
        margin-right: 3%;
    }

    .content-box .ad-box .ad-right .ad-box-btn .logo {
        margin-right: 0;
    }

    .content-box .ad-box .ad-right .ad-box-btn .logo img {
        width: 80%;
    }
    .content-box .publications-title {
        font-size: 5vw;
    }

    .content-box .mission-box{
        width: 100%;
        justify-content: end;
        margin-bottom: 10vw;
    }
    .content-box .mission-box img{
        height: 130px;
    }
    .content-box .mission-content{
        font-size: 3vw;
        margin-bottom: 15vw;
        letter-spacing: normal;
    }

    .content-box .ad-box .ad-left {
        background: linear-gradient(to bottom, #EFF1F3 50%, #166AC9 50%);
    }

    .content-box .publish-card-box{
        display: block;
    }

    .content-box .publish-box {
        margin-top: 20vw;
        margin-bottom: 10vw;
    }
    .content-box .leader-box .leader-name{
        margin: 2vw 0 10vw 0;
    }
    .Publish1, .Publish2{
        width: 100%;float: none;margin-bottom: 5rem;
    }
}