@charset "utf-8";

/* 手机版 ≤1024px，与 reset 中 .wap / .pc 切换一致 */

@media screen and (max-width: 1024px) {
    .pc{
        display: none;
    }
    :root {
        --mob-blue: #1c60b4;
        --mob-pad: 0.15rem;
    }

    /* 顶栏：左 logo，右菜单（English、主导航已在 HTML 标为 .pc 隐藏） */
    .site-header {
        background-image: none;
    }

    .header-top-inner {
        min-height: auto;
        padding: 0.12rem 0.1rem;
    }

    .header-logo img {
        height: 0.28rem;
        width: auto;
    }

    .header-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.48rem;
        height: 0.48rem;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .header-menu-btn img {
        display: block;
        height: 0.34rem;
        width: auto;
    }

    .header-menu-btn:active {
        opacity: 0.75;
    }

    /* 轮播 */
    .hero-swiper{
        height: 2.1rem;
    }
    .hero-slide-link img{
        height: 1.8rem;
    }
    .hero-pagination.swiper-pagination-bullets {
        right: 0.12rem;
        bottom: 0.07rem;
    }

    .hero-pagination .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
        margin: 0 0.04rem !important;
    }

    /* 主内容：单栏 + 左右留白 */
    .main-area {
        padding: 0.28rem 0 1.2rem;
        background: #ffffff url(../image/bannerbg.png) center calc(100%) no-repeat;
        background-size: contain;
    }

    .main-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.36rem;
    }

    .column-news,
    .column-notice {
        width: 100% !important;
        flex: none;
    }

    .block-head {
        margin-bottom: 0.14rem;
    }

    .block-title {
        font-size: 0.26rem;
    }

    .block-more {
        font-size: 0.13rem;
    }

    /* 新闻头条：两列，第三张单独一行占满 */
    .news-feature {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.12rem;
        margin-bottom: 0.22rem;
    }

    .news-feature-item {
        width: calc(50% - 0.06rem);
        flex:1;
    }

    .news-feature-item:nth-child(3) {
        display: none;
    }

    .news-feature-card:active {
        transform: translateY(-0.02rem);
    }

    .news-feature-thumb img {
        height: 1.35rem;
    }

    .news-feature-tit {
        font-size: 0.17rem;
        min-height: 0;
    }

    /* 新闻列表：标题可多行 */
    .news-list-row {
        padding: 0.11rem 0;
        font-size: 0.15rem;
    }

    .news-list-main {
        gap: 0.1rem;
        padding-right: 0.1rem;
    }

    .news-list-icon {
        height: 0.09rem;
    }

    .news-list-tit {
      font-size: 0.17rem;
    }

    .news-list-date {
        font-size: 0.15rem;
    }

    /* 通知公告 */
    .notice-list {
        border-radius: 0.03rem;
    }

    .notice-list > .notice-item {
        padding: 0.12rem 0.08rem;
    }

    .notice-datebox {
        width: 0.68rem;
    }

    .notice-day {
        font-size: 0.22rem;
        padding: 0.06rem 0.06rem 0.05rem;
    }

    .notice-ym {
        font-size: 0.12rem;
        padding: 0.06rem 0.04rem;
    }

    .notice-tit {
        font-size: 0.17rem;
    }

    /* 三张申请图：纵向堆叠 */
    .cta-row {
        flex-direction: column;
        gap: 0.14rem;
        margin-top: 0.2rem;
    }

    .cta-card {
        width: 90%;
        flex: none;
        margin: 0 auto;
    }
    .cta-card img {
        display: block;
        width: 100%;
        height: 1.1rem;
        vertical-align: top;
        transition: transform 0.45s ease;
        object-fit: cover;
    }
    .cta-card:active {
        transform: translateY(0);
        box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
    }

    .cta-card:active img {
        transform: scale(1.02);
    }

    /* 页脚：蓝底、文案居中 */
    .site-footer {
        padding: 0.32rem 0 ;
    }

    .footer-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-logo img {
        height: 0.44rem;
        margin: 0 auto;
        display: none;
    }

    .footer-contact {
        text-align: center;
        font-size: 0.15rem;
        line-height: 1.75;
    }

    .footer-contact p {
        margin: 0;
        word-break: break-word;
    }

    .bottom-span{
        display: block;
        font-size: 0.13rem;
    }
    /* 侧滑菜单（.wap 桌面下由 reset 隐藏） */
    .mob-nav {
        position: fixed;
        inset: 0;
        z-index: 9999;
        pointer-events: none;
        visibility: hidden;
    }

    .mob-nav-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mob-nav-panel {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        background-color: var(--mob-blue);
        box-shadow: none;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    body.mob-nav-open .mob-nav {
        pointer-events: auto;
        visibility: visible;
    }

    body.mob-nav-open .mob-nav-backdrop {
        opacity: 1;
    }

    body.mob-nav-open .mob-nav-panel {
        transform: translateX(0);
    }

    html.mob-nav-open,
    body.mob-nav-open {
        overflow: hidden;
        height: 100%;
        touch-action: none;
    }

    .mob-nav-head {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.12rem;
        padding: 0.12rem 0.16rem;
        background: transparent;
        color: #fff;
    }

    .mob-nav-logo {
        display: block;
        line-height: 0;
        flex: 1;
        min-width: 0;
    }

    .mob-nav-logo img {
        display: block;
        height: 0.25rem;
        width: auto;
        max-width: 100%;
        max-height: 0.52rem;
    }

    .mob-nav-close {
        width: 0.4rem;
        height: 0.4rem;
        padding: 0;
        border: none;
        background: transparent;
        color: #fff;
        font-size: 0.32rem;
        line-height: 1;
        cursor: pointer;
        flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .mob-nav-body {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.24rem;
        background: rgba(0, 0, 0, 0.12);
    }

    .mob-nav-link {
        display: block;
        padding: 0.14rem 0.18rem;
        font-size: 0.18rem;
        color: #fff;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.18);
    }

    .mob-nav-link:active {
        background: rgba(255, 255, 255, 0.1);
    }

    .mob-nav-link--lang {
        color: rgba(255, 255, 255, 0.95);
        font-weight: bold;
        margin-top: 0.06rem;
    }

    .mob-nav-sub {
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.18);
    }

    .mob-nav-sub-tit {
        cursor: default;
        padding: 0.14rem 0.12rem 0.14rem 0.18rem;
        font-size: 0.18rem;
        color: #fff;
        position: relative;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        display: flex;
        align-items: center;
        gap: 0.06rem;
    }

    .mob-nav-sub-tit a {
        color: inherit;
        text-decoration: none;
        flex: 1;
        min-width: 0;
        display: block;
    }

    .mob-nav-sub-toggle {
        flex-shrink: 0;
        box-sizing: content-box;
        margin: 0;
        padding: 0.1rem 0.14rem;
        width: 0.36rem;
        height: auto;
        border: none;
        background: transparent;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-appearance: none;
        appearance: none;
        position: relative;
        color: inherit;
        line-height: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .mob-nav-sub-toggle::after {
        content: "";
        position: absolute;
        right: 0.06rem;
        top: 50%;
        margin-top: -0.03rem;
        width: 0;
        height: 0;
        border-left: 0.05rem solid rgba(255, 255, 255, 0.85);
        border-top: 0.04rem solid transparent;
        border-bottom: 0.04rem solid transparent;
        transform: rotate(0deg);
        transition: transform 0.2s ease;
    }

    .mob-nav-sub.is-open .mob-nav-sub-toggle::after {
        transform: rotate(90deg);
    }

    .mob-nav-sub-links {
        display: none;
        padding: 0.08rem 0.12rem 0.08rem 0.28rem;
        background: rgba(13, 74, 140, 0.65);
    }

    .mob-nav-sub.is-open .mob-nav-sub-links {
        display: block;
    }

    .mob-nav-sub-links a {
        display: block;
        padding: 0.15rem 0.08rem;
        font-size: 0.16rem;
        color: rgba(255, 255, 255, 0.94);
        border-bottom: 0.01rem dashed rgba(255, 255, 255, 0.22);
    }

    .mob-nav-sub-links a:last-child {
        border-bottom: none;
    }

    .mob-nav-sub-links a:active {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }

    /* ========== 新闻网列表页 .n_container ========== */
    .n_container > .w15{
        padding: 0 0.16rem;
        width: 100%;
        max-width: 100%;
    }

    .n_left {
        flex: none;
        width: 100%;
        display: none;
    }

    .n_left .con h1 {
        margin-top: -0.16rem;
        font-size: 0.2rem;
        padding: 0.18rem 0.14rem;
    }

    .n_right {
        padding: 0 0 0.32rem;
    }

    .n_right .mianbao {
        font-size: 0.12rem;
        padding: 0.1rem 0 0.12rem;
        margin-bottom: 0.18rem;
        display: none;
    }

    .n_titu{
        margin-top: 0.3rem;
    }
    .n_titu ul{
        padding: 0;
    }
    .n_titu a.clearfix {
        flex-direction: row;
        align-items: center;
        gap: 0.1rem;
        padding: 0.12rem 0.06rem;
    }

    .n_titu .text {
        flex-direction: row;
        align-items: center;
    }

    .n_titu h5.line1 {
        font-size: 0.18rem;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .n_titu .text > i{
        font-size: 0.15rem;
    }
    .show01 h5{
        height: auto;
    }
    .show01 .show01-ul {
        justify-content: center;
        gap: 0.1rem 0.12rem;
        padding-bottom: 0.18rem;
    }

    .show01 .show01-ul li div {
        font-size: 0.18rem;
        padding: 0.07rem 0.12rem;
    }

    .show01 .show01-ul li div img {
        width: 0.18rem;
        height: 0.18rem;
    }
    .show02 p{
        font-size: 0.18rem !important;
    }

    #nav_slide {
        display: block;
        background: #1c60b4;
        line-height: 50px;
        position: relative;
        z-index: 2
    }

    #nav_slide #bnt_back {
        position: absolute;
        left: 0.16rem;
        top: -2px
    }

    #nav_slide #bnt_back img {
        height: 20px;
        vertical-align: middle
    }

    #nav_slide .n_title {
        height: 50px
    }

    #nav_slide h1 {
        font-size: 16px;
        color: #fff;
        text-align: center
    }

    #bnt_sub_nav {
        position: absolute;
        right: 0.16rem;
        top: 14.5px;
        cursor: pointer
    }

    #bnt_sub_nav img {
        display: block;
        height: 20px;
        transition: transform 0.3s ease;
    }

    #bnt_sub_nav.on img {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    #sub_nav_content {
        background: #f2f2f2;
        z-index: 9;
        width: 100%;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: max-height 0.38s ease, opacity 0.28s ease, visibility 0.28s ease;
    }

    #sub_nav_content.is-open {
        max-height: min(85vh, 5.6rem);
        opacity: 1;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
    }

    #sub_nav_content ul {
        background: #FFFFFF
    }

    #sub_nav_content ul li {
        background: none;
        box-shadow: none;
        border-bottom: 1px solid #dedede;
        padding: 0 15px
    }

    #sub_nav_content ul li a {
        display: block;
        font-size: 16px;
        padding: 0;
        color: #333;
        width: 100%;
    }

    #sub_nav_content ul li.on>a {
        color: #1c60b4;
    }
    .list_box_tc{
        margin-top: 0.4rem;
    }
    .piclist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.14rem 0.12rem;
    }

    .piclist-card-caption {
        font-size: 0.16rem;
        padding: 0.08rem 0.1rem;
    }

}