/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}
.ze9204container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.ze9204site-header {
    background: #1a237e;
    color: #fff;
    padding: 24px 0 12px 0;
}
.ze9204site-header h1 {
    margin: 0 0 12px 0;
    font-size: 2.2rem;
    letter-spacing: 2px;
    text-align: center;
}
.ze9204main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ze9204main-nav li {
    margin: 0 18px;
}
.ze9204main-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 6px 0;
    transition: border-bottom 0.2s;
}
.ze9204main-nav a:hover {
    border-bottom: 2px solid #fff;
}
.ze9204hero {
    margin-top: 12px;
    margin-bottom: 36px;
    background: linear-gradient(90deg, #3949ab 60%, #7986cb 100%);
    color: #fff;
    padding: 48px 0 36px 0;
    text-align: center;
}
.ze9204hero h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.ze9204hero p {
    font-size: 1.2rem;
    margin-bottom: 24px;
}
.ze9204cta-btn {
    display: inline-block;
    background: #ffb300;
    color: #222;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s;
}
.ze9204cta-btn:hover {
    background: #ffa000;
}
section {
    margin: 36px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
    padding: 32px 0;
}
section h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 18px;
    color: #1a237e;
}
.ze9204about p {
    text-align: center;
    font-size: 1.1rem;
    color: #444;
}
.ze9204services .ze9204service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0;
    list-style: none;
}
.ze9204services .ze9204service-list li {
    background: #e8eaf6;
    border-radius: 8px;
    padding: 18px 32px;
    font-size: 1.1rem;
    color: #222;
    min-width: 180px;
    text-align: center;
}
.ze9204advantages .ze9204advantage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.ze9204advantage-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 18px 24px;
    min-width: 180px;
    flex: 1 1 200px;
    margin: 8px 0;
    text-align: center;
}
.ze9204advantage-item h4 {
    color: #3949ab;
    margin-bottom: 8px;
}
.ze9204process-list {
    list-style: decimal inside;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    color: #333;
    font-size: 1.1rem;
}
.ze9204contact-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ze9204contact-form label {
    font-weight: bold;
    color: #1a237e;
}
.ze9204contact-form input,
.ze9204contact-form textarea {
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    font-size: 1rem;
    resize: none;
}
.ze9204contact-form button {
    background: #3949ab;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.ze9204contact-form button:hover {
    background: #1a237e;
}
.ze9204site-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    border-radius: 0 0 12px 12px;
    font-size: 1rem;
    margin-top: 24px;
}
/* 响应式设计 */
@media (max-width: 900px) {
    .ze9204services .ze9204service-list,
    .ze9204advantages .ze9204advantage-list {
        flex-direction: column;
        gap: 12px;
    }
    .ze9204main-nav ul {
        flex-direction: column;
        gap: 8px;
    }
}
@media (max-width: 600px) {
    .ze9204container {
        padding: 0 6px;
    }
    .ze9204site-header h1 {
        font-size: 1.3rem;
    }
    .ze9204hero h2 {
        font-size: 1.2rem;
    }
    section {
        padding: 18px 0;
    }
    .ze9204services .ze9204service-list li,
    .ze9204advantage-item {
        min-width: 120px;
        padding: 10px 8px;
        font-size: 0.98rem;
    }
    .ze9204contact-form {
        max-width: 98%;
    }
    .ze9204hero {
        padding: 12px 0 12px 0;
    }
    .ze9204hero-text,
    .ze9204hero-img {
        margin: 0;
        padding: 0;
    }
    .ze9204hero-img img {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .ze9204hero-img,
    .ze9204hero-flex {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.ze9204faq dl {
    max-width: 700px;
    margin: 0 auto;
    color: #333;
}
.ze9204faq dt {
    font-weight: bold;
    margin-top: 16px;
    color: #3949ab;
}
.ze9204faq dd {
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 1rem;
}
.ze9204testimonials .ze9204testimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.ze9204testimonial-item {
    background: #e8eaf6;
    border-radius: 8px;
    padding: 18px 24px;
    min-width: 180px;
    max-width: 320px;
    font-size: 1rem;
    color: #222;
    box-shadow: 0 1px 4px rgba(60,60,60,0.06);
    text-align: left;
}
.ze9204testimonial-item span {
    display: block;
    margin-top: 10px;
    color: #888;
    font-size: 0.95rem;
}
.ze9204risk {
    background: #fffde7;
    border: 1px solid #ffe082;
    color: #795548;
    border-radius: 10px;
    margin-top: 24px;
    padding: 24px 0;
}
.ze9204flowchart-img {
    text-align: center;
    margin: 18px 0 0 0;
}
.ze9204news-list {
    list-style: disc inside;
    max-width: 700px;
    margin: 0 auto;
    color: #333;
    font-size: 1.05rem;
    padding-left: 0;
}
.ze9204news-list li {
    margin-bottom: 10px;
}
.ze9204more-contact .ze9204contact-list {
    list-style: none;
    padding: 0;
    text-align: center;
    color: #1a237e;
    font-size: 1.1rem;
}
.ze9204more-contact .ze9204contact-list li {
    margin-bottom: 8px;
}
@media (max-width: 900px) {
    .ze9204testimonials .ze9204testimonial-list {
        flex-direction: column;
        align-items: center;
    }
}
.ze9204hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.ze9204hero-text {
    flex: 1 1 320px;
    min-width: 220px;
}
.ze9204hero-img {
    flex: 1 1 320px;
    min-width: 180px;
    text-align: center;
}
.ze9204hero-img img {
    max-width: 340px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(60,60,60,0.10);
}
@media (max-width: 900px) {
    .ze9204hero-flex {
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }
    .ze9204hero-text {
        width: 100%;
        text-align: center;
    }
    .ze9204hero-img {
        width: 100%;
        text-align: center;
    }
    .ze9204hero-img img {
        max-width: 96vw;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
.ze9204about-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 12px;
    margin-top: 0;
}
.ze9204about-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.ze9204about-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ze9204about-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204about-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204about-card p, .ze9204about-card ul {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
.ze9204about-card ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
}
.ze9204about-card li {
    margin-bottom: 5px;
}
@media (max-width: 900px) {
    .ze9204about-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204about-card {
        max-width: 98vw;
    }
    .ze9204about-card ul {
        text-align: left;
        display: block;
    }
}
.ze9204services-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.ze9204services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.ze9204service-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ze9204service-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204service-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204service-card ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
    color: #333;
    font-size: 1rem;
}
.ze9204service-card li {
    margin-bottom: 5px;
}
@media (max-width: 900px) {
    .ze9204services-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204service-card {
        max-width: 98vw;
    }
    .ze9204service-card ul {
        text-align: left;
        display: block;
    }
}
.ze9204advantages-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.ze9204advantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.ze9204advantage-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ze9204advantage-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204advantage-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204advantage-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .ze9204advantages-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204advantage-card {
        max-width: 98vw;
    }
}
.ze9204process-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.ze9204process-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.ze9204process-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}
.ze9204process-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204process-step {
    width: 38px;
    height: 38px;
    background: #3949ab;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
}
.ze9204process-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204process-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .ze9204process-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204process-card {
        max-width: 98vw;
    }
}
.ze9204faq-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.ze9204faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.ze9204faq-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ze9204faq-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204faq-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204faq-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .ze9204faq-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204faq-card {
        max-width: 98vw;
    }
}
.ze9204flowchart-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.ze9204flowchart-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ze9204flowchart-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
    width: 100%;
}
.ze9204flowchart-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 0 1 240px;
    min-width: 200px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
    box-sizing: border-box;
}
.ze9204flowchart-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204flowchart-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204flowchart-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .ze9204flowchart-cards {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204flowchart-card {
        max-width: 98vw;
        min-width: 0;
        flex: 1 1 auto;
    }
}
.ze9204news-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.ze9204news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.ze9204news-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.10);
    padding: 18px 14px 14px 14px;
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.ze9204news-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.ze9204news-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.ze9204news-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .ze9204news-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .ze9204news-card {
        max-width: 98vw;
    }
}
@media (max-width: 900px) {
    .ze9204about-grid,
    .ze9204services-grid,
    .ze9204advantages-grid,
    .ze9204process-grid,
    .ze9204faq-grid,
    .ze9204news-grid,
    .ze9204flowchart-cards {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    .ze9204about-card,
    .ze9204service-card,
    .ze9204advantage-card,
    .ze9204process-card,
    .ze9204faq-card,
    .ze9204news-card,
    .ze9204flowchart-card {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 12px;
        padding-bottom: 10px;
    }
}
@media (max-width: 700px) {
    .ze9204main-nav ul {
        display: none;
        flex-direction: column;
        background: #1a237e;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 1000;
        margin: 0;
        padding: 0;
    }
    .ze9204main-nav ul.active {
        display: flex;
    }
    .ze9204nav-toggle {
        display: block;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
    }
    .ze9204nav-toggle span,
    .ze9204nav-toggle span:before,
    .ze9204nav-toggle span:after {
        display: block;
        background: #fff;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        position: absolute;
        left: 4px;
        transition: all 0.3s;
    }
    .ze9204nav-toggle span {
        top: 16px;
    }
    .ze9204nav-toggle span:before {
        content: '';
        top: 6px;
    }
    .ze9204nav-toggle span:after {
        content: '';
        top: -6px;
    }
}
@media (min-width: 701px) {
    .ze9204nav-toggle {
        display: none;
    }
}

/* ========== 页面布局（列表页/内容页） ========== */
.ze9204page-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin: 24px auto 36px auto;
    padding-top: 12px;
}
.ze9204main-content {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
    padding: 28px 24px;
}
.ze9204sidebar {
    flex: 0 0 280px;
    min-width: 240px;
}

