@charset "utf-8";

/*公共*/

.banner-slick a img {
    height: auto;
}

#header {
    position: fixed;
}

img,
video {
    max-width: 100%;
}

.article {
    overflow-x: auto;
}

    .article table {
        width: 800px;
    }


/* 手机内页二级导航 */

.wrap_ph {
    margin-top: 0.3rem;
    display: none;
}

    .wrap_ph h2 {
        width: 100%;
        color: #fff;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.26rem;
        padding: 0 0.2rem;
        background: #0B3B85;
    }

        .wrap_ph h2::after {
            width: 0.32rem;
            height: 0.32rem;
            background: url(../images/cd.svg) no-repeat right center/cover;
            left: auto;
            right: 0.2rem;
            top: 50%;
            transform: translateY(-50%);
        }

    .wrap_ph ul {
        padding: 0.1rem 0.2rem 0.2rem;
        display: none;
        box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
    }

    .wrap_ph li {
        font-size: 0.18rem;
        line-height: 0.34rem;
        font-family: hel-bold;
    }

        .wrap_ph li a {
            transition: 0.5s;
            display: block;
            color: #333;
        }

.inner .wrap_ph {
    display: none;
}

.wrap_ph li.active a {
    color: #0B3B85;
}


/* public */

.ban img {
    width: 100%;
}

