
       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: #f5f7fa;
            color: #333;
            line-height: 1.6;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
        }

        

          .navbar {
            margin-bottom: 32px;    
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-bottom: 1px solid #eef2f8;
            flex-wrap: wrap;
            gap: 0.8rem;
            position: relative;
            z-index: 1000;
        }
       .navbar .logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e3a5f;
            letter-spacing: -0.3px;
            text-decoration: none;
        }
        .logo span {
            color: #5685a8;
        }
        .nav-container {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-links {
            display: flex;
            gap: 0.3rem;
            list-style: none;
        }
        .nav-item {
            position: relative;
        }
        .nav-item > a {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 0.6rem 1rem;
            text-decoration: none;
            color: #5a6e7c;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.2s;
            border-radius: 0.5rem;
        }
        .nav-item > a:hover, .nav-item > a.active {
            color: #2c6280;
            background: rgba(44, 98, 128, 0.08);
        }
        .nav-item > a .arrow {
            font-size: 0.7rem;
            transition: transform 0.2s;
        }
        .nav-item:hover > a .arrow {
            transform: rotate(180deg);
        }
        .nav-item .arrow {
            font-size: 10px;
        }

        /* 娑撳濯洪懣婊冨礋 */
        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 200px;
            background: #fff;
            border-radius: 1rem;
            box-shadow: 0 10px 40px rgba(0,0,0,0.12);
            padding: 0.8rem 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 1001;
        }
        .nav-item:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .dropdown a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.7rem 1.2rem;
            text-decoration: none;
            color: #5a6e7c;
            font-size: 0.85rem;
            transition: all 0.2s;
        }
        .dropdown a:hover {
            background: #f0f4f8;
            color: #2c6280;
        }
        .dropdown a .icon {
            font-size: 1rem;
        }
        .dropdown-divider {
            height: 1px;
            background: #eef2f8;
            margin: 0.5rem 0;
        }
        .dropdown-title {
            padding: 0.5rem 1.2rem;
            font-size: 0.75rem;
            color: #9aaebf;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .nav-actions {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .nav-btn {
            background: linear-gradient(135deg, #ff6b35, #ff8f5a);
            padding: 0.6rem 1.4rem;
            border-radius: 2rem;
            text-decoration: none;
            color: white;
            font-weight: 500;
            font-size: 0.85rem;
            transition: all 0.2s;
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
        }
        .nav-btn:hover {
            background: linear-gradient(135deg, #e55a28, #ff6b35);
            box-shadow: 0 6px 16px rgba(255, 107, 53, 0.35);
            transform: translateY(-2px);
        }
        .nav-login {
            color: #5a6e7c;
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 500;
            padding: 0.6rem 1rem;
            border-radius: 0.5rem;
            transition: all 0.2s;
        }
        .nav-login:hover {
            color: #2c6280;
            background: rgba(44, 98, 128, 0.08);
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            padding: 0.5rem;
            cursor: pointer;
        }
        .mobile-menu-btn span {
            display: block;
            width: 24px;
            height: 2px;
            background: #5a6e7c;
            margin: 5px 0;
            border-radius: 2px;
            transition: all 0.3s;
        }
       
        .page-header {
            background: linear-gradient(135deg, #94a2b4, #2c6280);
            border-radius: 12px;
            padding: 50px 0;
            text-align: center;
            color: #fff;
            position: relative;
            overflow: hidden;
            max-width: 1352px;
            margin: 0 auto;
        }

        .page-header .container {
           
            margin: 0 auto;
            padding: 0 20px;
        }

        .page-header::before {
            
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255,255,255,0.1);
        }

        .page-header h1 {
            font-size: 2.2rem;
            margin-bottom: 10px;
            position: relative;
        }

        .page-header p {
            font-size: 1rem;
            opacity: 0.9;
            position: relative;
        }

       
        /* 閺備即妞堥崚鍡欒閺嶅洨顒� */
        .news-tabs {
            display: flex;
            gap: 8px;
            margin-bottom: 25px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .news-tab {
            padding: 8px 18px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 20px;
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: all 0.3s;
        }

        .news-tab:hover {
            border-color: #5a7388;
            color: #5a7388;
        }

        .news-tab.active {
            background: linear-gradient(135deg, #5a7388, #5a7388);
            color: #fff;
            border-color: transparent;
            box-shadow: 0 4px 12px rgba(255,107,53,0.3);
        }

        /* 閺備即妞堥崚鍡欒閸旂喕鍏� */
        .news-category-section {
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            margin-top: 20px;
           
        }

        .category-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
           
        }

        .category-tab {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 20px;
            background: #f5f6f8;
            border: 2px solid transparent;
            border-radius: 8px;
            color: #666;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
        }

        .category-tab svg {
            flex-shrink: 0;
            opacity: 0.7;
            transition: all 0.3s;
        }

        .category-tab:hover {
            background: #fff;
            border-color: #5a7388;
            color: #5a7388;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

        .category-tab:hover svg {
            opacity: 1;
            color: #5a7388;
        }

        .category-tab.active {
            background: linear-gradient(135deg, #5a7388, #2c6280);
            color: #fff;
            border-color: transparent;
            box-shadow: 0 4px 15px rgba(90,115,136,0.3);
            transform: translateY(-2px);
        }

        .category-tab.active svg {
            opacity: 1;
            color: #fff;
        }

        .category-tab.active::after {
            content: '';
            position: absolute;
            bottom: -22px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 3px;
            background: linear-gradient(135deg, #ff6b35, #ff8f5a);
            border-radius: 2px;
        }

        .category-actions {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

        .category-filter,
        .category-sort {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .category-filter label,
        .category-sort label {
            font-size: 14px;
            color: #666;
            font-weight: 500;
        }

        .filter-select,
        .sort-select {
            padding: 10px 35px 10px 15px;
            border: 1px solid #e5e5e5;
            border-radius: 6px;
            background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            transition: all 0.3s;
            min-width: 140px;
        }

        .filter-select:hover,
        .sort-select:hover {
            border-color: #5a7388;
        }

        .filter-select:focus,
        .sort-select:focus {
            outline: none;
            border-color: #5a7388;
            box-shadow: 0 0 0 3px rgba(90,115,136,0.1);
        }

        .category-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background: linear-gradient(135deg, rgba(90,115,136,0.05), rgba(44,98,128,0.05));
            border-radius: 8px;
            margin-bottom: 25px;
        }

        .stats-info {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 14px;
            color: #666;
        }

        .current-category {
            font-weight: 600;
            color: #5a7388;
            font-size: 15px;
        }

        .stats-separator {
            color: #ddd;
        }

        .total-count strong,
        .today-count strong {
            color: #ff6b35;
            font-weight: 600;
        }

        /* 韫囶偅宓庨崚鍡欒閺嶅洨顒� */
        .quick-tags {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }

        .quick-tag {
            padding: 6px 14px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 15px;
            color: #666;
            font-size: 12px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .quick-tag:hover {
            background: linear-gradient(135deg, #5a7388, #2c6280);
            color: #fff;
            border-color: transparent;
            transform: translateY(-1px);
        }

        .quick-tag.active {
            background: linear-gradient(135deg, #ff6b35, #ff8f5a);
            color: #fff;
            border-color: transparent;
        }

        @media (max-width: 768px) {
            .category-tabs {
                gap: 8px;
            }

            .category-tab {
                padding: 10px 15px;
                font-size: 13px;
            }

            .category-tab span {
                display: none;
            }

            .category-tab.active span {
                display: inline;
            }

            .category-actions {
                flex-direction: column;
                align-items: stretch;
            }

            .category-filter,
            .category-sort {
                width: 100%;
            }

            .filter-select,
            .sort-select {
                width: 100%;
            }

            .category-stats {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }

            .stats-info {
                flex-wrap: wrap;
                justify-content: center;
            }
        }

        /* 閻戭厾鍋ｉ懕姘卞妽鏉烆喗鎸� */
        .hot-spotlight {
            margin-top: 20px;
            background: #fff;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 25px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        }

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

        .section-title {
            font-size: 1.2rem;
            color: #333;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .section-title::before {
            content: '';
            width: 4px;
            height: 18px;
            background: linear-gradient(180deg, #5a7388, #5a7388);
            border-radius: 2px;
        }

        .section-more {
            color: #999;
            font-size: 13px;
            text-decoration: none;
            transition: color 0.3s;
        }

        .section-more:hover {
            color: #5a7388;
        }

        .hot-spotlight-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
        }

        .hot-spotlight-item {
            background: #fff;
            border-radius: 8px;
            padding: 0;
            text-decoration: none;
            transition: all 0.3s;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }

        .hot-spotlight-item:hover {
            background: #fff;
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }

        .hot-spotlight-img {
            width: 100%;
            height: 100px;
            object-fit: cover;
            display: block;
        }

        .hot-spotlight-tag {
            display: inline-block;
            padding: 3px 8px;
            background: linear-gradient(135deg, #ff6b35, #ff8f5a);
            color: #fff;
            font-size: 11px;
            border-radius: 4px;
            margin-bottom: 0;
        }

        .hot-spotlight-content {
            padding: 12px;
        }

        .hot-spotlight-title {
            color: #333;
            font-size: 13px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-top: 8px;
        }

        .news-main {
            display: grid;
            grid-template-columns: 1fr 340px;
            gap: 25px;
            margin-bottom: 40px;
        }

        /* 瀹革缚鏅堕弬浼存閸掓銆� */
        .news-list-container {
            margin-top: 20px;
            background: #fff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        }

        .news-list-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            /* padding-bottom: 15px; */
            /* border-bottom: 2px solid #f0f0f0; */
        }

        .news-list-header h2 {
            font-size: 1.2rem;
            color: #333;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .news-list-header h2::before {
            content: '';
            width: 4px;
            height: 18px;
            background: linear-gradient(180deg, #5a7388, #5a7388);
            border-radius: 2px;
        }

        .news-sort {
            display: flex;
            gap: 12px;
        }

        .news-sort a {
            color: #999;
            text-decoration: none;
            font-size: 13px;
            padding: 5px 10px;
            border-radius: 4px;
            transition: all 0.3s;
        }

        .news-sort a:hover,
        .news-sort a.active {
            color: #5a7388;
            background: rgba(255,255,255,0.5);
        }

        /* 閺備即妞堥弶锛勬窗 */
        .news-list-item {
            display: flex;
            gap: 18px;
            padding: 20px 0;
            border-bottom: 1px solid #f0f0f0;
            transition: all 0.3s;
        }

        .news-list-item:hover {
            background: rgba(255,107,53,0.02);
            margin: 0 -10px;
            padding: 20px 10px;
            border-radius: 8px;
        }

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

        .news-thumb {
            width: 180px;
            height: 120px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
            display: none;
        }

        .news-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .news-list-item:hover .news-thumb img {
            transform: scale(1.08);
        }

        .news-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .news-category {
            display: inline-block;
            padding: 3px 10px;
            background: linear-gradient(135deg, #5a7388, #5a7388);
            color: #fff;
            font-size: 11px;
            border-radius: 4px;
            margin-bottom: 8px;
            width: fit-content;
        }

        .news-title {
            font-size: 1.05rem;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-title a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s;
        }

        .news-title a:hover {
            color: #5a7388;
        }

        .news-desc {
            color: #666;
            font-size: 13px;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .news-meta {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 12px;
            color: #999;
        }

        .news-meta span {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* 閸欏厖鏅舵潏瑙勭埉 */
        .news-sidebar {
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .sidebar-card {
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        }

        .sidebar-card h3 {
            font-size: 1rem;
            color: #333;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .sidebar-card h3::before {
            content: '';
            width: 4px;
            height: 14px;
            background: linear-gradient(180deg, #5a7388, #5a7388);
            border-radius: 2px;
        }


           /* logo 缂冩垶鐗� */
       .logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: space-between;
}

.logo-item {
    flex: 0 0 calc(50% - 0.4rem);
    text-align: center;
    background: #fafcfd;
    border-radius: 0.8rem;
    padding: 0.8rem 0.2rem;
    border: 1px solid #eff3f8;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.logo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-color: #2c6280;
}

/* 第一个字 Logo 样式 */
.char-logo {
    width: 44px;
    height: 44px;
    background: #2c6280;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Sans SC', 'PingFang SC', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 87, 255, 0.2);
    letter-spacing: 0;
    line-height: 1;
    
    position: relative;
}

.char-logo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    pointer-events: none;
}

.logo-name {
    color: #2c6280 ;
}

         /* 缁犫偓閺勬挻甯撶悰灞绢渷 */
        .simple-rank {
            list-style: none;
            margin-top: 0.2rem;
        }
        .simple-rank li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.6rem 0;
            border-bottom: 1px dashed #eef2f8;
            font-size: 0.8rem;
        }
        .simple-rank li:last-child {
            border-bottom: none;
        }
        .rank-number {
            width: 26px;
            height: 26px;
            background: #f0f4fa;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: #3a6b8c;
            margin-right: 10px;
        }
        .rank-name {
            flex: 1;
            font-weight: 500;
            color: #4a6278;
            text-decoration: none;
        }
        .rank-name:hover {
            text-decoration: none;
            color: #4a6278;
        }
        .rank-score {
            font-size: 0.7rem;
            background: #f0f4f8;
            padding: 0.2rem 0.5rem;
            border-radius: 20px;
            color: #4a6f8a;
        }

        /* 閻戭參妫弬浼存閹烘帟顢� */
        .hot-news-list {
            list-style: none;
        }

        .hot-news-item {
            display: flex;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #f5f5f5;
        }

        .hot-news-item:last-child {
            border-bottom: none;
        }

        .hot-rank {
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #5a7388, #5a7388);
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            flex-shrink: 0;
        }

        .hot-rank.top {
            background: linear-gradient(135deg, #5a7388, #5a7388);
        }

        .hot-news-info {
            flex: 1;
        }

        .hot-news-title {
            font-size: 13px;
            color: #333;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 5px;
            transition: color 0.3s;
        }

        .hot-news-title a {
            color: #333;
            text-decoration: none;
        }

        .hot-news-title a:hover {
            color: #5a7388;
        }

        .hot-news-date {
            font-size: 11px;
            color: #999;
        }

        /* 閹恒劏宕橀崫浣哄 */
        .brand-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .brand-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            background: #f9f9f9;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .brand-item:hover {
            background: rgba(255,255,255,0.5);
            transform: translateX(3px);
        }

        .brand-logo {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            object-fit: cover;
            background: #fff;
        }

        .brand-name {
            flex: 1;
        }

        .brand-name strong {
            display: block;
            color: #333;
            font-size: 13px;
            margin-bottom: 2px;
        }

        .brand-name span {
            color: #999;
            font-size: 11px;
        }

        .brand-arrow {
            color: #ccc;
            font-size: 12px;
        }

        .tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .tag-item {
            padding: 5px 12px;
            background: #f5f5f5;
            color: #666;
            font-size: 12px;
            border-radius: 15px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .tag-item:hover {
            background: linear-gradient(135deg, #5a7388, #5a7388);
            color: #fff;
        }

        /* 閸濅胶澧濋弫鍛皑 */
        .story-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .story-item {
            display: flex;
            gap: 12px;
            padding: 12px;
            background: #f9f9f9;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .story-item:hover {
            background: rgba(255,255,255,0.5);
        }

        .story-thumb {
            width: 80px;
            height: 60px;
            border-radius: 6px;
            overflow: hidden;
            flex-shrink: 0;
            display: none;
        }

        .story-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .story-content {
            flex: 1;
        }

        .story-title {
            font-size: 13px;
            color: #333;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 5px;
        }

        .story-title a {
            color: #333;
            text-decoration: none;
        }

        .story-title a:hover {
            color: #5a7388;
        }

        .story-desc {
            font-size: 11px;
            color: #999;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* 閺傛澘鎼ч幒銊ㄥ礃 */
        .new-product-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .new-product-item {
            display: flex;
            gap: 12px;
            padding: 12px;
            background: #f9f9f9;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s;
            border-left: 3px solid #5a7388;
        }

        .new-product-item:hover {
            background: rgba(255,255,255,0.5);
        }

        .new-product-title {
            font-size: 13px;
            color: #333;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .new-product-title a {
            color: #333;
            text-decoration: none;
        }

        .new-product-title a:hover {
            color: #5a7388;
        }

        .new-product-date {
            font-size: 11px;
            color: #999;
            margin-top: 5px;
        }

        /* 娑撴挸顔嶉悙纭呯槑 */
        .expert-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .expert-item {
            padding: 12px;
            background: #f9f9f9;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .expert-item:hover {
            background: rgba(255,255,255,0.5);
        }

        .expert-title {
            font-size: 13px;
            color: #333;
            line-height: 1.4;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .expert-title a {
            color: #333;
            text-decoration: none;
        }

        .expert-title a:hover {
            color: #5a7388;
        }

        .expert-desc {
            font-size: 11px;
            color: #999;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* 閸掑棝銆� */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 6px;
            margin-top: 30px;
        }

        .pagination a,
        .pagination span {
            padding: 8px 14px;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 6px;
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: all 0.3s;
        }

        .pagination a:hover {
            border-color: #5a7388;
            color: #5a7388;
        }

        .pagination span.current {
            background: linear-gradient(135deg, #5a7388, #5a7388);
            color: #fff;
            border-color: transparent;
        }

        .pagination .ellipsis {
            border: none;
            background: none;
            color: #999;
        }

        /* 鎼存洟鍎� */
        .footer {
            background: #f5f6f8;
            padding: 30px 0;
            margin-top: 40px;
            border-top: 1px solid #eee;
        }

        .footer .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-col .logo {
            font-size: 1.1rem;
            margin-bottom: 8px;
        }

        .footer-col p {
            color: #999;
            font-size: 13px;
        }

        .footer-links {
            display: flex;
            gap: 20px;
        }

        .footer-links a {
            color: #666;
            text-decoration: none;
            font-size: 13px;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #5a7388;
        }

        @media (max-width: 1100px) {
            .hot-spotlight-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 992px) {
            .news-main {
                grid-template-columns: 1fr;
            }

            .news-sidebar {
                order: -1;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .sidebar-card {
                margin-bottom: 0;
            }

            .hot-spotlight-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .nav-container {
                display: none;
            }

            .mobile-menu-btn {
                display: flex;
            }

            .page-header {
                padding: 35px 0;
            }

            .page-header h1 {
                font-size: 1.6rem;
            }

            .news-list-item {
                flex-direction: column;
            }

            .news-thumb {
                width: 100%;
                height: 160px;
            }

            .news-tabs {
                justify-content: center;
            }

            .news-sidebar {
                grid-template-columns: 1fr;
            }

            .hot-spotlight-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .pagination {
                flex-wrap: wrap;
            }

            .footer .container {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .hot-spotlight-grid {
                grid-template-columns: 1fr;
            }
        }
 

.footer {
     max-width: 1352px;
            margin: 0 auto;
    background: #f5f6f8;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

/* 鈹€鈹€ 妗岄潰绔〉鑴氾細涓よ甯冨眬 鈹€鈹€ */
  .footer {
            margin-top: 3rem;
            padding: 2rem 0 3rem;
            border-top: 1px solid #eef2f8;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 2rem;
        }
        .footer-col p {
            color: #8aa2b8;
            font-size: 0.8rem;
            margin-top: 0.5rem;
        }
        .footer-links {
            display: flex;
            gap: 2rem;
        }
        .footer-links a {
            text-decoration: none;
            color: #5a6e7c;
            font-size: 0.8rem;
        }



@media (max-width: 1024px) {
    .hot-spotlight-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .news-main {
        grid-template-columns: 1fr;
    }

    .news-sidebar {
        order: -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .sidebar-card {
        margin-bottom: 0;
    }

    .hot-spotlight-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .navbar {
        display: none !important;
    }

    .mobile-menu-btn {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        padding: 8px;
        cursor: pointer;
        background: rgba(255,255,255,0.9);
        border-radius: 8px;
        border: 1px solid #eef2f8;
    }

    .mobile-menu-btn span {
        display: block;
        width: 22px;
        height: 2px;
        background: #5a6e7c;
        border-radius: 2px;
    }

    .page-header {
        padding: 2rem 0;
        border-radius: 1rem;
    }

    .page-header h1 {
        font-size: 1.5rem;
    }

    .page-header p {
        font-size: 0.82rem;
    }

    /* 閺備即妞堥崚鍡欒閺嶅洨顒� */
    .news-category-section {
        padding: 14px;
        margin-top: 14px;
        border-radius: 1rem;
    }

    .category-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 6px;
        padding-bottom: 4px;
    }

    .category-tabs::-webkit-scrollbar {
        display: none;
    }

    .category-tab {
        padding: 8px 14px;
        font-size: 12px;
        flex-shrink: 0;
    }

    .category-tab span {
        display: none;
    }

    .category-tab.active span {
        display: inline;
    }

    /* 韫囶偅宓庨崚鍡欒閺嶅洨顒� */
    .quick-tags {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 6px;
    }

    .quick-tags::-webkit-scrollbar {
        display: none;
    }

    .news-main {
        gap: 16px;
        margin-bottom: 30px;
    }

    .news-list-container {
        padding: 16px;
        border-radius: 1rem;
    }

    .news-list-header h2 {
        font-size: 1rem;
    }

    .news-list-item {
        flex-direction: column;
        gap: 12px;
        padding: 14px 0;
    }

    .news-thumb {
        width: 100%;
        height: 160px;
    }

    .news-title {
        font-size: 0.95rem;
    }

    .news-desc {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    .news-meta {
        font-size: 11px;
        gap: 12px;
    }

    /* 閸欏厖鏅舵潏瑙勭埉 */
    .news-sidebar {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .sidebar-card {
        padding: 14px;
    }

    .sidebar-card h3 {
        font-size: 0.9rem;
    }

    .logo-grid {
        gap: 0.5rem;
    }

    .logo-item {
        flex: 0 0 calc(50% - 0.25rem);
        padding: 0.5rem 0.2rem;
    }

    .logo-item img {
        width: 80px;
        height: 60px;
    }

    /* 缁犫偓閺勬挻甯撶悰灞绢渷 */
    .simple-rank li {
        font-size: 0.75rem;
        padding: 0.5rem 0;
    }

    .tag-cloud {
        gap: 5px;
    }

    .tag-item {
        padding: 4px 10px;
        font-size: 11px;
    }

    /* 閸濅胶澧濋弫鍛皑 */
    .story-thumb {
        width: 64px;
        height: 48px;
    }

    .hot-spotlight-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .hot-spotlight-img {
        height: 80px;
    }

    /* 閸掑棝銆� */
    .pagination {
        flex-wrap: wrap;
        gap: 5px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 10px 16px;
        justify-content: center;
    }

    .footer-links a {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    /* 鐎佃壈鍩呴弽蹇ョ窗閹镐胶鐢婚梾鎰 */
    .navbar {
        display: none !important;
    }

    .page-header {
        padding: 1.5rem 0;
        border-radius: 0.8rem;
    }

    .page-header h1 {
        font-size: 1.2rem;
    }

    .page-header p {
        font-size: 0.75rem;
    }

    /* 閺備即妞堥崚鍡欒閺嶅洨顒� */
    .category-tab {
        padding: 7px 12px;
        font-size: 11px;
    }

    /* 閺備即妞堥崚妤勩€� */
    .news-list-container {
        padding: 12px;
        border-radius: 0.8rem;
    }

    .news-thumb {
        height: 130px;
    }

    .news-title {
        font-size: 0.9rem;
    }

    .news-sidebar {
        grid-template-columns: 1fr;
    }

    .logo-item img {
        width: 70px;
        height: 52px;
    }

    .hot-spotlight-grid {
        grid-template-columns: 1fr;
    }

    /* 閸掑棝銆� */
    .pagination a,
    .pagination span {
        padding: 6px 10px;
        font-size: 12px;
    }

    /* 妞や絻鍓� */
    .footer {
        gap: 0.8rem;
        padding: 1.2rem 0;
    }

    .footer-links {
        gap: 8px 12px;
    }
}