/* ========== 侧栏 ========== */
.ze9204sidebar-block {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
    margin-bottom: 18px;
    overflow: hidden;
}
.ze9204sidebar-title {
    margin: 0;
    padding: 12px 14px;
    background: #1a237e;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.ze9204sidebar-title a {
    color: #fff;
    text-decoration: none;
}
.ze9204sidebar-title a:hover {
    text-decoration: underline;
}
.ze9204sidebar-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
}
.ze9204sidebar-item {
    border-bottom: 1px solid #e8eaf6;
    padding: 8px 0;
}
.ze9204sidebar-item:last-child {
    border-bottom: none;
}
.ze9204sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-size: 0.92rem;
    line-height: 1.4;
}
.ze9204sidebar-link:hover {
    color: #3949ab;
}
.ze9204sidebar-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 42px;
    overflow: hidden;
    border-radius: 4px;
    background: #e8eaf6;
}
.ze9204sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ze9204sidebar-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ========== 内容页 ========== */
.ze9204article-header {
    border-bottom: 2px solid #e8eaf6;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.ze9204article-title {
    font-size: 1.6rem;
    color: #1a237e;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.ze9204article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 0.92rem;
    color: #666;
}
.ze9204article-meta a {
    color: #3949ab;
    text-decoration: none;
}
.ze9204article-meta a:hover {
    text-decoration: underline;
}
.ze9204article-litpic {
    text-align: center;
    margin-bottom: 20px;
}
.ze9204article-litpic img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
}
.ze9204article-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.ze9204article-body img {
    max-width: 100%;
    height: auto;
}
.ze9204diyfield {
    margin-top: 16px;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 8px;
}
.ze9204article-images {
    margin-top: 20px;
}
.ze9204article-figure {
    margin: 0 0 16px 0;
    text-align: center;
}
.ze9204article-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.ze9204article-figure figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 6px;
}
.ze9204meta-tags {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ze9204tagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: #e8eaf6;
    color: #3949ab;
    border-radius: 16px;
    font-size: 0.88rem;
    text-decoration: none;
}
.ze9204tagitem a:hover {
    background: #3949ab;
    color: #fff;
}
.ze9204prenext {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e8eaf6;
    font-size: 0.95rem;
}
.ze9204prenext-item {
    flex: 1;
    min-width: 0;
}
.ze9204prenext-item span {
    color: #888;
}
.ze9204prenext-pre {
    text-align: left;
}
.ze9204prenext-next {
    text-align: right;
}
.ze9204prenext a {
    color: #3949ab;
    text-decoration: none;
}
.ze9204prenext a:hover {
    text-decoration: underline;
}
.ze9204related {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 2px solid #e8eaf6;
}
.ze9204related-title {
    font-size: 1.2rem;
    color: #1a237e;
    margin: 0 0 16px 0;
}
.ze9204related-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ze9204related-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
}
.ze9204related-item:last-child {
    border-bottom: none;
}
.ze9204related-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #333;
}
.ze9204related-link:hover strong {
    color: #3949ab;
}
.ze9204related-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
    background: #e8eaf6;
}
.ze9204related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ze9204related-info {
    flex: 1;
    min-width: 0;
}
.ze9204related-info strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}
.ze9204related-info p {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
}