.inner {
    padding-bottom: .6rem;
    background-image: url(../images/quick-links__bg.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.inner_left {
    width: 3.2rem;
    margin-top: -0.85rem;
    z-index: 100;
    position: relative;
    padding-bottom: 0.6rem;
}

    .inner_left:after {
        width: 100%;
        /*background: #0B3B85;*/
        top: 1.2rem;
        bottom: 1.2rem;
        height: auto;
    }

.inner_right {
    width: calc(100% - 3.2rem);
    padding: 0.25rem 0 0 0.6rem;
}

.inner_left h2 {
    background: rgb(37, 65, 140, 0.9);
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    height: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .inner_left h2 p {
        line-height: 1.2;
    }

.inner_left ul {
    padding: 0rem;
    background: #fff;
    /*margin-left: .2rem;*/
}

    .inner_left ul::after {
        left: 0;
        width: 100%;
        height: 1.1rem;
        z-index: 10;
        bottom: auto;
        top: 100%;
    }

    .inner_left ul li {
        position: relative;
        /*background:  #f0f1f3;
    margin-bottom: 0.02rem;*/
    }

        .inner_left ul li::after {
            width: 3.3rem;
            height: 100%;
        }

        .inner_left ul li h3 {
            font-size: 0.2rem;
            padding: 0 .5rem;
            line-height: 1.2;
        }

            .inner_left ul li h3::after {
                width: auto;
                height: auto;
                /*background: #0B3B85;*/
                opacity: 0;
                top: 0;
                right: 0;
                bottom: 0rem;
            }

    .inner_left ul h3 a {
        display: block;
        cursor: pointer;
        width: 100%;
        color: #333;
        /*border-bottom: 1px solid #d2d2d2;
    background: url(../images/jt3.png) no-repeat right 0.1rem center;*/

        transition: 0.5s;
        padding: 0.18rem 0;
    }

.inner_left .flex .xiaji {
    background: url(../images/jt1.png) no-repeat right 0.1rem center;
}

.inner_left .flex .cout {
    background: url(../images/jt3.png) no-repeat right 0.1rem center;
    color: #25418c;
}

.inner_left ul li:hover h3::after,
.inner_left ul li.on h3::after {
    opacity: 1;
}

.inner_left ul li:hover h3 a,
.inner_left ul li.on h3 a {
    /*color: #fff;
    border-bottom: 1px dashed rgba(0, 0, 0, 0);*/
}

.inner_left ul li:hover > a,
.inner_left ul li.active > a {
    color: #fff;
}

.nysubnav {
    background: #f0f1f3;
    display: none;
    /* margin-left: 0.2rem; 
    padding: .15rem 0;*/
}

.inner_left ul li.on .nysubnav {
    display: block;
}

.nysubnav a {
    padding: 0 0.5rem;
    line-height: 0.4rem;
    display: block;
    font-size: 16px;
}

    .nysubnav a:hover,
    .nysubnav a.on {
        background: rgb(37, 65, 140, 0.2);
        color: #25418C;
    }

.inner_left ul li.active > img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.inner_left ul li img.up {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.inner_right .lm_top {
    /*padding-bottom: 0.15rem;
    border-bottom: 1px solid #e5e5e5;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 100%;
    background: #f0f1f3;
    height: 0.4rem;
    padding: 0 0.1rem;
    border-left: 12px solid #25418c;
}

.lm_top::after {
    width: 0.6rem;
    height: 0.04rem;
    background: #0B3B85;
    display: none;
}

.inner_right .lm_top h3 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #25418C;
}

.inner_right .lm_top .lm {
    /* width: 1.5rem; */
    position: relative;
}

.inner_right .lm_top .adress {
    font-size: 0.14rem;
    color: #5B5B5B;
    line-height: 1.5;
}

    .inner_right .lm_top .adress a {
        color: #25418C;
        transition: 0.5s;
    }

.inner .wp {
    align-items: flex-start;
}

.inner_right .lm_top .lm:after {
    /*
    content: "";
    position: absolute;
    bottom: -0.17rem;
    width: 1.1rem;
    height: 0.04rem;
    background: #0B3B85;*/
}

.inner_right .lm_top .adress a:hover {
    color: #0B3B85;
}

/* 菜单整体 */
.menu,
.menu-child-1,
.menu-child-2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 一级标题 */
.menu-title-1 {
    width: 100%;
    height: 60px;
    font-size: 0.21rem;
    font-weight: 400;
    background: #f0f1f3;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
    color: #5B5B5B;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-title-1:hover, .menu-title-1.cout {
        color: #25418C;
    }

    .menu-title-1 a {
        color: #5B5B5B;
    }

        .menu-title-1 a:hover {
            color: #25418C;
        }

/* 二级标题 */
.menu-title-2 {
    width: 100%;
    height: 60px;
    font-size: 0.19rem;
    background: #f0f1f3;
    cursor: pointer;
    position: relative;
    color: #5B5B5B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #fff;
}

    .menu-title-2:hover, .menu-title-2.cout {
        color: #25418C;
    }

        .menu-title-2.cout a {
            color: #25418C;
        }

    .menu-title-2 a {
        color: #5B5B5B;
    }

        .menu-title-2 a:hover {
            color: #25418C;
        }

/* 箭头 */
.menu-title-1 .arrow {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2px;
    width: 20px;
    height: 20px;
    transition: transform 0.2s;
}
/* 箭头 */
.menu-title-2 .arrow {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2px;
    width: 10px;
    height: 10px;
    transition: transform 0.2s;
}

/* 展开时箭头旋转 */
.menu-title-1.open .arrow,
.menu-title-2.open .arrow {
    transform: translateY(-50%) rotate(-180deg);
}

/* 默认隐藏子菜单 */
.menu-child-1,
.menu-child-2 {
    display: none;
    margin-bottom: 2px;
}

/* 三级菜单样式 */
.menu-item-3 {
    height: 38px;
    width: 100%;
    font-size: 0.15rem;
    background: #f0f1f3;
    text-align: center;
    line-height: 38px;
}

    .menu-item-3 a {
        color: #5B5B5B;
        text-decoration: none;
    }

/* 三级菜单选中状态 */
.menu-item3-active {
    background: rgba(37, 65, 140, 0.2);
}

    .menu-item3-active a {
        color: #25418C;
    }

.menu-item-3:hover {
    background: rgb(37, 65, 140, 0.2)
}

    .menu-item-3:hover a {
        color: #25418C;
    }

/* 新闻列表1 */

.newlist1 ul.list li a {
    padding: .2rem 0;
}

.page {
    margin: .6rem 0 0;
}

    .page img {
        display: block;
        margin: 0 auto;
    }

@media(min-width: 1025px) {
}

@media(max-width: 1024px) {
}

@media(max-width: 768px) {
}

@media(max-width: 456px) {
}


/* 新闻列表2 */

.newlist2 li a {
    height: auto;
    /* align-items: center; */
    border-bottom: 1px solid #e6e6e6;
    padding: .3rem .25rem;
}

    .newlist2 li a::after {
        background: #0B3B85;
        width: 0;
        top: 0;
        bottom: 0;
    }

.newlist2 li:hover a::after {
    width: 100%;
}

.newlist2 li .date span {
    font-size: 0.28rem;
    color: #021134;
    display: inline-block;
    margin-bottom: .1rem;
    font-weight: normal;
}

.newlist2 li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.32rem;
    margin-bottom: .25rem;
}

.newlist2 li p {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.26rem;
    max-height: 0.78rem\0;
    text-indent: 2em;
}

.newlist2 li * {
    transition: 0.5s;
}

.newlist2 li .scale {
    width: 3.1rem;
}

.newlist2 li .zh {
    width: calc(100% - 3.2rem);
    padding-right: .4rem;
}

/*学院专业*/

/* 学院专业列表样式  */
.college-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.college-item {
    margin-bottom: 4px;
    border-radius: 4px;
}

.college-header {
    padding-left: 12px;
    padding-right: 26px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e8f0;
    /* 对应截图的蓝灰色背景 */
}

.college-name {
    margin: 0;
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 16px;
}

    /* 学院标题前的方块图标 */
    .college-name::before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        background: #25418c;
        /* 深蓝色 */
        font-size: 14px;
        margin-top: 10px;
    }

.college-links {
    display: flex;
    gap: 30px;
}


.link-btn {
    color: #25418c;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    display: block;
    height: 20px;
    display: flex;
    align-items: center;
}

    .link-btn img {
        width: 18px;
        margin-top: 3px;
    }


    .link-btn:hover {
        text-decoration: underline;
    }

.major-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
    padding: 24px 40px;
    background: #FEFCF2;
    /* 对应截图的浅黄色背景 */
}

    .major-list .gjjyxy {
        width: 46%;
        float: left;
    }

.major-item {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 16px;
}

    /* 专业前的黄色方块图标 */
    .major-item::before {
        content: "";
        position: absolute;
        left: 0;
        background: #f5b82e;
        width: 8px;
        height: 8px;
        /* 黄色 */
        font-size: 10px;
        margin-top: 9px;
    }

    .major-item strong {
        color: #f5b82e;
        font-weight: normal;
    }


/* 学校简介 */
.college-intro {
    width: 100%;
    padding: 10px 0;
}

.college-intro__header {
    text-align: center;
    margin-bottom: 30px;
}

.college-intro__title {
    font-size: 26px;
    color: #5B5B5B;
    font-weight: normal;
    margin: 0 0 15px;
}

.college-intro__date {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.college-intro__content {
    font-size: 16px;
    color: #5b5b5b;
    /* 关键：保留空格、换行、段落格式 */
    /* white-space: pre-line; */
    text-indent: 2em;
    /* 首行缩进 */
}

    .college-intro__content p {
        margin: 0 0 15px;
    }


@media(min-width: 1024px) {
    .newlist2 li a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }

        .newlist2 li a:hover::after {
            width: 100%;
        }

        .newlist2 li a:hover .date {
            background: #0B3B85;
        }

            .newlist2 li a:hover .date,
            .newlist2 li a:hover .date span {
                color: #fff;
            }

        .newlist2 li a:hover h3 {
            color: #fff;
        }

    .newlist2 li:hover p {
        color: #fff;
    }
}

@media(max-width: 1024px) {
    .newlist2 li .scale {
        width: 30%;
    }

    .newlist2 li .zh {
        width: 70%;
        padding-right: .3rem;
    }

    .newlist2 li a {
        height: auto;
        padding: .25rem .15rem
    }

        .newlist2 li a::before {
            left: .15rem;
            bottom: 20%;
        }
}

@media(max-width: 768px) {
    .major-list .gjjyxy {
        width: 100%;
        float: none;
    }

    .newlist2 li .date {
        width: 100%;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: .15rem;
        border: navajowhite;
        justify-content: flex-start;
        height: auto;
    }

    .newlist2 li .con {
        padding-left: 0;
        width: 100%;
    }

    .newlist2 li .date span {
        margin-bottom: 0;
        margin-right: .1rem;
    }

    .newlist2 li .scale {
        width: 40%;
    }

    .newlist2 li .zh {
        width: 60%;
        padding-right: .2rem;
    }

    .newlist2 li a::before {
        display: none;
    }

    .newlist2 li p {
        -webkit-line-clamp: 2;
    }
}


/* 校园风光 */

.xyfg .vde {
    width: 100%;
    margin-bottom: .5rem;
}

    .xyfg .vde a {
        display: block;
    }

    .xyfg .vde .scale::after {
        width: 100%;
        height: 1.3rem;
        background-size: 100% 100%;
        z-index: 1;
    }

    .xyfg .vde h3 {
        text-align: center;
        font-size: .2rem;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        padding-bottom: 0.2rem;
        width: 100%;
        z-index: 2;
    }

    .xyfg .vde a::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100%;
        left: 50%;
        top: 50%;
        margin: -0.35rem 0 0 -0.35rem;
        z-index: 1;
    }

    .xyfg .vde .imged {
        padding-bottom: 55%;
    }

