 body, h1, h2, h3, p, ul, li {
            margin: 0;
            padding: 0;
            font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }
        body {
            background-color: #f5f5f5;
        }
        a {
            text-decoration: none;
            color: #333;
        }
        .container {
            width: 1200px;
            margin: 0 auto;
        }
       
        /* Navigation */
   
        /* Breadcrumb */
        .breadcrumb {
            padding: 20px 0;
            background-size: cover;
            color: #333;
        }
        .breadcrumb .container a {
            color: #333;
        }
        /* Main Content */
        .main-content {
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
        }
        .content-left {
            width: 860px;
            background-color: #fff;
            padding: 30px;
        }
        .section-title {
            font-size: 24px;
            color: #b5282e;
            border-bottom: 3px solid #b5282e;
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
        .article-list .item {
            display: flex;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px dashed #ccc;
        }
        .article-list .item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .article-date {
            width: 80px;
            text-align: center;
            margin-right: 30px;
            flex-shrink: 0;
        }
        .article-date .day {
            font-size: 36px;
            font-weight: bold;
            color: #b5282e;
        }
        .article-date .year-month {
            font-size: 14px;
            color: #999;
        }
        .article-content h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .article-content h3 a {
            color: #333;
        }
        .article-content h3 a:hover {
            color: #b5282e;
        }
        .article-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }
        .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link,
.pagination .page-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
}

.pagination .page-item.active span {
    background-color: #b5282e;
    color: #fff;
    border-color: #b5282e;
    font-weight: 500;
}

.pagination .page-item.disabled span {
    color: #999;
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    padding: 0 16px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
        gap: 3px;
    }
    
    .pagination .page-link,
    .pagination .page-item span {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 13px;
    }
}
        .content-right {
            width: 300px;
            background-color: #fff;
        }
        .sidebar-box {
            background-color: #fff;
            padding: 20px;
            margin-bottom: 20px;
        }
        .sidebar-title {
            font-size: 20px;
            color: #b5282e;
            padding-bottom: 10px;
            border-bottom: 2px solid #b5282e;
            margin-bottom: 20px;
        }
        .related-links ul, .hot-info ul {
            list-style: none;
        }
        .related-links ul li {
            margin-bottom: 15px;
        }
        .related-links ul li a {
            font-size: 16px;
            color: #333;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .related-links ul li a::before {
            content: '›';
            margin-right: 10px;
            font-weight: bold;
            color: #b5282e;
        }
        .hot-info ul li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        .hot-info ul li .num {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background-color: #ccc;
            color: #fff;
            border-radius: 3px;
            margin-right: 10px;
            flex-shrink: 0;
        }
        .hot-info ul li:nth-child(1) .num { background-color: #ff4d4f; }
        .hot-info ul li:nth-child(2) .num { background-color: #faad14; }
        .hot-info ul li:nth-child(3) .num { background-color: #fadb14; }
        .hot-info ul li a {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
        }
    .sidebar-title {
        background-color: #b5282e; /* 匹配图片的深红色 */
        color: white;
        padding: 12px 20px;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    /* 内容区域容器 */
    .sidebar-content {
        padding: 20px;
    }

    /* “相关信息”副标题样式 */
    .content-subtitle {
        font-size: 17px;
        font-weight: bold;
        color: #333;
        margin-top: 0;
        margin-bottom: 20px;
        border-left: 4px solid #b5282e; /* 左侧的红色粗线 */
        padding-left: 12px;
    }

    /* 列表区域，用于包裹新的链接按钮 */
    .related-links-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .related-links-list li {
        margin-bottom: 12px; /* 列表项之间的间距 */
    }

    /* 经过优化的链接按钮样式，以匹配红色主题 */
    .themed-link {
        display: block;
        text-decoration: none;
        color: #555; /* 默认文字颜色 */
        padding: 8px 0;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0; /* 添加一个细微的下划线 */
        transition: all 0.2s ease-in-out;
    }

    /* 链接前的 ">" 箭头图标 */
    .themed-link::before {
        content: '>';
        color: #b5282e; /* 箭头使用主题红色 */
        font-weight: bold;
        margin-right: 12px;
        transition: all 0.2s ease-in-out;
    }
    
    /* 鼠标悬停效果 */
    .themed-link:hover {
        color: #b5282e; /* 文本颜色变为主题红色 */
        padding-left: 5px; /* 整体轻微右移，产生交互感 */
    }

    .themed-link:hover::before {
        color: #c83a40; /* 鼠标悬停时箭头颜色加深 */
    }