@charset "utf-8";

/* 手机端布局（≤768px），与桌面端 index.css 配套 */

@media screen and (min-width: 1024px) {
    .top-header-menu {
        display: none !important;
    }

    .mobile-nav-head {
        display: none !important;
    }

    .mobile-nav-close {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    body.site-mobile-nav-open,
    body.site-search-open {
        overflow: hidden;
    }

    .w1580 {
        width: 100%;
        box-sizing: border-box;
    }

    .top-header {
        position: sticky;
        top: 0;
        z-index: 8000;

    }

    .top-header-inner {
        padding-top: 0.18rem;
        padding-bottom: 0.18rem;
        align-items: center;
    }

    .top-header-logo img {
        max-height: 0.34rem;
        object-fit: contain;
        object-position: left center;
    }

    .top-header-motto {
        display: none !important;
    }

    .top-header-right {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        margin-left: 0.16rem;
        gap: 0;
        min-width: 0;
    }

    .top-header-toolbar {
        gap: 0.1rem;
        width: auto;
        flex-shrink: 0;
    }

    .top-header-search {
        display: none !important;
    }

    .top-header-menu {
        flex-shrink: 0;
        padding: 0.08rem;
        margin: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .top-header-menu img {
        display: block;
        height: 0.24rem;
        object-fit: contain;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: env(safe-area-inset-top, 0) 0 calc(0.28rem + env(safe-area-inset-bottom, 0));
        background: #086da2;
        z-index: 8999;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .main-nav.is-open {
        transform: translateX(0);
    }

    .mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.16rem 0.28rem;
        border-bottom: 0.0118rem solid rgba(255, 255, 255, 0.22);
        background: #086da2;
    }

    .mobile-nav-head-title {
        font-size: 0.18rem;
        font-weight: 600;
        color: #fff;
    }

    .mobile-nav-close {
        padding: 0.06rem 0.1rem;
        margin: 0;
        margin-right: -0.06rem;
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0.4rem;
        min-height: 0.4rem;
    }

    .mobile-nav-close-ico {
        font-size: 0.34rem;
        line-height: 1;
        font-weight: 300;
        display: block;
    }

    .main-nav-list {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding: 0 0.28rem 0.24rem;
        box-sizing: border-box;
    }

    .main-nav-item {
        width: 100%;
        border-bottom: 0.0118rem solid rgba(255, 255, 255, 0.18);
    }
    .main-nav-item + .main-nav-item{
        margin-left: 0;
    }
    .main-nav-item:last-child {
        border-bottom: 0;
    }

    .main-nav-item > a {
        justify-content: space-between;
        font-size: 0.18rem;
        font-weight: 500;
        color: #fff;
        padding: 0.17rem 0;
        line-height: 1.45;
    }

    .main-nav-item.has-sub > a::after {
        content: "";
        flex-shrink: 0;
        margin-left: 0.16rem;
        width: 0;
        height: 0;
        border-left: 0.05rem solid transparent;
        border-right: 0.05rem solid transparent;
        border-top: 0.065rem solid #fff;
        transition: transform 0.22s ease;
        transform-origin: 50% 35%;
    }

    .main-nav-item.has-sub.is-open > a::after {
        transform: rotate(180deg);
    }

    .main-nav-sub {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        min-width: 0;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: none !important;
        max-height: 0;
        overflow: hidden;
        visibility: hidden !important;
        transition: max-height 0.28s ease;
    }

    .main-nav-item.has-sub.is-open .main-nav-sub {
        visibility: visible !important;
        pointer-events: auto !important;
        max-height: 10rem;
    }

    .main-nav-item.has-sub:hover:not(.is-open) .main-nav-sub {
        max-height: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .main-nav-sub li {
        border: 0;
    }

    .main-nav-sub a {
        font-size: 0.18rem;
        font-weight: 400;
        line-height: 1.45;
        padding: 0.14rem 0 0.14rem 0.2rem;
        white-space: normal;
        color: #fff;
        text-align: left;
    }

    .main-nav-sub a:active {
        opacity: 1;
    }

    .hero-swiper {
        height: 1.8rem;
    }
    .hero-swiper-pagination .swiper-pagination-bullet{
    height: 0.05rem;    
}
    .section {
        padding-top: 0.32rem;
        padding-bottom: 0.32rem;
    }

    .section--news {
        background-size: cover;
    }

    .section--dual {
        padding-top: 0.28rem;
        padding-bottom: 0.2rem;
    }

    .section-head {
        margin-bottom: 0.2rem;
    }

    .section-head-zh {
        font-size: 0.26rem;
    }

    .section-head-sub {

        bottom: -0.19rem;

    }

    .section-head-more-img {
        height: 0.62rem;
    }

    .news-grid {
        flex-direction: column;
        gap: 0.28rem;
        margin-top: 0.28rem;
    }

    .news-feature {
        width: 100%;
    }

    .news-feature-swiper,
    .news-feature-swiper .swiper-slide {
        height: 2.2rem;
    }

    .news-feature-cap {
        padding: 0.14rem 0.18rem;
        width: 70%;
    }

    .news-feature-cap time {
        font-size: 0.15rem;
    }

    .news-feature-title {
        font-size: 0.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: block;
    }
    .news-feature-swiper-pagination.swiper-pagination-bullets{
        gap: 0;
    }
    .news-spotlight-card {
        padding: 0.2rem 0.16rem 0.16rem 0.68rem;
    }

    .news-list-feature-badge {
        width: 0.82rem;
        height: 0.82rem;
        padding: 0.08rem 0 0 0.06rem;
    }

    .news-list-feature-badge img {
        width: 0.38rem;
    }

    .news-spotlight-title {
        font-size: 0.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: block;
    }

    .news-spotlight-foot .news-spotlight-day {
        font-size: 0.26rem;
    }

    .news-spotlight-summary {
        height: auto;
        max-height: 0.9rem;
        -webkit-line-clamp: 2;
    }

    .news-list-link {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0.14rem 0;
        gap: 0.06rem;
    }

    .news-list-tit {
        font-size: 0.17rem;
        line-height: 1.45;
        width: 100%;
        padding-right: 0;
    }

    .news-list-date {
        margin-left: auto;
        font-size: 0.15rem;
        color: #868686;
    }

    .dual-grid {
        flex-direction: column;
        gap: 0.4rem;
    }

    .notice-list-link {
        width: 100%;
        align-items: flex-start;
    }

    .notice-list-tit {
        font-size: 0.17rem;
    }

    .dot-list-link {
        
        gap: 0.08rem;
        padding: 0.14rem 0;
    }

    .dot-list-tit {
        
        font-size: 0.17rem;
      
        line-height: 1.45;
    }

    .dot-list-date {
        font-size: 0.15rem;
        margin-top: 0.02rem;
    }

    .slogan-band {
        padding: 0.24rem 0 0;
    }

    .slogan-band img {
        width: 100%;
        height: auto;
        display: block;
    }

    .site-footer {
        padding: 0.28rem 0;
    }

    .site-footer-brand,
    .site-footer-qr {
        display: none !important;
    }

    .site-footer-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.24rem;
    }

    .site-footer-meta-sep {
        display: none !important;
    }

    .site-footer-meta-line {
        display: block;
        width: 100%;
        color: #fff;
    }

    .site-footer-meta-addr {
        margin-bottom: 0.1rem;
    }

    .site-footer-meta {
        font-size: 0.16rem;
        line-height: 1.65;
        text-align: center;
        color: #fff;
        padding: 0 0.2rem;
    }

    .site-search {
        padding: 0.28rem;
        z-index: 10000;
    }

    .site-search-inner {
        max-width: 100%;
    }

    .site-search-form {
        flex-direction: column;
        margin-top: 0.44rem;
        gap: 0.16rem;
    }

    .site-search-input,
    .site-search-submit {
        width: 100%;
        height: 0.46rem;
        font-size: 0.15rem;
    }


    /* ========== 新闻网列表页 .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: #086da2;
        line-height: 0.588rem;
        position: relative;
        z-index: 2
    }

    #nav_slide #bnt_back {
        position: absolute;
        left: 0.16rem;
        top: -0.024rem;
    }

    #nav_slide #bnt_back img {
        height: 0.235rem;
        vertical-align: middle
    }

    #nav_slide .n_title {
        height: 0.588rem
    }

    #nav_slide h1 {
        font-size: 0.188rem;
        color: #fff;
        text-align: center
    }

    #bnt_sub_nav {
        position: absolute;
        right: 0.16rem;
        top: 0.171rem;
        cursor: pointer
    }

    #bnt_sub_nav img {
        display: block;
        height: 0.235rem;
        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 0.024rem 0.094rem 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 .admin-sidebar-list {
        padding: 0;
        margin: 0;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel {
        background: none;
        box-shadow: none;
        padding: 0;
        border-bottom: 0.0118rem solid #dedede;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel > a {
        display: block;
        font-size: 0.188rem;
        padding: 0 0.176rem;
        color: #333;
        font-weight: 500;
        width: 100%;
        box-sizing: border-box;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel.on > a {
        color: #086da2;
    }

    #sub_nav_content .sidebar-sub-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 0.0118rem solid #ececec;
        background: #f8f9fa;
     display: none;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel.is-sub-open > .sidebar-sub-nav {
        display: block;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel.has-sidebar-sub > a {
        cursor: pointer;
        position: relative;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel.has-sidebar-sub > a::after {
        content: "";
        position: absolute;
        right: 0.176rem;
        top: 50%;
        width: 0;
        height: 0;
        border-left: 0.047rem solid transparent;
        border-right: 0.047rem solid transparent;
        border-top: 0.059rem solid #888;
        transform: translateY(-50%);
        transition: transform 0.2s ease, border-top-color 0.2s ease;
        pointer-events: none;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel.has-sidebar-sub.on > a::after,
    #sub_nav_content .admin-sidebar-list > li.am-panel.has-sidebar-sub.is-sub-open > a::after {
        border-top-color: #086da2;
    }

    #sub_nav_content .admin-sidebar-list > li.am-panel.has-sidebar-sub.is-sub-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }

    #sub_nav_content .sidebar-sub-nav > li {
        border-bottom: 0.0118rem solid #ececec;
        padding: 0;
    }

    #sub_nav_content .sidebar-sub-nav > li:last-child {
        border-bottom: none;
    }

    #sub_nav_content .sidebar-sub-nav > li > a {
        display: block;
        padding: 0.01rem 0.176rem 0.01rem 0.306rem !important;
        font-size: 0.165rem !important;
        color: #555 !important;
        font-weight: 400 !important;
    }

    #sub_nav_content .sidebar-sub-nav > li.on > a,
    #sub_nav_content .sidebar-sub-nav > li > a:active {
        color: #086da2 !important;
    }

    .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;
    }

    .faculty-dir {
        gap: 0.22rem;
        padding: 0 0.16rem;
    }

    .faculty-dir-title {
        font-size: 0.18rem;
        margin-bottom: 0.12rem;
    }

    .faculty-dir-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.1rem 0.1rem;
    }

    .faculty-dir-list a {
        font-size: 0.18rem;
    }
}