/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    background-color: #faf9f9;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.tj-container {
    max-width: 1415px;
    margin: 0 auto;
    /* padding: 0 20px; */
    border: 1px solid #eee;
    display: flex;
    align-items: stretch;
}

.tj-section-title {
    display: none;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    float: left;
    width: 45px;
    /* height: 100%; */
    line-height: 1.5;
    padding-top: 30px;
    margin-right: 20px;
    flex-shrink: 0;
    background-color: #cc0001;
}

/* 全屏Banner样式 */
.banner-content {
    max-width: 1100px;
    margin-left: 20%;
}

.banner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../image/jzz.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 998;
    transition: height 3s ease-in-out;
    overflow: hidden;
}

    .banner.mini {
        height: 0;
    }

    .banner .logos {
        width: 40%;
        margin-top: 25px;
    }

.banner-logo img {
    width: 375px;
}
/* 缩小后固定顶部永久悬浮 */

.banners {
    display: none;
    width: 100%;
    height: 130px;
    background-color: #065ea7;
}

.banner-logo {
    display: block;
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.banners .logos {
    width: 40%;
}

.banners-content {
    text-align: center;
    color: white;
    max-width: 1100px;
    padding: 30px 0;
    transition: all 0.3s ease;
    display: flex;
    margin: 0 auto;
    height: 130px;
}

.banners.mini {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.banners-logo {
    display: block;
    width: 375px;
    height: auto;
    /* margin-bottom: 20px; */
    /* margin-left: 60%; */
    transition: all 0.3s ease;
}

    .banners-logo img {
        width: 100%;
        height: auto;
    }

.banners-title {
    line-height: 1;
    width: 830px;
    font-size: 2rem;
    font-weight: 600;
    /*  background: linear-gradient(180deg, #ffe08a 0%, #d4a017 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 8px;
    text-shadow: none;
    filter: drop-shadow(0 2px 6px rgba(212, 160, 23, .3));*/
    background-image: url(../image/sjk.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80%;
    height: 80px;
}

.gxhn {
    font-size: 4rem;
}


.banners-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    transition: all 0.3s ease;
}

/* 导航栏定位：紧跟缩小Banner下方，固定不跟随页面滚动 */
.topdh {
    left: 0;
    right: 0;
}

    .topdh.mini {
        position: fixed;
        z-index: 999;
        top: 130px;
    }

.navbar {
    background: #94c7e5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* 导航栏样式 */
/*#top {
    position: fixed;
    top: 109px;
    left: 0;
    right: 0;
    z-index: 999;
}
.navbar {
    background: #94c7e5;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}*/

.nav-container {
    display: flex;
    gap: 5px;
}

.nav-item {
    color: #333333;
    text-decoration: none;
    padding: 13px 30px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: 700;
    letter-spacing: 2px;
}

    .nav-item:hover {
        background: rgba(255,255,255,0.2);
    }

    .nav-item.active {
        background: #e51a14;
        color: white;
    }

/* 主内容区 */
.main-content {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
    margin-top: 200px;
}
/* 首页文章推荐 */
.article-recommend {
    padding: 20px 0;
}

.section-title {
    font-size: 2rem;
    color: #065ea7;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 41rem;
    letter-spacing: 0rem;
    padding: 10px 0px;
}

.article-content {
    color: #065ea7;
    text-align: left;
    line-height: 2;
    font-size: 1.1rem;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 1px; /* 字间距 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 三协推荐 */
.recommend-section {
    padding: 20px 0;
}

.recommend-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 21px;
    margin-top: 20px;
    margin-bottom: 5px;
    flex: 1;
    margin-right: 20px;
    padding-left: 20px;
}

.recommend-card {
    /* border-radius: 4px; */
    overflow: hidden;
    text-align: center;
    margin-left: 0%;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}

    .recommend-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .recommend-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        /* border: 1px solid #eeeeee; */
    }

    .recommend-card p {
        padding: 10px;
        font-size: 1.1rem;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0.2rem; /* 字间距 */
    }

/* 轮播横幅 */
.banner-carousel {
    background: linear-gradient(135deg, #66b3e8 0%, #5a9fd4 100%);
    padding: 30px 0;
}

.carousel-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.carousel-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.carousel-left h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 15px;
}

.carousel-left p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.carousel-left ul {
    list-style: none;
    color: white;
}

    .carousel-left ul li {
        margin-bottom: 10px;
        font-size: 15px;
    }

.carousel-right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* 三协要闻/法规政策/通知公告 */
/* 新闻大图 划入动画 */
#news-featured-img {
    transition: all 2s ease;
}
    /* 动画激活类 */
    #news-featured-img.show {
        opacity: 1;
        transform: translateY(0);
    }

