@charset "utf-8";

html,
body,
a,
p,
span,
ul {
    outline: 0;
}

.banner-module {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner-module .index_banner_swp {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.n_ban_mask {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: 8;
}

.img_ban {
    width: 100%;
    height: 100%;
}

.img_ban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === 主轮播缩放效果 (仿 bsnc.cn) === */
/* 1. 确保幻灯片容器溢出隐藏 */
.index_banner_swp .swiper-slide {
    overflow: hidden;
    position: relative;
}

/* 2. 核心效果：作用于图片容器 (.img_ban) */
.index_banner_swp .img_ban {
    display: block;
    width: 100%;
    height: 100%;
    /* 初始状态：放大17.5%，制造“由远及近”的起点 */
    transform: scale(1.175);
    /* 核心：定义缩放属性在6秒内完成线性过渡 */
    transition: transform 6s linear;
}

/* 3. 图片本身只需确保填满容器 */
.index_banner_swp .img_ban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 注意：缩放效果不直接加在img上，而是其父容器.img_ban */
}

/* 4. 触发动画：当前活动幻灯片重置为正常大小 */
.index_banner_swp .swiper-slide-active .img_ban {
    transform: scale(1);
}

/* 5. 修复遮罩层位置 (你的代码可能覆盖了.n_ban_mask的初始定位) */
.banner-module .n_ban_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    /* 恢复到底部 */
    width: 100%;
    height: 130px;
    /* 恢复原有高度 */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    z-index: 8;
}

.n_ban_button .ban-pagination {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2px);
}

.n_ban_button .ban-pagination span {
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    opacity: 0.5;
}

.n_ban_button span.swiper-pagination-bullet-active {
    opacity: 1;
}

.n_ban_button .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.n_ban_text_box {
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.n_ban_text {
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    font-family:
        "Source Han Serif SC",
        "Source Han Serif CN",
        "思源宋体",
        "Noto Serif SC",
        "Songti SC",
        "SimSun",
        serif;
}

.n_ban_button {
    position: absolute;
    left: 0;
    bottom: 90px;
    height: 1px;
    width: 100%;
    z-index: 9;
}

.ban_flower {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    outline: 0;
    border: none;
    cursor: pointer;
}

.ban_flower::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/ban_flower.svg);
    background-repeat: no-repeat;
    background-size: cover;

}

.ban_flower i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 25px;
}

