/* ==========================================================================
   Common Stylesheet
   ========================================================================== */
/* ========================================
   通用样式
======================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}
body {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono";
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 320px;
}

/* 清除浮动通用样式 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.object-top {
    -o-object-position: top;
    object-position: top;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.inset-0 {
    inset: 0;
}
.absolute {
    position: absolute;
}
img, video {
    max-width: 100%;
    height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
}
.flex-1 {
    flex: 1;
}
 .gap-12 {
        gap: 3rem;
    }

    .flex-col {
        flex-direction: column;
    }

    .flex {
        display: flex;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .z-10 {
        z-index: 10;
    }

    .relative {
        position: relative;
    }

    .w-4 {
        width: 1rem;
    }

    .h-4 {
        height: 1rem;
    }

    .text-xs {
        font-size: .75rem;
        line-height: 1rem;
    }

    .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .text-2xl {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }

    .rounded-full {
        border-radius: 9999px;
    }

    .justify-center {
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .w-7 {
        width: 1.75rem;
    }

    .h-7 {
        height: 1.75rem;
    }

    .text-green-700 {
        --tw-text-opacity: 1;
        color: rgb(21 128 61 / var(--tw-text-opacity, 1));
    }

    .between {
        /* 核心：左右两端对齐 */
        justify-content: space-between;
        /* 垂直居中可选 */
        align-items: center;
        /* 页面标题区 */
    }

    .gap-8 {
        gap: 8px
    }

    .gap-5 {
        gap: 5px
    }

    .text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    }

    .text-blue-400 {
        --tw-text-opacity: 1;
        color: rgb(96 165 250 / var(--tw-text-opacity, 1));
    }

    .text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(136 136 136 / var(--tw-text-opacity, 1));
    }

    .text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }

    .font-bold {
        font-weight: 700;
    }

    .mart25 {
        margin-top: 25px;
    }

    /* 页脚样式 */
    .footer-section {
        width: 100%;
        background: linear-gradient(180deg, #1a1f26 0%, #222831 100%);
    }

    .footer-container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 48px 20px 0;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .footer-main {
        display: flex;
        gap: 16px;
        margin-bottom: 48px;
    }

    .footer-left {
        /*width: 530px;*/
        flex-shrink: 0;
    }

    .footer-right {
        flex-shrink: 0;
    }

    /* 页脚左侧样式 */
    .footer-title {
        font-size: 28px;
        font-weight: bold;
        line-height: 54px;
        color: #ffffff;
        margin-bottom: 5px;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
    }

    .contact-label {
        flex-shrink: 0;
        margin-right: 8px;
    }

    .contact-value {
        flex: 1;
        word-wrap: break-word;
    }

    /* 公众号信息样式 */
    .footer-qrcode {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .qrcode-img {
        width: 128px;
        height: 128px;
        margin-bottom: 8px;
    }

    .qrcode-text {
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
    }

    /* 页脚右侧网站大纲样式 */
    .footer-sitemap {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .sitemap-row {
        display: flex;
        gap: 16px;
    }

    .sitemap-column {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .sitemap-title {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 12px;
        line-height: 24px;
    }

    .sitemap-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .sitemap-link {
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .sitemap-link:hover {
        color: #009944;
    }

    /* ========================================
       页脚版权信息样式
    ======================================== */
    .footer-copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .copyright-left {
        flex: 1;
    }

    .copyright-text {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.85);
    }

    .copyright-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .copyright-link {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .copyright-link:hover {
        color: #009944;
    }

    .copyright-separator {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.4);
    }

    .zhjj-layout {
        display: flex;
        gap: 16px;
        height: 200px;
    }

    .zhjj-card {
        flex: 1;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .zhjj-card:hover {
        cursor: pointer;
    }

    .zhjj-card-bg {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .zhjj-card-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .zhjj-card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(0, 153, 68, 0), rgba(0, 153, 68, 0));
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
    }

    .zhjj-card:hover .zhjj-card-overlay {
        background: linear-gradient(135deg, rgba(0, 153, 68, 0.8), rgba(0, 153, 68, 0.6));
    }

    .zhjj-card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        padding: 0 32px;
        color: #fff;
    }

    .zhjj-card-title {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 8px 0;
        line-height: 34px;
        color: #fff;
    }

    .zhjj-card-arrow {
        width: 20px;
        height: 20px;
    }

    .zhjj-card-arrow img {
        width: 100%;
        height: 100%;
    }

    /* 面包屑样式 */
.page-detail-container {
    width: 100%;
    background: #fafafa;
    min-height: 100vh;
    padding-top: 95px;
}

    .news-detail-breadcrumb {
        background: #ffffff;
        border-bottom: 1px solid #eee;
        padding: 0 16px;
    }

    .news-detail-breadcrumb-inner {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        font-size: 14px;
        color: #666;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .news-detail-breadcrumb a {
        color: #666;
        text-decoration: none;
    }

    .news-detail-breadcrumb a:hover {
        color: #009944;
    }

    .news-detail-breadcrumb-inner > div > span {
        margin: 0 8px;
        color: #ccc;
    }

