/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}
.z68cedcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.z68cedsite-header {
    background: #1a237e;
    color: #fff;
    padding: 24px 0 12px 0;
}
.z68cedsite-header h1 {
    margin: 0 0 12px 0;
    font-size: 2.2rem;
    letter-spacing: 2px;
    text-align: center;
}
.z68cedmain-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.z68cedmain-nav li {
    margin: 0 18px;
}
.z68cedmain-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 6px 0;
    transition: border-bottom 0.2s;
}
.z68cedmain-nav a:hover {
    border-bottom: 2px solid #fff;
}
.z68cedhero {
    margin-top: 12px;
    margin-bottom: 36px;
    background: linear-gradient(90deg, #3949ab 60%, #7986cb 100%);
    color: #fff;
    padding: 48px 0 36px 0;
    text-align: center;
}
.z68cedhero h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.z68cedhero p {
    font-size: 1.2rem;
    margin-bottom: 24px;
}
.z68cedcta-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;
}
.z68cedcta-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;
}
.z68cedabout p {
    text-align: center;
    font-size: 1.1rem;
    color: #444;
}
.z68cedservices .z68cedservice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 0;
    list-style: none;
}
.z68cedservices .z68cedservice-list li {
    background: #e8eaf6;
    border-radius: 8px;
    padding: 18px 32px;
    font-size: 1.1rem;
    color: #222;
    min-width: 180px;
    text-align: center;
}
.z68cedadvantages .z68cedadvantage-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.z68cedadvantage-item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 18px 24px;
    min-width: 180px;
    flex: 1 1 200px;
    margin: 8px 0;
    text-align: center;
}
.z68cedadvantage-item h4 {
    color: #3949ab;
    margin-bottom: 8px;
}
.z68cedprocess-list {
    list-style: decimal inside;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    color: #333;
    font-size: 1.1rem;
}
.z68cedcontact-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.z68cedcontact-form label {
    font-weight: bold;
    color: #1a237e;
}
.z68cedcontact-form input,
.z68cedcontact-form textarea {
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    font-size: 1rem;
    resize: none;
}
.z68cedcontact-form button {
    background: #3949ab;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.z68cedcontact-form button:hover {
    background: #1a237e;
}
.z68cedsite-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) {
    .z68cedservices .z68cedservice-list,
    .z68cedadvantages .z68cedadvantage-list {
        flex-direction: column;
        gap: 12px;
    }
    .z68cedmain-nav ul {
        flex-direction: column;
        gap: 8px;
    }
}
@media (max-width: 600px) {
    .z68cedcontainer {
        padding: 0 6px;
    }
    .z68cedsite-header h1 {
        font-size: 1.3rem;
    }
    .z68cedhero h2 {
        font-size: 1.2rem;
    }
    section {
        padding: 18px 0;
    }
    .z68cedservices .z68cedservice-list li,
    .z68cedadvantage-item {
        min-width: 120px;
        padding: 10px 8px;
        font-size: 0.98rem;
    }
    .z68cedcontact-form {
        max-width: 98%;
    }
    .z68cedhero {
        padding: 12px 0 12px 0;
    }
    .z68cedhero-text,
    .z68cedhero-img {
        margin: 0;
        padding: 0;
    }
    .z68cedhero-img img {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .z68cedhero-img,
    .z68cedhero-flex {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.z68cedfaq dl {
    max-width: 700px;
    margin: 0 auto;
    color: #333;
}
.z68cedfaq dt {
    font-weight: bold;
    margin-top: 16px;
    color: #3949ab;
}
.z68cedfaq dd {
    margin-left: 0;
    margin-bottom: 8px;
    font-size: 1rem;
}
.z68cedtestimonials .z68cedtestimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.z68cedtestimonial-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;
}
.z68cedtestimonial-item span {
    display: block;
    margin-top: 10px;
    color: #888;
    font-size: 0.95rem;
}
.z68cedrisk {
    background: #fffde7;
    border: 1px solid #ffe082;
    color: #795548;
    border-radius: 10px;
    margin-top: 24px;
    padding: 24px 0;
}
.z68cedflowchart-img {
    text-align: center;
    margin: 18px 0 0 0;
}
.z68cednews-list {
    list-style: disc inside;
    max-width: 700px;
    margin: 0 auto;
    color: #333;
    font-size: 1.05rem;
    padding-left: 0;
}
.z68cednews-list li {
    margin-bottom: 10px;
}
.z68cedmore-contact .z68cedcontact-list {
    list-style: none;
    padding: 0;
    text-align: center;
    color: #1a237e;
    font-size: 1.1rem;
}
.z68cedmore-contact .z68cedcontact-list li {
    margin-bottom: 8px;
}
@media (max-width: 900px) {
    .z68cedtestimonials .z68cedtestimonial-list {
        flex-direction: column;
        align-items: center;
    }
}
.z68cedhero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.z68cedhero-text {
    flex: 1 1 320px;
    min-width: 220px;
}
.z68cedhero-img {
    flex: 1 1 320px;
    min-width: 180px;
    text-align: center;
}
.z68cedhero-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) {
    .z68cedhero-flex {
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }
    .z68cedhero-text {
        width: 100%;
        text-align: center;
    }
    .z68cedhero-img {
        width: 100%;
        text-align: center;
    }
    .z68cedhero-img img {
        max-width: 96vw;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}
.z68cedabout-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 12px;
    margin-top: 0;
}
.z68cedabout-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z68cedabout-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;
}
.z68cedabout-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cedabout-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cedabout-card p, .z68cedabout-card ul {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
.z68cedabout-card ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
}
.z68cedabout-card li {
    margin-bottom: 5px;
}
@media (max-width: 900px) {
    .z68cedabout-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cedabout-card {
        max-width: 98vw;
    }
    .z68cedabout-card ul {
        text-align: left;
        display: block;
    }
}
.z68cedservices-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z68cedservices-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z68cedservice-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;
}
.z68cedservice-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cedservice-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cedservice-card ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding-left: 18px;
    color: #333;
    font-size: 1rem;
}
.z68cedservice-card li {
    margin-bottom: 5px;
}
@media (max-width: 900px) {
    .z68cedservices-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cedservice-card {
        max-width: 98vw;
    }
    .z68cedservice-card ul {
        text-align: left;
        display: block;
    }
}
.z68cedadvantages-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z68cedadvantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z68cedadvantage-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;
}
.z68cedadvantage-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cedadvantage-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cedadvantage-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z68cedadvantages-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cedadvantage-card {
        max-width: 98vw;
    }
}
.z68cedprocess-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z68cedprocess-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z68cedprocess-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;
}
.z68cedprocess-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cedprocess-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);
}
.z68cedprocess-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cedprocess-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z68cedprocess-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cedprocess-card {
        max-width: 98vw;
    }
}
.z68cedfaq-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z68cedfaq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z68cedfaq-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;
}
.z68cedfaq-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cedfaq-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cedfaq-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z68cedfaq-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cedfaq-card {
        max-width: 98vw;
    }
}
.z68cedflowchart-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z68cedflowchart-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.z68cedflowchart-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
    width: 100%;
}
.z68cedflowchart-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;
}
.z68cedflowchart-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cedflowchart-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cedflowchart-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z68cedflowchart-cards {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cedflowchart-card {
        max-width: 98vw;
        min-width: 0;
        flex: 1 1 auto;
    }
}
.z68cednews-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin-bottom: 18px;
    margin-top: 0;
}
.z68cednews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    row-gap: 14px;
}
.z68cednews-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;
}
.z68cednews-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.18);
    border-color: #1a237e;
}
.z68cednews-card h4 {
    color: #3949ab;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.z68cednews-card p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
@media (max-width: 900px) {
    .z68cednews-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .z68cednews-card {
        max-width: 98vw;
    }
}
@media (max-width: 900px) {
    .z68cedabout-grid,
    .z68cedservices-grid,
    .z68cedadvantages-grid,
    .z68cedprocess-grid,
    .z68cedfaq-grid,
    .z68cednews-grid,
    .z68cedflowchart-cards {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    .z68cedabout-card,
    .z68cedservice-card,
    .z68cedadvantage-card,
    .z68cedprocess-card,
    .z68cedfaq-card,
    .z68cednews-card,
    .z68cedflowchart-card {
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 12px;
        padding-bottom: 10px;
    }
}
@media (max-width: 700px) {
    .z68cedmain-nav ul {
        display: none;
        flex-direction: column;
        background: #1a237e;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 1000;
        margin: 0;
        padding: 0;
    }
    .z68cedmain-nav ul.active {
        display: flex;
    }
    .z68cednav-toggle {
        display: block;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
    }
    .z68cednav-toggle span,
    .z68cednav-toggle span:before,
    .z68cednav-toggle span:after {
        display: block;
        background: #fff;
        height: 4px;
        width: 28px;
        border-radius: 2px;
        position: absolute;
        left: 4px;
        transition: all 0.3s;
    }
    .z68cednav-toggle span {
        top: 16px;
    }
    .z68cednav-toggle span:before {
        content: '';
        top: 6px;
    }
    .z68cednav-toggle span:after {
        content: '';
        top: -6px;
    }
}
@media (min-width: 701px) {
    .z68cednav-toggle {
        display: none;
    }
}

/* ========== 页面布局（列表页/内容页） ========== */
.z68cedpage-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin: 24px auto 36px auto;
    padding-top: 12px;
}
.z68cedmain-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;
}
.z68cedsidebar {
    flex: 0 0 280px;
    min-width: 240px;
}