.xyfg ul {
    margin: 0 -0.18rem;
}

.xyfg li {
    width: 33.3%;
    padding: 0 0.18rem;
    margin-bottom: 0.4rem;
}

    .xyfg li a {
        display: block;
        position: relative;
        z-index: 1;
        padding: .15rem;
    }

        .xyfg li a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border: 1px solid #dcdcdc;
            background: #fff;
            z-index: -1;
        }

    .xyfg li h3 {
        font-size: 0.22rem;
        color: #000;
        line-height: 0.5rem;
        text-align: center;
        height: 0.5rem;
        transition: 0.5s;
        padding-top: .1rem;
    }

    .xyfg li .scale .imged {
        padding-bottom: 70%;
    }

@media(min-width: 1025px) {
    .xyfg li a:hover h3 {
        color: #0B3B85;
    }
}

@media(max-width: 1024px) {
    .xyfg .vde {
        margin-bottom: 0.3rem;
    }

    .xyfg ul {
        margin: 0 -0.1rem;
    }

    .xyfg li {
        padding: 0 0.1rem;
        margin-bottom: 0.3rem;
    }

        .xyfg li a::after {
            left: 0;
            right: 0;
        }

        .xyfg li h3 {
            height: 0.4rem;
            line-height: 0.4rem;
        }
}