.news-tabs-section {
    padding: 20px 0;
}

.news-tabs-container {
    display: grid;
    grid-template-columns: 800px 1fr;
    gap: 40px;
}

.news-left {
    position: relative;
}

    .news-left img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .news-left h3 {
        font-size: 1.2rem;
        color: #fff;
        background-color: #999999c4;
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0.1rem;
    }

.tabs-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.4rem;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    /* border-radius: 4px; */
    transition: all 0.3s ease;
    position: relative;
}

    .tab-btn.active {
        background: #065ea7;
        color: white;
        content: '';
    }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -6px; /* 三角伸出按钮下方距离 */
            width: 0;
            height: 0;
            /* 倒三角：上白、左右透明 */
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #065ea7;
        }

    .tab-btn:hover {
        background: #e0e7ff;
    }

    .tab-btn.active:hover {
        background: #1d4ed8;
    }

.more-link {
    margin-left: auto;
    color: #9c9d9e;
    text-decoration: none;
    font-size: 14px;
    right: 0;
}

.hd-tabs-header .more-link {
    position: absolute;
}

.video-tabs-header .more-link {
    position: absolute;
}

.more-link:hover {
    color: #006ab5;
    text-decoration: underline;
}

.tab-panel {
    display: none;
}

    .tab-panel.active {
        display: block;
    }

.news-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* border-bottom: 1px dashed #e5e7eb; */
    cursor: pointer;
    transition: all 0.3s ease;
}


    .news-item a:hover {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
    }

.news-dot {
    width: 6px;
    height: 6px;
    background: #2563eb;
    border-radius: 50%;
    margin-right: 10px;
}

.news-item a {
    /* flex: 1; */
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.1rem;
    display: block;
    width: 25rem;
}

.news-date {
    color: #999;
    font-size: 13px;
    margin-left: 15px;
}

/* 首页图片推荐 */
.image-recommend {
    width: 100%;
    overflow: hidden;
    background-color: #f9fafb;
}

    .image-recommend img {
        width: 100%;
        height: auto;
        display: block;
    }

/* 三协总概/三协党建/国际交流 */
.three-columns-section {
    padding: 20px 0;
    background: #f9fafb;
}

.three-columns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.column-box {
    border-radius: 4px;
    overflow: hidden;
}

.column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    /* border-bottom: 3px solid #dc3545; */
}

    .column-header h3 {
        color: #0877c7;
        font-size: 1.4rem;
        font-weight: 700;
        border-bottom: 3px solid #dc3545;
        padding-bottom: 12px;
    }

