@charset "utf-8";
        /* CSS Document */

        * {
            text-decoration: none;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: #f5f7fc;
            scroll-behavior: smooth;
        }

        .mbx {
            width: 78%;
            margin: 5vw auto 0px auto;
            line-height: 40px;
            color: #666;
            white-space: nowrap;
        }

        .mbx span {
            font-size: 14px;
            padding-left: 5px;
            color: #4671fb;
        }

        .mbx a {
            color: #4671fb;
        }

        .wzxq {}
        .wzxq h3 {
            font-size: 28px;
            color: #333;
            padding-bottom: 0px;
            text-align: center;
        }
        .wzxq dd {
            font-size: 16px;
            color: #333;
            font-weight: normal;
            line-height: 30px;
            text-align: center;
            padding: 15px 0 30px 0;
            border-bottom: 1px solid #ddd;
            margin-bottom: 30px;
        }
        .wzxq p {
            font-size: .9vw;
            color: #666;
            font-weight: normal;
            line-height: 1.6vw;
            padding: 0 0%;
            text-indent: 0;
            text-align: justify;
        }
        
                .pagination {
  display: flex;
  justify-content: center;
  /*margin-bottom: 50px;*/
    margin: 30px 0 10px 0;
}
.pagination li {list-style: none;
  position: relative;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination li.active {
    background-color: var(--font-one-color);
    color: var(--white);
    border: 1px solid rgba(255, 104, 0, 0.3);
  }
.pagination li.active a{
    background-color: #1177e3;
    color: #fff;
    border: 1px solid #1177e3;
  }
.pagination li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li a {
  display: block;
  padding: 6px 12px;
  background-color: #f8f9fa;
  color: #2a2a2a;
  /* margin: 0 5px; */
  border-radius: 0;
  font-size: 14px;
}
.pagination li a.active {
  background-color: var(--font-one-color);
  color: var(--white);
}
.pagination li a:hover {
  background-color: var(--font-one-color);
  color: var(--white);
}
.pagination li a:focus {
  background-color: var(--font-one-color);
  color: var(--white);
}

        /* ===== 主容器 ===== */
        .app-container {
            display: flex;
            height: auto;
            background: #ffffff;
            width: 78%;
            margin: 1vw auto 5vw auto;
        }

        /* ===== 左侧菜单 (20%) ===== */
        .sidebar {
            width: 20%;
            min-width: 180px;
            background: #fff;
            color: #ffffff;
            padding: 40px 0;
            /*box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);*/
            display: flex;
            flex-direction: column;
            align-items: center;
            overflow-y: auto;
        }

        .brand {
            margin-bottom: 50px;
            text-align: center;
            padding: 0 20px;
            width: 100%;
        }

        .brand-name {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 2px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            padding-bottom: 14px;
            width: 100%;
        }

        .brand-sub {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.6);
            margin-top: 8px;
            letter-spacing: 1px;
        }

        .menu-list {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }

        .abmenu-item {
            padding: 16px 50px;
            margin: 6px 16px;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: background 0.2s;
            cursor: default;
        }
        
        .abmenu-item a{color: #333;}

        .abmenu-item.active {
            background: linear-gradient(135deg, #2eb4fc, #1366f7);
            font-weight: 500;
            
        }
        
        .abmenu-item.active a{color: #fff;}

        .abmenu-item .icon {
            font-size: 18px;
        }

        .sidebar-footer {
            margin-top: auto;
            padding: 30px 20px 10px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.3);
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            width: 80%;
        }

        /* ===== 右侧内容区 (80%) ===== */
        .main-content {
            width: 80%;
            padding: 40px 50px;
            /*overflow-y: auto;*/
            background: #ffffff;
            border-left: 1px #eee solid;
        }

        /* 概况模块 */
        .section-about {
            margin-bottom: 20px;
        }

        .section-title {
            border-bottom: 1px dashed #ddd;
            font-size: 28px;
            color: #333;
            padding-bottom: 20px;
            margin: 0 0 20px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .title-icon {
            background: #1a3a5c;
            color: #fff;
            font-size: 18px;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .title-underline {
            height: 0px;
            width: 60px;
            background: #1a3a5c;
            margin-bottom: 20px;
            border-radius: 2px;
        }

        .about-text {
            font-size: 16px;
            line-height: 2;
            color: #333;
            margin: 0 0 12px 0;
        }

        .about-text:last-of-type {
            margin-bottom: 0;
        }

        /* ----- 右侧新闻列表 ----- */
        .news-list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .news-item {
            padding: 18px 0;
            border-bottom: 1px solid #f0f5f8;
            transition: background 0.2s;
            cursor: default;
        }

        .news-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .news-item:first-child {
            padding-top: 0;
        }

        .news-item .news-title {
            font-size: 18px;
            font-weight: normal;
            color: #333;
            line-height: 1.8;
            margin-bottom: 3px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: color 0.2s;
        }

        .news-item:hover .news-title {
            color: #0066b3;
        }

        .news-item .news-desc {
            font-size: 16px;
            color: #888;
            line-height: 1.4;
            margin-bottom: 2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .news-item .news-time {
            font-size: 14px;
            color: #bbb;
        }

        /* ===== 原有移动端基础适配 (保留不变) ===== */
        @media (max-width: 768px) {
            .app-container {
                flex-direction: column;
                height: auto;
            }
            .sidebar {
                width: 100%;
                min-width: unset;
                flex-direction: row;
                flex-wrap: wrap;
                padding: 15px 20px;
                justify-content: center;
            }
            .brand {
                margin-bottom: 10px;
                width: 100%;
            }
            .abmenu-list {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            .abmenu-item {
                margin: 4px 8px;
                padding: 10px 18px;
                font-size: 14px;
            }
            .sidebar-footer {
                display: none;
            }
            .main-content {
                width: 100%;
                padding: 20px;
            }
        }

        /* ===== ✦ 新增：移动端完美适配样式 (覆盖/补充) ===== */
        @media (max-width: 768px) {

            /* ---- 面包屑 ---- */
            .mbx {
                width: 94%;
                margin: 3vw auto 1.5vw auto;
                line-height: 6vw;
                white-space: normal;
                font-size: 3.2vw;
                padding: 0 2vw;
            }
            .mbx span,
            .mbx a {
                font-size: 3.2vw;
                padding-left: 0.5vw;
            }
            .mbx span {
                padding-left: 1vw;
            }

            /* ---- 主容器 ---- */
            .app-container {
                flex-direction: column;
                width: 100%;
                margin: 1.5vw auto 5vw auto;
                border-radius: 0;
                box-shadow: none;
            }

            /* ---- 侧边栏 ---- */
            .sidebar {
                width: 100%;
                min-width: unset;
                flex-direction: row;
                flex-wrap: wrap;
                padding: 2vw 2.5vw;
                justify-content: center;
                align-items: center;
                background: #f8faff;
                border-bottom: 1px solid #eef2f7;
                box-shadow: none;
                border-radius: 0;
                overflow-y: visible;
            }

            .abmenu-list {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 1.2vw;
                width: 100%;
                padding: 0;
                margin: 0;
            }

            .abmenu-item {
                padding: 2.2vw 4.5vw;
                margin: 0;
                font-size: 3.6vw;
                font-weight: 400;
                border-radius: 6vw;
                letter-spacing: 0.5px;
                gap: 1.5vw;
                flex: 0 1 auto;
                min-height: 10vw;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: #f0f4fe;
                color: #333;
                border: none;
                transition: all 0.2s;
            }

            .abmenu-item.active {
                background: linear-gradient(135deg, #2eb4fc, #1366f7);
                color: #fff;
                font-weight: 500;
                box-shadow: 0 2vw 4vw rgba(19, 102, 247, 0.25);
            }

            .abmenu-item .icon {
                font-size: 4vw;
            }

            /* ---- 主内容 ---- */
            .main-content {
                width: 100%;
                padding: 4vw 4.5vw 6vw 4.5vw;
                border-left: none;
                background: #ffffff;
            }

            /* ---- 标题 ---- */
            .section-title {
                font-size: 4.8vw;
                padding-bottom: 3vw;
                margin: 0 0 3.5vw 0;
                gap: 2.5vw;
                border-bottom: 1px dashed #ddd;
                flex-wrap: wrap;
            }

            .title-icon {
                width: 8.5vw;
                height: 8.5vw;
                font-size: 4.2vw;
                border-radius: 50%;
                flex-shrink: 0;
            }

            /* ---- 新闻列表 ---- */
            .news-list {
                gap: 0;
            }

            .news-item {
                padding: 3.8vw 0;
                border-bottom: 1px solid #f0f5f8;
            }

            .news-item:first-child {
                padding-top: 0;
            }

            .news-item:last-child {
                border-bottom: none;
                padding-bottom: 0;
            }

            .news-item .news-title {
                font-size: 4vw;
                font-weight: 500;
                color: #222;
                line-height: 1.7;
                margin-bottom: 1.2vw;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .news-item .news-desc {
                font-size: 3.4vw;
                color: #888;
                line-height: 1.5;
                margin-bottom: 1.2vw;
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .news-item .news-time {
                font-size: 3vw;
                color: #bbb;
                display: inline-block;
            }

            /* ---- 其他辅助元素 ---- */
            .about-text {
                font-size: 3.6vw;
                line-height: 2;
            }

            .wzxq h3 {
                font-size: 4.8vw;
            }
            .wzxq dd {
                font-size: 3.6vw;
                line-height: 2;
            }
            .wzxq p {
                font-size: 3.4vw;
                line-height: 1.8;
            }
        }

        /* ===== 小屏手机额外优化 (≤480px) ===== */
        @media (max-width: 480px) {

            .mbx {
                width: 96%;
                margin: 2.5vw auto 1vw auto;
                line-height: 7vw;
                font-size: 3.2vw;
            }
            .mbx span,
            .mbx a {
                font-size: 3.2vw;
            }

            .sidebar {
                padding: 2.5vw 2vw;
            }

            .abmenu-item {
                padding: 2.8vw 5vw;
                font-size: 3.8vw;
                min-height: 11vw;
                border-radius: 7vw;
            }

            .main-content {
                padding: 4vw 3.5vw 7vw 3.5vw;
            }

            .section-title {
                font-size: 4.8vw;
                padding-bottom: 3.5vw;
                margin: 0 0 3vw 0;
            }
            .title-icon {
                width: 9vw;
                height: 9vw;
                font-size: 4.5vw;
            }

            .news-item .news-title {
                font-size: 4.2vw;
                line-height: 1.6;
            }
            .news-item .news-desc {
                font-size: 3.6vw;
            }
            .news-item .news-time {
                font-size: 3.2vw;
            }
        }