@media(max-width: 768px) {
    .xyfg li {
        width: 50%;
    }

        .xyfg li:last-child {
            display: none;
        }
}

@media(max-width: 456px) {
}


/* content */

.new-cont h2 {
    color: #000;
    font-size: 0.3rem;
    line-height: 0.36rem;
    text-align: center;
}

.cont-tit {
    margin: 0.2rem 0;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

    .cont-tit span {
        font-size: 0.16rem;
        color: #999;
        align-items: center;
        margin: 0 0.3rem 0 0;
        line-height: 0.3rem;
    }

.article {
    padding-bottom: 0.5rem;
}

    .article p {
        font-size: 0.18rem;
        color: #4c4c4c;
        line-height: 0.36rem;
        margin-bottom: 0;
        text-indent: 2em;
    }

        .article p img,
        .article video {
            height: auto !important;
        }

.pages {
    padding-top: 0.3rem;
    border-top: 1px solid #d6d0d0;
}

    .pages p {
        /* margin-bottom: 0.1rem; */
        font-size: 0.16rem;
        color: #333;
        line-height: 0.32rem;
        transition: 0.5s;
    }

        .pages p a {
            color: #333;
            transition: 0.5s;
            padding-left: 0.1rem;
            transition: 0.5s;
        }

@media screen and (max-width: 1024px) {
    .new-cont {
        width: 100%;
        padding-top: 0rem;
    }

    .cont-tit span {
        margin-right: 0.2rem;
    }

    .new-cont h2 {
        font-size: 0.24rem;
    }

    .cont-tit {
        margin: 0.15rem 0 0.1rem;
    }

    .article {
        padding-bottom: .25rem;
    }
}


/* 通知公告 */

.tzggwp .wp {
    max-width: 14rem;
}

.tzgg li a {
    height: 1.8rem;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: .3rem .25rem;
}

    .tzgg li a::after {
        background: url(../images/quick-links__item__bg.png) no-repeat right 0.1rem center #0B3B85;
        background-size: 150px 150px;
    }


.tzgg li .date {
    position: static;
    width: 0.9rem;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    color: #25418c;
    display: flex;
    background: none;
    flex-direction: column;
}

.tzgg li .con {
    width: calc(100% - .9rem);
    padding-left: .3rem;
}

.tzgg li .date span {
    font-size: 0.35rem;
    display: inline-block;
    margin-bottom: .1rem;
    font-weight: bold;
}

.tzgg li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.32rem;
    margin-bottom: .25rem;
}

.tzgg li p {
    font-size: 0.16rem;
    color: #808080;
    line-height: 0.28rem;
    max-height: 0.56rem\0;
}

.tzgg li * {
    transition: 0.5s;
}

@media(min-width: 1024px) {
    .tzgg li a:hover::after {
        width: 100%;
    }

    .tzgg li a:hover .date,
    .tzgg li a:hover h3,
    .tzgg li a:hover p,
    .tzgg li a:hover .date span {
        color: #fff;
    }

    .tzgg li a:hover::before {
        background: url(../images/tzico4.png) no-repeat;
        background-size: 100%;
    }
}

@media(max-width: 1024px) {
}

@media(max-width: 768px) {
    .tzgg li a {
        height: 1.5rem;
    }

    .tzgg li h3 {
        margin-bottom: .15rem;
    }

    .tzgg li a::before {
        bottom: 10%;
    }

    .tzgg li .date {
        font-size: 0.24rem;
    }

    .tzgg li .con {
        padding-left: .2rem;
    }
}


/* 三级导航 */