.column-content {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    min-height: 500px;
}

    .column-content .djimg {
        width: 100%;
        height: 150px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.djimg img {
    max-width: 100%;
    /* max-height: 100%; */
    object-fit: cover;
    display: block;
}

.column-img-box {
    margin-bottom: 20px;
}

    .column-img-box img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

.column-info p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 44px;
    max-height: 165px;
    letter-spacing: 1px; /* 字间距 */
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 限制2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    /* 展开状态样式 */
    .column-info p.open {
        max-height: unset;
        overflow: visible;
    }

.info-date {
    color: #2563eb;
    font-size: 13px;
    cursor: pointer;
}

.column-links {
    display: flex;
    gap: 10px;
    margin-top: 13px;
    padding-top: 7px;
    border-top: 1px solid #e5e7eb;
    flex-wrap: wrap; /* 自动换行 */
    padding-bottom: 7px;
}

    .column-links a {
        color: #333;
        text-decoration: none;
        font-size: 1.1rem;
        font-weight: 700;
        width: calc(33.333% - 7px);
        text-align: center;
        padding-top: 10px;
    }

        .column-links a:hover {
            text-decoration: underline;
            color: #1d4ed8;
        }

.column-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .column-list li {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .column-list a {
        color: #333;
        text-decoration: none;
        font-size: 1.1rem;
        flex: 0 1 auto;
        letter-spacing: 0.1rem;
        max-width: calc(100% - 75px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .column-list a:hover {
            color: #2563eb;
        }

    .column-list span {
        color: #ccc;
        font-size: 13px;
        margin-left: 6px;
        white-space: nowrap;
    }
/* 图片轮播展示 */
.image-scroll-section {
    padding: 20px 0;
    background-color: #f9fafb;
}

.image-scroll-wrapper {
    overflow: hidden;
    position: relative;
}

.image-scroll-container {
    display: flex;
    gap: 10px;
    animation: scroll 20s linear infinite;
}

    .image-scroll-container:hover {
        animation-play-state: paused;
    }

    .image-scroll-container img {
        height: 120px;
        width: auto;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 企业护航/产业服务轮播 */
.hd-tabs-section {
    padding: 40px 0;
}

.hd-tabs-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.hd-tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    cursor: pointer;
    letter-spacing: 0.1rem;
    color: #065ea7;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

    .hd-tab-btn.active {
        background: #2563eb;
        color: white;
    }

        .hd-tab-btn.active::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -8px;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #2563eb;
        }

    .hd-tab-btn:hover {
        background: #e0e7ff;
    }

    .hd-tab-btn.active:hover {
        background: #1d4ed8;
    }

.service-carousel-section {
    padding: 20px 0;
    background: #f9fafb;
}

.service-carousel-wrapper {
    position: relative;
    padding: 0px 50px;
    width: 100%;
}

/*.service-carousel-container {
    overflow: hidden;
}

.service-carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}
*/
.service-carousel-container {
    overflow: hidden; /* 隐藏超出部分 */
    width: 93%;
    margin-left: 30px;
}

.service-carousel-track {
    display: flex; /* 横向排列 */
    transition: none; /* 由 JS animate 控制动画 */
    width: 9999px; /* 足够宽 */
}

    .service-carousel-track > div {
        flex-shrink: 0; /* 每组不压缩 */
        width: 100%; /* 每组占满容器 */
        display: flex;
        gap: 30px;
    }


.service-card {
    min-width: 250px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .service-card img {
        width: 250px;
        height: 395px;
        object-fit: cover;
    }

    .service-card h4 {
        padding: 15px;
        text-align: center;
        font-size: 15px;
        color: #333;
    }

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(249 250 251);
    color: #5f5f5f;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

    .carousel-arrow:hover {
        color: #2563eb;
    }

    .carousel-arrow.prev {
        left: 0;
    }

    .carousel-arrow.next {
        right: 0;
    }

/* 视频/高新湖南/沙龙实录/会长关注 */
.hdsp {
    display: flex;
    gap: 10px; /* 两个模块之间的间距，可改 */
    align-items: flex-start; /* 顶部对齐 */
}

    /* 子元素：各占 50% 宽度 */
    .hdsp .hd {
        width: 50%;
        flex: 0 0 50%;
        box-sizing: border-box;
        padding-right: 1%;
    }

.video-tabs-section {
    padding: 40px 0;
}

.video-tabs-header {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.video-tab-btn {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
    color: #065ea7;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

    .video-tab-btn.active {
        background: #2563eb;
        color: white;
    }

        .video-tab-btn.active::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -8px;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #2563eb;
        }

    .video-tab-btn:hover {
        background: #e0e7ff;
    }

    .video-tab-btn.active:hover {
        background: #1d4ed8;
    }

.video-panel {
    display: none;
}

    .video-panel.active {
        display: block;
    }

.video-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.video-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

    .video-card:hover {
        transform: translateY(-5px);
    }

.video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .video-thumbnail img {
        width: 705px;
        height: 395px;
        object-fit: cover;
        display: block;
    }

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.play-icon {
    position: absolute;
    top: 85%;
    left: 9%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #fafafab3;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.video-card:hover .play-icon {
    background: rgba(37, 99, 235, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-card p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* 爱心公益 */
.charity-section {
    padding: 20px 0;
    background: #f9fafb;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .section-header h2 {
        font-size: 1.4rem;
        color: #0877c7;
        border-bottom: 3px solid #dc3545;
        padding-bottom: 12px;
        font-weight: 700;
    }

.charity-scroll-wrap {
    width: 100%;
    overflow: hidden;
}

.charity-grid {
    display: flex;
    gap: 16px;
    width: max-content;
}

.charity-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .charity-card img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .charity-card:hover img {
        transform: scale(1.05);
    }

.charity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(8 119 199 / 80%);
    color: white;
    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    max-height: 140px;
}

    .charity-overlay p {
        color: #ffffff !important;
    }

.charity-card:hover .charity-overlay {
    transform: translateY(0);
}

.charity-overlay p {
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    letter-spacing: 0.1rem;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    word-wrap: break-word;
}


/* 返回顶部按钮 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 40px;
    color: #333;
    background-image: linear-gradient(to bottom, #c2c2c2, #eee);
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}

    .back-to-top:hover {
        background: #171b62;
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
        color: #ffffff;
    }

    .back-to-top.show {
        display: flex;
    }

.fhdb {
    margin-top: 8px;
    display: block;
}
/* 响应式设计 */
@media (max-width: 1024px) {
    .banner-logo {
        width: 40%;
    }

    .banner.mini .logos {
        display: none !important;
    }

    .recommend-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .news-tabs-container {
        grid-template-columns: 1fr;
    }

    .three-columns-grid {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .charity-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 975px) {
    .banners.mini {
        display: none;
    }

    .topdh.mini {
        top: 0px;
    }

    .mobile-logo {
        max-width: 50%;
    }

    .main-content {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .banner.mini .logos {
        display: none !important;
    }

    .banner-logo {
        width: 60%;
    }

    .banner.mini {
        height: 0px;
    }

    .banner-title {
        font-size: 2rem;
    }

    .banner.mini .banner-title {
        font-size: 1rem;
        width: 100%;
        margin-left: 0px;
        line-height: 70px;
        height: 70px;
    }

    .nav-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-item {
        padding: 8px 15px;
        font-size: 14px;
    }

    .recommend-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .carousel-content {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .charity-grid {
        grid-template-columns: 1fr;
    }

    .footer-logo {
        flex-direction: column;
        text-align: center;
    }

    .recommend-card {
        width: 36vw;
    }

    .hdsp {
        display: block;
    }

        .hdsp .hd {
            width: 100%;
            margin-top: 30px;
        }
}

@media (max-width: 480px) {
    .section-title {
        width: 22rem;
        font-size: 1.5rem;
    }

    .news-left img {
        height: auto;
    }

    .djimg {
        width: 100%;
    }

    .news-left h3 {
        width: 100%;
    }

    .news-right {
        width: 100%;
    }

    .footer-logo img {
        height: 40px !important;
    }

    #fullscreen-banner {
        display: none;
    }

    #fullscreens-banners {
        display: none;
    }

    .main-content {
        margin-top: 50px;
    }

    .article-recommend {
        padding: 40px 12px;
    }

    .topdh.mini {
        top: 0px;
    }

    .banner.mini {
        height: 70px;
    }

    .navbar {
        height: auto;
    }

    .banner-title {
        font-size: 1.5rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }

    .tabs-header {
        flex-wrap: wrap;
    }

    .tab-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .footer-info {
        display: block;
    }

    .news-left {
        width: 100%;
    }

    .links-row {
        font-size: 0.8rem;
    }
    /*    .news-right {
        width: 56%;
    }
    .news-left img {
        height: 200px;
    }*/
    .video-thumbnail img {
        width: 93vw;
        height: 52vw;
    }
}


/*-------------*/
/* 所有更多默认隐藏 */
.hd-tabs-header .more-link {
    display: none;
}
/* 激活按钮后面的更多显示 */
.hd-tab-btn.active + .more-link {
    display: inline-block;
    margin-left: 10px;
}
/* 所有更多默认隐藏 */
.hd-tabs-header .more-link {
    display: none;
}
/* 视频/栏目选项卡 统一样式 */
.video-tabs-header,
.hd-tabs-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
    /* 隐藏所有循环生成的更多按钮 */
    .video-tabs-header .more-link,
    .hd-tabs-header .more-link {
        display: none;
    }
        /* 只显示最后一个更多，固定在所有按钮末尾 */
        .video-tabs-header .more-link:last-of-type,
        .hd-tabs-header .more-link:last-of-type {
            display: inline-block;
            margin-left: 15px;
            white-space: nowrap;
        }
