@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: "sySong";
    
    font-style: normal;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

.banner-slick img {
    width: 100%;
    height: 500px;
margin-top:160px;
}

.banner-slick .slick-prev {
    background: url(../images/arrow3.png) no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 69;
    position: absolute;
    top:65%;
    transform: translateY(-50%);
    left: 7%;
    background-size: 100% 100%;
    cursor: pointer;
}

.banner-slick .slick-next {
    background: url(../images/arrow4.png) no-repeat;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 69;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    right: 7%;
    background-size: 100% 100%;
    cursor: pointer;
}


.section1 {
    background: url(../images/section1.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
}

.mid1 .mid1Left {
    float: left;
    position: relative;
    margin-right: 2.85%;
    width: 58.6%;
}
 .mid1Left
 {
    background: url(../images/mid1Leftdt.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}



.mid1 .mid1Left .slick .box {
    position: relative;
}

.mid1 .mid1Left .slick .slick-next {
    display: none !important;
}

.mid1 .mid1Left .slick .slick-prev {
    display: none !important;
}

.mid1 .mid1Left .slick .slick-dots {
    bottom: 13px;
}

.mid1 .mid1Left .slick .slick-dots li {
    margin-right: 10px;
    transition: all 0.8s;
}

.mid1 .mid1Left .slick .slick-dots li button:before {
    opacity: 1;
    background-color: #ffffff;
    left: 245px;
    content: "";
    width: 27px;
    height: 6px;
    display: block;
    transition: all 0.8s;
    z-index: 4;
    border-radius: 5px;
}

.mid1 .mid1Left .slick-dots li.slick-active button::before {
    width: 54px;
    background-color: #954000;
}

.mid1 .mid1Left .slick-dots li.slick-active {
    margin-right: 37px;
}

.slick1ImgBox {
    padding-top: 55.2%;
    position: relative;
    overflow: hidden;
}

.mid1Bottom {
    padding-top: 12.2%;
    background-color: #fcf6ea;
    font-size: 24px;
    color: #b83c22;
    padding-left: 10px;
    position: relative;
}

.mid1Bottom>p {
    position: absolute;
    left: 4.4%;
    top: 15%;
    width: 96%;
    height: 100%;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slick1ImgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.mid1Right {
    float: right;
    width: 38.55%;
}
.rwnew_wrap {
    position: relative;
    padding: 0px 10px 10px 0;
}
.rwnew_wrap::after {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #dee5ec;
}
.rwnew_wrap::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    background-color: #dee5ec;
   /* left: 10px;*/
}
.mid1Head {
    width: auto;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #CCC;
}

.mid1Head>span {
    font-size: 24px;
    color: #000000;
    /* margin-left: 5%; */
}

.mid1Head>span:after {
    content: '';
    width: 62px;
    height: 3px;
    background: #004a99;
   
    background: -o-linear-gradient(right, #004a99 76%, #f39800);
    background: -moz-linear-gradient(right, #004a99 76%, #f39800);
    
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    
}
.mid1Head>a {
    float: right;
    color: #009194;
    font-size: 16px;
    line-height: 47px;
    position: relative;
    margin-right: 35px;
}

.mid1Head>a::after {
    content: "";
    display: block;
    width: 27px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 53px;
    background: url("../images/btn-r.png") no-repeat;
    transition: all 0.3s;
}

.mid1Head>a:hover::after {
    left: 58px;
}
.rwnew_list {
    padding-bottom: 4%;
    position: relative;
    display: block;
}

.rwnew_list li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin: 30px 0px 0px 0px;
    display: block;
}
.rwnew_list li::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #004a99;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.36s ease-in-out;
}
.rwnew_list li>a {
    padding: 12px 0;
    transition: all 0.35s ease-out;
}
.rwnew_list li>a:hover {
    transform: translateX(10px);
}
.rwnew_list li .date {
    margin-bottom: 18px;
    transition: all 0.35s ease-out;
    font-size: 15px;
    margin-top: 15px;
    background: url(../images/date.png) no-repeat left center;
    display: inline-block;
    height: 18px;
    /* background-size: 14px; */
    text-indent: 20px;
    line-height: 19px;
}
.rwnew_list li>a:hover .date, .rwnew_list li>a:hover .date i {
    color: #f39800;
}
.date i {
    margin-right: 5px;
    color: #004a99;
}
.rwnew_list li .title {
    line-height: 40px;
    max-height: 36px;
    overflow: hidden;
    transition: all 0.35s ease-out;
    font-weight: normal;
    margin-top: 5px;
    font-size: 18px;
}
.rwnew_list li .title p{
    display: inline-block;
    float: left;
    color: #497bdb;
    margin-right: 5px;
}
.rwnew_list li>a:hover .title {
    color: #103869;
}

.rwnew_list li:hover::after {
    width: 100%;
}
.rwnew_list li:last-child {
    border-bottom: none;
}



/* ============================================================
   1. 基础容器 (section2)
   ============================================================ */
.section2 {
    background: url(../images/section2.png) no-repeat center center;
    padding: 30px 0;
    width: 100%;
}

.mid2 {
    max-width: 1400px;
    margin: 0 auto;
}

.slice-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 20px 20px 12px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    transition: all 0.25s ease;
}

.slice-card:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: #953f01;
    box-shadow: 0 16px 40px rgba(149, 63, 1, 0.08);
}

