  
        
        /* 资讯列表样式 */
        .section-padding {
            padding: 50px 0;
        }
        
        .news-list {
            list-style: none;
            padding: 0;
        }
        
        .news-item {
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 25px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            display: flex;
        }
        
        .news-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .news-image {
            flex: 0 0 280px;
            margin-right: 25px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .news-image img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.5s;
            padding-top: 10px;
        }
        
        .news-item:hover .news-image img {
            transform: scale(1.05);
        }
        
        .news-content {
            flex: 1;
        }
        
        .news-category {
            display: inline-block;
            background: var(--primary);
            color: white;
            font-size: 12px;
            padding: 4px 12px;
            border-radius: 20px;
            margin-bottom: 12px;
        }
        
        .news-title {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--dark);
        }
        
        .news-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .news-title a:hover {
            color: var(--primary);
        }
        
        .news-excerpt {
            color: #64748b;
            margin-bottom: 15px;
            line-height: 1.6;
        }
        
        .news-meta {
            display: flex;
            align-items: center;
            color: #94a3b8;
            font-size: 14px;
        }
        
        .news-meta div {
            margin-right: 20px;
            display: flex;
            align-items: center;
        }
        
        .news-meta i {
            margin-right: 5px;
            color: var(--accent);
        }
        
        /* 分类筛选样式 */
        .category-filter {
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }
        
        .filter-title {
            color: var(--primary);
            margin-bottom: 15px;
        }
        
        .filter-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-tag {
            background: var(--light);
            color: var(--dark);
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .filter-tag.active {
            background: var(--primary);
            color: white;
        }
        
        .filter-tag:hover {
            background: var(--primary);
            color: white;
        }
        
        .filter-tag a {
            color: inherit;
            text-decoration: none;
            display: block;
        }
        
        /* 侧边栏样式 */
        .sidebar {
            position: sticky;
            top: 100px;
        }
        
        .sidebar-widget {
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }
        
        .widget-title {
            color: var(--primary);
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--light);
        }
        
        .hot-news-list {
            list-style: none;
            padding: 0;
        }
        
        .hot-news-item {
            display: flex;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #f1f5f9;
        }
        
        .hot-news-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .hot-news-number {
            flex: 0 0 30px;
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--primary);
            margin-right: 15px;
        }
        
        .hot-news-content {
            flex: 1;
        }
        
        .hot-news-title {
            font-size: 1rem;
            margin-bottom: 5px;
        }
        
        .hot-news-title a {
            color: var(--dark);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .hot-news-title a:hover {
            color: var(--primary);
        }
        
        .hot-news-meta {
            font-size: 12px;
            color: #94a3b8;
        }
        
        /* 分页样式 - 修正版 */
        .pagination {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 30px 0;
            padding: 0;
            list-style: none;
            gap: 8px;
        }
        
        .pagination span {
            display: inline-block;
            margin: 0 3px;
        }
        
        .pagination a, 
        .pagination .page-num,
        .pagination .page-status {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 12px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        /* 页码按钮 */
        .pagination .page-num {
            background-color: #f8f9fa;
            color: #495057;
            border: 1px solid #dee2e6;
        }
        
        .pagination .page-num:hover {
            background-color: #e9ecef;
            border-color: #adb5bd;
            transform: translateY(-2px);
        }
        
        /* 当前页 */
        .pagination .page-num-current {
            background-color: #3b7ddd;
            color: white;
            border-color: #3b7ddd;
        }
        
        .pagination .page-num-current:hover {
            background-color: #2c6ac1;
            border-color: #2c6ac1;
            transform: none;
        }
        
        /* 导航按钮（首页、尾页、上一页、下一页） */
        .pagination .page-index a,
        .pagination .page-pre a,
        .pagination .page-next a,
        .pagination .page-last a {
            background-color: white;
            color: #3b7ddd;
            border: 1px solid #3b7ddd;
            font-weight: 500;
        }
        
        .pagination .page-index a:hover,
        .pagination .page-pre a:hover,
        .pagination .page-next a:hover,
        .pagination .page-last a:hover {
            background-color: #f0f5ff;
            transform: translateY(-2px);
        }
        
        /* 禁用状态 */
        .pagination .page-pre a[href='javascript:;'] {
            background-color: #f8f9fa;
            color: #adb5bd;
            border-color: #dee2e6;
            cursor: not-allowed;
        }
        
        .pagination .page-pre a[href='javascript:;']:hover {
            background-color: #f8f9fa;
            transform: none;
        }
        
        /* 状态文本 */
        .pagination .page-status {
            color: #6c757d;
            font-size: 14px;
            margin-right: 15px;
            background: none;
            border: none;
            min-width: auto;
        }
        
        /* 省略号样式 */
        .pagination .page-numbar span.page-num:not(a) {
            background: none;
            border: none;
            color: #6c757d;
            min-width: auto;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .pagination {
                gap: 5px;
            }
            
            .pagination a, 
            .pagination .page-num,
            .pagination .page-status {
                min-width: 36px;
                height: 36px;
                padding: 0 10px;
                font-size: 14px;
            }
            
            .pagination .page-status {
                width: 100%;
                text-align: center;
                margin: 0 0 10px 0;
            }
        }
        
        /* 订阅框样式 */
        .subscribe-box {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            border-radius: 15px;
            padding: 40px;
            margin: 50px 0;
            text-align: center;
        }
        
        .subscribe-title {
            margin-bottom: 20px;
        }
        
        .subscribe-form {
            display: flex;
            max-width: 500px;
            margin: 0 auto;
        }
        
        .subscribe-input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            border-radius: 6px 0 0 6px;
            font-size: 16px;
        }
        
        .subscribe-btn {
            background: var(--accent);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 0 6px 6px 0;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .subscribe-btn:hover {
            background: #e67e22;
        }
        
        /* 底部信息 */
        footer {
            background-color: #2c3e50;
            color: white;
            padding: 50px 0 20px;
        }
        
        footer h5 {
            color: white;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        footer a {
            color: #ecf0f1;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            transition: color 0.3s;
        }
        
        footer a:hover {
            color: var(--accent);
        }
        
        .contact-info {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .contact-info i {
            margin-right: 10px;
            color: var(--accent);
        }
        
        .badge {
            margin: 0 5px 5px 0;
            transition: all 0.3s;
        }
        
        .badge:hover {
            background-color: var(--accent) !important;
            color: white !important;
        }
        
        .copyright {
            text-align: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        /* 响应式调整 */
        @media (max-width: 992px) {
            .news-item {
                flex-direction: column;
            }
            
            .news-image {
                flex: 0 0 auto;
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .news-meta {
                flex-wrap: wrap;
            }
            
            .news-meta div {
                margin-bottom: 5px;
            }
            
            .filter-tags {
                justify-content: center;
            }
            
            .subscribe-form {
                flex-direction: column;
            }
            
            .subscribe-input {
                border-radius: 6px;
                margin-bottom: 10px;
            }
            
            .subscribe-btn {
                border-radius: 6px;
            }
        }
        
        a {
            text-decoration: none;
        }