.n_ban_button .ban_flower:hover::before {
    background-image: url(../images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}

@media (max-width:991px) {
    .n_ban_text_box {
        bottom: 14%;
        /* text-align: center; */
    }

    .n_ban_button {
        height: auto;
        bottom: 30px;
    }

    .n_ban_text {
        font-size: 20px;
    }

    .ban_flower {
        width: 46px;
        height: 46px;
    }
}

@media (max-width:767px) {
    .banner-module {
        height: 320px;
    }

    .n_ban_text_box {
        bottom: 20%;
        display: none !important;
    }

    .n_ban_button .container {
        justify-content: center;
    }

    .n_ban_button .ban-pagination {
        display: flex;
        padding: 8px 16px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .n_ban_button .ban-pagination span {
        margin: 0 6px;
        width: 8px;
        height: 8px;
    }

    .n_ban_button {
        bottom: 15px;
    }

    .ban_flower {
        width: 40px;
        height: 40px;
    }
}

/* new */
.index_notify_box {
    padding-top: 74px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.in_title .left_title img {
    max-height: 80px;
}

.in_more a {
    display: flex;
    align-items: center;

}

.in_more a span {
    color: var(--dark-color);
    font-family:
        "Source Han Serif SC",
        "Source Han Serif CN",
        "思源宋体",
        "Noto Serif SC",
        "Songti SC",
        "SimSun",
        serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.in_more i {
    position: relative;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.in_more i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ban_flower_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.in_more a:hover i::before {
    background-image: url(../images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}

.in_more a:hover i svg path {
    stroke: var(--white-color);
}

.in_new_lists {
    padding-top: 24px;
}

.in_new_lists ul {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}

.in_new_lists ul li {
    padding: 16px;
    width: 25%;
}

.in_new_lists .title {
    overflow: hidden;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
}

.in_new_lists .bg {
    position: relative;
    padding: 24px;
    border-radius: 0px 0px 40px 0px;
    background-color: #FFF;
    background-image: url(../images/in_new_icon_r.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
    transition: background-color .3s;
}

.in_new_lists .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background: #CAB181;
    opacity: 0;
    transition: width .4s;
}

.in_new_lists .date {
    padding-top: 24px;
    color: #BABABA;
    font-family: 'Georgia';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.in_new_lists a:hover .bg {
    background-color: var(--main-color);
    background-image: url(../images/in_new_icon_r2.svg);
}

.in_new_lists a:hover .title {
    color: var(--white-color);
}

.in_new_lists a:hover .date {
    color: rgba(255, 255, 255, 0.5);
}

.in_new_lists a:hover .bg::before {
    width: 100%;
    opacity: 1;
}

.in_new_swipers {
    margin-top: 22px;
}

.in_new_swipers a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.in_new_swipers .swiper-slide {
    opacity: 0 !important;
}

.in_new_swipers .swiper-slide-active {
    opacity: 1 !important;
}

.in_new_swipers .left {
    width: calc(50% - 15px);
    overflow: hidden;
}

.in_new_swipers .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.in_new_swipers .right {
    padding-top: 15px;
    padding-bottom: 144px;
    width: calc(50% - 15px);
}

.in_new_swipers .date {
    color: #BABABA;
    font-family: 'Georgia';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.in_new_swipers .date strong {
    font-size: 30px;
    line-height: 1.5;
    color: #BABABA;
    font-family: 'Georgia';
}

.in_new_swipers .date span {
    color: #BABABA;
    font-family: 'Georgia';
}

.in_new_swipers .title {
    margin-top: 16px;
    color: var(--dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    height: 72px;
}

.in_new_swipers .des {
    margin-top: 40px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_button {
    position: absolute;
    right: 0;
    bottom: 35px;
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.new_button .news-pagination {
    flex: 1;
    position: relative;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
}

.new_button .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.in_new_swipers .ban_flower::before {
    background-image: url(../images/ban_flower_green.svg);
}

.new_button .ban_flower {
    margin-left: 16px;
}

.new_button .ban_flower:hover::before {
    background-image: url(../images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}

.new_button .ban_flower:hover svg path {
    stroke: var(--white-color);
}

.in_new_swipers a:hover .left img {
    transform: scale(1.03);
}

.in_new_swipers a:hover .title {
    color: var(--main-color);
}

@media (max-width:1440px) {
    .in_title .left_title img {
        max-height: 70px;
    }

}

@media (max-width:991px) {
    .in_title .left_title img {
        max-height: 60px;
    }

    .new_button {
        bottom: 15px;
    }

    .in_new_swipers .title {
        font-size: 22px;
        height: 62px;
    }

    .in_new_swipers .right {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .in_new_swipers .des {
        margin-top: 30px;
        -webkit-line-clamp: 2;
    }

    .in_new_lists ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .in_new_lists ul li {
        padding: 10px;
    }

    .in_new_lists .bg {
        padding: 20px;
    }

}

@media (max-width:767px) {
    .in_more i {
        margin-left: 6px;
        padding: 5px;
        width: 26px;
        height: 26px;
    }

    .in_title .left_title img {
        max-height: 56px;
    }

    .index_notify_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .in_new_swipers a {
        flex-flow: column;
    }

    .in_new_swipers .left,
    .in_new_swipers .right {
        width: 100%;
    }

    .in_new_swipers .right {
        padding-top: 10px;
    }

    .in_new_lists ul li {
        width: 100%;
    }

    .in_new_swipers .title {
        font-size: 20px;
    }

    .in_new_lists ul li:nth-child(n+5) {
        display: none;
    }

    .new_button {
        width: 100%;
    }

}

/* notice */
.index_notify_box {
    padding-top: 115px;
    padding-bottom: 110px;
    position: relative;
    overflow: hidden;
}

.index_notify_box .notify_background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.3);
}

.index_notify_box .notify_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;

}

/* ========== 通知公告部分调整 ========== */

/* 保持原有的背景图片布局 */
.i_notify_bg {
    position: relative;
    height: 813px;
    margin-bottom: 25px;
    z-index: 1;
}

.i_notify_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/in_notice_book.png); */
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
    z-index: -1;
}

.i_notify_bg::after {
    content: "";
    position: absolute;
    top: 110px;
    left: -70px;
    width: calc(100% + 140px);
    height: calc(100% - 90px);
    /* background-image: url(../img/in_notice_green.png); */
    background-color: #8f4231;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    z-index: -2;
}

/* 左侧通知公告容器 - 占50% */
.i_notify_left {
    width: 50%;
    padding: 47px 50px 32px 75px;
    display: flex;
    flex-flow: column;
}

.i_notify_left .in_title {
    padding-right: 35px;
}

/* 右侧通知公告容器 - 占50% */
.i_notify_right {
    width: 50%;
    padding: 47px 75px 32px 50px;
    display: flex;
    flex-flow: column;
}

.i_notify_right .in_title {
    padding-left: 35px;
}

/* 通知公告列表样式 */
.i_notify_list {
    padding-top: 28px;
    height: calc(100% - 130px);
}

.i_notify_list ul {
    padding-right: 35px;
    padding-left: 35px;
    height: 100%;
    overflow-y: auto;
}

.i_notify_list ul li {
    padding-top: 20px;
}

.i_notify_list ul li:first-child {
    padding-top: 0;
}

.i_notify_list ul li a {
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.i_notify_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}

.i_notify_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: all .4s;
}

.i_notify_list .date {
    color: #BABABA;
    font-family: 'Georgia';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.i_notify_list .title {
    margin-top: 8px;
    overflow: hidden;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.i_notify_list .text {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 52px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.i_notify_list a:hover .title {
    color: var(--main-color);
}

.i_notify_list ul li a:hover::after {
    width: 100%;
}

/* 滚动条样式 */
.i_notify_list ul::-webkit-scrollbar {
    width: 4px;
}

.i_notify_list ul::-webkit-scrollbar-thumb {
    background-color: rgba(150, 60, 51, 0.3);
    border-radius: 2px;
}

.i_notify_list ul::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

/* 响应式调整 */
@media (max-width: 1579px) {
    .i_notify_bg {
        height: 725px;
    }

    .i_notify_bg::after {
        left: -50px;
        width: calc(100% + 100px);
    }
}

@media (max-width: 1279px) {
    .i_notify_bg::after {
        left: -40px;
        width: calc(100% + 80px);
    }

    .i_notify_left {
        padding: 47px 40px 42px 50px;
    }

    .i_notify_right {
        padding: 47px 50px 42px 40px;
    }
}

@media (max-width: 991px) {
    .i_notify_bg {
        margin-bottom: 0;
        height: auto;
        flex-flow: column;
    }

    .i_notify_bg::before,
    .i_notify_bg::after {
        display: none !important;
    }

    .i_notify_left,
    .i_notify_right {
        width: 100%;
        padding: 30px 30px;
        margin-bottom: 20px;
        background-color: #f8f8f8;
    }

    .i_notify_right {
        margin-top: 0;
    }

    .i_notify_list {
        height: auto;
    }

    .i_notify_list ul {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .index_notify_box {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .i_notify_left,
    .i_notify_right {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .i_notify_list ul li {
        padding-top: 16px;
    }

    .i_notify_list ul li a {
        padding-bottom: 16px;
    }

    .i_notify_list .title {
        height: auto;
        min-height: 56px;
    }

    .i_notify_list .text {
        font-size: 14px;
        line-height: 1.5;
    }
}

.pic {
    position: relative;
    overflow: hidden
}

.pic::after {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

a:hover .pic:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.style_swiper06 .swiper-slide:hover .pic:after,
.style_w:hover .pic:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.i_notify_list {
    padding-top: 28px;
    height: calc(100% - 130px);
}

.i_notify_list ul {
    padding-right: 35px;

    height: 100%;
    overflow-y: auto;
}

.i_notify_list ul li {
    padding-top: 20px;
}

.i_notify_list ul li:first-child {
    padding-top: 0;
}

.i_notify_list ul li a {
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.i_notify_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}

.i_notify_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: all .4s;
}

.i_notify_list .date {
    color: #BABABA;
    font-family: 'Georgia';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.i_notify_list .title {
    margin-top: 8px;
    overflow: hidden;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.i_notify_list .text {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 52px;
    line-height: 26px;
}

.i_notify_list a:hover .title {
    color: var(--main-color);
}

.i_notify_list ul li a:hover::after {
    width: 100%;
}

.i_media_list {
    padding-top: 28px;
    height: calc(100% - 130px);
}

.i_media_list ul {
    height: 100%;
    padding-right: 35px;
    overflow-y: auto;
}

.i_notify_list ul::-webkit-scrollbar,
.i_media_list ul::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.i_notify_list ul::-webkit-scrollbar-button:vertical,
.i_media_list ul::-webkit-scrollbar-button:vertical {
    display: none
}

.i_notify_list ul::-webkit-scrollbar-corner,
.i_notify_list ul::-webkit-scrollbar-track,
.i_media_list ul::-webkit-scrollbar-corner,
.i_media_list ul::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.20);
}

/* .i_media_list ul::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.50);
} */


.i_media_list ul li {
    padding-top: 22px;
}

.i_media_list ul li:first-child {
    padding-top: 0;
}

.i_media_list ul li a {
    position: relative;
    padding-bottom: 21px;
    align-items: stretch;
    width: 100%;
}

.i_media_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}

.i_media_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: all .4s;
}

.i_media_list .thumb {
    display: flex;
    width: 154px;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #FFF;
    overflow: hidden;
}

.i_media_list .thumb img {
    width: 100%;
    height: 100%;
    max-height: 98px;
    object-fit: contain;
    transition: all .3s;

}

.i_media_list .media_right {
    flex: 1;
    margin-left: 18px;
}

.i_media_list .date {
    margin-top: 16px;
    color: #BABABA;
    font-family: 'Georgia';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.i_media_list .title {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
}

.i_media_list a:hover .title {
    color: var(--main-color);
}

.i_media_list ul li a:hover::after {
    width: 100%;
}

.i_media_list a:hover .thumb img {
    transform: scale(1.03);

}

@media (max-width:1579px) {

    .i_notify_bg {
        height: 725px;
    }

    .i_notify_bg::after {
        left: -50px;
        width: calc(100% + 100px);
    }

    .i_notify_list ul li {
        padding-top: 18px;
    }

    .i_media_list ul li {
        padding-top: 21px;
    }

}

@media (max-width:1439px) {

    .i_notify_bg {
        height: 700px;
    }

}

@media (max-width:1366px) {

    .i_notify_bg {
        height: 680px;
    }

}

@media (max-width:1280px) {
    .i_notify_bg {
        height: 620px;
    }

}

@media (max-width:1279px) {
    .i_notify_bg::after {
        left: -40px;
        width: calc(100% + 80px);
    }

    .i_notify_left,
    .i_notify_right {
        padding: 47px 40px 42px 50px;
    }
}

@media (max-width:991px) {
    .i_notify_bg {

        margin-bottom: 0;
        height: auto;
        flex-flow: column;
    }

    .i_notify_bg::before,
    .i_notify_bg::after {
        display: none !important;
    }

    .i_notify_left,
    .i_notify_right {
        padding: 30px 30px;
        margin-bottom: 20px;
        background-color: #f8f8f8;
        width: 100%;
    }

    .i_notify_list {
        padding-top: 28px;
        height: auto;
    }

    .i_notify_left .in_title,
    .i_notify_right .in_title {
        padding-right: 0;
    }

    .i_media_list ul,
    .i_notify_list ul {
        padding-right: 0;
    }

}

@media (max-width:767px) {
    .index_notify_box {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .i_notify_left,
    .i_notify_right {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .i_media_list .thumb {
        width: 100px;
    }

    .i_notify_list ul li {
        padding-top: 16px;
    }

    .i_notify_list ul li a {
        padding-bottom: 16px;
    }

    .i_media_list ul li {
        padding-top: 18px;
    }

    .i_media_list ul li a {
        padding-bottom: 16px;
    }

    .i_notify_list .title {
        height: 56px;
        white-space: inherit;
        overflow: hidden;

        display: -webkit-box;

        -webkit-line-clamp: 2;

        -webkit-box-orient: vertical;
    }

}

/* 校园风采 */
.sye_box {
    position: relative;
    overflow: hidden;
}

.sye_first {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;

    padding-top: 150px;
    padding-bottom: 200px;
}

.style_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.style_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.style_title img {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: calc(100% - 70px);
}

.style_w {
    width: 25%;
    height: 260px;
    overflow: hidden;
}

.style_swiper {
    width: 100%;
    height: 100%;
}

.style_swiper .thumb {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.style_swiper .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style_swiper .style-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 26px 32px 32px;
    text-align: right;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 8;
}

.style_swiper .style-pagination span {
    margin: 0 6px !important;
    width: 20px;
    height: 20px;
    background-image: url(../images/style_button_w.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
}

.style_swiper .style-pagination span.swiper-pagination-bullet-active {
    background-image: url(../images/style_button.svg);
}

.style_swiper02 .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.style_swiper02 .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 94px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.style_swiper02 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style_swiper03 {
    position: relative;
    z-index: 1;
}

.style_swiper03 .mask {
    position: absolute;
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.style_swiper03 .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.style_swiper03 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style_swiper03 .icon {
    max-width: 48px;
    margin: 0 auto;
}

.style_swiper03 .title {
    margin-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.style_swiper03 .link {
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

.style_swiper03 .link a {
    margin: 0 4px;
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    /* backdrop-filter: blur(2px); */
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.style_swiper03 .link a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.style_swiper04 {
    position: relative;
    z-index: 1;
}

.style_swiper04 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 151, 109, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.style_swiper04 .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.style_swiper04 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style_swiper04 .icon {
    max-width: 48px;
    margin: 0 auto;
}

.style_swiper04 .title {
    margin-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.style_swiper06 {
    width: 50%;
    height: 260px;
}

.style_w .thumb,
.style_swiper06 .thumb {
    overflow: hidden;
}

.style_w .thumb img,
.style_swiper06 .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    transition: all .6s;
}

.style_w .thumb:hover img,
.style_swiper06 .thumb:hover img {
    width: 110%;
    height: 110%
}

.sys_first_pic {
    display: flex;
}

.sys_first_pic .style_swiper07 {
    width: 65.5%;
    height: 520px;
    overflow: hidden;
}

.style_swiper07 a {
    display: block;
    width: 100%;
    height: 100%;
}

.style_swiper07 .thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.style_swiper07 .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    transition: all .6s;
}

.style_swiper07 a:hover .thumb img {
    width: 110%;
    height: 110%
}

.style_swiper .in_more {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: rgba(200, 151, 109, 0.70);
    z-index: 8;
}

.style_swiper .in_more span {
    color: var(--white-color);
    font-family:
        "Source Han Serif SC",
        "Source Han Serif CN",
        "思源宋体",
        "Noto Serif SC",
        "Songti SC",
        "SimSun",
        serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.style_swiper .in_more i {
    position: relative;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.style_swiper .in_more i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ban_flower.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.style_swiper08 {
    position: relative;
    width: 34.5%;
    height: 312px;
    overflow: hidden;
}

.style_swiper08 .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.style_swiper08 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style_swiper08 .mask {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 109, 86, 0.7);
}

.style_swiper08 .mask::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;

    background-image: url(../images/yyxy_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.style_swiper08 .title {
    margin-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.style_swiper08 .code_img {
    position: absolute;
    padding: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
}

.style_swiper08 .mask_top .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(4px);
    border-radius: 50%;
}

.style_swiper08 .mask_top .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 0;
}

.style_swiper08 .mask_top .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 0;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.1;
    }
}

.style_swiper04 a:hover .thumb,
.style_swiper03:hover .thumb,
.style_swiper08:hover .thumb {
    transform: scale(1.1);
}

.style_swiper08:hover .mask_top {
    opacity: 0;
}

.style_swiper08:hover .code_img {
    opacity: 1;
    z-index: 1;
}

@media (max-width:1279px) {
    .style_swiper .style-pagination {
        padding: 25px 20px 25px 25px;
    }

    .style_swiper02 .thumb::before {
        height: 74px;
    }

    .style_w,
    .style_swiper06 {
        height: 220px;
    }

    .sys_first_pic .style_swiper07 {
        height: 450px;
    }

    .style_swiper08 {
        height: 270px;
    }

    .style_title img {
        width: calc(100% - 20px);
    }

    .style_swiper03 .icon {
        max-width: 32px;
    }

    .style_swiper03 .title {
        margin-top: 8px;
        font-size: 20px;
        line-height: 25px;
    }

    .style_swiper03 .link {
        padding-top: 6px;
        flex-flow: column;
    }

    .style_swiper03 .link a {
        margin: 4px;
        padding: 3px 20px;
        line-height: 26px;
    }
}

@media (max-width:991px) {

    .style_w,
    .style_swiper06 {
        height: 200px;
    }

    .sys_first_pic .style_swiper07 {
        height: 350px;
    }

    .style_swiper08 {
        height: 220px;
    }

    .style_swiper03 .icon {
        max-width: 30px;
    }

    .style_swiper03 .title {
        margin-top: 6px;
        font-size: 18px;
        line-height: 22px;
    }

    .style_swiper04 .title {
        margin-top: 6px;
        font-size: 18px;
    }

}

@media (max-width:767px) {
     .sye_first {
        padding-top: 60px;
    }

    .style_title img {
        bottom: 20px;
        width: calc(100% - 10px);
    }

    .style_title {
        width: 50%;
    }

    .style_w {
        width: 50%;
    }

    .style_swiper02,
    .style_swiper03,

    .style_swiper06 {
        width: 100%;
    }

    .style_box .style_w:nth-child(6) {
        width: 50%;
    }

    .sys_first_pic {
        flex-flow: column;
    }

    .sys_first_pic .style_swiper07 {
        width: 100%;
        height: auto;
    }

    .style_swiper08 {
        width: 100%;
        height: 160px;
    }

    .style_swiper08 .mask_top .icon {
        margin: 0 auto;
        padding: 10px;
        width: 60px;
        height: 60px;
    }

    .style_swiper08 .code_img {
        padding: 20px;
    }

    .style_swiper08 .code_img img {
        max-height: 100%;
    }

    .style_swiper .in_more i {
        margin-left: 6px;
        width: 22px;
        height: 22px;
        padding: 5px;
    }

    .style_w {
        height: 160px;
    }

    .style_box .style_w:nth-child(3),
    .style_box .style_w:nth-child(4),
    .style_swiper06,
    .style_swiper07,
    .style_swiper08 {
        height: 200px;
    }


    .style_w .thumb img,
    .style_swiper06 .thumb img,
    .style_swiper07 .thumb img {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }

    .style_swiper03 .link {
        padding-top: 8px;
        flex-flow: nowrap;
    }

    .style_swiper03 .icon,
    .style_swiper04 .icon {
        max-width: 40px;
        height: 40px;
    }

    .style_swiper03 .icon svg,
    .style_swiper04 .icon svg {
        width: 100%;
    }

    /* .style_swiper04 .title {
    margin-top: 4px;
} */
    .style_swiper .in_more {
        padding: 8px 10px;
    }

    .style_swiper .style-pagination {
        padding: 15px 10px 15px 15px;
    }

    .style_swiper .style-pagination span {
        margin: 0 4px !important;
        width: 16px;
        height: 16px;
        background-size: cover;
    }

}

/* 专题专栏 */
.sye_box .sye_two {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sye_box .sye_two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(../img/zy_zbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.sye_two .sys_two_bottom {
    padding-top: 100px;
}

.index_last_box {
    margin-top: 32px;
    display: flex;
}

.index_last_box .box {
    display: flex;
    position: relative;
    width: 160px;
    height: 380px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.index_last_box .box .bg {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.index_last_box .box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_last_box .box .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.index_last_box .box .text img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.index_last_box .box.act {
    width: calc(100% - 800px);
}

.index_last_box .box.act .text {
    opacity: 0;
}

.index_last_box .box.act .bg {
    opacity: 1;
}

@media (max-width:1440px) {
    .index_last_box .box {
        width: 140px;
    }

    .index_last_box .box .text {
        width: 140px;
    }

    .index_last_box .box.act {
        width: calc(100% - 700px);
    }
}

@media (max-width:1366px) {
    .index_last_box .box {
        width: 120px;
    }

    .index_last_box .box .text {
        width: 120px;
    }

    .index_last_box .box.act {
        width: calc(100% - 600px);
    }
}

@media (max-width:1200px) {
    .index_last_box .box {
        width: 100px;
    }

    .index_last_box .box .text {
        width: 100px;
    }

    .index_last_box .box.act {
        width: calc(100% - 500px);
    }
}

@media (max-width:991px) {
    .index_last_box {
        flex-flow: column;
    }

    .index_last_box .box,
    .index_last_box .box.act {
        width: 100%;
    }

    .index_last_box .box {
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        height: auto;
    }

    .index_last_box .box .text {
        position: relative;
        height: auto;
        display: none !important;
    }

    .index_last_box .box .bg {
        position: relative;
        left: inherit;
        top: inherit;
        height: auto;
    }

}

@media (max-width:767px) {
    .sye_two .sys_two_bottom {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .index_last_box .box .text {
        display: none;
    }

    .index_last_box .box .bg {
        width: 100%;
    }

}

/* 修复党风廉政建设模块样式 */
/* 党风廉政建设模块 - 简化版 */
.index_last_box1 {
    width: 100%;
    margin-top: 30px;
}

/* 图片容器 */
.index_last_box1 .box {
    display: block;
    width: 100%;
    height: 250px;
    /* 固定高度 */
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
}

/* 最后一个不需要底部边距 */
.index_last_box1 .box:last-child {
    margin-bottom: 0;
}

/* 图片样式 - 让图片填满容器 */
.index_last_box1 .box .bg {
    width: 100%;
    height: 100%;
}

/* 图片填满容器 */
.index_last_box1 .box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 关键：填充容器，可能裁剪 */
}

/* PC端调整 */
@media (min-width: 992px) {
    .index_last_box1 .box {
        height: 280px;
    }
}

/* 手机端调整 */
@media (max-width: 767px) {
    .index_last_box1 .box {
        height: 200px;
        margin-bottom: 15px;
    }
}

/* 确保与其他模块对齐 */
.index_last_box1 {
    padding: 0 0px;
    box-sizing: border-box;
}


/* ========== 校园快讯新布局 - 修正版 ========== */

/* 顶部容器：轮播图 + 右侧列表 - 各占50% */
.in_top_container {
    margin-top: 22px;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

/* 左侧轮播图容器 - 占50% */
.in_new_swipers_wrapper {
    flex: 1;
    width: 50%;
    position: relative;
}

/* 校园快讯轮播图专用样式 - 不影响其他轮播 */
.index_notify_box .in_new_swipers {
    width: 100%;
    height: 400px;
    position: relative;
}

.index_notify_box .in_new_swipers .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.index_notify_box .in_new_swipers .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.index_notify_box .in_new_swipers .slide_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_notify_box .in_new_swipers .slide_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.index_notify_box .in_new_swipers .swiper-slide a:hover .slide_image img {
    transform: scale(1.05);
}

.index_notify_box .in_new_swipers .slide_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    z-index: 2;
    transition: all 0.3s ease;
}

.index_notify_box .in_new_swipers .swiper-slide a:hover .slide_title {
    background: linear-gradient(180deg, rgba(150, 60, 51, 0) 0%, rgba(150, 60, 51, 0.8) 100%);
    padding-bottom: 25px;
}

/* 轮播控制按钮 - 使用原有样式，但重新定位 */
.index_notify_box .in_new_swipers .new_button {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    padding: 0 20px;
    box-sizing: border-box;
}

.index_notify_box .in_new_swipers .news-pagination {
    flex: 1;
    position: relative;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.index_notify_box .in_new_swipers .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.index_notify_box .in_new_swipers .ban_flower::before {
    background-image: url(../images/ban_flower.svg);
}

.index_notify_box .in_new_swipers .ban_flower {
    margin-left: 16px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.index_notify_box .in_new_swipers .ban_flower:hover::before {
    background-image: url(../images/ban_flower_hover.svg);
    transform: rotate(360deg);
    transition: transform 2s ease-in-out;
}

.index_notify_box .in_new_swipers .ban_flower:hover svg path {
    stroke: var(--white-color);
}

/* 右侧列表容器 - 占50% */
.in_side_list {
    flex: 1;
    width: 50%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 420px;
    /* 与左侧轮播图高度一致 */
}

.side_list_header {
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.side_list_header h3 {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", serif;
}

.side_list_items {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

.side_list_items::-webkit-scrollbar {
    width: 4px;
}

.side_list_items::-webkit-scrollbar-thumb {
    background-color: rgba(150, 60, 51, 0.3);
    border-radius: 2px;
}

.side_list_items::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.side_item {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}

.side_item:last-child {
    border-bottom: none;
}

.side_item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.side_item:hover {
    background: #f9f9f9;
    margin: 0 -16px;
    padding: 15px 16px;
    border-radius: 6px;
    border-bottom: 1px solid #eee;
}

.side_item:hover a {
    transform: translateX(5px);
}

.item_date {
    color: #8f4231;
    font-size: 13px;
    font-family: 'Georgia', serif;
    font-weight: 400;
    margin-bottom: 6px;
}

.item_title {
    color: var(--dark-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side_item:hover .item_title {
    color: var(--main-color);
}

/* 移除底部按钮相关样式 */

/* 添加模块标题统一样式 */
.section-title {
    color: var(--main-color);
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-title.white {
    color: white;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 2px;
}

.section-title.white:after {
    background-color: white;
}

/* 调整标题容器 */
.left_title {
    display: flex;
    align-items: center;
    min-height: 80px;
}

/* 调整校园快讯右侧列表标题布局 */
.side_list_header.dis_flex {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

.side_list_header h3 {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: "Source Han Serif SC", "Source Han Serif CN", "思源宋体", serif;
}

/* 调整查看更多按钮在右侧列表中的样式 */
.side_list_header .in_more {
    margin-top: 0;
}

/* 响应式调整 */
@media (max-width: 1440px) {
    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 24px;
    }
    
    .section-title:after {
        bottom: -8px;
        width: 50px;
        height: 2px;
    }
    
    .left_title {
        min-height: 60px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 20px;
    }
    
    .section-title:after {
        bottom: -6px;
        width: 40px;
        height: 2px;
    }
    
    .side_list_header.dis_flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .side_list_header .in_more {
        align-self: flex-end;
    }
}

/* 调整通知公告和信息公开模块标题 */
.i_notify_left .section-title,
.i_notify_right .section-title {
    font-size: 28px;
}

@media (max-width: 991px) {
    .i_notify_left .section-title,
    .i_notify_right .section-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .i_notify_left .section-title,
    .i_notify_right .section-title {
        font-size: 20px;
    }
}


/* 调整下方列表样式 */
.in_new_lists {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* 将下方列表改为5列 */
.in_new_lists ul {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}

.in_new_lists ul li {
    padding: 16px;
    width: 20%;
    /* 改为20%，即5列 */
}

/* 响应式调整 */
@media (max-width: 1440px) {
    .index_notify_box .in_new_swipers {
        height: 360px;
    }

    .in_side_list {
        height: 360px;
    }

    .index_notify_box .in_new_swipers .slide_title {
        font-size: 17px;
        padding: 18px;
    }

    .in_new_lists ul li {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .index_notify_box .in_new_swipers {
        height: 320px;
    }

    .in_side_list {
        height: 320px;
    }

    .index_notify_box .in_new_swipers .slide_title {
        font-size: 16px;
        padding: 16px;
    }
}

@media (max-width: 991px) {
    .in_top_container {
        flex-direction: column;
        gap: 30px;
    }

    .in_new_swipers_wrapper,
    .in_side_list {
        width: 100%;
    }

    .in_side_list {
        margin-top: 20px;
        height: auto;
        /* 平板和手机端高度自适应 */
        max-height: none;
    }

    .index_notify_box .in_new_swipers {
        height: 300px;
    }

    .in_new_lists ul li {
        width: 33.33%;
        /* 平板端显示3列 */
    }
}

@media (max-width: 767px) {
    .in_side_list {
        padding: 20px;
    }

    .side_list_header h3 {
        font-size: 18px;
    }

    .item_title {
        font-size: 14px;
    }

    .in_new_lists {
        margin-top: 30px;
        padding-top: 20px;
    }

    .in_new_lists ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .in_new_lists ul li {
        padding: 10px;
        width: 100%;
        /* 手机端显示1列 */
    }

    .index_notify_box .in_new_swipers {
        height: 250px;
    }

    .index_notify_box .in_new_swipers .slide_title {
        font-size: 15px;
        padding: 14px;
    }
}

/* 校园光影专用样式 */
/* 校园光影专用样式 */
/* ========== 校园光影部分 - 完整修复方案 ========== */

/* 基础容器样式 */
.sye_first {
    padding-top: 150px;
    padding-bottom: 200px;
    position: relative;
}

.style_box {
    position: relative;
    width: 100%;
}

/* 行布局 */
.scenery-row {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

.row-1 {
    height: 260px;
}

.row-2 {
    height: 312px;
}

/* 列布局 */
.style_title,
.style_w,
.style_swiper06,
.style_swiper07 {
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* 标题图 */
.style_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_title img {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: calc(100% - 70px);
}

/* 第二行第一列：留空 */
.style_empty {
    background: transparent;
}

/* 轮播容器 */
.style_w .swiper-container,
.style_swiper06 .swiper-container,
.style_swiper07 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.style_w .swiper-wrapper,
.style_swiper06 .swiper-wrapper,
.style_swiper07 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.style_w .swiper-slide,
.style_swiper06 .swiper-slide,
.style_swiper07 .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* ========== 关键修复：解决图片移动问题 ========== */

/* 1. 移除所有导致图片移动的绝对定位和变换 */
/* 注释掉或删除这些有问题的代码： */
/*
.style_w .thumb img,
.style_swiper06 .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    transition: all .6s;
}

.style_w .thumb:hover img,
.style_swiper06 .thumb:hover img {
    width: 110%;
    height: 110%;
}
*/

/* 2. 使用正常的图片布局方案 */
.thumb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* 图片样式 - 确保不移动 */
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
    /* 禁止任何变换效果，防止移动 */
    transform: none !important;
    transition: none !important;
    
    /* 确保图片位置固定 */
    position: static !important;
    left: 0 !important;
    top: 0 !important;
}

/* 3. 禁用所有可能影响图片位置的悬停效果 */
.style_w:hover .thumb img,
.style_swiper06:hover .thumb img,
.style_swiper07:hover .thumb img {
    /* 确保悬停时图片不移动 */
    transform: none !important;
    position: static !important;
}

/* 4. 保留光效动画，但不影响图片位置 */
.thumb.pic::after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    content: "";
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 2;
    opacity: 0;
}

.style_w:hover .pic::after,
.style_swiper06:hover .pic::after,
.style_swiper07:hover .pic::after {
    opacity: 1;
    animation: shine 0.75s;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}

/* 轮播分页器 */
.style-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px 26px 32px 32px;
    text-align: right;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 8;
}

.style-pagination span {
    margin: 0 6px !important;
    width: 20px;
    height: 20px;
    background-image: url(../images/style_button_w.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
}

.style-pagination span.swiper-pagination-bullet-active {
    background-image: url(../images/style_button.svg);
}

/* 特殊列样式 */
.style_swiper06 {
    width: 25%;
}

.style_swiper07 {
    width: 25%;
}

/* 响应式设计 */
@media (max-width: 1279px) {
    .sye_first {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    
    .row-1 {
        height: 220px;
    }
    
    .row-2 {
        height: 270px;
    }
    
    .style_title img {
        width: calc(100% - 50px);
        bottom: 30px;
    }
    
    .style-pagination {
        padding: 25px 20px 25px 25px;
    }
}

@media (max-width: 991px) {
    .sye_first {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    
    .scenery-row {
        flex-wrap: wrap;
    }
    
    .row-1,
    .row-2 {
        height: auto;
    }
    
    .style_title,
    .style_w,
    .style_swiper06,
    .style_swiper07 {
        width: 50%;
        height: 200px;
    }
    
    .style_title {
        height: 200px;
    }
    
    .style_empty {
        display: none;
    }
    
    .style_title img {
        position: relative;
        width: 80%;
        bottom: auto;
    }
    
    .row-2 .style_w:first-child {
        display: none;
    }
    
    .row-2 .style_swiper06,
    .row-2 .style_swiper07 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .sye_first {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    
    .style_title,
    .style_w,
    .style_swiper06,
    .style_swiper07 {
        width: 100%;
        height: 200px;
    }
    
    .style_title {
        height: 150px;
        margin-bottom: 20px;
    }
    
    .style_title img {
        position: relative;
        width: 70%;
        max-width: 300px;
        bottom: auto;
    }
    
    .style-pagination {
        padding: 15px 10px 15px 15px;
    }
    
    .style-pagination span {
        margin: 0 4px !important;
        width: 16px;
        height: 16px;
        background-size: cover;
    }
    
    .scenery-row {
        margin-bottom: 10px;
    }
    
    .style_empty {
        display: none;
    }
    
    .row-2 .style_swiper06,
    .row-2 .style_swiper07 {
        width: 50%;
        height: 180px;
    }
}

/* 最后确保所有图片都不受任何变换影响 */
.style_w .thumb,
.style_swiper06 .thumb,
.style_swiper07 .thumb {
    will-change: auto;
}