

/* SPS 标题 */
.sps-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    color: #0066cc;
}

/* 新闻区域 */
.news-section {
    padding: 20px 15px;
    background-color: #f9fcfd;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.news-header h2 {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    background: linear-gradient(to right, #0056FF, #0088FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 12px;
    width: fit-content;
    margin: 0 auto;
    margin-left: 36%;
    position: relative;
}

.news-header h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background-color: #0063F9;
}

.news-header .more {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-align: right;
    color: #666666;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
    white-space: nowrap;
}

.news-header .more::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/new-more.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

/* 轮播图 */
.carousel {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease; /* 轮播动画 */
}

.carousel-item {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    height: 360px;
}

.carousel-item img {
    min-width: 400px;
    max-height: 220px;
    display: block;
    object-fit: cover;
}

.carousel-item img {
    min-width: 400px;
    max-height: 220px;
    display: block;
    object-fit: cover;
}

.carousel-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 175px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.05);
    color: #333;
    padding: 10px;
    border-radius: 15px 15px 0 15px;
    margin-left: 5%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.carousel-desc .date {
    position: absolute;
    top: -30px;
    left: -1px;
    width: 64px;
    height: 64px;
    opacity: 1;
    background: linear-gradient(206deg, #0056FF -4%, #0088FF 93%), #D8D8D8;
    text-align: center;
    color: #fff;
    padding: 0px 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-desc .date p:first-child {
    width: 34px;
    height: 26px;
    opacity: 1;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    margin: 0;
}

.carousel-desc .date p:last-child {
    width: 50px;
    height: 25px;
    opacity: 1;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #61B5FF;
    margin: 0;
}

.carousel-desc p:first-of-type {
    font-family: "Source Han Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.carousel-desc p:last-of-type {
    font-family: "Source Han Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
}

.carousel-indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 8px;
}

.carousel-indicators span {
    display: inline-block;
    width: 19px;
    height: 26px;
    background-image: url('../images/lubopage2.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.carousel-indicators span.active {
    background-image: url('../images/lubopage1.png');
     width: 19px;
    height: 15px;
}

/* 新闻列表 */
.news-list {
    list-style: none;
    padding-left: 0;
}

.news-list li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.news-list li::before {
    content: "○";
    position: absolute;
    left: 0;
    color: #C0C6D1;
    font-size: 12px;
    top: 14px;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li span {
    font-size: 14px;
    color: #999;
}

/* 准入查询区域 */
.access-section {
    background-image: url('../images/index-2-bg.png');
    background-size: cover;
    background-position: center;
    padding: 10px 10px;
}

.access-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 12px;
}

.access-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background-color: #D8D8D8;
}

.access-stat-card {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-wrap: wrap;
}

.access-stat-wrapper {
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px 10px;
}

.access-stat-icon {
    background-image: url('../images/index-2-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.access-stat-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.access-zgfzjk {
    font-family: "Source Han Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
}

.access-amount {
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #0063F9;
}

.access-stat-text .access-growth {
    font-family: "Source Han Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
}

.access-stat-text .access-growth:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

/* 固定按钮 */
.fixed-btns {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-btn img {
    width: 60px;
    height: 70px;
    border-radius: 50%;
}

.back-top {
    width: 48px;
    height: 48px;
    background-image: url('../images/to-top.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
}




 /* 标题样式 */
.access-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 统计卡片样式 */
.access-stat-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    display: block;
    align-items: center;
}
.access-stat-icon {
    font-size: 30px;
    color: #4285f4;
    margin-right: 20px;
    /*margin-left: 40px;*/
}
.access-stat-text .access-amount {
    font-size: 33px;
    font-weight: bold;
    color: #0063f9;
    margin-right: 10px;
}

/* 轮播区样式 */
.access-carousel {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    padding: 15px;
    max-width: 100%;
}
.access-carousel-header {
    text-align: center;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.access-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    /* 移除可能导致溢出的固定宽度限制 */
    max-width: none;
}


.access-carousel-products {
        display: flex;
    overflow: visible; /* 取消水平滚动，由JS控制滑动 */
    flex: 1;
    transition: transform 0.3s ease;
    flex-wrap: nowrap;
    width: 270px;
}

.access-carousel-products::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.access-product-item {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0px;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}
.access-carousel-arrow {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0 0px;
    margin-top: -50px;
    z-index: 10;
}
.access-carousel-arrow i {
    color: #0063F9;
}
.access-product-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    overflow: hidden;
}

.access-product-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* 不同产品图标的背景色区分 */
.access-product-icon.wild-fish { background-color: #e6f7ff; color: #4285f4; }
.access-product-icon.peanut { background-color: #e6ffe6; color: #34a853; }
.access-product-icon.chili { background-color: #fff3e6; color: #fbbc05; }
.access-product-icon.dairy { background-color: #f3e6ff; color: #8e24aa; }
.access-product-name {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.access-product-country {
    font-size: 12px;
    color: #999;
    text-align: center;
}
.access-carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.access-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 3px;
    cursor: pointer;
}
.access-dot.active { 
    background-color: #4285f4; 
    width: 30px;
    border-radius: 20px;
}

/* 表单区域样式 */
.access-form-group {
    
    border-radius: 8px;
    padding: 10px 15px;
}

.form-field {
    margin-bottom: 15px;
}

.form-field label {
    display: block;
    font-family: "Source Han Sans";
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
}

.access-form-select {
    width: 100%;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: 1px solid rgba(220, 225, 224, 0.5);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    color: #7B7B7B;
    font-size: 14px;
}

/* 下拉框选项选中样式 */
.access-form-select option:checked,
.access-form-select option:hover {
    background-color: #0063F9 !important;
    color: white !important;
}

.access-form-input {
    width: 100%;
    height: 42px;
    padding: 10px;
    border-radius: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: 1px solid rgba(220, 225, 224, 0.5);
    font-size: 14px;
}

.access-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 42px;
    border-radius: 78px;
    opacity: 1;
    background: url('../images/index-2btn-bg.png');
    color: #0063F9;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.access-form-button i { margin-left: 5px; }

/* 隐藏字段样式 */
.hidden-field {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hidden-field.show {
    display: block;
    opacity: 1;
    height: auto;
    overflow: visible;
}

/* 第三部分：法律法规区域 */
.laws-section {
    padding: 20px 15px;
    background-color: #f9fcfd;
}

.laws-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #0063F9;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    font-family: Source Han Sans;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    background: linear-gradient(241deg, #0056FF 17%, #0088FF 83%), rgba(0, 0, 0, 0.8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.laws-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background-color: #0063F9;
}

/* 搜索区域 */
.laws-search-group {
    gap: 10px;
    margin-bottom: 80px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.laws-search-select {
    flex: 1;
    min-width: 100px;
    height: 42px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    width: 35% !important;
    float: left;
    font-size: 14px;
    border-right: 0px;
    border-radius: 1px;
}

/* 法律法规搜索下拉框选项选中样式 */
.laws-search-select option:checked,
.laws-search-select option:hover {
    background-color: #0063F9 !important;
    color: white !important;
}

.laws-search-input {
    flex: 2;
    min-width: 120px;
    height: 42px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 42% !important;
    float: left;
   border-left: 0px;
}

.laws-search-button {
    flex: 0 0 auto;
    height: 42px;
    padding: 0 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #0063F9;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    white-space: nowrap;
    width: 20% !important;
    float: left;
		 justify-content: center;
}

.laws-search-button:hover {
    background-color: #0056CC;
}

/* 统计卡片区域 */
.laws-stats {
    margin-bottom: 160px;
    width: 100%;
}

.laws-stat-card {
    width: 48%;
    height: 96px;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    min-width: 0;
    float: left;
}

.laws-stat-card:first-child {
    margin-right: 4%;
}

.laws-stat-icon {
    width: 95px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.laws-stat-icon.book {
    background-image: url('../images/flfgtop1.png');
}

.laws-stat-icon.gavel {
    background-image: url('../images/flfgtop2.png');
}


.laws-stat-number {
    font-weight: bold;
    color: #333;
}

.laws-stat-number span:first-child {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    color: #DE2C31;
}

.laws-stat-number span:last-child {
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    font-feature-settings: "kern" on;
    color: #000000;
}

.laws-stat-text {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0px;
    font-feature-settings: "kern" on;
    color: #000000;
}

/* 饼图区域 */
.laws-chart-container {
    border-radius: 8px;
    padding: 20px 20px 0px 20px;
}

.laws-chart-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}

.laws-chart {
    width: 100%;
    height: 300px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .laws-search-group {
        flex-direction: column;
    }
    
    .laws-search-select,
    .laws-search-input,
    .laws-search-button {
        width: 100%;
        min-width: auto;
    }
    
    .laws-stats {
        flex-direction: column;
    }
    
    .laws-stat-card {
        min-width: auto;
    }
    
    .laws-chart {
        height: 250px;
    }
}

/* 第四部分：贸易数据区域 */
.trade-section {
    padding: 20px 15px;
    background-image: url('../images/index-4-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trade-container {
    border-radius: 8px;
    padding: 20px 6px;
    margin-top: 15px;
}

.trade-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}

.trade-chart {
    width: 100%;
    height: 450px;
}

/* 第五部分：中非贸易数据可视化 */
.china-africa-section {
    padding: 20px 15px;
    background-image: url('../images/index-5-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.china-africa-title {
    width: 100%;
    height: 40px;
    background-image: url('../images/index-5-shuzidiqiu.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.data-theme {
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    font-feature-settings: "kern" on;
    background-clip: text;
    padding-top: 15px;
}

.data-title {
    font-family: Source Han Sans;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-fill-color: transparent;
    text-shadow: 0px 2px 4px rgba(13, 45, 79, 0.4);
    background-image: url(../images/index-5-l-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 33px;
}

.total-amount {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flow-root;
    margin-top: 5px;
}

.amount {
    display: flex;
    align-items: self-start;
    justify-content: space-around;
    gap: 2px;
    width: 100%;
    float: left;
}

.amount-number {
    width: 40px;
    height: 50px;
    background-image: url(../images/index-5-number-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.amount-dot {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.unit {
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    float: left;
    padding-top: 5px;
    float: right;
}

.data-module {
    border-radius: 10px;
    backdrop-filter: blur(8px);
}

.module-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e3f2fd;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.chart-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* 第六部分：SPS信息 */
.sps-section {
    padding: 20px 15px;
    background-color: #f9fcfd;
}

/* 顶部标签与导航区 */
.sps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sps-tabs {
    display: flex;
    gap: 15px;
}

.sps-tab {
    padding: 8px 10px;
    border-radius: 4px;
    background-color: #EDF4F9;
    color: #0063F9;
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sps-tab.active {
    background: linear-gradient(229deg, #0056FF 12%, #0088FF 85%), #0063F9;
    color: #fff;
}

.sps-more {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sps-more::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/new-more.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* SPS信息列表 */
.sps-news-list {
    margin-bottom: 30px;
}

.sps-news-list2 {
    display: none;
}

.sps-news-item {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.sps-news-date {
    flex-shrink: 0;
    text-align: center;
    border-radius: 4px;
    background: #EDF4F9;
		 padding: 16px;
}

.sps-date-day {
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
}

.sps-date-month {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 10px;
    color: #999;
		 margin-top: 5px;
}

.sps-news-content {
    flex: 1;
}

.sps-news-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 15px;
}

.sps-news-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #999999;
}

/* SPS+板块 */


.sps-plus-title {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}

.sps-plus-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background-color: #D8D8D8;
}

.sps-plus-cards {
    display: flow-root;
}

.sps-plus-card {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
    float: left;
    width: 48%;
    height: 90px;
}

.sps-plus-card:hover {
    transform: translateY(-2px);
}

.sps-plus-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.sps-plus-card h4 {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.sps-plus-card p {
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* 底部功能区 */
.sps-footer {
    text-align: center;
}

.sps-sitemap-btn {
    padding: 7px 15px;
    background-color: #0063f900;
    color: #0063F9;
    border: none;
    border-radius: 4px;
    font-family: "思源黑体", "Source Han Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #0063F9;
}

.sps-sitemap-btn:hover {
    background-color: #0056CC;
}


/* SPSJ 背景图类 */
.spsj1 {
    background-image: url('../images/spsj1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
   margin-bottom: 20px;
}

.spsj2 {
    background-image: url('../images/spsj2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4%;
   margin-bottom: 20px;
}

.spsj3 {
    background-image: url('../images/spsj3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    
}

.spsj4 {
    background-image: url('../images/spsj4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4%;
}

/* SPS+卡片内部元素宽度设置 */
.sps-plus-card-image {
    float: left;
    box-sizing: border-box;
    width: 38%;
    
}
.sps-plus-card-image img {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.sps-plus-card-title {
    width: 60%;
    float: left;
    box-sizing: border-box;
    font-family: Source Han Sans;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    padding-top: 23px;
}


