@charset "utf-8";

@media screen and (max-width: 1024px) {
    body.no-scroll {
        overflow: hidden;
    }

    /* ========== 顶部 ========== */
    .header-top-inner {
        min-height: .63rem;
        padding: .25rem 0.16rem;
        background: none;
    }

    .site-logo img {
        height: .3rem;
    }

    .site-search {
        display: none;
    }

    .header-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav {
        position: fixed;
        inset: 0;
        width: 100vw;
        max-width: none;
        height: 100vh;
        height: 100dvh;
        background: var(--color-primary);
        z-index: 1100;
        margin: 0;
        padding: 0;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: none;
    }

    body.mobile-nav-open .main-nav {
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
    }

    .main-nav-head {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-shrink: 0;
        padding: .2rem .16rem;
    }

    .main-nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: .44rem;
        height: .44rem;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        background: transparent;
        color: #fff;
        font-size: .26rem;
        line-height: 1;
        cursor: pointer;
    }

    .main-nav-inner {
        width: auto;
        max-width: none;
        padding: 0;
    }

    .main-nav-list {
        flex-direction: column;
        align-items: stretch;
    }

    .main-nav-item {
        flex: none;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .main-nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .18rem .16rem;
        font-size: .18rem;
        white-space: normal;
    }

    .main-nav-item.is-active .main-nav-link {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .main-nav-item.has-sub > .main-nav-link::after {
        content: "";
        flex-shrink: 0;
        width: .08rem;
        height: .08rem;
        margin-left: .12rem;
        border-right: .02rem solid rgba(255, 255, 255, 0.85);
        border-bottom: .02rem solid rgba(255, 255, 255, 0.85);
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .main-nav-item.main-nav-item--open > .main-nav-link::after {
        transform: rotate(-135deg);
    }

    .main-nav-sub {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.12);
        padding: 0;
        max-height: 0;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        transition: max-height 0.35s ease;
    }

    .main-nav-item.has-sub:hover .main-nav-sub,
    .main-nav-item.has-sub:focus-within .main-nav-sub {
        transform: none;
    }

    .main-nav-sub a {
        padding: .14rem .16rem .14rem .32rem;
        text-align: left;
        font-size: .16rem;
        color: white;
    }

    /* ========== Banner ========== */
    .hero-swiper {
        height: 2.53rem;
    }

    .hero-swiper .swiper-slide {
        height: 2.53rem;
    }

    .hero-swiper-pagination {
        bottom: .12rem;
    }

    /* ========== 通用区块 ========== */
    .home-section {
        padding: .32rem 0;
    }

    .section-head {
        margin-bottom: .16rem;
    }

    .section-title-cn {
        font-size: .24rem;
    }

    .section-title-en {
        font-size: .36rem;
    }

    /* ========== 工作动态 ========== */
    .section-dynamic {
        background: #fff;
    }

    .dynamic-body {
        flex-direction: column;
        gap: .16rem;
    }

    .dynamic-slider {
        width: 100%;
    }

    .dynamic-swiper {
        min-height: 0;
        height: 2.42rem;
    }

    .dynamic-swiper .swiper-slide {
        height: 2.42rem;
    }

    .dynamic-slide-caption {
        font-size: .16rem;
    }

    .dynamic-news-list {
        justify-content: flex-start;
        padding:0 0.16rem;
    }

    .dynamic-news-list .news-item:nth-child(n+6) {
        display: none;
    }

    .section-dynamic .news-link {
        padding: .13rem 0;
    }

    /* ========== 中间区块 ========== */
    .section-middle {
        padding: .32rem 0 .4rem;
        background: #f9fafa url("../images/bannerbg.png") center bottom no-repeat;
        background-size: contain;
    }

    .middle-body {
        flex-direction: column;
        gap: .32rem;
    }

    .notice-col {
        flex: none;
        width: 100%;
    }

    .right-col {
        width: 100%;
    }

    .notice-list {
        gap: .16rem;
    }

    .process-block {
        margin-bottom: .28rem;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: .12rem;
    }

    .public-list {
        gap: .16rem;
    }

    /* ========== 快捷入口 ========== */
    .icons-band {
        margin-top: .32rem;
        padding: .4rem 0 .48rem;
        background: url("../images/bannerbg.png") center bottom no-repeat;
        background-size: cover;
    }

    .icons-line {
        top: calc(.4rem + .45rem);
    }

    .icons-swiper {
        overflow: hidden;
    }

    .icons-row .icon-item {
        flex: none;
    }

    .icon-circle {
        width: .9rem;
        height: .9rem;
        margin-bottom: .1rem;
    }

    .icon-circle img {
        height: .32rem;
        width: auto;
    }

    .icon-label {
        font-size: .16rem;
        line-height: 1.35;
        padding: 0 .04rem;
    }

    /* ========== 页脚 ========== */
    .footer-main {
        padding: .4rem .16rem .36rem;
    }

    .footer-body {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .footer-col {
        flex: none;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0;
    }

    .footer-links,
    .footer-brand {
        display: none;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .footer-title {
        font-size: .2rem;
        font-weight: 600;
        margin-bottom: .22rem;
        padding-bottom: .12rem;
        text-align: center;
        width: 100%;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
        width: .32rem;
        background: rgba(255, 255, 255, 1);
    }

    .footer-contact-item {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        gap: .1rem;
        font-size: .16rem;
        margin-bottom: .14rem;
        color: rgba(255, 255, 255, 0.92);
    }

    .footer-contact-item:last-child {
        margin-bottom: 0;
    }

    .footer-contact-item img {
        width: .16rem;
        height: .16rem;
    }

    .footer-copy {
        background: #23414a;
        padding: .14rem .16rem;
    }

    .footer-copy p {
        font-size: .15rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.6);
    }
    /* ========== 新闻网列表页 .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: #305e69;
        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: #305e69;
    }
    .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;
    }

}