.article-wrap {
    background: #fff;
    padding: 25px 80px;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 70px !important;
}
.cv {
    font-size: 14px;
    color: #666;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
}
.cv a {
    color: #0066cc;
    text-decoration: none;
}
.cv span.sub {
    margin: 0 8px;
    color: #999;
}
.content h1 {
    font-size: 27px;
    color: #222;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 600;
    text-align: center;
}
.info {
    font-size: 14px;
    color: #888;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f0f0f0;
}
.info span {
    margin-right: 24px;
}
.post_content {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
    word-break: break-all;
}
.post_content p {
    margin-bottom: 1em;
}
.post_content table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 15px 0;
}
.post_content table td,
.post_content table th {
    border: 1px solid #333;
    padding: 8px 6px;
    font-size: 14px;
}
.nextxx {
    padding: 22px 0;
    margin: 35px 0;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}
.prewz,
.nextwz {
    text-align: left;
}
.prewz {
    margin-bottom: 14px;
}
.nextxx a {
    color: #0066cc;
    text-decoration: none;
}
.nextxx a:hover {
    color: #0052a3;
    text-decoration: underline;
}
.related_post {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid #eee;
}
.related_post .title h2 {
    font-size: 19px;
    color: #222;
    margin-bottom: 20px;
    border-left: 5px solid #0066cc;
    padding-left: 12px;
    font-weight: 600;
}
.rel_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rel_list li {
    line-height: 38px;
    padding: 0 14px;
    background: #ffffff;
    border-radius: 7px;
    margin-bottom: 9px;
    list-style: none;
}
.rel_list li::before {
    content: "●";
    color: #0066cc;
    margin-right: 8px;
    font-size: 12px;
}
.rel_list li a {
    color: #333;
    text-decoration: none;
}
.rel_list li a:hover {
    color: #0066cc;
}
/* 整体布局 */
.w1200 {
    max-width: 1300px;
    margin: 0 auto;
}
.wzlist {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 面包屑 */
.location {
    background: #f5f7fa;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    margin-top: 20px;      /* 增加顶部间距，远离主菜单 */
    font-size: 14px;
}

/* 主卡片 */
.wdbox {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    padding: 30px;
}
.wdleft {
    width: 100%;
}
.wdright {
    display: none; /* 隐藏右侧栏 */
}

/* 页面主标题 */
.list_tit {
    margin-bottom: 20px;
}
.name {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #0066cc;
    display: inline-block;
}

/* 子栏目导航 - 使用 [e:loop] 输出 */
.sub_nav {
    margin: 20px 0 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
    padding: 15px 0;
}
.sub_nav a {
    display: inline-block;
    padding: 8px 20px;
    background: #f5f7fa;
    border-radius: 40px;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sub_nav a:hover {
    background: #0066cc;
    color: #fff;
    transform: translateY(-2px);
}

/* 文章列表 */
.txt_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-item {
    padding: 22px 0;
    border-bottom: 1px solid #eef2f6;
    transition: background 0.2s;
}
.list-item:hover {
    background: #fafcff;
    padding-left: 12px;
    margin-left: -12px;
    border-radius: 12px;
}
.item-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.item-title a {
    color: #1e2a3a;
    text-decoration: none;
}
.item-title a:hover {
    color: #0066cc;
    text-decoration: underline;
}
.item-date {
    color: #8a9bb0;
    font-size: 13px;
    display: inline-block;
    background: #f0f4f9;
    padding: 4px 12px;
    border-radius: 30px;
}

/* 分页 */
.listpages {
    text-align: center;
    margin-top: 35px;
    padding-top: 15px;
}
.listpages a, .listpages b {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 14px;
    background: #f5f7fa;
    border-radius: 30px;
    color: #2c3e50;
    text-decoration: none;
    font-size: 14px;
}
.listpages b {
    background: #0066cc;
    color: #fff;
}
.listpages a:hover {
    background: #e2e8f0;
}
