/*===全局===*/
/*
html{overflow-y: scroll; overflow-x:hidden; _background-image:url(../css/.com/css/about:blank); _background-attachment:fixed;}

body {font-family:"Microsoft Yahei",'mossbaoo',Arial,'Hiragino Sans GB',sans-serif; font-size:12px; color:#333;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,sup,sub{margin:0;padding:0}

fieldset,img{border:0}

ul,ol,li {list-style:none;}

img{-ms-interpolation-mode: bicubic; vertical-align:top;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline:none; font-family:"Microsoft Yahei"; }

.imgmiddle,input,select{vertical-align:middle;}

.table{border-collapse:collapse;border-spacing:0;}

.clear{clear:both; height:0; overflow:hidden;}

.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
*/
 
   /* Timeline specific styles */
        .timeline-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, #C9A84C, #FFE680, #C9A84C);
            transform: translateX(-50%);
        }
        .timeline-dot {
            width: 16px;
            height: 16px;
            background: #C9A84C;
            border: 4px solid #FFF9E6;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            box-shadow: 0 0 0 2px #C9A84C;
        }
/* ===== 分页样式 ===== */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 30px 0 20px;
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
    user-select: none;
}

/* 总记录数 */
.pagination .a1:first-child {
    color: #999;
    font-size: 13px;
    cursor: default;
    margin-right: 4px;
    background: none !important;
    
    box-shadow: none !important;
}
.pagination .a1:first-child:hover {
    transform: none !important;
    background: none !important;
    color: #999 !important;
}

/* 所有链接/页码通用基底 */
.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #555;
    box-sizing: border-box;
    cursor: pointer;
}

/* 上一页 / 下一页 带图标感 */
.pagination a.a1:not(:first-child) {
    letter-spacing: 0.5px;
    padding: 0 16px;
}

/* 普通页码悬停 */
.pagination a:hover {
    border-color: #C9A84C;
    color: #B8953A;
    background: #FFF9E6;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(201, 168, 76, 0.12);
}

/* 当前页（span，不带链接） */
.pagination span {
    border-color: #C9A84C;
    background: linear-gradient(135deg, #C9A84C 0%, #D4AF37 50%, #C9A84C 100%);
    color: #fff;
    font-weight: 700;
    cursor: default;
    box-shadow: 0 3px 10px rgba(201, 168, 76, 0.25);
}

/* 上一页 / 下一页 禁止状态（可选） */
.pagination a.a1.disabled,
.pagination a.a1[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    background: #f9f9f9;
    color: #bbb;
    border-color: #eee;
}

/* 响应式适配 */
@media (max-width: 480px) {
    .pagination {
        gap: 4px;
        padding: 20px 0 15px;
        flex-wrap: wrap;
    }
    .pagination a,
    .pagination span {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
        padding: 0 8px;
        border-radius: 6px;
    }
    .pagination a.a1:not(:first-child) {
        padding: 0 12px;
        font-size: 12px;
    }
}




      .gold-dot {
            width: 8px;
            height: 8px;
            background: #C9A84C;
            border-radius: 50%;
            display: inline-block;
            flex-shrink: 0;
            box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.15);
        }

        .article-content p {
            margin-bottom: 1.25em;
            line-height: 2;
            font-size: 15px;
            color: #4a5568;
            letter-spacing: 0.05em;
            text-indent: 2em;
        }

        .article-content h3 {
            font-family: 'Noto Serif SC', serif;
            font-size: 1.125rem;
            font-weight: 700;
            color: #1a202c;
            margin-top: 1.5em;
            margin-bottom: 0.75em;
            text-indent: 0;
        }

        .article-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, #C9A84C, transparent);
        }

        .nav-prev,
        .nav-next {
            transition: all 0.25s ease;
        }
        .nav-prev:hover,
        .nav-next:hover {
            background: rgba(201, 168, 76, 0.06);
            border-color: #C9A84C;
        }

        .sidebar-card {
            transition: all 0.3s ease;
        }
        .sidebar-card:hover {
            border-color: #C9A84C;
        }

        .hot-item {
            transition: all 0.2s ease;
        }
        .hot-item:hover {
            color: #B8953A;
        }

        .breadcrumb-sep {
            color: rgba(255,255,255,0.4);
        }