/* ========== 侧栏 ========== */
.z68cedsidebar-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;
}
.z68cedsidebar-title {
    margin: 0;
    padding: 12px 14px;
    background: #1a237e;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.z68cedsidebar-title a {
    color: #fff;
    text-decoration: none;
}
.z68cedsidebar-title a:hover {
    text-decoration: underline;
}
.z68cedsidebar-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
}
.z68cedsidebar-item {
    border-bottom: 1px solid #e8eaf6;
    padding: 8px 0;
}
.z68cedsidebar-item:last-child {
    border-bottom: none;
}
.z68cedsidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-size: 0.92rem;
    line-height: 1.4;
}
.z68cedsidebar-link:hover {
    color: #3949ab;
}
.z68cedsidebar-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 42px;
    overflow: hidden;
    border-radius: 4px;
    background: #e8eaf6;
}
.z68cedsidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.z68cedsidebar-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ========== 内容页 ========== */
.z68cedarticle-header {
    border-bottom: 2px solid #e8eaf6;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.z68cedarticle-title {
    font-size: 1.6rem;
    color: #1a237e;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.z68cedarticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 0.92rem;
    color: #666;
}
.z68cedarticle-meta a {
    color: #3949ab;
    text-decoration: none;
}
.z68cedarticle-meta a:hover {
    text-decoration: underline;
}
.z68cedarticle-litpic {
    text-align: center;
    margin-bottom: 20px;
}
.z68cedarticle-litpic img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.10);
}
.z68cedarticle-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.z68cedarticle-body img {
    max-width: 100%;
    height: auto;
}
.z68ceddiyfield {
    margin-top: 16px;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 8px;
}
.z68cedarticle-images {
    margin-top: 20px;
}
.z68cedarticle-figure {
    margin: 0 0 16px 0;
    text-align: center;
}
.z68cedarticle-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.z68cedarticle-figure figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 6px;
}
.z68cedmeta-tags {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.z68cedtagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: #e8eaf6;
    color: #3949ab;
    border-radius: 16px;
    font-size: 0.88rem;
    text-decoration: none;
}
.z68cedtagitem a:hover {
    background: #3949ab;
    color: #fff;
}
.z68cedprenext {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e8eaf6;
    font-size: 0.95rem;
}
.z68cedprenext-item {
    flex: 1;
    min-width: 0;
}
.z68cedprenext-item span {
    color: #888;
}
.z68cedprenext-pre {
    text-align: left;
}
.z68cedprenext-next {
    text-align: right;
}
.z68cedprenext a {
    color: #3949ab;
    text-decoration: none;
}
.z68cedprenext a:hover {
    text-decoration: underline;
}
.z68cedrelated {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 2px solid #e8eaf6;
}
.z68cedrelated-title {
    font-size: 1.2rem;
    color: #1a237e;
    margin: 0 0 16px 0;
}
.z68cedrelated-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.z68cedrelated-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
}
.z68cedrelated-item:last-child {
    border-bottom: none;
}
.z68cedrelated-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #333;
}
.z68cedrelated-link:hover strong {
    color: #3949ab;
}
.z68cedrelated-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
    background: #e8eaf6;
}
.z68cedrelated-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.z68cedrelated-info {
    flex: 1;
    min-width: 0;
}
.z68cedrelated-info strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}
.z68cedrelated-info p {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
}

