@charset "utf-8";

/* 移动端 ≤1024px（rem 基准：reset 中 html 85px） */

@media screen and (max-width: 1024px) {

    body {
        background: #ffffff;
    }

    html.nav-open,
    body.nav-open {
        overflow: hidden;
        height: 100%;
    }

    body.nav-open {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        touch-action: none;
        overscroll-behavior: none;
    }

    .w16 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0.176rem !important;
        padding-right: 0.176rem !important;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    /* ========== 顶栏 ========== */
    .site-header {
        position: sticky;
        top: 0;
        z-index: 400;
        background: var(--nav-grad);
        box-shadow: 0 0.024rem 0.094rem rgba(0, 0, 0, 0.12);
    }

    .header-top {
        position: relative;
        z-index: 360;
        padding: 0.141rem 0 0.118rem;
        gap: 0.118rem;
        align-items: center;
        border-bottom: none;
    }

    .brand {
        flex: 1;
        min-width: 0;
    }

    .brand-logo--mob.wap {
        display: block !important;
        height: auto !important;
        max-height: 0.8rem;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
    }

    .nav-toggle.wap {
        display: inline-flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.059rem;
        width: 0.424rem;
        height: 0.424rem;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
    }

    .nav-toggle-bar {
        display: block;
        width: 0.259rem;
        height: 0.024rem;
        background: #ffffff;
        border-radius: 0.012rem;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    body.nav-open .nav-toggle-bar:nth-child(1) {
        transform: translateY(0.082rem) rotate(45deg);
    }

    body.nav-open .nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }

    body.nav-open .nav-toggle-bar:nth-child(3) {
        transform: translateY(-0.082rem) rotate(-45deg);
    }

    .site-header .nav-wrap {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        top: var(--mob-nav-top, 0.753rem);
        z-index: 350;
        border-top: 0.012rem solid rgba(255, 255, 255, 0.15);
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: var(--nav-grad);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    body.nav-open .nav-wrap {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .site-header .nav-inner.w16 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0.176rem !important;
        padding-right: 0.176rem !important;
        padding-bottom: 0.282rem;
        box-sizing: border-box;
    }

    .nav-main {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .nav-main-item:not(:first-child)::before {
        display: none;
    }

    .nav-main-item {
        flex: none;
        text-align: left;
        border-bottom: 0.012rem solid rgba(255, 255, 255, 0.2);
    }

    .nav-main-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.165rem 0;
        font-size: 0.19rem;
        text-align: left;
    }

    .nav-main-item.has-sub > .nav-main-link::after {
        content: "+";
        font-size: 0.2rem;
        font-weight: 300;
        line-height: 1;
        color: rgba(255, 255, 255, 0.85);
        transition: transform 0.2s ease;
    }

    .nav-main-item.has-sub.is-open > .nav-main-link::after {
        content: "−";
    }

    .nav-main-item.has-sub:hover > .nav-main-link,
    .nav-main-item.has-sub:focus-within > .nav-main-link {
        background: transparent;
    }

    .nav-main-item.has-sub .nav-sub {
        position: static;
        display: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.12);
        box-shadow: none;
        border: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 0;
    }

    .nav-main-item.has-sub.is-open .nav-sub {
        display: block;
    }

    .nav-main-item.has-sub:hover .nav-sub,
    .nav-main-item.has-sub:focus-within .nav-sub {
        transform: none;
    }

    .nav-sub a {
        display: block;
        padding: 0.118rem 0 0.118rem 0.235rem;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.17rem;
        text-align: left;
    }

    .nav-sub a:active {
        background: rgba(255, 255, 255, 0.08);
    }

    /* ========== Banner ========== */
    .hero {
        line-height: 0;
        background: var(--nav-grad);
    }
    .hero-swiper{
        height: auto;
    }

    .hero-swiper .swiper-slide img {
        width: 100%;
        height: 2.353rem;
        max-height: none;
        object-fit: cover;
        display: block;
    }

    .hero-swiper .swiper-pagination {
        bottom: 0.094rem !important;
    }

    .hero-swiper .swiper-pagination-bullet {
        width: 0.071rem;
        height: 0.071rem;
        background: rgba(255, 255, 255, 0.55);
        opacity: 1;
    }

    .hero-swiper .swiper-pagination-bullet-active {
        background: #2eb6aa;
        width: 0.165rem;
        border-radius: 0.035rem;
    }

    /* ========== 区块标题 ========== */
    .section {
        padding: 0.235rem 0 0.282rem;
    }

    .section-head {
        margin-bottom: 0.141rem;
        padding-bottom: 0.047rem;
        align-items: center;
    }

    .section-head-title {
        font-size: 0.259rem;
        font-weight: 700;
        color: #000000;
        padding-bottom: 0.024rem;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .section-head-title::after {
        width: 0.471rem;
        height: 0.471rem;
        right: -0.047rem;
        bottom: -0.024rem;
    }

    .section-head-more {
        font-size: 0.153rem;
        color: #888888;
        padding-bottom: 0;
    }

    /* ========== 评建动态 + 通知公告 ========== */
    .section--news {
        background: #eef6fc;
        padding: 0.3rem 0 0.2rem;
    }

    .news-grid {
        flex-direction: column;
        gap: 0.235rem;
        align-items: stretch;
    }

    .news-col,
    .news-col1 {
        flex: none !important;
        width: 100% !important;
        max-width: 100%;
    }

    .eval-carousel-media img {
        height: 2.471rem;
        border-radius: 0.024rem;
    }

    .eval-carousel-date {
        min-width: 0.635rem;
        padding: 0.094rem 0.118rem;
    }

    .eval-carousel-day {
        font-size: 0.306rem;
    }

    .eval-carousel-ym {
        font-size: 0.129rem;
        letter-spacing: 0.02em;
    }

    .eval-carousel-caption {
        margin-top: 0.118rem;
        font-size: 0.188rem;
        line-height: 1.5;
        font-weight: 700;
    }

    .eval-carousel-controls {
        margin-top: 0.141rem;
    }

    .eval-cctrl {
        align-items: center;
        gap: 0.094rem;
    }

    .eval-c-lcap,
    .eval-c-rcap,
    .eval-c-connector {
        display: none !important;
    }

    .eval-carousel-dots {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-start;
        gap: 0;
    }

    .eval-carousel-pager {
        display: inline-flex;
        align-items: baseline;
        font-family: "FZDBSJW", "Microsoft YaHei", sans-serif;
        line-height: 1;
        color: #9aa8c4;
    }

    .eval-carousel-pager-cur {
        font-size: 0.306rem;
        font-weight: 700;
        color: var(--g0);
    }

    .eval-carousel-pager-sep {
        font-size: 0.165rem;
        margin: 0 0.047rem;
        color: #9aa8c4;
        font-weight: 400;
    }

    .eval-carousel-pager-total {
        font-size: 0.165rem;
        color: #9aa8c4;
        font-weight: 400;
    }

    .eval-carousel-dots button {
        display: none;
    }

    .eval-carousel-arrows {
        flex-shrink: 0;
        gap: 0.094rem;
    }

    .eval-carousel-arrow {
        width: 0.424rem;
        height: 0.424rem;
    }

    .eval-carousel-arrow img {
        width: 0.141rem;
    }

    /* 通知列表 */
    .line-list {
        margin-top: 0;
    }

    .line-list-link {
        width: 100%;
        margin: 0;
        padding: 0.141rem 0;
        gap: 0.118rem;
        border-bottom: 0.012rem solid #d5dce8;
        box-shadow: none;
        transform: none;
    }

    .line-list-link:hover {
        transform: none;
        box-shadow: none;
    }

    .line-list-deco {
        display: none;
    }

    .line-list-date {
        width: 0.565rem;
        font-size: 0.176rem;
        color: #3a4d9e;
        flex-shrink: 0;
    }

    .line-list-text {
        font-size: 0.176rem;
        line-height: 1.45;
        color: #222222;
        font-family: "Microsoft YaHei", sans-serif;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }



    /* ========== 快捷入口 ========== */
    .section--quick {
        padding: 0.235rem 0 0.282rem;
        background: #ffffff;
    }

    .quick-line {
        top: 42%;
    }

    .quick-links-swiper {
        overflow: hidden;
        padding: 0.1rem 0;
        margin: 0;
    }

    .quick-links-item {
        max-width: 100%;
        gap: 0.071rem;
    }

    .quick-links-item:hover {
        transform: none;
    }

    .quick-links-item-circle {
        width: 0.847rem;
        height: 0.847rem;
    }

    .quick-links-item-icon {
        width: 0.659rem;
        height: 0.659rem;
    }

    .quick-links-item-icon img {
        height: 0.329rem;
    }

    .quick-links-label {
        font-size: 0.141rem;
        line-height: 1.25;
        color: #222222;
    }

    /* ========== 渐变区 ========== */
    .section--gradient {
        background: linear-gradient(160deg, #3a4a9d 0%, #2eb6aa 55%, #2eb6aa 100%);
        background-size: cover;
        padding: 0.235rem 0 0.612rem;
        margin-top: 0;
    }

    .section--gradient::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 40%);
        width: 150%;
        max-width: none;
        height: 0.424rem;
        background: #ffffff;
        border-radius: 50% 50% 0 0 / 100% 100% 0 0;
        z-index: 1;
        pointer-events: none;
    }

    .gradient-inner {
        flex-direction: column;
        gap: 0.235rem;
        padding-top: 0;
    }

    .gradient-col {
        flex: none !important;
        width: 100% !important;
    }


    .gradient-list a {
        padding: 0.165rem 0;
    }

    .gradient-list-t {
        font-size: 0.176rem;
    }

    .gradient-list time {
        font-size: 0.153rem;
    }

    .gradient-list-dot {
        width: 0.059rem;
        height: 0.059rem;
        border-radius: 0.012rem;
        background: #ffffff;
    }

    .policy-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.118rem;
    }

    .policy-grid a {
        padding: 0.141rem 0.118rem 0.165rem;
        min-height: 0.847rem;
        background: rgba(255, 255, 255, 0.12);
        border: 0.012rem solid rgba(255, 255, 255, 0.35);
    }

    .policy-grid a:hover {
        transform: none;
        box-shadow: none;
    }

    .policy-card-date {
        font-size: 0.141rem;
    }

    .policy-card-t {
        font-size: 0.153rem;
        height: auto;
        min-height: 0.424rem;
        line-height: 1.35;
        font-weight: 400;
    }

    /* ========== 教师发展 / 专业认证 ========== */
    .section--dual {
        margin-top:0.21rem;
        padding-top: 0.235rem;
        padding-bottom: 0.282rem;
        background: #ffffff url(../images/mbanner.png) center bottom no-repeat;
        background-size: cover;
    }

    .dual-grid {
        flex-direction: column;
        gap: 0.235rem;
    }

    .dual-grid .dual-col {
        flex: none !important;
        width: 100% !important;
        padding: 0;
    }


    .dual-col:last-child {
        padding: 0.141rem 0 0.071rem;
    }

    .dual-col .line-list-link {
        border-bottom-color: #e2e8f0;
    }

    /* ========== 页脚（渐变 + Logo/校名/中心名 + 版权） ========== */
    .site-footer {
        background: linear-gradient(90deg, #2eb6aa 0%, #3a4a9d 62%, #2a3a7d 100%);
        padding: 0.353rem 0 0.388rem;
    }

    .site-footer-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        gap: 0.165rem;
    }

    .site-footer-brand {

    }

    .site-footer-logo {
        height: auto;
        width: 100%;
        flex-shrink: 0;
        opacity: 1;
    }





    .site-footer-line--mob {
        display: block !important;
        margin: 0;
        width: 100%;
        font-size: 0.16rem;
        line-height: 1.55;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }

    [data-aos] {
        pointer-events: auto;
    }


    /* ========== 新闻网列表页 .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: #3a4a9d;
        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: #3a4a9d;
    }
    .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;
    }
}