/* ========== 列表页 ========== */
.ze9204list-header {
    border-bottom: 2px solid #e8eaf6;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.ze9204list-title {
    font-size: 1.5rem;
    color: #1a237e;
    margin: 0;
}
.ze9204listbox {
    margin-bottom: 24px;
}
.ze9204list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ze9204list-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e8eaf6;
}
.ze9204list-item:last-child {
    border-bottom: none;
}
.ze9204list-thumb {
    flex: 0 0 160px;
    width: 160px;
    height: 110px;
    overflow: hidden;
    border-radius: 8px;
    background: #e8eaf6;
    display: block;
}
.ze9204list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.ze9204list-thumb:hover img {
    transform: scale(1.05);
}
.ze9204list-info {
    flex: 1;
    min-width: 0;
}
.ze9204list-item-title {
    margin: 0 0 8px 0;
    font-size: 1.15rem;
}
.ze9204list-item-title a {
    color: #1a237e;
    text-decoration: none;
}
.ze9204list-item-title a:hover {
    color: #3949ab;
    text-decoration: underline;
}
.ze9204list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 0.88rem;
    color: #888;
    margin-bottom: 8px;
}
.ze9204list-meta a {
    color: #3949ab;
    text-decoration: none;
}
.ze9204list-intro {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* ========== 分页（左右布局，含末页） ========== */
.ze9204pagebar {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e8eaf6;
}
.ze9204pages {
    width: 100%;
}
.ze9204pagebar .pagelist,
.ze9204pagebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}
.ze9204pagebar a,
.ze9204pagebar span {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #3949ab;
    text-decoration: none;
    font-size: 0.92rem;
    background: #fff;
}
.ze9204pagebar a:hover {
    background: #3949ab;
    color: #fff;
    border-color: #3949ab;
}
.ze9204pagebar .thisclass,
.ze9204pagebar .thisclass a {
    background: #1a237e;
    color: #fff;
    border-color: #1a237e;
}