/* ========== 列表页 ========== */
.z68cedlist-header {
    border-bottom: 2px solid #e8eaf6;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.z68cedlist-title {
    font-size: 1.5rem;
    color: #1a237e;
    margin: 0;
}
.z68cedlistbox {
    margin-bottom: 24px;
}
.z68cedlist-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.z68cedlist-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e8eaf6;
}
.z68cedlist-item:last-child {
    border-bottom: none;
}
.z68cedlist-thumb {
    flex: 0 0 160px;
    width: 160px;
    height: 110px;
    overflow: hidden;
    border-radius: 8px;
    background: #e8eaf6;
    display: block;
}
.z68cedlist-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.z68cedlist-thumb:hover img {
    transform: scale(1.05);
}
.z68cedlist-info {
    flex: 1;
    min-width: 0;
}
.z68cedlist-item-title {
    margin: 0 0 8px 0;
    font-size: 1.15rem;
}
.z68cedlist-item-title a {
    color: #1a237e;
    text-decoration: none;
}
.z68cedlist-item-title a:hover {
    color: #3949ab;
    text-decoration: underline;
}
.z68cedlist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 0.88rem;
    color: #888;
    margin-bottom: 8px;
}
.z68cedlist-meta a {
    color: #3949ab;
    text-decoration: none;
}
.z68cedlist-intro {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* ========== 分页（左右布局，含末页） ========== */
.z68cedpagebar {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e8eaf6;
}
.z68cedpages {
    width: 100%;
}
.z68cedpagebar .pagelist,
.z68cedpagebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}
.z68cedpagebar a,
.z68cedpagebar 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;
}
.z68cedpagebar a:hover {
    background: #3949ab;
    color: #fff;
    border-color: #3949ab;
}
.z68cedpagebar .thisclass,
.z68cedpagebar .thisclass a {
    background: #1a237e;
    color: #fff;
    border-color: #1a237e;
}