/* ============================================================
   2. Tab 头部 (通用)
   ============================================================ */
.tab-head,
.mid5Head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 16px 30px;
    border-bottom: 2px solid rgba(149, 63, 1, 0.10);
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 10px;
}

/* ============================================================
   3. Tab 导航 (通用)
   ============================================================ */
.tab-nav,
.mid5Head .tab-nav {
    display: flex;
    gap: 4px;
    background: rgba(0, 0, 0, 0.02);
    padding: 3px;
    border-radius: 40px;
}

/* ============================================================
   4. Tab 按钮 (通用)
   ============================================================ */
.tab-btn,
.mid5Head .tab-btn {
    padding: 6px 24px;
    border: none;
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    color: #4a5a6e;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: '微软雅黑', sans-serif;
    letter-spacing: 0.5px;
}

.tab-btn:hover,
.mid5Head .tab-btn:hover {
    background: rgba(149, 63, 1, 0.06);
    color: #1e2a3a;
}

.tab-btn.active,
.mid5Head .tab-btn.active {
    background: #953f01;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(149, 63, 1, 0.20);
}

.tab-btn.active:hover,
.mid5Head .tab-btn.active:hover {
    background: #7d3400;
}

/* ============================================================
   5. 更多链接 (通用)
   ============================================================ */
.tab-more,
.mid5Head .more-link {
    font-size: 15px;
    color: #953f01;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 16px;
    border-radius: 30px;
    background: rgba(149, 63, 1, 0.06);
    transition: 0.2s;
    white-space: nowrap;
}

.tab-more:hover,
.mid5Head .more-link:hover {
    background: rgba(149, 63, 1, 0.14);
    color: #6b2d00;
}

/* ============================================================
   6. Tab 面板 (通用)
   ============================================================ */
.tab-content,
.mid5Content {
    position: relative;
}

.tab-pane,
.mid5Pane {
    display: none;
    animation: none;
}

.tab-pane.active,
.mid5Pane.active {
    display: block;
    animation: fadeSlide 0.35s ease;
}

/* ============================================================
   7. 动画 (通用)
   ============================================================ */