.san-nav {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: .4rem;
    display: none;
}

    .san-nav ul {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .san-nav li {
        /* height: 0.8rem; */
        display: flex;
        align-items: flex-end;
        padding: 0 .3rem;
    }

    .san-nav a {
        display: inline-block;
        /* margin: 0 0.4rem; */
        font-size: 0.16rem;
        color: #a9a9a9;
        display: flex;
        align-items: center;
        height: 0.5rem;
    }

        .san-nav a::after {
            height: 0.02rem;
            left: 0;
            background: rgba(0, 0, 0, 0);
            width: 100%
        }

        .san-nav a.on::after {
            background: #0B3B85;
        }

        .san-nav a:hover,
        .san-nav a.on {
            color: #0B3B85;
        }


/* 现任领导 */

.xrld ul {
    justify-content: space-between;
}

.xrld li {
    width: 48%;
    margin-bottom: .6rem;
}

    .xrld li a {
        align-items: center;
        box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
        background: #fff;
    }

        .xrld li a::after {
            background: #0B3B85;
            width: 100%;
            height: 0;
        }

    .xrld li .scale {
        width: 2.15rem;
    }

    .xrld li .con {
        width: calc(100% - 2.15rem);
        padding: .3rem .25rem;
    }

    .xrld li h3 {
        font-size: 0.22rem;
        color: #333;
        line-height: 0.32rem;
        padding-bottom: .15rem;
        border-bottom: 1px solid #eee;
        transition: 0.5s;
    }

        .xrld li h3::after {
            width: 0.83rem;
            height: 0.03rem;
            background: #0B3B85;
            bottom: -1.5px;
        }

    .xrld li p {
        font-size: 0.16rem;
        color: #666;
        line-height: 0.3rem;
        max-height: 0.9rem\0;
        margin-top: .2rem;
        transition: 0.5s;
    }

    .xrld li .imged {
        padding-bottom: 130%;
    }

@media(min-width: 1024px) {
    .xrld li a:hover::after {
        height: 100%;
    }

    .xrld li a:hover h3:after {
        background: #fff;
    }

    .xrld li a:hover h3,
    .xrld li a:hover p {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .xrld li {
        width: 49%;
        margin-bottom: .3rem;
    }
}

@media screen and (max-width: 768px) {
    .xrld li {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .xrld li .scale {
        width: 1.6rem;
    }

    .xrld li .con {
        width: calc(100% - 1.6rem);
        padding: .2rem .2rem;
    }
}


/*====翻页====*/

.j_pages {
    margin-top: 0.4rem;
}




/* public */

@media(max-width: 1024px) {
    .inner_left,
    .inner_right .lm_top .adress {
        display: none;
    }

    .inner_right {
        width: 100%;
        padding-left: 0;
    }

    .wrap_ph {
        display: block;
    }

    .inner {
        padding-bottom: 0.3rem;
        min-height: 727px;
    }

    .page {
        margin: .25rem 0 0;
    }

    .san-nav {
        display: flex;
        margin-bottom: 0.2rem;
    }

    .inner_right .lm_top {
        margin-bottom: 0.2rem;
    }
}

@media(max-width: 768px) {
    .txt1 {
        font-size: 0.2rem !important;
    }

    .p1 {
        line-height: 0.26rem !important;
        font-size: 0.16rem !important;
    }
}


/* 组织机构 */

.organize > ul {
    margin: 0 -0.15rem;
}

    .organize > ul > li {
        width: 50%;
        margin-top: 0.3rem;
        box-sizing: border-box;
        transition: all .3s;
        text-align: center;
    }

        .organize > ul > li > a {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f8f8f8;
            border: 0.01rem solid #f3eaea;
            border-left: 0.03rem solid #0B3B85;
            box-sizing: border-box;
            margin: 0 0.15rem;
            height: .72rem;
            padding: 0 .15rem;
            overflow: hidden;
            transition: all .6s;
        }

        .organize > ul > li:hover > a {
            background: #0B3B85;
        }

        .organize > ul > li > a p {
            font-size: 0.16rem;
            color: #333;
            line-height: .24rem;
            overflow: hidden;
        }

        .organize > ul > li:hover > a p {
            color: #fff;
        }

@media(max-width: 700px) {
    .san-nav {
        margin-bottom: .15rem;
    }

    .organize > ul > li {
        margin-top: .15rem;
    }

    .organize > ul > li {
        width: 100%;
    }
}

/* 师资内容 */
body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sz-con {
    margin-top: 0.57rem;
}

    .sz-con .pic1 {
        position: relative;
        z-index: 1;
        padding-left: 0.1rem;
        padding-bottom: 0.1rem;
        width: 50%;
        margin: 0 auto;
    }

        .sz-con .pic1::before {
            content: '';
            position: absolute;
            top: 0.15rem;
            right: 0.15rem;
            left: 0;
            bottom: 0;
            width: 1.8rem;
            /* width: auto; */
            /* background: #002D70; */
            z-index: -1;
            margin: 0 auto;
        }

        .sz-con .pic1 img {
            display: block;
            width: 2.8rem;
            margin: 0 auto;
        }

.sz-t {
    margin-top: 0.26rem;
}

.sz-ty {
    overflow: hidden;
    padding-left: 1rem;
}

    .sz-ty h3 {
        font-size: 0.3rem;
        font-weight: normal;
        color: #002D70;
    }

    .sz-ty > div {
        margin-top: 0.16rem;
    }

        .sz-ty > div p {
            font-size: 0.18rem;
            line-height: 0.44rem;
            color: #666666;
            background-size: 0.05rem auto;
            padding-left: 0.25rem;
        }

.sz-d {
    position: relative;
    z-index: 1;
}

    .sz-d::before {
        content: '';
        position: absolute;
        top: 0.15rem;
        bottom: 0;
        left: 0.15rem;
        /* border-left: 1px solid rgba(13, 66, 167, 0.1); */
        z-index: -1;
    }

.sz-box {
    /* margin-top: 30px; */
}

    .sz-box h4 {
        font-size: 0;
        padding-left: 0.8rem;
        margin-bottom: 0.3rem;
        /* background-image: url(../images/sz-dot.png); */
        background-repeat: no-repeat;
        background-size: 0.29rem auto;
        /* background-position: left center; */
    }

        .sz-box h4 span {
            display: inline-block;
            font-family: 'sySong';
            font-size: 0.26rem;
            font-weight: bold;
            color: #002D70;
        }

    .sz-box p {
        font-size: 0.20rem;
        line-height: 0.4rem;
        color: #666666;
        padding-left: 0.8rem;
    }

.sz-p p {
    text-indent: 2em;
    margin-top: 0.3rem;
}

    .sz-p p img {
        margin: 10px auto;
        display: block;
        height: auto !important;
    }

    .sz-p p:first-child {
        margin-top: 0;
    }


/* 资助体系 */
.subsidy {
    width: 100%;
    background: #fff;
    margin-top: 90px;
    margin-bottom: 100px;
}

.subsidy__inner {
    margin: 0 auto;
}

.subsidy__title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

    .subsidy__title img {
        width: 100%;
        max-width: 408px;
    }

/* 3列布局 */
.subsidy__list {
    display: flex;
    gap: 20px;
}

.subsidy__item {
    flex: 1;
    position: relative;
}

.subsidy__thumb {
    width: 100%;
    height: auto;
    background: #25418c;
    padding-top: 8px;
    cursor: pointer;
    overflow: hidden;
}

    .subsidy__thumb img {
        width: 100%;
        height: 100%;
        transition: transform 0.5s;
    }

    .subsidy__thumb:hover img {
        transform: scale(1.1);
    }

.subsidy__label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100%);
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .subsidy__label span {
        font-size: 24px;
        font-weight: 500;
    }

    .subsidy__label img {
        width: 50px;
        margin-top: 4px;
    }

/* 鼠标移入整个卡片时，箭头向右移动 */
.subsidy__item:hover .subsidy__label img {
    animation: arrowLoop 1s linear infinite;
}

/* 定义向右循环的关键帧 */
@keyframes arrowLoop {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 通知公告 */
.notice {
    width: 100%;
}

.notice__inner {
    margin: 0 auto;
}

.notice__title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .notice__title img {
        height: 66px;
    }

/* 列表固定宽度，单排布局 */
.notice__list {
    width: 100%;
}

/* 单个通知项 */
.notice__item {
    width: calc(50% - 40px);
    overflow: hidden;
    height: 124px;
    display: flex;
    float: left;
    cursor: pointer;
    border-radius: 2px;
}

    .notice__item:nth-child(2n) {
        float: right;
    }

    .notice__item:hover {
        background: rgb(37, 65, 140, 0.08)
    }

/* 日期部分 */
.notice__date {
    text-align: center;
    color: #152f75;
    min-width: 60px;
    margin-left: 20px;
    margin-top: 18px;
}

.notice__day {
    font-size: 36px;
    font-weight: 600;
}

.notice__ym {
    display: block;
    font-size: 16px;
}

/* 内容部分 */
.notice__content {
    flex: 1;
    margin-left: 20px;
    margin-top: 22px;
}

.notice__title-text {
    font-size: 20px;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 8px;
}

.notice__desc {
    font-size: 14px;
    color: #5B5B5B;
    margin: 0;
    line-height: 1.6;
}

.notice__more {
    padding-top: 40px;
    padding-left: 10px;
    width: 150px;
    font-size: 20px;
    color: #25418C;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
    margin: 0px auto 50px;
}

    .notice__more img {
        width: 48px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .notice__more:hover {
        transform: translateX(5px);
    }


/* 资助政策 */
.policy {
    width: 100%;
}

/* 上半部分：背景图 + 文字 */
.policy__banner {
    width: 100%;
}

    .policy__banner img {
        width: 100%;
    }

/* 下半部分：二维码区 */
.policy__qrcode {
    width: 100%;
    text-align: center;
    position: relative;
    background-image: url("../images/quick-links__bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.policy__qrcode-tip {
    font-size: 16px;
    color: #E8B900;
    margin: 20px 0
}

.policy__qrcode-list {
    max-width: 529px;
    width: 100%;
    margin: 0px auto;
}

    .policy__qrcode-list img {
        width: 100%;
    }

.policy__qrcode-item {
    text-align: center;
}

.policy__qrcode-img {
    width: 150px;
    height: 150px;
    background: #eee;
    border: 1px solid #ccc;
    margin: 0 auto 10px;
}

.policy__qrcode-text {
    font-size: 12px;
    color: #333;
    margin: 0;
}


/* banner轮播图 */
.banner {
    width: 100%;
    position: relative;
    z-index: 2;
}

    .banner > img {
        width: 100%;
        min-height: 548px;
        display: block;
    }

/* 学校宣传视频 */
.school-video {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -110px;
}

.school-video-inner {
    box-sizing: border-box;
    height: 462px;
    margin: 0 auto;
    background: #fff;
}

/* 左侧视频 */
.school-video__video-wrap {
    width: 50%;
    height: 368px;
    float: left;
    margin-left: 2%;
    margin-top: 3%;
    background: #25418C;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.school-video__video {
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

    .school-video__video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


/* 右侧内容 */
.school-video__content {
    width: 44%;
    float: left;
}

.school-video__header {
    margin-top: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.school-video__title {
    height: 66px;
}

    .school-video__title img {
        height: 100%;
    }

.school-video__more {
    font-size: 20px;
    color: #25418C;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

    .school-video__more img {
        width: 48px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .school-video__more:hover {
        transform: translateX(5px);
    }

.school-video__tag {
    padding-left: 12px;
    width: calc(100% - 12px);
    height: 44px;
    background: linear-gradient(87deg, #e8b900 0%, rgba(232, 185, 0, 0.00) 100%);
    font-size: 20px;
    line-height: 44px;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.school-video__desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 0.2rem;
}

.school-video__switch {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.school-video__btn {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
}

    .school-video__btn img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

/* 大咖说 */
.speaking {
    width: 100%;
    padding-top: 200px;
    position: relative;
}

.speaking__bg {
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, #dce9ff, rgba(227, 236, 251, 0.00) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.speaking__inner {
    margin: 0 auto;
}

/* 标题 */
.speaking__title {
    height: 66px;
    margin-bottom: 30px;
}

    .speaking__title img {
        height: 100%;
    }

/* 选项卡 */
.speaking__tabs {
    display: flex;
    margin-bottom: 30px;
}

.speaking__tab {
    flex: 1;
    height: 72px;
    border: none;
    background: #e9ecef;
    font-size: 23px;
    color: #333;
    cursor: pointer;
}

.speaking__tabs .active {
    background: #25418c;
    color: #fff;
}

/* 卡片列表 */
.speaking__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    display: none;
    display: grid;
}

.tab-content.active {
    display: block;
}

.tab-content {
    display: none;
}

.speaking__item {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px rgba(56, 62, 76, 0.10);
    cursor: pointer;
}

.speaking__thumb {
    width: 100%;
    height: 182px;
    background: #f0f0f0;
    overflow: hidden;
}

    .speaking__thumb img {
        width: 100%;
        height: 100%;
        transition: transform 0.5s;
    }

    .speaking__thumb:hover img {
        transform: scale(1.1);
    }

.speaking__name {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    color: #5B5B5B;
}

.speaking__more {
    padding-left: 10px;
    width: 150px;
    font-size: 20px;
    color: #25418C;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
    margin: 30px auto;
}

    .speaking__more img {
        width: 48px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .speaking__more:hover {
        transform: translateX(5px);
    }

/* 工商印象 */
.impression {
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.impression-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -170px;
    z-index: -1;
}

    .impression-bg img {
        width: 100%;
    }

/* 外层 1360 居中 */
.impression__inner {
    margin: 0 auto;
}

.impression__title {
    height: 66px;
    margin-top: 180px;
    margin-bottom: 32px;
}

    .impression__title img {
        height: 100%;
    }

/* 这一行整体布局 */
.impression__row {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

/* 左侧大视频 */
.impression__video {
    flex: 3;
    /* 占3份宽度 */
    height: auto;
    position: relative;
}

/* 右侧两列小图 */
.impression__col {
    flex: 1;
    /* 占1份宽度 */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    /* 小图 */
    .impression__col .impression__item {
        flex: 1;
        position: relative;
        cursor: pointer;
    }

.impression__thumb_zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgb(37, 65, 140, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .impression__thumb_zoom img {
        width: 48px;
    }

/* 占位图 */
.impression__thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .impression__thumb img {
        width: 100%;
        height: 100%;
        transition: transform 0.5s;
    }

/* 播放按钮 */
.campus-gallery__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

    .campus-gallery__play-btn img {
        width: 100%;
        height: 100%;
    }

/* 放大按钮 */
.campus-gallery__zoom-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.3);
}

/* 底部文字 */
.campus-gallery__caption {
    font-size: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    padding: 10px 15px;
    color: #fff;
    margin: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

/* 移入显示放大查看 */
.impression__item:hover .impression__thumb_zoom {
    display: flex;
}

.impression__item:hover .impression__thumb img {
    transform: scale(1.1);
}

.impression__more {
    padding-left: 10px;
    width: 150px;
    font-size: 20px;
    color: #25418C;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
    margin: 30px auto;
}

    .impression__more img {
        width: 48px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .impression__more:hover {
        transform: translateX(5px);
    }

/* 直播专区 */
.live-stream {
    width: 100%;
    padding: 40px 0 60px;
    position: relative;
}

.live-stream-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -250px;
    z-index: -1;
}

    .live-stream-bg img {
        width: 100%;
    }


.live-stream__inner {
    margin: 0 auto;
}

.live-stream__title {
    height: 66px;
    margin-bottom: 16px;
}

    .live-stream__title img {
        height: 100%;
    }

/* 4列网格布局 */
.live-stream__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.live-stream__item {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 固定宽高*/
.live-stream__thumb {
    width: 100%;
    height: 182px;
    background: #eee;
    overflow: hidden;
    cursor: pointer;
}

    .live-stream__thumb img {
        width: 100%;
        height: 100%;
        transition: transform 0.5s;
    }

    .live-stream__thumb:hover img {
        transform: scale(1.1);
    }

.live-stream__desc {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    color: #5B5B5B
}

.live-stream__more {
    padding-left: 10px;
    width: 150px;
    font-size: 20px;
    color: #25418C;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
    margin: 30px auto 50px;
}

    .live-stream__more img {
        width: 48px;
        margin-left: 6px;
        margin-top: 2px;
    }

    .live-stream__more:hover {
        transform: translateX(5px);
    }

@media screen and (max-width: 1100px) {
    .px1400 {
        min-width: auto;
    }

    .sz-ty > div {
        padding: 10px 0 0 25px;
    }

    .sz-ty h3 {
        padding-left: 25px;
    }

    .notice__item {
        width: calc(100%);
    }

    .notice__title-text {
        font-size: 17px;
    }

    .school-video {
        bottom: 0rem;
    }

    .school-video__video-wrap {
        width: 100%;
        width: 98%;
        float: none;
        display: block;
        margin: auto;
    }

    .school-video__video {
        width: calc(100%);
        height: calc(100%);
    }

    .school-video-inner {
        background: none;
    }

    .school-video__content {
        width: 99%;
        display: none;
    }

    .speaking {
        padding: 50px 10px 0px;
    }

    .speaking__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .speaking__thumb {
        height: 250px;
    }

        .speaking__thumb img {
            height: auto;
        }

    .impression__row {
        display: block;
    }

    .impression {
        padding: 10px;
    }

    .impression__col {
        flex-direction: inherit;
    }

    .impression__video {
        margin: 0.2rem 0;
    }

    .impression__title {
        margin-top: 0px;
    }

    .live-stream {
        padding: 40px 10px;
    }
}

@media screen and (max-width:900px) {
    .sz-t .pic {
        float: none;
        margin: 0 auto;
    }

    .sz-ty h3 {
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
    }

    .sz-ty > div {
        padding: 0 20px;
    }

    .subsidy__list {
        display: block;
    }

    .subsidy__thumb img {
        width: auto;
        height: 100%;
    }

    .subsidy__label {
        padding: 0 10px;
        font-size: 17px;
    }

    .notice__item {
        width: calc(100%);
    }

    .notice__title-text {
        font-size: 17px;
    }
}


@media screen and (max-width:768px) {
    .live-stream__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .live-stream {
        padding: 10px 10px;
    }

    .speaking__thumb {
        height: auto;
    }

    .subsidy {
        margin: 20px 0;
        padding: 0 0.2rem;
    }

    .notice__content {
        margin-right: 0.1rem;
    }

    .subsidy__title {
        margin-bottom: 0px;
    }

    .notice__title {
        margin-bottom: 0px;
    }

    .sz-con {
        margin-top: 0.25rem;
    }

    .sz-t {
        margin-top: 0.2rem;
    }

    .sz-ty h3 {
        font-size: 0.26rem;
    }

    .sz-box h4 span {
        font-size: 0.26rem;
    }

    .sz-box p {
        font-size: 0.18rem;
        line-height: 0.3rem;
        padding-left: 0.5rem;
    }

    .sz-box h4 {
        background-size: 0.25rem auto;
        padding-left: 0.5rem;
    }

    .sz-d::before {
        left: 0.12rem;
    }

    @media screen and (max-width:640px) {
        .sz-ty h3 {
            padding-left: 20px;
        }

        .sz-ty > div {
            padding-left: 20px;
        }
    }

    @media screen and (max-width:480px) {
        .sz-con {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            .sz-con .sz-r {
                width: 100%;
            }

        .sz-r {
            width: calc(100% - 2rem);
        }

        .sz-ty {
            padding-left: 0;
        }

            .sz-ty h3 {
                padding-left: 0;
                text-align: center;
            }

            .sz-ty > div p {
                line-height: 0.34rem;
            }
    }