/* ========== 首页文章板块 ========== */
.ze9204articles {
    margin: 36px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
    padding: 32px 0;
}
.ze9204articles-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin: 0 0 24px 0;
}
.ze9204articles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.ze9204article-card {
    background: #fff;
    border: 2px solid #3949ab;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(60,60,60,0.08);
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
    display: flex;
    flex-direction: column;
}
.ze9204article-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.15);
    border-color: #1a237e;
}
.ze9204article-thumb {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #e8eaf6;
}
.ze9204article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.ze9204article-card:hover .ze9204article-thumb img {
    transform: scale(1.05);
}
.ze9204article-info {
    padding: 12px 10px 14px 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ze9204article-info h4 {
    margin: 0 0 6px 0;
    font-size: 0.95rem;
    line-height: 1.4;
    flex: 1;
}
.ze9204article-info h4 a {
    color: #3949ab;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ze9204article-info h4 a:hover {
    color: #1a237e;
}
.ze9204article-desc {
    margin: 0 0 6px 0;
    font-size: 0.82rem;
    color: #666;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ze9204article-date {
    font-size: 0.78rem;
    color: #999;
}

/* ========== 导航当前样式 ========== */
.ze9204main-nav li.ze9204this a,
.ze9204main-nav li.thisclass a {
    border-bottom: 2px solid #ffb300;
}

/* ========== 移动端适配（列表/内容/侧栏/文章板块） ========== */
@media (max-width: 1100px) {
    .ze9204articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .ze9204page-layout {
        flex-direction: column;
    }
    .ze9204sidebar {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }
    .ze9204articles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ze9204prenext {
        flex-direction: column;
    }
    .ze9204prenext-next {
        text-align: left;
    }
}
@media (max-width: 600px) {
    .ze9204main-content {
        padding: 18px 12px;
    }
    .ze9204article-title {
        font-size: 1.25rem;
    }
    .ze9204list-item {
        flex-direction: column;
    }
    .ze9204list-thumb {
        flex: none;
        width: 100%;
        height: 180px;
    }
    .ze9204articles-grid {
        grid-template-columns: 1fr;
    }
    .ze9204article-thumb {
        height: 180px;
    }
    .ze9204pagebar .pagelist,
    .ze9204pagebar ul {
        justify-content: center;
    }
    .ze9204related-link {
        flex-direction: column;
    }
    .ze9204related-thumb {
        width: 100%;
        height: 140px;
    }
    .ze9204sidebar-thumb {
        flex: 0 0 48px;
        width: 48px;
        height: 36px;
    }
}