@keyframes fadeSlide {
    0% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   8. 网格列表 (教育教学)
   ============================================================ */
.grid-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid-item {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 18px 16px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    min-height: 90px;
    position: relative;
}

.grid-item:hover {
    background: #ffffff;
    border-color: rgba(149, 63, 1, 0.20);
    box-shadow: 0 8px 24px rgba(149, 63, 1, 0.06);
    transform: translateY(-2px);
}

.grid-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.grid-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.grid-num {
    font-size: 16px;
    font-weight: 700;
    color: #953f01;
    font-family: 'Arial', '微软雅黑', sans-serif;
    letter-spacing: 0.5px;
    min-width: 32px;
    flex-shrink: 0;
    opacity: 0.7;
    line-height: 1.4;
}

.grid-item:hover .grid-num {
    opacity: 1;
    color: #6b2d00;
}

.grid-title {
    font-size: 18px;
    color: #0b1a2a;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    transition: color 0.2s;
}

.grid-item:hover .grid-title {
    color: #009194;
}

.grid-date {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-family: '微软雅黑', sans-serif;
    margin-top: 10px;
    text-align: right;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding-top: 8px;
    letter-spacing: 0.3px;
}


.section5 {
    background: url(../images/section5.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0 50px 0;
    position: relative;
    overflow: hidden;
}

.mid5 {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.mid5Item {
    
    border-radius: 16px;
    padding: 24px 0 30px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: relative;
}

.mid5Body {
    position: relative;
    padding: 0 30px;
    overflow: hidden;
}

.mid5ScrollTrack {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.mid5ScrollList {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.mid5ScrollItem {
    flex: 0 0 calc(20% - 16px);
    min-width: 160px;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mid5ScrollItem:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(149, 63, 1, 0.20);
}

.mid5ScrollItem a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.mid5ImgBox {
    width: 100%;
    padding-bottom: 150%;
    position: relative;
    overflow: hidden;
    background: #eef2f7;
}

.mid5ImgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.mid5ScrollItem:hover .mid5ImgBox img {
    transform: scale(1.12);
}

.mid5ImgBox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.30), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.mid5ScrollItem:hover .mid5ImgBox::after {
    opacity: 1;
}

.mid5Decrib {
    padding: 12px 14px 14px 14px;
    text-align: center;
}

.mid5Tit {
    font-size: 18px;
    font-weight: 500;
    color: #0b1a2a;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.mid5ScrollItem:hover .mid5Tit {
    color: #953f01;
}

.mid5Desc {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 2px;
    font-family: '微软雅黑', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ============================================================
   10. 滚动指示器 (通用)
   ============================================================ */
.mid5Dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    padding: 0 30px;
}

.mid5Dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d7e6;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.mid5Dots .dot.active {
    background: #953f01;
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(149, 63, 1, 0.25);
}

.mid5Dots .dot:hover {
    background: #b55a2a;
}

/* ============================================================
   11. 滚动按钮 (通用)
   ============================================================ */
.mid5BtnPrev,
.mid5BtnNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1e2a3a;
    transition: all 0.3s ease;
    user-select: none;
    opacity: 0;
    pointer-events: none;
}

.mid5Body:hover .mid5BtnPrev,
.mid5Body:hover .mid5BtnNext {
    opacity: 1;
    pointer-events: auto;
}

.mid5BtnPrev:hover,
.mid5BtnNext:hover {
    background: #953f01;
    color: #ffffff;
    border-color: #953f01;
    box-shadow: 0 4px 16px rgba(149, 63, 1, 0.25);
}

.mid5BtnPrev {
    left: 4px;
}

.mid5BtnNext {
    right: 4px;
}

.mid5BtnPrev.disabled,
.mid5BtnNext.disabled {
    opacity: 0;
    pointer-events: none;
}

.mid5Body.pause .mid5ScrollList {
    transition-duration: 0.5s;
}

/* ============================================================
   12. 响应式适配
   ============================================================ */
/* 网格列表响应式 */
@media (max-width: 820px) {
    .grid-wrap ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 600px) {
    .grid-wrap ul {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .grid-item {
        padding: 14px 12px 12px 12px;
        min-height: 80px;
    }

    .grid-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .grid-num {
        font-size: 14px;
        min-width: 26px;
    }

    .grid-date {
        font-size: 12px;
    }

    .section2 {
        padding: 16px 0;
    }

    /* Tab 头部响应式 */
    .tab-head,
    .mid5Head {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-nav,
    .mid5Head .tab-nav {
        justify-content: center;
        width: 100%;
    }

    .tab-btn,
    .mid5Head .tab-btn {
        flex: 1;
        text-align: center;
        padding: 8px 12px;
        font-size: 18px;
    }

    .tab-more,
    .mid5Head .more-link {
        align-self: flex-end;
        margin-top: 2px;
    }

    /* 滚动响应式 */
    .mid5ScrollItem {
        flex: 0 0 calc(50% - 10px);
    }

    .mid5BtnPrev,
    .mid5BtnNext {
        opacity: 0.6;
        pointer-events: auto;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .mid5BtnPrev {
        left: 2px;
    }
    .mid5BtnNext {
        right: 2px;
    }
}

@media (max-width: 440px) {
    .grid-wrap ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tab-btn,
    .mid5Head .tab-btn {
        font-size: 13px;
        padding: 6px 8px;
    }

    .grid-title {
        font-size: 14px;
    }

    .mid5ScrollItem {
        flex: 0 0 calc(100% - 0px);
    }

    .mid5BtnPrev,
    .mid5BtnNext {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .mid5ScrollItem {
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 991px) and (min-width: 601px) {
    .mid5ScrollItem {
        flex: 0 0 calc(33.333% - 14px);
    }
    .mid5BtnPrev,
    .mid5BtnNext {
        opacity: 0.6;
        pointer-events: auto;
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}







.mid3 {
    background: url("../images/bg_mid3.png") no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding-bottom: 35px;
}

.mid3Item {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.mid3Body a {
    display: block;
}

.mid3ImgBox {
    padding-top: 55.4%;
    position: relative;
    overflow: hidden;
}

.mid3ImgBox:hover img {
    transform: scale(1.2);
}

.mid3Item:last-child {
    margin-right: 0px;
}

.mid3ImgBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.mid3Tit {
    color: #953f01;
    font-size: 18px;
    font-weight: 600;
    padding: 4% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid3Date {
    color: #666666;
    font-size: 16px;
    padding-top: 4%;
    padding-bottom: 4%;
    display: none;
}

.mid3Decrib {
    border-bottom: 1px solid #dfdfdf;
}

.mid3ItemLi {
    padding-left: 19px;
    position: relative;
    line-height: 50px;
}

.mid3ItemLi::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background: #009194;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.mid3ItemLi a {
    color: #303030;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid3ItemLi:hover a {
    color: #953f01;
}

.textright {
    text-align: left;
}

.mid1Head .M-L {
    margin-left: 0px;
    font-size: 24px;
}

.mid2LeftItem {
    border-bottom: 1px dashed #c5c5c5;
    padding: 16px 0;
    overflow: hidden;
}

.mid2LeftItem>a {
    display: block;
}

.mid2LeftDate {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 120px;
    background-color: #e5f4f4;
    border-radius: 8px 0 0 8px;
    padding-left: 31px;
    font-size: 14px;
    position: relative;
    margin-top: -0.5%;
    margin-right: 21px;
}

.mid2LeftDate::before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/icon-date.png") no-repeat;
    width: 15px;
    height: 15px;
}

.mid2LeftCon {
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.mid2LeftCon:hover {
    color: #009194;
}

.text-list2 {
    background: #fff;
    /* padding: 20px; */
}

.text-list2 li {
    border-bottom: 1px solid #dfdfdf;
}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    padding-top: 16.5px;
    padding-bottom: 17.5px;
}

.text-list2 li a:hover {}

.date2 {
    width: 80px;
    text-align: center;
    transition: all 0.3s;
    background: #ffffff;
    border-top: 0px;
    font-size: 0px;
}

.date2 p {
    transition: all 0.3s;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    color: #fff;
    background: #009194;
    width: 100%;
}

.date2 span {
    display: block;
    font-size: 36px;
    line-height: 52px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border: 1px solid #009194;
    border-top: none;
}

.text-list2 li a .date2 {
    float: left;
    color: #000;
    margin-right: 20px;
}

.text-list2-p {
    position: relative;
    overflow: hidden;
}

.text-list2-p .One::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0px;
    top: 26px;
    /* background: url("../images/icon-tit1.png") no-repeat; */
}

.text-list2-p .Two::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 1px;
    top: 51px;
    /* background: url("../images/icon-tit2.png") no-repeat; */
}

.text-list2-p .Three::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 3px;
    top: 75px;
    background: url("../images/icon-tit3.png") no-repeat;
}

.p-L {
    /* padding-left: 25px; */
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 3px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-list2-p .One {
    font-size: 16px;
    font-family: 微软雅黑;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-list2 li a:hover .One {
    color: #009194;
}

.mid4 {
    padding-bottom: 48px;
}

.mid4slick div a {
    margin: 0 10px;
    display: block;
    padding: 5px;
    border: 1px solid #eeeeee;
}

.mid4slick div a .pic {
    display: block;
    padding-top: 54.5%;
    position: relative;
    overflow: hidden;
}

.mid4slick div a:hover img {
    transform: scale(1.2);
}

.mid4slick div a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}







.section6 {
   background: linear-gradient(145deg, #f0f4fa 0%, #e6ecf5 100%);
   font-family: 'Inter', 'Microsoft YaHei', 'PingFang SC', system-ui, sans-serif;
   
   display: flex;
   justify-content: center;
   align-items: center;
  
   margin: 0;
   position: relative;
   overflow-x: hidden;
}

.section6::before {
   content: '';
   position: fixed;
   top: -30%;
   left: -20%;
   width: 80%;
   height: 80%;
   background: radial-gradient(circle at 30% 40%, rgba(192, 57, 43, 0.08) 0%, transparent 60%);
   pointer-events: none;
   z-index: 0;
   animation: floatGlow 18s infinite alternate ease-in-out;
}
.section6::after {
   content: '';
   position: fixed;
   bottom: -20%;
   right: -10%;
   width: 70%;
   height: 70%;
   background: radial-gradient(circle at 70% 60%, rgba(41, 128, 185, 0.07) 0%, transparent 60%);
   pointer-events: none;
   z-index: 0;
   animation: floatGlow 22s infinite alternate-reverse ease-in-out;
}

@keyframes floatGlow {
   0% { transform: translate(0, 0) scale(1); }
   100% { transform: translate(40px, 30px) scale(1.15); }
}

     
.section6_new {
   position: relative;
   z-index: 2;
   max-width: 1440px;
   width: 100%;
   background: rgba(255, 255, 255, 0.65);
   backdrop-filter: blur(16px) saturate(180%);
   -webkit-backdrop-filter: blur(16px) saturate(180%);
   border-radius: 5px;
   padding: 10px 10px 10px;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255,255,255,0.6);
   border: 1px solid rgba(255,255,255,0.3);
   transition: box-shadow 0.4s ease;
}
.section6_new:hover {
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.10), 0 12px 24px rgba(0, 0, 0, 0.04);
}

      
.mid6_new {
   display: flex;
   gap: 32px;
   flex-wrap: wrap;
}

      
.mid6Item_new {
   flex: 1 1 320px;
   background: rgba(255, 255, 255, 0.7);
   backdrop-filter: blur(4px);
   -webkit-backdrop-filter: blur(4px);
   border-radius: 28px;
   padding: 24px 24px 20px;
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255,255,255,0.7);
   border: 1px solid rgba(255,255,255,0.5);
   transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
   position: relative;
   overflow: hidden;
   transform: scale(1);
   opacity: 1;
   will-change: transform, opacity, box-shadow;
}

   
.mid6Item_new::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background: linear-gradient(90deg, transparent, var(--accent-color, #c0392b), transparent);
   opacity: 0.6;
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.6s ease;
}
.mid6Item_new:hover::before {
   transform: scaleX(1);
}

.mid6Item_new.left {
   --accent-color: #c0392b;
}
.mid6Item_new.right {
   --accent-color: #2980b9;
}

.mid6_new:hover .mid6Item_new {
   transform: scale(0.96);
   opacity: 0.7;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.mid6_new .mid6Item_new:hover {
   transform: scale(1.02) translateY(-4px);
   opacity: 1;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10), 0 8px 16px rgba(0, 0, 0, 0.02);
   background: rgba(255, 255, 255, 0.92);
   transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.mid6_new .mid6Item_new:hover .title-icon {
   transform: scale(1.12) rotate(-3deg);
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10);
}

.mid6_new .mid6Item_new:hover .more-link {
   background: rgba(255,255,255,0.8);
   border-color: rgba(0,0,0,0.05);
}

.mid6_new .mid6Item_new:hover .news-list li:hover {
   background: rgba(255,255,255,0.6);
}


.mid6Head {
   display: flex;
   align-items: center;
   padding-bottom: 16px;
   margin-bottom: 22px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.04);
   position: relative;
}

.title6-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 32px;
   height: 32px;
   border-radius: 12px;
   margin-right: 14px;
   color: white;
   font-size: 16px;
   flex-shrink: 0;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
   transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.title6-icon.party {
   background: linear-gradient(135deg, #c0392b, #e74c3c);
}
.title6-icon.student {
   background: linear-gradient(135deg, #2980b9, #3498db);
}

.title6-l {
   font-size: 20px;
   font-weight: 700;
   color: #0b1a2b;
   letter-spacing: -0.2px;
   background: linear-gradient(135deg, #1e293b, #334155);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.more6-link {
   margin-left: auto;
   font-size: 14px;
   font-weight: 500;
   color: #94a3b8;
   text-decoration: none;
   display: flex;
   align-items: center;
   gap: 6px;
   padding: 6px 14px;
   border-radius: 40px;
   background: rgba(255,255,255,0.4);
   backdrop-filter: blur(2px);
   transition: all 0.3s ease;
   border: 1px solid rgba(255,255,255,0.2);
}
.more6-link i {
   font-size: 12px;
   transition: transform 0.3s ease;
}
.more6-link:hover {
   background: rgba(255,255,255,0.7);
   color: #0b1a2b;
   border-color: rgba(0,0,0,0.05);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.more6-link:hover i {
   transform: translateX(4px);
}


.feature6-card {
   display: flex;
   gap: 18px;
   text-decoration: none;
   margin-bottom: 20px;
   padding-bottom: 18px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.03);
   position: relative;
   transition: all 0.3s ease;
   border-radius: 16px;
   padding: 8px 8px 8px 0;
}
.feature6-card:hover {
   background: rgba(255,255,255,0.3);
   padding: 8px 12px 8px 8px;
   margin-left: -4px;
   margin-right: -4px;
}

.feature6-img {
   flex: 0 0 130px;
   height: 92px;
   border-radius: 16px;
   overflow: hidden;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
   position: relative;
   transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1);
}
.feature6-card:hover .feature6-img {
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
   transform: scale(1.02) rotate(0.5deg);
}
.feature6-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.8s cubic-bezier(0.2, 0.9, 0.4, 1);
}
.feature6-card:hover .feature-img img {
   transform: scale(1.08);
}
.feature6-img::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 60%);
   pointer-events: none;
   opacity: 0;
   transition: opacity 0.5s ease;
}
.feature6-card:hover .feature-img::after {
   opacity: 1;
}

.feature6-info {
   flex: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   min-width: 0;
}
.feature6-title {
   font-size: 16px;
   font-weight: 600;
   color: #0f172a;
   line-height: 1.5;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   transition: color 0.3s ease;
}
.feature6-card:hover .feature-title {
   color: #c0392b;
}
.mid6Item_new.right .feature-card:hover .feature-title {
   color: #2980b9;
}

.feature6-date {
   font-size: 12px;
   color: #94a3b8;
   margin-top: 8px;
   display: flex;
   align-items: center;
   gap: 6px;
   letter-spacing: 0.2px;
}
.feature6-date i {
   font-size: 11px;
   opacity: 0.6;
}

.news6-list {
   list-style: none;
   margin: 0;
   padding: 0;
}
.news6-list li {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 12px;
   padding: 10px 0 10px 28px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.02);
   position: relative;
   line-height: 1.4;
   transition: all 0.25s ease;
   border-radius: 8px;
}
.news6-list li:last-child {
   border-bottom: none;
}
.news6-list li::before {
   content: "◆";
   position: absolute;
   left: 6px;
   top: 11px;
   color: var(--accent-color, #c0392b);
   font-size: 10px;
   opacity: 0.4;
   transition: all 0.3s ease;
}
.news6-list li:hover::before {
   opacity: 1;
   transform: scale(1.3) translateX(2px);
   color: var(--accent-color, #c0392b);
}


.news6-list li a {
   color: #1e293b;
   text-decoration: none;
   font-size: 16px;
   flex: 1;
   min-width: 0;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   transition: all 0.25s ease;
   padding: 2px 0;
   border-radius: 4px;
}
.news6-list li:hover {
   background: rgba(255,255,255,0.3);
   padding-left: 8px;
   padding-right: 8px;
   margin: 0 -8px;
}
.news6-list li:hover a {
   color: var(--accent-color, #c0392b);
   padding-left: 4px;
}


.news6-list .list6-date {
   flex-shrink: 0;
   font-size: 12px;
   color: #94a3b8;
   background: rgba(255,255,255,0.4);
   padding: 2px 12px;
   border-radius: 30px;
   border: 1px solid rgba(255,255,255,0.2);
   backdrop-filter: blur(2px);
   transition: all 0.3s ease;
   letter-spacing: 0.2px;
   white-space: nowrap;
}
.news6-list li:hover .list6-date {
   background: rgba(255,255,255,0.7);
   border-color: rgba(0,0,0,0.04);
   color: #1e293b;
}


.mid6_new .mid6Item_new:hover .news6-list .list6-date {
   background: rgba(255,255,255,0.6);
   border-color: rgba(0,0,0,0.02);
}

.mid6Item_new {
   opacity: 0;
   animation: cardFadeIn 0.8s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
}
.mid6Item_new.left {
   animation-delay: 0.05s;
}
.mid6Item_new.right {
   animation-delay: 0.15s;
}
@keyframes cardFadeIn {
   0% { opacity: 0; transform: translateY(24px) scale(0.96); }
   100% { opacity: 1; transform: translateY(0) scale(1); }
}


@media (max-width: 820px) {
   .section6_new {
       padding: 24px 16px;
       border-radius: 32px;
   }
   .mid6_new {
       gap: 24px;
   }
   .mid6Item_new {
       padding: 18px 16px;
   }
   .feature6-img {
       flex: 0 0 110px;
       height: 80px;
   }
   .feature6-title {
       font-size: 15px;
   }
   .title6-l {
       font-size: 18px;
   }
   .mid6_new:hover .mid6Item_new {
       transform: scale(1);
       opacity: 1;
   }
   .mid6_new .mid6Item_new:hover {
       transform: scale(1.01) translateY(-2px);
   }

   .news6-list li {
       flex-wrap: wrap;
       gap: 4px 12px;
   }
   .news6-list li a {
       white-space: normal;
       word-break: break-word;
       flex: 1 1 100%;
       order: 1;
   }
   .news6-list .list6-date {
       order: 2;
       margin-left: 0;
       font-size: 11px;
       padding: 1px 10px;
   }
   .news6-list li::before {
       top: 12px;
   }
}

@media (max-width: 500px) {
   section6 {
       padding: 16px 8px;
   }
   .section6_new {
       padding: 16px 10px;
       border-radius: 24px;
   }
   .mid6Item_new {
       padding: 14px 12px;
   }
   .feature6-card {
       flex-wrap: wrap;
       gap: 12px;
   }
   .feature6-img {
       flex: 0 0 100%;
       height: 150px;
   }
   .more6-link {
       padding: 4px 12px;
       font-size: 13px;
   }
   .mid6_new:hover .mid6Item_new {
       transform: scale(1);
       opacity: 1;
   }
   .mid6_new .mid6Item_new:hover {
       transform: scale(1);
   }
   .news6-list li {
       padding: 8px 0 8px 24px;
   }
   .news6-list .list-date {
       font-size: 10px;
       padding: 1px 8px;
   }
}

.mid6Item_new.left .news6-list li::before {
   color: #c0392b;
}
.mid6Item_new.right .news6-list li::before {
   color: #2980b9;
}
.mid6Item_new.left .news6-list li:hover a {
   color: #953f01;
}
.mid6Item_new.right .news6-list li:hover a {
   color: #2980b9;
}
.mid6Item_new.left .feature6-card:hover .feature6-title {
   color: #c0392b;
}
.mid6Item_new.right .feature6-card:hover .feature6-title {
   color: #2980b9;
}
  







