        /* 直接复用您文件中的基础及头部/底部样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;}

        body {
            color: #333;}

        a {
            text-decoration: none;
            color: inherit;}

        ul {
            list-style: none;}

        /* ================= 头部导航融合区 ================= */
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 40px;
            height: 90px;
            background: #fff;
            position: relative;
            z-index: 2000;}

        .nav-menu {
            display: flex;
            gap: 20px;}

        .nav-item {
            text-align: center;
            cursor: pointer;
            position: relative;
            width: 120px;
            height: 90px;
            display: flex;
            flex-direction: column;
            justify-content: center;}

        .nav-item:hover::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #e75516;}

        .nav-item .cn {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 2px;}

        .nav-item .en {
            font-size: 11px;
            color: #666;
            text-transform: uppercase;}

        /* 下拉菜单通用样式 */
        .dropdown {
            position: absolute;
            top: 90px;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            border-top: 1px solid #eee;}

        .nav-item:hover .dropdown {
            opacity: 1;
            visibility: visible;}

        /* 标准垂直下拉菜单 */
        .standard-dropdown {
            width: 160px;
            padding: 10px 0;}

        .standard-dropdown li a {
            display: block;
            padding: 12px 20px;
            font-size: 14px;
            color: #333;
            text-align: left;}

        .standard-dropdown li a:hover {
            background: #f8f9fa;
            color: #e75516;}

        /* 大菜单 Mega Menu (展会服务专用) */
        .mega-menu {
            width: 850px;
            left: -200px;
            /* 调整位置居中或偏左 */
            transform: none;
            display: flex;
            padding: 30px;
            text-align: left;}

        .mega-left {
            width: 180px;
            border-right: 1px solid #eee;
            padding-right: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;}

        .mega-left ul li {
            font-size: 15px;
            font-weight: bold;
            padding: 12px 0;
            color: #333;
            cursor: pointer;
            transition: 0.3s;}

        .mega-left ul li:hover,
        .mega-left ul li.sub-active {
            color: #e75516;}

        /* 证件办理蓝色按钮 */
        .cert-btn {
            display: inline-block;
            margin-top: 20px;
            border: 1px solid #4a6fff;
            color: #4a6fff;
            padding: 8px 15px;
            border-radius: 8px;
            font-size: 14px;
            text-align: center;
            transition: 0.3s;}

        .cert-btn:hover {
            background: #4a6fff;
            color: #fff;}

        .mega-right-container {
            flex: 1;
            padding-left: 40px;}

        .mega-right-pane {
            display: none;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px 40px;}

        .mega-right-pane.active {
            display: grid;}

        .mega-right-pane a {
            font-size: 14px;
            color: #666;
            padding: 5px 0;}

        .mega-right-pane a:hover {
            color: #e75516;}

        /* 搜索框样式 */
        .search-box {
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid #eaeaea;
            border-radius: 25px;
            padding: 3px;
            width: 280px;
            height: 46px;}

        .search-box input {
            border: none;
            background: transparent;
            flex: 1;
            outline: none;
            font-size: 14px;
            padding-left: 15px;
            color: #999;}

        .search-btn {
            width: 40px;
            height: 40px;
            background: #e75516;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            border: none;
            cursor: pointer;}

        /* ================= 主视觉 Hero ================= */
        .hero-section {
            background: url(../img/listbanner.png);
            background-size: 100% 100%;
            background-repeat: no-repeat;
            height: 500px;
            position: relative;
            color: white;
            display: flex;
            justify-content: center;}

        /* ================= 倒计时容器：缩小至 1000px 左右 ================= */
        .countdown-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1100px;}

        .cd-info {
            text-align: center;
            margin-top: 90px;}

        .cd-info .t1 {
            font-size: 34px;
            font-weight: bold;
            margin-bottom: 15px;
            letter-spacing: 2px;}

        .cd-info .t2 {
            font-size: 20px;
            margin-bottom: 8px;
            opacity: 0.9;
            display: flex;}

        .cd-timer {
            display: flex;
            align-items: flex-start;
            gap: 12px;}

        .cd-unit {
            display: flex;
            flex-direction: column;
            align-items: center;}

        .cd-nums {
            display: flex;
            gap: 5px;}

        /* 倒计时数字框：微调尺寸适配 1000px 容器 */
        .cd-num-box {
            background: #e8ebf1;
            color: #213587;
            font-size: 72px;
            font-weight: bold;
            width: 78px;
            height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15) inset;}

        .cd-label {
            margin-top: 15px;
            font-size: 18px;
            font-weight: bold;}

        .cd-colon {
            font-size: 60px;
            font-weight: bold;
            margin-top: 12px;
            line-height: 1;
            padding: 0 5px;}

        /* ================= 底部统一内容区 ================= */
        .main-container {
            max-width: 1400px;
            margin: -100px auto 60px;
            background: #fff;
            border-radius: 20px;
            padding: 25px 30px;
            display: flex;
            align-items: flex-start;
            gap: 20px;
            position: relative;
            z-index: 10;}

        .service-card {
            background: #f4f6f9;
            border-radius: 16px;
            padding: 25px 25px;
            width: 230px;
            height: 240px;
            /* 保持降低后的高度 */
            flex-shrink: 0;
            transition: all 0.3s ease;
            cursor: pointer;
            display: flex;
            flex-direction: column;}

        .service-card h2 {
            font-size: 22px;
            margin-bottom: 18px;
            letter-spacing: 1px;
            color: #333;}

        .service-card ul li {
            margin-bottom: 12px;
            font-size: 14px;
            color: #3b7ced;}

        .service-card:hover {
            background: linear-gradient(135deg, #512dd4, #2a58e2);
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(81, 45, 212, 0.3);}

        .service-card:hover h2,
        .service-card:hover ul li {
            color: #fff;}

        /* ================= 吉祥物模块 ================= */
        .mascot-placeholder {
            width: 180px;
            flex-shrink: 0;
            position: relative;
            margin: 0 30px;}

        .mascot-layer {
            position: absolute;
            top: -110px;
            /* 向上探出半身 */
            left: 50%;
            transform: translateX(-50%);
            width: 240px;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 20;}

        .speech-bubble {
            background: #fff;
            border-radius: 10px;
            padding: 12px 15px;
            font-size: 12px;
            color: #333;
            line-height: 1.5;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: -57px;
            right: -180px;
            width: 220px;
            min-height: 60px;
            z-index: 21;}

        .typing-cursor {
            font-weight: bold;
            display: inline-block;
            margin-left: 2px;
            animation: blink 0.8s infinite;}

        @keyframes blink {

            0%,
            100% {
                opacity: 1;}

            50% {
                opacity: 0;}
        }

        .speech-bubble::before {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 10px;
            border-width: 15px 15px 0;
            border-style: solid;
            border-color: #fff transparent transparent transparent;}

        .mascot-img-wrapper {
            position: relative;
            width: 100%;}

        .mascot-img {
            width: 100%;
            height: auto;
            display: block;}

        .mascot-text {
            position: absolute;
            bottom: 25px;
            left: 0;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 1px;}

        /* ================= 右侧：主要活动 ================= */
        .activities-card {
            flex-grow: 1;
            padding: 20px 25px;
            height: 240px;
            border-radius: 16px;
            background: #f4f6f9;
            color: #333;
            display: flex;
            flex-direction: column;}

        .activities-card h2 {
            font-size: 22px;
            margin-bottom: 15px;}

        .act-layout {
            display: flex;
            gap: 30px;
            height: 100%;}

        .act-sidebar {
            display: flex;
            flex-direction: column;
            gap: 8px;
            width: 150px;
            flex-shrink: 0;}

        .act-btn {
            background: #fff;
            border: 1px solid #e0e0e0;
            padding: 8px 10px;
            border-radius: 6px;
            font-size: 13px;
            color: #666;
            cursor: pointer;
            text-align: center;
            transition: all 0.3s ease;}

        .act-btn:hover,
        .act-btn.active {
            background: linear-gradient(90deg, #512dd4, #2a58e2);
            color: #fff;
            border-color: transparent;
            font-weight: bold;}

        .act-content {
            flex-grow: 1;}

        .category-panel,
        .date-panel {
            display: none;}

        .category-panel.active,
        .date-panel.active {
            display: block;}

        .act-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 12px;
            border-bottom: 1px solid #eee;
            padding-bottom: 12px;}

        .tab-btn {
            padding: 4px 16px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 13px;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;}

        .tab-btn:hover,
        .tab-btn.active {
            background: linear-gradient(90deg, #512dd4, #2a58e2);
            color: #fff;
            border-color: transparent;}

        .act-list-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            font-size: 13px;
            border-bottom: 1px dashed #e0e0e0;
            cursor: pointer;}

        .act-list-item:hover {
            color: #512dd4;}

        .act-list-item .status {
            color: #999;}

        /* --- 列表页特有：面包屑 --- */

        .video-list-section {
            max-width: 1400px;
            margin: 0 auto 80px;
            padding: 0 30px;}

        /* Tab 导航样式 (参考首页 news-nav) */
        .news-nav {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin: 30px 0 50px;}

        .news-nav-item {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            cursor: pointer;
            position: relative;
            padding-bottom: 10px;}

        .news-nav-item.active {
            color: #000;}

        .news-nav-item.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 35px;
            height: 4px;
            background: #e75516;}

        /* 面板显示逻辑 */
        .video-grid {
            display: none;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;}

        .video-grid.active {
            display: grid;}

        /* 卡片样式 - 完全保留您的 list 样式并增加 hover 逻辑 */
        .video-card {
            background: #fff;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
            transition: 0.3s;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);}

        .video-cover {
            position: relative;
            width: 100%;
            height: 240px;
            overflow: hidden;
            background: #000;}

        .video-cover img.thumb {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;}

        .htf-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 5;
            pointer-events: none;}

        .play-icon-wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1.2);
            z-index: 10;
            opacity: 0;
            transition: 0.3s;}

        .video-info {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: 0.3s;
            background: #fff;}

        .video-info .title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            transition: 0.3s;}

        .link-icon {
            width: 24px;
            height: 24px;
            color: #ccc;
            transition: 0.3s;}

        /* 悬浮效果 & 第一个卡片默认效果 */
        .video-card:hover .play-icon-wrapper,
        .video-card.is-hovered .play-icon-wrapper {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);}

        .video-card:hover img.thumb,
        .video-card.is-hovered img.thumb {
            transform: scale(1.05);
            opacity: 0.8;}

        .video-card:hover .video-info,
        .video-card.is-hovered .video-info {
            background: #2E53A2;}

        .video-card:hover .title,
        .video-card.is-hovered .title {
            color: #fff;}

        .video-card:hover .link-icon,
        .video-card.is-hovered .link-icon {
            color: #fff;}

        /* ================= 页脚 Footer 模块 ================= */
        .site-footer {
            width: 100%;
            /* 使用您提供的蓝色曲线背景图 */
            background: url(../img/ftbg.png) no-repeat center bottom;
            background-size: cover;
            color: #fff;
            padding: 40px 0 20px;
            font-size: 14px;}

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;}

        /* 友情链接 */
        .footer-links-bar {
            display: flex;
            align-items: flex-start;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding-bottom: 20px;
            margin-bottom: 40px;}

        .footer-links-zb {
            width:60%;
            float: left;
        }

         .footer-links-cb {
            width:40%;
        }

        .footer-links-bar span.label {
            font-size: 18px;
            font-weight: bold;
            margin-right: 30px;
            white-space: nowrap;
            padding-top: 2px;}

        .footer-links-bar nav {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px 25px;
            flex: 1;}

        .footer-links-bar a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            line-height: 2;
            transition: opacity 0.3s;}

        .footer-links-bar a:hover {
            opacity: 1;
            text-decoration: underline;
            color: #fff;
        }

        @media (max-width: 1024px) {
            .footer-links-bar nav {
                grid-template-columns: repeat(3, 1fr);}
        }

        @media (max-width: 600px) {
            .footer-links-bar {
                flex-direction: column;}

            .footer-links-bar span.label {
                margin-bottom: 15px;}

            .footer-links-bar nav {
                grid-template-columns: repeat(2, 1fr);}
        }

        /* 中部内容区 */
        .footer-main {
            display: grid;
            grid-template-columns: 2fr 1fr 2fr;
            /* 左右宽，中间窄 */
            gap: 60px;
            margin-bottom: 20px;}

        /* 左侧信息列 */
        .footer-logo-info .f-logo {
            width: 320px;
            margin-bottom: 25px;}

        .footer-logo-info p {
            line-height: 2;
            margin-bottom: 5px;}

        /* 中间导航列 */
        .footer-nav-col h4 {
            font-size: 18px;
            margin-bottom: 25px;}

        .footer-nav-col ul li {
            margin-bottom: 15px;}

        .footer-nav-col ul li a:hover {
            opacity: 1;
            color: #fff;}

        /* 右侧二维码列 */
        .footer-qr-col h4 {
            font-size: 18px;
            margin-bottom: 25px;}

        .qr-group {
            display: flex;
            gap: 30px;}

        .qr-item {
            text-align: center;}

        .qr-item img {
            width: 100px;
            height: 100px;
            background: #fff;
            padding: 5px;
            margin-bottom: 10px;
            border-radius: 4px;}

        .qr-item p {
            font-size: 12px;}

        /* 底部版权栏 */
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            font-size: 12px;}

        .footer-bottom .badge {
            width: 40px;}

        /* 响应式调整 */
        @media (max-width: 1024px) {
            .footer-main {
                grid-template-columns: 1fr;
                gap: 40px;}

            .site-footer {
                background-position: center top;}
        }

        /* 视频弹窗 Modal (复用首页) */
        .video-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 9999;
            display: none;
            justify-content: center;
            align-items: center;}

        .modal-content {
            position: relative;
            width: 80%;
            max-width: 1000px;
            background: #000;}

        .close-modal {
            position: absolute;
            top: -40px;
            right: -40px;
            color: #fff;
            font-size: 40px;
            cursor: pointer;}

        video {
            width: 100%;
            display: block;}

        .breadcrumb-bar {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            background-color: rgba(37, 69, 204, 0.85);
            height: 56px;
            display: flex;
            align-items: center;
            z-index: 50;
            width: 1400px;}

        .breadcrumb-inner {
            max-width: 1400px;
            width: 100%;
            margin: 0 auto;
            padding: 0 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            font-size: 14px;}

        .breadcrumb-left {
            display: flex;
            align-items: center;
            font-weight: bold;}

        .breadcrumb-left::before {
            content: '';
            display: inline-block;
            width: 5px;
            height: 20px;
            background: #E9440A;
            margin-right: 10px;}

        .breadcrumb {
            text-align: right;}

        .breadcrumb span {
            margin: 0 8px;
            color: rgba(255, 255, 255, 0.6);}