/* ========== 首页文章板块 ========== */
.z68cedarticles {
    margin: 36px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(60,60,60,0.06);
    padding: 32px 0;
}
.z68cedarticles-title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a237e;
    margin: 0 0 24px 0;
}
.z68cedarticles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.z68cedarticle-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;
}
.z68cedarticle-card:hover {
    box-shadow: 0 8px 24px rgba(60,60,60,0.15);
    border-color: #1a237e;
}
.z68cedarticle-thumb {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #e8eaf6;
}
.z68cedarticle-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.z68cedarticle-card:hover .z68cedarticle-thumb img {
    transform: scale(1.05);
}
.z68cedarticle-info {
    padding: 12px 10px 14px 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.z68cedarticle-info h4 {
    margin: 0 0 6px 0;
    font-size: 0.95rem;
    line-height: 1.4;
    flex: 1;
}
.z68cedarticle-info h4 a {
    color: #3949ab;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.z68cedarticle-info h4 a:hover {
    color: #1a237e;
}
.z68cedarticle-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;
}
.z68cedarticle-date {
    font-size: 0.78rem;
    color: #999;
}

/* ========== 导航当前样式 ========== */
.z68cedmain-nav li.z68cedthis a,
.z68cedmain-nav li.thisclass a {
    border-bottom: 2px solid #ffb300;
}

/* ========== 移动端适配（列表/内容/侧栏/文章板块） ========== */
@media (max-width: 1100px) {
    .z68cedarticles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .z68cedpage-layout {
        flex-direction: column;
    }
    .z68cedsidebar {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }
    .z68cedarticles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .z68cedprenext {
        flex-direction: column;
    }
    .z68cedprenext-next {
        text-align: left;
    }
}
@media (max-width: 600px) {
    .z68cedmain-content {
        padding: 18px 12px;
    }
    .z68cedarticle-title {
        font-size: 1.25rem;
    }
    .z68cedlist-item {
        flex-direction: column;
    }
    .z68cedlist-thumb {
        flex: none;
        width: 100%;
        height: 180px;
    }
    .z68cedarticles-grid {
        grid-template-columns: 1fr;
    }
    .z68cedarticle-thumb {
        height: 180px;
    }
    .z68cedpagebar .pagelist,
    .z68cedpagebar ul {
        justify-content: center;
    }
    .z68cedrelated-link {
        flex-direction: column;
    }
    .z68cedrelated-thumb {
        width: 100%;
        height: 140px;
    }
    .z68cedsidebar-thumb {
        flex: 0 0 48px;
        width: 48px;
        height: 36px;
    }
}
