@charset "utf-8";

/* ========== 手机版（≤1024px，rem 基准沿用 reset.css 的 85px） ========== */
@media screen and (max-width: 1024px) {
    body {
        background: #fff;
    }

    .w14,
    .w15,
    .w1550,
    .w16 {
        width: 100%;
        max-width: none;
        padding-left: 0.19rem;
        padding-right: 0.19rem;
        margin: 0;
    }

    /* ========== 顶栏 ========== */
    .site-header {
        background: #8e1538;
        position: sticky;
        top: 0;
        z-index: 200;
    }

    .header-inner {
        width: 100%;
        height: 0.86rem;
        background: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-brand {
        flex: 1;
        min-width: 0;
    }

    .header-logo-full {
        height: 0.5rem;
        filter: brightness(0) invert(1);
    }

    .mobile-menu-btn {
        flex-shrink: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 0.42rem;
        height: 0.42rem;
        margin-left: 0.12rem;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
    }

    .mobile-menu-btn img {
        display: block;
        width: 0.31rem;
        height: auto;
        filter: brightness(0) invert(1);
    }

    /* ========== 移动端导航 ========== */
    .site-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 300;
        background: #8e1538;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .site-nav .nav-inner {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #8e1538;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0.88rem 0 0.4rem;
    }

    .nav-item {
        display: block;
        position: relative;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-item > a {
        display: block;
        height: auto;
        padding: 0.2rem 0.32rem;
        font-size: 0.18rem;
        color: #fff;
        white-space: normal;
    }

    .nav-item.has-sub > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.16rem;
    }

    .nav-item.has-sub > a::after {
        content: "";
        flex-shrink: 0;
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.9)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center / contain no-repeat;
        border: none;
        border-radius: 0;
        transition: transform 0.3s ease;
    }

    .nav-item.has-sub.is-expanded > a {
        background: rgba(0, 0, 0, 0.1);
        font-weight: 600;
    }

    .nav-item.has-sub.is-expanded > a::after {
        transform: rotate(180deg);
    }

    .nav-sep {
        display: none;
    }

    .site-nav .nav-sub {
        display: none;
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0.04rem 0 0.06rem;
        list-style: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.14);
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .site-nav .nav-item.has-sub.is-expanded .nav-sub {
        display: block;
    }

    .site-nav .nav-item.has-sub:hover .nav-sub {
        display: none;
    }

    .site-nav .nav-item.has-sub.is-expanded:hover .nav-sub {
        display: block;
    }

    .nav-sub li {
        margin: 0;
        padding: 0;
    }

    .nav-sub li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .nav-sub a {
        display: block;
        padding: 0.16rem 0.32rem 0.16rem 0.48rem;
        font-size: 0.16rem;
        color: rgba(255, 255, 255, 0.92);
        white-space: normal;
        line-height: 1.45;
        text-align: left;
    }

    .nav-sub a:active,
    .nav-sub a:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        opacity: 1;
    }

    .mobile-nav-close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 301;
        width: 0.8rem;
        height: 0.8rem;
        border: none;
        background: transparent;
        color: #fff;
        font-size: 0.36rem;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
        padding: 0;
    }

    /* ========== Banner ========== */
    .banner-section {
        background: #ccc;
    }

    .banner-swiper,
    .banner-swiper .swiper-slide {
        height: 2.12rem;
    }

    .banner-ctrl {
        width: 0.33rem;
        height: 0.33rem;
    }

    .banner-prev {
        left: 0.09rem;
    }

    .banner-next {
        right: 0.09rem;
    }

    /* ========== 快速服务 ========== */
    .service-float-wrap {
        position: relative;
        z-index: 5;
        margin-top: -0.35rem;
        padding: 0;
    }

    .service-float {
        width: 96%;
        max-width: none;
        margin: 0 auto;
        padding: 0.24rem 0.06rem 0.2rem;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-radius: 0.08rem;
        box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
    }

    .service-float-inner {
        flex-direction: column;
        gap: 0;
    }

    .service-label-col {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0 0 0.16rem;
        width: 100%;
    }

    .service-label-bar {
        display: none;
    }

    .service-label-text {
        flex-direction: column;
        align-items: center;
        gap: 0.02rem;
    }

    .service-label-cn {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 0.22rem;
        font-weight: 700;
        color: #222;
        letter-spacing: 0.06em;
    }

    .service-label-en {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 0.12rem;
        color: #666;
        letter-spacing: 0.04em;
    }

    .service-label-col::after {
        content: "";
        display: block;
        width: 0.4rem;
        height: 0.03rem;
        background: #8e1538;
        margin-top: 0.1rem;
        border-radius: 0.02rem;
    }

    .service-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.14rem 0.04rem;
        padding: 0;
    }

    .service-item {
        padding: 0.04rem 0;
    }

    .service-icon {
        margin-bottom: 0.06rem;
    }

    .service-icon img {
        width: 0.5rem;
        height: 0.5rem;
    }

    .service-tit-cn {
        font-size: 0.15rem;
        font-weight: 400;
        color: #333;
        line-height: 1.25;
    }

    .service-tit-en {
        display: none;
    }

    .service-smart {
        flex: none;
        width: 100%;
        height: auto;
        margin-top: 0.18rem;
        border-radius: 0.06rem;
        background: none;
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow: none;
    }

    .service-smart-mobile {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0.06rem;
    }

    /* ========== 主内容 ========== */
    .main-columns {
        padding: 0.28rem 0 0.35rem;
        background: #fff;
    }

    .main-inner {
        flex-direction: column;
        gap: 0.33rem;
    }

    .col-news,
    .col-notice {
        flex: none;
        width: 100%;
    }

    .section-head {
        margin-bottom: 0.14rem;
    }

    .section-head-titles::before {
        height: 0.38rem;
        width: 0.04rem;
    }

    .section-title-cn {
        font-size: 0.24rem;
        padding-left: 0.11rem;
    }

    .section-title-en {
        font-size: 0.16rem;
        padding-left: 0.11rem;
    }

    .section-more {
        font-size: 0.16rem;
        padding-right: 0.14rem;
        background-size: 0.09rem 0.12rem;
    }

    /* 新闻焦点 */
    .news-feature-swiper {
        height: auto;
        margin-bottom: 0.09rem;
    }

    .news-feature-slide {
        height: auto;
        min-height: 0;
    }

    .news-feature-link {
        flex-direction: column;
        position: relative;
    }

    .news-feature-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(142, 21, 56, 0.92);
        padding: 0.12rem 0.14rem;
        z-index: 2;
    }

    .news-feature-body {
        display: block;
    }

    .news-feature-title {
        font-size: 0.18rem;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .news-feature-date,
    .news-feature-sum {
        display: none;
    }

    .news-feature-photo {
        flex: none;
        width: 100%;
        height: 2.88rem;
    }

    .news-feature-photo img {
        width: 100%;
        height: 2.88rem;
    }

    .news-feature-swiper .news-feature-pagination.swiper-pagination-horizontal {
        left: auto;
        right: 0.14rem;
        bottom: 0.62rem;
        gap: 0.05rem;
    }

    .news-feature-swiper .swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
    }

    /* 新闻列表 */
    .news-list-row {
        padding: 0.13rem 0;
        border-bottom: 1px solid #eee;
    }

    .news-list-row:last-child {
        border-bottom: none;
    }

    .news-list-row > a {
        align-items: center;
        gap: 0.07rem;
    }

    .news-list-ico {
        width: 0.06rem;
        height: 0.06rem;
        flex-shrink: 0;
    }

    .news-list-tit {
        flex: 1;
        min-width: 0;
        font-size: 0.18rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list-date {
        font-size: 0.16rem;
        flex-shrink: 0;
    }

    /* 通知公告 */
    .notice-tabs {
        gap: 0.19rem;
    }

    .notice-tab .section-title-cn {
        font-size: 0.2rem;
    }

    .notice-tab .section-title-en {
        font-size: 0.13rem;
    }

    .notice-head-line {
        margin-bottom: 0.05rem;
    }

    .col-notice {
        border-radius: 0;
    }

    .col-notice .section-head {
        padding: 0;
    }

    .notice-list {
        max-height: none;
    }

    .notice-row a {
        padding: 0.12rem 0;
    }

    .notice-date {
        font-size: 0.16rem;
    }

    .notice-tit {
        font-size: 0.18rem;
    }

    /* ========== 页脚 ========== */
    .footer-inner{
        padding: 0;
    }
    .site-footer {
        padding: 0.24rem 0.19rem 0.28rem;
    }

    .footer-links {
        display: none;
    }

    .footer-meta-mobile {
        font-size: 0.16rem;
        color: rgba(255, 255, 255, 0.92);
        line-height: 1.7;
        text-align: center;
    }

    .footer-meta-mobile p + p {
        margin-top: 0.05rem;
    }

    .footer-meta {
        display: none;
    }

    /* ========== 新闻网列表页 .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: #8e1537;
        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: #8e1537;
    }
    .list_box_tc{
        margin-top: 0.4rem;
    }
    .piclist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.34rem 0.3rem;
    }

    .piclist-card {
        max-width: 2.4rem;
    }

    .piclist-card-caption {
        font-size: 0.16rem;
        padding: 0.08rem 0.1rem;
    }
    .show04{
    padding-top:.2rem;

    }

}