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