@charset "utf-8";

/* =============================================
   国际教育学院 - 移动端（设计稿还原）
   ============================================= */

@media screen and (max-width: 992px) {

    /* ---------- 基础 ---------- */
    html {
        zoom: 1 !important;
        -webkit-text-size-adjust: 100%;
    }

    html.fp-enabled,
    .fp-enabled body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: auto !important;
    }

    body {
        font-size: 14px;
        min-width: 0;
        color: #333;
        background: #fff;
    }

    .w1470,
    .w1380 {
        width: 100% !important;
        max-width: 100%;
        zoom: 1 !important;
        padding: 0 15px;
        margin: 0 auto;
    }

    /* ---------- PC 头部隐藏 ---------- */
    .toubu_div.yc_gd_dh {
        display: block !important;
        position: static !important;
        height: auto;
        overflow: visible;
        background: none;
        top: auto !important;
        width: 100%;
    }

    .toubu_div.yc_gd_dh .header_box {
        display: none !important;
    }

    .part1 > .toubu_div {
        display: none !important;
    }

    /* ---------- 移动端顶栏 ---------- */
    .m_header_box {
        display: block !important;
        height: 76px;
    }

    .m_header_box header {
        height: 76px;
        padding: 0 15px;
        background: #036197 !important;
        box-shadow: none;
    }

    .m_header_box header,
    #m_header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    #m_header #logo {
        float: none;
    }

    #m_header #logo img {
        max-height: 44px;
        width: auto;
    }

    .m_header_actions {
        display: flex;
        align-items: center;
    }

    #nav_btn_box {
        margin-left: 0;
        float: none;
        height: auto;
    }

    #nav_btn .navbtn,
    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        background: #fff;
    }

    /* ---------- 侧滑全屏导航（默认隐藏，点击后滑出） ---------- */
    #m_nav {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        max-width: none !important;
        height: 100vh;
        height: 100dvh;
        padding: 0;
        background: #036197;
        z-index: 99999;
        overflow: hidden;
        box-sizing: border-box;
        pointer-events: none;
        visibility: hidden;
        transform: translateX(100%);
        transition: transform 0.35s ease-out, visibility 0.35s;
    }

    #m_nav.act {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #m_nav .close {
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 36px;
        line-height: 1;
        color: #fff;
        cursor: pointer;
        z-index: 10;
    }

    #m_nav .m_nav_list {
        width: 100%;
        flex: 1;
        margin: 0;
        padding: 72px 24px 40px;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #m_nav > ul > li {
        padding: 0;
    }

    #m_nav li .a,
    #m_nav li .a h3 {
        width: calc(100% - 40px);
        line-height: 3.2rem;
        height: 3.2rem;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    #m_nav li i {
        height: 3.2rem;
        background-position: calc(100% - 1rem) center;
    }

    #m_nav .title .list a,
    #m_nav .title .list a h3 {
        font-size: 16px;

        text-transform: uppercase;
        letter-spacing: 0.03em;
        padding:  0.1rem 1rem;
        color: rgba(255, 255, 255, 0.75);
    }

    #m_nav .m_nav_tools {
        width: 100%;
        flex-shrink: 0;
        padding: 16px 24px 32px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        box-sizing: border-box;
    }

    #m_nav .m_nav_tools .pc_top_lj {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
    }

    #m_nav .m_nav_tools .pc_top_lj ul {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    #m_nav .m_nav_tools .pc_top_lj ul li:last-child {
        border-bottom: none;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li > a {
        opacity: 1;
        padding: 14px 0;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #fff;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li > a img {
        margin-right: 8px;
        margin-top: 0;
        width: 18px;
        height: auto;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li.xl_li {
        position: relative;
        padding-right: 0;
        background: url(../images/top_lj_ico3.png) no-repeat right 18px;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li.xl_li.on {
        background-image: url(../images/arrow_down_on.svg);
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: right 18px center;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li .xl_lj {
        position: static;
        display: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.15);
        box-shadow: none;
        padding: 0 0 8px;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li .xl_lj a {
        display: block;
        color: rgba(255, 255, 255, 0.85);
        padding: 10px 0 10px 26px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    #m_nav .m_nav_tools .pc_top_lj ul li .xl_lj a:hover {
        background: transparent;
        color: #fff;
    }

    .nav_mask {
        z-index: 99998;
    }

    /* ---------- 搜索弹窗 ---------- */
    .search-dialog .search-input {
        width: 100%;
        max-width: 100%;
        height: 48px;
    }

    .pub-close {
        right: 15px;
        top: 15px;
    }

    /* ---------- Fullpage ---------- */
    #dowebok > .section,
    #dowebok > .part1,
    #dowebok > .part2,
    #dowebok > .part3,
    #dowebok > .part4,
    #dowebok > .part5 {
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
    }

    .fp-section.fp-table,
    .fp-section .fp-tableCell {
        display: block !important;
        height: auto !important;
    }

    /* ========== Part1 轮播 ========== */
    .part1 {

    }

    .part1 .banner {
        height: auto !important;
        margin-top: 0;
    }

    .banner .swiper-slide a {
        min-height: 0;
        padding-bottom: 56%;
        background-size: cover;
        background-position: center;
    }

    .banner .swiper-slide a .bn_wz {
        display: none;
    }

    /* ========== 快捷入口（横向滚动 4 列） ========== */
    .db_kslj {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 18px 0 10px;
        background: #fff;
        box-shadow: none;
        z-index: 1;
    }

    .db_kslj_scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .db_kslj_scroll::-webkit-scrollbar {
        display: none;
    }

    .db_kslj ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        min-width: 100%;
        padding: 0 10px;
        margin: 0;
    }

    .db_kslj ul li {
        width: 23vw;
        min-width: 23vw;
        max-width: 90px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .db_kslj ul li .pic {
        margin: 0 auto 8px;
    }

    .db_kslj ul li .pic img {
        max-width: 32px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .db_kslj ul li p {
        font-size: 12px;
        color: #333;
        font-weight: normal;
        line-height: 1.3;
    }

    .db_kslj_bar {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .db_kslj_bar span {
        display: block;
        width: 36px;
        height: 3px;
        background: #036197;
        border-radius: 2px;
    }

    /* ========== 通用栏目标题（设计稿） ========== */
    .sy_tit {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap;
        margin-bottom: 22px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .sy_tit .p {
        flex: 1;
        min-width: 0;
        position: relative;
        margin: 0 !important;
        padding: 0 20px 0 0;
        font-size: 17px;
        font-weight: bold;
        color: #333;
        font-family: Arial, "Microsoft YaHei", sans-serif;
    }

    /* 关闭 PC 端 111px 水印，改在标题行显示 */
    .sy_tit .p::after {
        display: none !important;
    }

    /* 覆盖 index.css 的 .sy_tit .p span { font-size:5rem } */
    .sy_tit .p .sy_tit_name {
        display: inline-flex;
        align-items: baseline;
        position: relative;
        padding: 0;
        margin: 0 0 10px;
        z-index: 2;
        font-size: 17px;
        font-weight: bold;
        color: #333;
        font-family: Arial, "Microsoft YaHei", sans-serif;
        line-height: 1;
    }

    .sy_tit .p .sy_tit_name::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 50px;
        height: 50px;
        background: url(../images/sy_tit_bg.png) no-repeat left center;
        background-size: 100% auto;
        z-index: 0;
        pointer-events: none;
        top: -7px;
    }

    .sy_tit .p .sy_tit_name > span {
        font-size: 48px;
        color: #036197;
        font-weight: bold;
        font-family: Arial, sans-serif;
        line-height: 0.82;
        margin-right: 6px;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
        display: inline-block;
    }

    /* 底部分割线：左蓝（粗）+ 右灰（细） */
    .sy_tit .p .line {
        display: block !important;
        width: 100%;
        height: 1px;
        background: #d0d6d9;
        margin: 0;
        position: relative;
        overflow: visible;
    }

    .sy_tit .p .line::after {
        content: "";
        display: block;
        width: 48px;
        height: 3px;
        background: #036197;
        position: absolute;
        left: 0;
        top: -1px;
    }

    /* MORE：细体浅灰 + 深灰下划线 */
    .sy_tit > a {
        flex-shrink: 0;
        font-size: 12px;
        color: #999;
        font-weight: normal;
        font-family: Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        border-bottom: 1px solid #666;
        padding-bottom: 6px;
        margin: 0;
        margin-top: 3px;
        height: 27px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
        box-sizing: border-box;
        background: none;
    }

    .sy_tit > a:hover {
        color: #036197;
        border-bottom-color: #036197;
    }

    .sy_tit > a img {
        width: auto;
        display: block;
        opacity: 1;
    }

    .part2 .sy_tit .p,
    .part2 .sy_tit a,
    .part3 .sy_tit .p,
    .part3 .sy_tit a {
        margin-bottom: 0 !important;
    }

    /* ========== Part2 通知公告 ========== */
    .part2 {
        background: #fff !important;
        padding: 36px 0 30px;
    }

    .part2 .w1470 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .part2 .p2_main .left,
    .part2 .p2_main .right {
        width: 100%;
        float: none;
    }

    .part2 .p2_main .left {
        margin-bottom: 20px;
    }

    /* 大图推荐 */
    .part2 .p2_main .p2_lb {
        border-radius: 0;
        overflow: hidden;
    }

    .part2 .p2_main .p2_lb .swiper-slide a {
        display: block;
        position: relative;
    }

    .part2 .p2_main .p2_lb .swiper-slide .img {
        padding-bottom: 0;
    }

    .part2 .p2_main .p2_lb .swiper-slide .img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .part2 .p2_main .p2_lb .swiper-slide .con {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 50px 14px 14px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
        display: block;
        align-items: flex-start;
    }

    .part2 .p2_main .p2_lb .swiper-slide .con .z .sj {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .part2 .p2_main .p2_lb .swiper-slide .con .z .bt {
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        margin: 6px 0 0;
        padding-bottom: 0;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.4;
    }

    .part2 .p2_main .p2_lb .swiper-slide .con .z .zy,
    .part2 .p2_main .p2_lb .swiper-slide .con .y {
        display: none !important;
    }

    /* 公告列表 */
    .part2 .p2_main .right ul li {
        margin-bottom: 14px;
    }

    .part2 .p2_main .right ul li a {
        align-items: center;
    }

    .part2 .p2_main .right ul li .sj {
        width: 58px;
        height: 58px;
        background: #036197;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .part2 .p2_main .right ul li .sj p {
        font-size: 22px;
        height: auto;
        line-height: 1.1;
        color: #fff;
        background: none;
        font-weight: bold;
    }

    .part2 .p2_main .right ul li .sj span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.3;
        margin-top: 2px;
    }

    .part2 .p2_main .right ul li p.bt {
        width: calc(100% - 70px);
        font-size: 16px;
        color: #333;
        margin-top: 0;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: normal;
    }

    /* ========== Part3 学院新闻 ========== */
    .part3 {
        background: #f5f5f5 !important;
        padding: 36px 0 30px;
        overflow: hidden;
    }

    .part3 .w1470,
    .part3 .p4_main {
        overflow: hidden;
        max-width: 100%;
    }

    .part3 .w1470 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .part3 .p4_lb {
        padding-top: 0 !important;
    }

    .p4_lb {
        padding-top: 0;
        overflow: hidden !important;
        width: 100%;
        max-width: 100%;
        touch-action: pan-y;
    }

    /* 手机版 Swiper 一屏一条 */
    .p4_lb .swiper-wrapper {
        align-items: stretch;
    }

    .p4_lb .swiper-slide {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: none;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .p4_lb .swiper-slide:nth-child(3n-1) {
        margin-top: 0 !important;
        flex-direction: column !important;
    }

    .p4_lb .swiper-slide > a {
        order: 1;
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: none;
    }

    .p4_lb .swiper-slide .img_out {
        order: 2;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }

    .p4_lb .swiper-slide .img_out .p,
    .p4_lb .swiper-slide .img_out a.p,
    .p4_lb .swiper-slide .img_out p {
        display: none !important;
        position: static !important;
        bottom: auto !important;
        top: auto !important;
        right: auto !important;
        padding: 0 !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .p4_lb .swiper-slide .img_out .img {
        height: auto;
        padding-bottom: 0;
        width: 100%;
        overflow: hidden;
    }

    .p4_lb .swiper-slide .img_out .img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        max-height: 220px;
        object-fit: cover;
    }

    .p4_lb .swiper-slide .con {
        padding: 16px 14px 14px;
        position: relative;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .p4_lb .swiper-slide .con .bt {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        height: auto;
        line-height: 1.5;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .p4_lb .swiper-slide .con .zy {
        font-size: 14px;
        color: #888;
        line-height: 1.6;
        height: auto;
        max-height: none;
        margin-bottom: 14px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .p4_lb .swiper-slide .con .sj {
        display: grid;
        grid-template-columns: 5px 1fr auto;
        grid-template-rows: auto auto;
        column-gap: 9px;
        align-items: center;
        margin-top: 0;
        width: 100%;
        box-sizing: border-box;
        border-left: none;
        padding-left: 0;
        transition: 0.4s;
    }

    .p4_lb .swiper-slide .con .sj::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / 3;
        background: #036197;
        width: 5px;
        align-self: stretch;
    }

    .p4_lb .swiper-slide .con .sj p {
        grid-column: 2;
        grid-row: 1;
        font-size: 20px;
        color: #036197;
        margin-bottom: 5px;
        transition: 0.4s;
    }

    .p4_lb .swiper-slide .con .sj span {
        grid-column: 2;
        grid-row: 2;
        display: block;
        font-size: 12px;
        color: #036197;
        transition: 0.4s;
    }

    .p4_lb .swiper-slide .con .sj::after {
        content: "查看更多";
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #036197;
        color: #fff;
        font-size: 14px;
        padding: 10px 18px;
        line-height: 1.2;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .p4_lb .swiper-pagination {
        position: relative;
        bottom: auto;
        margin-top: 16px;
        text-align: center;
    }

    .p4_lb .swiper-pagination span {
        width: 8px;
        height: 8px;
        background: #ccc;
        opacity: 1;
        margin: 0 4px;
    }

    .p4_lb .swiper-pagination-bullet-active {
        background: #036197 !important;
    }

    /* ========== Part4 视频欣赏 ========== */
    .part4 {
        background: #fff !important;
        padding: 36px 0 30px;
    }

    .part4 .w1470 {
        padding-top: 0;
        padding-bottom: 0;
        height: auto !important;
    }

    .part4-main {
        flex-direction: column;
        height: auto !important;
    }

    .part4-left {
        width: 100%;
        height: auto !important;
        padding: 0;
        background: transparent;
        border-radius: 0;
        margin-bottom: 16px;
        box-shadow: none;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto;
        align-items: center;
    }

    .part4-left .sy_tit {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0;
        min-width: 0;
        align-self: center;
    }

    .part4-left .sy_tit .p {
        padding-right: 8px;
    }

    .part4-left .sy_txt_more {
        display: none !important;
    }

    .part4-left .p5_lb-nav {
        grid-column: 2;
        grid-row: 1;
        position: static;
        bottom: auto;
        margin-top: 0;
        padding: 0;
        gap: 8px;
        flex-shrink: 0;
        align-self: center;
    }

    .p5_lb-nav .swiper-button-prev,
    .p5_lb-nav .swiper-button-next {
        width: 20px;
        height: 14px;
        background-size: contain !important;
    }

    .p5_lb-nav .p5_lb-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .p5_main {
        width: 100%;
        min-height: 0;
    }

    .p5_lb {
        height: auto;
    }

    .p5_lb .swiper-slide {
        height: auto;
    }

    .p5_lb .video-wrapper {
        border-radius: 0;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .p5_lb .video-wrapper img {
        object-fit: cover;
    }

    .p5_lb .play-btn img {
        max-width: 56px;
        width: 56px;
    }

    /* ========== Part5 数据统计 ========== */
    .part5 {
        position: relative;
        display: flex !important;
        flex-direction: column;
        background: transparent !important;
        padding: 0;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .part5 > .w1470 {
        position: relative;
        z-index: 1;
        padding: 36px 10px 32px;
        background: url(../images/part04.png) no-repeat center 40%;
        background-size: auto;
    }

    .part5 > .w1470::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(3, 97, 151, 0.58);
        pointer-events: none;
    }

    .part5 > .w1470 > .p7_main {
        position: relative;
        z-index: 1;
    }

    .p7_main {
        width: 100%;
        overflow: visible;
    }

    .p7_lb_out {
        position: relative;
        width: 100%;
        padding: 0 26px;
        box-sizing: border-box;
    }

    .p7_lb {
        width: 100% !important;
        margin: 0;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .p7_lb .swiper-wrapper {
        align-items: stretch;
    }

    .p7_lb .swiper-slide {
        height: auto !important;
        box-sizing: border-box;
        overflow: visible;
        padding-top: 10px;
    }

    .p7_lb .swiper-slide a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 2px;
        height: 100%;
        transform: none !important;
    }

    .p7_lb .swiper-slide a:hover {
        transform: none !important;
    }

    .p7_lb .swiper-slide a::after {
        display: none !important;
    }

    .p7_lb .swiper-slide a:hover .pic {
        background: #fff !important;
    }

    .p7_lb .swiper-slide .pic {
        position: relative;
        width: 54px;
        height: 54px;
        max-width: 100%;
        margin: 0 auto 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .p7_lb .swiper-slide .pic::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 64px;
        height: 64px;
        transform: translate(-50%, -50%);
        border: 1px dashed rgba(255, 255, 255, 0.92);
        border-radius: 50%;
        box-sizing: border-box;
        pointer-events: none;
    }

    .p7_lb .swiper-slide .pic img {
        position: relative;
        z-index: 1;
        width: 24px;
        height: 24px;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .p7_lb .swiper-slide .con {
        width: 100%;
        padding: 0;
        flex: 1;
        overflow: visible;
    }

    .p7_lb .swiper-slide .con .sz {
        font-size: 26px;
        color: #fff;
        font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
        font-weight: normal;
        line-height: 1;
        text-align: center;
    }

    .p7_lb .swiper-slide .con .sz p {
        display: inline;
        font-family: inherit;
        margin: 0;
    }

    .p7_lb .swiper-slide .con .sz span:empty {
        display: none;
    }

    .p7_lb .swiper-slide .con .zy {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.96);
        line-height: 1.5;
        margin-top: 6px;
        padding: 0 1px;
        font-weight: normal;
        text-align: center;
        display: block;
        overflow: visible;
        white-space: normal;
        word-break: normal;
        height: auto;
    }

    .p7_lb-nav {
        position: absolute;
        top: 27px;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2px;
        pointer-events: none;
        z-index: 10;
    }

    .p7_lb-nav .swiper-button-prev {
        background: url("../images/left1.png") no-repeat center !important;
        background-size: 11px 22px !important;
    }

    .p7_lb-nav .swiper-button-next {
        background: url("../images/right1.png") no-repeat center !important;
        background-size: 11px 22px !important;
    }

    .p7_lb-nav .swiper-button-prev,
    .p7_lb-nav .swiper-button-next {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 22px;
        height: 22px;
        padding: 10px;
        margin: -10px;
        opacity: 1;
        pointer-events: auto !important;
    }

    .p7_lb-nav .swiper-button-prev::after,
    .p7_lb-nav .swiper-button-next::after {
        display: none;
    }

    /* 隐藏社交 / 友情链接 */
    .p7_fx,
    .p7_yqlj {
        display: none !important;
    }

    /* ========== 页脚 ========== */
    .part5 > .foot {
        margin-top: auto;
        flex-shrink: 0;
    }

    .foot {
        width: 100%;
        background: #2a2525 !important;
        height: auto;
        position: relative;
        z-index: 2;
    }

    .foot-bottom {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 24px 15px;
        background: #2a2525 !important;
        color: #fff;
        font-size: 16px;
        flex-direction: column;
        gap: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .foot-bottom .foot-addr,
    .foot-bottom .foot-copy {
        font-size: 16px;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        margin: 0;
    }

    /* ========== 内页（news / newslist / piclist） ========== */
    .ej_gd_dh .m_header_box {
        position: sticky;
        top: 0;
        z-index: 99990;
    }

    .ej_banner {
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
    }

    .ej_banner::after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(3, 97, 151, 0.55) 100%);
        pointer-events: none;
    }

    .ej_banner img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        display: block;
    }

    .ej_banner .lmmc {
        position: absolute;
        left: 0;
        right: 0;
        top: 42%;
        transform: translateY(-50%);
        z-index: 2;
        padding: 0 20px;
        text-align: center;
    }

    .ej_banner .lmmc h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    }

    .ej_banner .lmmc h2::before,
    .ej_banner .lmmc h2::after {
        display: none;
    }

    .ej_banner .dqwz_out {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(3, 97, 151, 0.88);
        padding: 11px 0;
    }

    .ej_banner .dqwz_out .w1380 {
        padding: 0 15px;
    }

    .ej_banner .dqwz {
        width: 100%;
        float: none;
        font-size: 12px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.92);
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .ej_banner .dqwz::-webkit-scrollbar {
        display: none;
    }

    .ej_banner .dqwz a {
        font-size: 12px;
        color: #fff;
        transition: opacity 0.2s;
    }

    .ej_banner .dqwz a:hover {
        color: #fff;
        opacity: 0.85;
    }

    .ej_jcy_main {
        padding: 18px 0 28px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .ej_jcy_main > div {
        display: flex;
        flex-direction: column;
    }

    .ej_jcy_main > div::after {
        display: none;
    }

    .ej_jcy_main .ej_jcy_left {
        width: auto;
        float: none;
        margin: 0 0 20px;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 6px 24px rgba(3, 97, 151, 0.18);
    }

    .ej_jcy_main .ej_jcy_left .lmmc {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.35;
        padding: 20px 20px 26px;
        margin: 0;
        background: #036197;
        color: #fff;
        position: relative;
    }

    .ej_jcy_main .ej_jcy_left .lmmc::after {
        content: "";
        display: block;
        width: 32px;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: 16px;
        left: 20px;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh {
        background: #036197;
        border: none;
        position: relative;
        z-index: 1;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul {
        padding: 6px 14px 14px;
        margin: 0;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li {
        position: relative;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li:last-child {
        border-bottom: none;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li > a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        line-height: 1.45;
        color: #fff;
        padding: 14px 40px 14px 12px;
        position: relative;
        transition: color 0.2s;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li.on > a {
        color: #ffef65;
        font-weight: bold;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li > span {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        transition: color 0.2s, transform 0.25s;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li.on > span {
        color: #ffef65;
        transform: rotate(90deg);
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub {
        display: none;
        margin: 0;
        padding: 0 0 10px 10px;
        position: relative;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li.on .sj_sub {
        display: block;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in {
        position: relative;
        padding-left: 4px;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub a {
        display: block;
        font-size: 14px;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.92);
        padding: 8px 36px 8px 14px;
        margin-bottom: 0;
        position: relative;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in > a::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on > a {
        color: #ffef65;
        font-weight: bold;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub .sj_sub_in.on > a::after {
        background: #ffef65;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in > span {
        right: 0;
        top: 0;
        width: 36px;
        min-height: 40px;
        height: auto;
        font-size: 10px;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in.on > span {
        color: #ffef65;
        transform: rotate(90deg);
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in .ssj_div {
        display: none;
        margin: 4px 0 8px;
        padding: 8px 10px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 6px;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in.on .ssj_div {
        display: block;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in .ssj_div a {
        font-size: 13px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.88);
        padding: 6px 0;
        margin: 0;
        background: transparent;
        display: block;
    }

    .ej_jcy_main .ej_jcy_left .ej_left_dh ul li .sj_sub_in .ssj_div a.on {
        color: #ffef65;
    }

    .ej_jcy_main .ej_jcy_right,
    .ej_jcy_right {
        width: 100%;
        float: none;
        margin-top: 0 !important;
        padding: 0;
        box-sizing: border-box;
    }

    .tw_list ul li {
        margin-bottom: 0;
    }

    .tw_list ul li a {
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .tw_list ul li .bt {
        font-size: 17px;
        line-height: 1.5;
        max-height: none;
    }

    .tw_list ul li .sj {
        font-size: 14px;
        margin: 8px 0 12px;
    }

    .tw_list ul li .con {
        flex-direction: column;
    }

    .tw_list ul li .con .img,
    .tw_list ul li .con .zy,
    .tw_list ul li.no_img .zy {
        width: 100%;
    }

    .tw_list ul li .con .img {
        position: relative;
        padding-bottom: 56%;
        margin: 0 0 12px;
        overflow: hidden;
    }

    .tw_list ul li .con .img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tw_list ul li .con .zy p {
        font-size: 14px;
        line-height: 1.65;
        max-height: none;
    }

    .tw_list ul li .con .zy p.more {
        margin-top: 12px;
       
        font-size: 12px;
    }

    .nry .box1 .bt {
        font-size: 20px;
        line-height: 1.45;
    }

    .nry .box1 .xx {
        font-size: 14px;
        padding: 10px 0;
    }

    .nry .con {
        padding: 16px 0;
        overflow-x: auto;
    }

    .nry .con p,
    .nry .con p span,
    .nry .con span {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    .ej_main {
        padding: 16px 0 24px;
    }

    .ej_main .ej_tit {
        font-size: 22px;
        margin-bottom: 16px;
        display: block;
        width: 100%;
    }

    .sch_pro_ul {
        display: block;
        margin: 0;
    }

    .sch_pro_ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .sch_pro_ul li a {
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    .sch_pro_ul li .img {
        width: 100%;
        padding-bottom: 56%;
        position: relative;
    }

    .sch_pro_ul li .img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sch_pro_ul li .box {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto !important;
        background: #036197;
    }

    .sch_pro_ul li .box .bt {
        height: auto;
        min-height: 0;
        padding: 14px 16px;
    }

    .sch_pro_ul li .box .bt p {
        font-size: 16px;
        line-height: 1.45;
        height: auto;
        padding: 0;
    }

    .sch_pro_ul li .box .bt img {
        display: none;
    }

    .sch_pro_ul li .box .con {
        opacity: 1 !important;
        margin-top: 0;
        max-height: none !important;
        padding: 0 16px 16px;
        overflow: visible;
    }

    .sch_pro_ul li .box .con .con_in p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sch_pro_ul li .box .con .con_in p.xbt {
        font-size: 15px;
        margin-top: 12px;
    }
}

/* PC 端隐藏移动端专用元素 */
@media screen and (min-width: 993px) {
    .db_kslj_scroll {
        overflow: visible;
    }

    .db_kslj_bar {
        display: none;
    }
}

/* 小屏微调 */
@media screen and (max-width: 576px) {
    .sy_tit .p .sy_tit_name > span {
        font-size: 50px;
    }

    .sy_tit .p .sy_tit_name {
        font-size: 26px;
        margin-bottom: 9px;
    }

    .sy_tit .p .sy_tit_name::before {
        width: 112px;
        height: 73px;
    }

    .sy_tit .p .line::after {
        width: 42px;
        height: 3px;
    }

    .sy_tit > a {
        font-size: 11px;
        height: 24px;
        padding-bottom: 5px;
    }

    .part2 .p2_main .p2_lb .swiper-slide .img img {
        height: 180px;
    }

    .db_kslj ul li {
        width: 25vw;
        min-width: 25vw;
    }

    .p7_lb .swiper-slide .pic {
        width: 48px;
        height: 48px;
    }

    .p7_lb .swiper-slide .pic::after {
        width: 58px;
        height: 58px;
    }

    .p7_lb .swiper-slide .pic img {
        width: 22px;
        height: 22px;
    }

    .p7_lb .swiper-slide .con .sz {
        font-size: 24px;
    }

    .p7_lb .swiper-slide .con .zy {
        font-size: 12px;
    }

    .p7_lb-nav {
        top: 24px;
    }
}