.pc-hide {
    display: none;
}

.n24-box-sizing {
    box-sizing: border-box;
}

@keyframes sca {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes border-line {
    to {
        transform: rotate(1turn);
    }
}

@keyframes toRight {
    0% {
        transform: translateX(-80%);
    }

    100% {
        transform: translateX(140%);
    }
}

@keyframes toLeft {
    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-140%);
    }
}

.n24-wrap {
    width: 100%;
}

.n24-wrap-1 {
    margin-top: -60px;
}

.n24-wrap .n24-cont {
    margin: 0 auto;
    width: 78.125vw;
    box-sizing: border-box;
    max-width: 1500px;
}

.n24-banner-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.n24-banner-wrap .swiper-container {
    height: 100vh;
}

.n24-banner-wrap .swiper-slide video,
.n24-banner-wrap .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n24-banner-wrap .swiper-slide img {
    animation: sca 30s linear infinite;
}

.n24-banner-wrap .swiper-button-prev {
    left: 80px;
}

.n24-banner-wrap .swiper-button-next {
    right: 97px;
}

.n24-banner-wrap .swiper-button-prev::after,
.n24-banner-wrap .swiper-button-next::after {
    display: none;
}

.n24-banner-wrap .swiper-pagination {
    bottom: 25px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.n24-banner-wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #fff;
}

.n24-banner-wrap .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #dfb072;
    background-color: #dfb072;
}

.n24-project-nav-wrap {
    position: relative;
    z-index: 200;
    margin-top: -74px;
}

.n24-project-nav-wrap .n24-cont {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: rgba(168, 27, 0, 0.7);
    border-radius: 16px;
    /*box-shadow: inset 0px 2px 16px 0px rgba(255, 255, 255, 0.35);*/
    position: relative;
    overflow: hidden;
}

.n24-project-nav-wrap .n24-cont::before,
.n24-project-nav-wrap .n24-cont::after {
    content: '';
    display: block;
    width: 60%;
    height: 25px;
    background-image: url(../images/project-line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
}

.n24-project-nav-wrap .n24-cont::before {
    left: 0;
    top: -12px;
    animation: toRight 3s linear infinite;
}

.n24-project-nav-wrap .n24-cont::after {
    right: 0;
    bottom: -12px;
    animation: toLeft 3s linear infinite;
}

.n24-project-nav-wrap .n24-project-nav-item {
    flex: 1;
    height: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 500ms;
    position: relative;
}

.n24-project-nav-wrap .n24-project-nav-item:not(:first-child)::before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.n24-project-nav-wrap .n24-project-nav-item::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 205;
    opacity: 0.2;
    transition: 500ms;
}

.n24-project-nav-wrap .n24-project-nav-item:hover::after {
    opacity: 0.8;
}

.n24-project-nav-wrap .n24-project-nav-item span {
    background-position: center;
    background-size: auto 40px;
    overflow: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    z-index: 210;
    transition: 500ms;
    font-size: 19px;
}

.n24-project-nav-wrap .n24-project-nav-item:hover span {
    /*text-shadow: 2px 0 #171d8e;   */
    font-size: 20px;
    text-shadow: 1px 0 #171d8e,
    -1px 0 #171d8e,
    0 1px #171d8e,
    0 -1px #171d8e,
    1px 1px #171d8e,
    -1px -1px #171d8e,
    1px -1px #171d8e,
    -1px 1px #171d8e;
}

.n24-project-nav-wrap .n24-project-nav-item:nth-child(1)::after {
    background: url(../images/MF.png) no-repeat center;
    background-size: auto 44px;
}

.n24-project-nav-wrap .n24-project-nav-item:nth-child(2)::after {
    background: url(../images/MBA.png) no-repeat center;
    background-size: auto 44px;
}

.n24-project-nav-wrap .n24-project-nav-item:nth-child(3)::after {
    background: url(../images/EMBA.png) no-repeat center;
    background-size: auto 44px;
}

.n24-project-nav-wrap .n24-project-nav-item:nth-child(4)::after {
    background: url(../images/GES.png) no-repeat center;
    background-size: auto 44px;
}

.n24-project-nav-wrap .n24-project-nav-item:nth-child(5)::after {
    background: url(../images/Phd.png) no-repeat center;
    background-size: auto 44px;
}

.n24-project-nav-wrap .n24-project-nav-item:nth-child(6)::after {
    background: url(../images/EE.png) no-repeat center;
    background-size: auto 44px;
}

.count-w .count-w-inner {
    position: relative;
}

.count-w .bg {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.count-w .n24-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 20;
}

.count-w .n24-data-item {
    width: 220px;
    position: absolute;
}

.count-w .n24-data-item .n24-data-item-icon {
    cursor: pointer;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #171d8e;
    background-image: linear-gradient(0deg, #f0f2ff 0%, #f8f9ff 33%, #ffffff 65%);
    text-align: center;
    position: relative;
    padding: 8px;
    box-sizing: border-box;
    transition: 500ms;
    margin: 0 auto;
}

.count-w .n24-data-item .n24-data-item-icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px dashed #171d8e;
    transition: transform 1500ms;
}

.count-w .n24-data-item .n24-data-item-icon img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 1000ms;
}

.count-w .n24-data-item .n24-data-item-icon img:nth-child(2) {
    display: none;
}

.count-w .n24-data-item .n24-data-item-icon:hover {
    background-image: linear-gradient(180deg, #5459c4 0%, #171d8e 100%);
}

.count-w .n24-data-item .n24-data-item-icon:hover::after {
    border-color: #fff;
    transform: rotate(180deg);
}

.count-w .n24-data-item .n24-data-item-icon:hover img:nth-child(1) {
    display: none;
}

.count-w .n24-data-item .n24-data-item-icon:hover img:nth-child(2) {
    display: block;
}

.count-w .n24-data-item p {
    text-align: center;
}

.count-w .n24-data-item .n24-data-num {
    color: #171d8e;
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -6px;
    margin: 20px 0;
}

.count-w .n24-data-item .n24-data-num .n24-data-num-span {
    font-size: 30px;
    line-height: 1;
}

.count-w .n24-data-item .n24-data-num .n24-data-num-span.n24-data-num-pub {
    vertical-align: super;
}

.count-w .n24-data-item .n24-data-num .n24-data-num-span.n24-data-num-sub {
    vertical-align: baseline;
}

.count-w .n24-data-item .n24-data-desc {
    font-size: 18px;
}

.count-w .n24-data-item:nth-child(1) {
    left: 2.67%;
    top: calc(50% - 3.5vw);
}

.count-w .n24-data-item:nth-child(2) {
    left: 22%;
    top: calc(50% + 2vw);
}

.count-w .n24-data-item:nth-child(3) {
    left: 0;
    right: 0;
    top: calc(50% + 3vw);
    margin: auto;
}

.count-w .n24-data-item:nth-child(4) {
    right: 22%;
    top: calc(50% + 2vw);
}

.count-w .n24-data-item:nth-child(5) {
    right: 0.67%;
    top: calc(50% - 3.5vw);
}

.count-w .n-23-count-more {
    display: block;
    margin: 30px auto 50px;
    width: 115px;
    border-radius: 23px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background-color: #dfb072;
    cursor: pointer;
    transition: 500ms;
}

.count-w .n-23-count-more:hover {
    background-color: #171d8e;
}


.n24-title-wrap .n24-title-en {
    font-size: 30px;
    color: #acacac;
    line-height: 1;
}

.n24-title-wrap .n24-title-en::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    margin: 20px 0;
    background-color: #acacac;
}

.n24-title-wrap .n24-title-cn {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 70px;
    line-height: 1;
}

.n24-title-wrap .n24-title-more-btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #171d8e;
    line-height: 46px;
    border-radius: 23px;
    padding: 0 26px;
    transition: 500ms;
}

.n24-title-wrap .n24-title-more-btn:hover {
    background-color: #dfb072;
}

@media (max-width: 1600px) {
    .n24-banner-wrap .swiper-pagination {
        bottom: 80px;
    }
    .count-w .n24-data-item .n24-data-desc {
        font-size: 16px;
    }
    .n24-academic-featured {
        flex: 0 0 58% !important;
        position: relative;
    }
    .n24-academic-track {
        gap: 0px !important;
    }
}

@media (max-width: 1400px) {

    .n24-title-wrap .n24-title-en {
        font-size: 26px;
    }

    .n24-title-wrap .n24-title-cn {
        font-size: 34px;
        margin-bottom: 50px;
    }
    .n24-project-nav-wrap {
        margin-top: -66px;
    }
    .n24-project-nav-wrap .n24-project-nav-item {
        font-size: 18px;
    }

    .n24-project-nav-wrap .n24-project-nav-item span {
        padding: 0 15px;
    }

    .n24-project-nav-wrap .n24-project-nav-item:nth-child(1)::after,
    .n24-project-nav-wrap .n24-project-nav-item:nth-child(2)::after,
    .n24-project-nav-wrap .n24-project-nav-item:nth-child(3)::after,
    .n24-project-nav-wrap .n24-project-nav-item:nth-child(4)::after,
    .n24-project-nav-wrap .n24-project-nav-item:nth-child(5)::after,
    .n24-project-nav-wrap .n24-project-nav-item:nth-child(6)::after {
        background-size: auto 30px;
    }

    .count-w .n24-data-item {
        width: 190px;
    }

    .count-w .n24-data-item .n24-data-desc {
        font-size: 14px;
    }

    .count-w .n24-data-item .n24-data-num {
        margin: 10px 0;
        font-size: 60px;
    }

    .count-w .n24-data-item .n24-data-item-icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1280px) {
    body {
        min-width: unset;
    }

    .count-w .n24-data-item {
        width: 120px;
    }

    .count-w .n24-data-item .n24-data-item-icon {
        width: 100px;
        height: 100px;
    }

    .count-w .n24-data-item .n24-data-item-icon img {
        width: 50px;
    }

    .count-w .n24-data-item .n24-data-num {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .count-w .n24-data-item .n24-data-num .n24-data-num-span {
        font-size: 18px;
    }

    .count-w .n24-data-item .n24-data-desc {
        font-size: 12px;
        line-height: 1.5;
    }

    .count-w .n24-data-item .n24-data-desc br {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc-hide {
        display: block;
    }

    .pc-show {
        display: none;
    }

    * {
        box-sizing: border-box;
    }

    .n24-banner-wrap {
        margin-top: 60px;
        width: 100vw;
        height: 3.6rem;
    }

    .n24-banner-wrap .swiper-pagination {
        bottom: 0;
    }

    .n24-banner-wrap .swiper-container {
        height: 3.6rem;
    }

    .n24-banner-wrap .swiper-button-next,
    .n24-banner-wrap .swiper-button-prev {
        display: none;
    }

    .n24-project-nav-wrap,
    .count-w {
        display: none;
    }

    .n24-wrap {
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

    .n24-wrap .n24-cont {
        box-sizing: border-box;
        width: 100%;
        padding: 0.7rem 0;
    }

    .n24-title-wrap {
        position: relative;
    }

    .n24-title-wrap .n24-title-en {
        font-size: 0.36rem;
    }

    .n24-title-wrap .n24-title-en::after {
        content: '';
        width: 0.6rem;
        height: 0.06rem;
        margin: 0.2rem 0;
    }

    .n24-title-wrap .n24-title-cn {
        font-size: 0.46rem;
        margin-bottom: 0.4rem;
    }

    .n24-title-wrap .n24-title-more-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline;
        line-height: 1;
        background: none;
        padding: 0;
        color: #171d8e;
        font-size: 0.24rem;
    }

    .n24-title-wrap .n24-title-more-btn:hover {
        background-color: transparent;
    }

    .n24-header-menu .n24-header-menu-inner-left img{
        margin-top: 0;
    }
}

/* 学院新闻样式 */
.n24-news-section {
    padding: 80px 0;
    background-color: #fff5f5;
}

.n24-news-section .n24-title-wrap {
    margin-bottom: 40px;
}

.n24-news-section .n24-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.n24-news-section .n24-title-cn {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.n24-news-section .n24-title-more-btn {
    color: #666;
    font-size: 16px;
    transition: color 0.3s ease;
}

.n24-news-section .n24-title-more-btn:hover {
    color: #a81b00;
}

.n24-news-container {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.n24-news-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.n24-news-item {
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(168, 27, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.n24-news-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #a81b00;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.n24-news-item:hover::before,
.n24-news-item.active::before {
    transform: scaleY(1);
}

.n24-news-item:hover,
.n24-news-item.active {
    transform: translateX(10px);
    box-shadow: 0 6px 25px rgba(168, 27, 0, 0.1);
}

.n24-news-date {
    color: #a81b00;
    font-size: 14px;
    margin-bottom: 8px;
}

.n24-news-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.n24-news-item:hover .n24-news-title,
.n24-news-item.active .n24-news-title {
    color: #a81b00;
}

.n24-news-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.n24-news-image {
    flex: 1;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(168, 27, 0, 0.1); */
    aspect-ratio: 4/3;
    transform: translateY(-10px);
}

.n24-news-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.n24-news-image-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.n24-news-image-item.active {
    opacity: 1;
}

.n24-news-image-item img {
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* background-color: #fff; */
}

.n24-news-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 10;
}

.n24-news-image-title-text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.n24-news-image-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 20;
}

.n24-news-image-prev,
.n24-news-image-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.n24-news-image-prev:hover,
.n24-news-image-next:hover {
    background: #a81b00;
}

.n24-news-image-prev img,
.n24-news-image-next img {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.n24-news-image-prev:hover img,
.n24-news-image-next:hover img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1400px) {
    .n24-news-container {
        gap: 30px;
    }
    
    .n24-news-image {
        aspect-ratio: 3/2;
    }

    .n24-news-image-title {
        padding: 15px;
    }
    
    .n24-news-image-title-text {
        font-size: 16px;
    }

    .n24-news-section .n24-title-cn {
        font-size: 34px;
    }
}

@media (max-width: 1280px) {
    .n24-news-container {
        gap: 20px;
    }
    
    .n24-news-image {
        aspect-ratio: 16/9;
    }
    
    .n24-news-title {
        font-size: 16px;
    }

    .n24-news-image-title {
        padding: 12px;
    }
    
    .n24-news-image-title-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .n24-news-section {
        padding: 40px 0;
    }
    
    .n24-news-container {
        flex-direction: column;
    }
    
    .n24-news-image {
        order: -1;
        margin-bottom: 20px;
    }
    
    .n24-news-image {
        aspect-ratio: 2/1;
    }
    
    .n24-news-item {
        padding: 15px;
    }
    
    .n24-news-title {
        font-size: 15px;
    }
    
    .n24-news-desc {
        font-size: 13px;
    }

    .n24-news-image-title {
        padding: 10px;
    }
    
    .n24-news-image-title-text {
        font-size: 14px;
    }

    .n24-news-section .n24-title-cn {
        font-size: 28px;
    }
    
    .n24-news-section .n24-title-more-btn {
        font-size: 14px;
    }
}

/* 学术报告样式 */
.n24-academic-section {
    padding: 80px 0;
    background-color: #fff;
}

.n24-academic-section .n24-title-wrap {
    margin-bottom: 40px;
}

.n24-academic-section .n24-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.n24-academic-section .n24-title-cn {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.n24-academic-section .n24-title-more-btn {
    color: #666;
    font-size: 16px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.n24-academic-section .n24-title-more-btn:hover {
    color: #a81b00;
}

.n24-academic-container {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.n24-academic-featured {
    width: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.n24-academic-current {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(168, 27, 0, 0.08);
    transition: all 0.5s ease;
}

.n24-academic-current .n24-academic-poster {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.n24-academic-current .n24-academic-poster .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.n24-academic-current .n24-academic-poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.n24-academic-current .n24-academic-poster img.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.n24-academic-current:hover .n24-academic-poster img.active {
    transform: scale(1.05);
}

.n24-academic-time {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(168, 27, 0, 0.9);
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.n24-academic-time .date {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.n24-academic-time .time {
    display: block;
    font-size: 15px;
    opacity: 0.9;
}

.n24-academic-info {
    padding: 30px;
}

.n24-academic-current .n24-academic-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.n24-academic-meta {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    color: #666;
}

.n24-academic-speaker,
.n24-academic-venue {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.icon-user,
.icon-location {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.n24-academic-speaker .title {
    color: #a81b00;
    margin-left: 8px;
}

.n24-academic-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.n24-academic-list {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.n24-academic-track {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 20px;
}

.n24-academic-track::-webkit-scrollbar {
    width: 4px;
}

.n24-academic-track::-webkit-scrollbar-thumb {
    background: rgba(168, 27, 0, 0.2);
    border-radius: 2px;
}

.n24-academic-item {
    cursor: pointer;
}

.n24-academic-item-inner {
    display: flex;
    gap: 15px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
}

.n24-academic-item.active .n24-academic-item-inner,
.n24-academic-item:hover .n24-academic-item-inner {
    background: #fff5f5;
    transform: translateX(5px);
}

.n24-academic-thumb {
    flex: 0 0 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.n24-academic-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.n24-academic-item:hover .n24-academic-thumb img {
    transform: scale(1.1);
}

.n24-academic-brief {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.n24-academic-date {
    color: #a81b00;
    font-size: 14px;
    margin-bottom: 8px;
}

.n24-academic-brief .n24-academic-title {
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.n24-academic-item.active .n24-academic-title,
.n24-academic-item:hover .n24-academic-title {
    color: #a81b00;
}

.n24-academic-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
    margin-top: auto;
    height: 36px;
}

.n24-academic-prev,
.n24-academic-next {
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.n24-academic-prev:hover,
.n24-academic-next:hover {
    background: #a81b00;
}

.n24-academic-prev img,
.n24-academic-next img {
    width: 18px;
    height: 18px;
    transition: filter 0.3s ease;
}

.n24-academic-prev:hover img,
.n24-academic-next:hover img {
    filter: brightness(0) invert(1);
}

.n24-academic-progress {
    flex: 1;
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}

.n24-academic-progress-bar {
    width: 0;
    height: 100%;
    background: #a81b00;
    border-radius: 2px;
    transition: width 0.3s ease;
}


@media (max-width: 1400px) {
    .n24-academic-container {
        gap: 30px;
    }

    .n24-academic-current .n24-academic-title {
        font-size: 20px;
    }

    .n24-academic-info {
        padding: 25px;
    }

    .n24-academic-thumb {
        flex: 0 0 100px;
        height: 70px;
    }
}

@media (max-width: 1024px) {
    .n24-academic-container {
        flex-direction: column;
    }

    .n24-academic-featured {
        flex: none;
    }

    .n24-academic-track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .n24-academic-section {
        padding: 40px 0;
    }

    .n24-academic-container {
        flex-direction: column;
        gap: 20px;
    }

    .n24-academic-featured {
        width: 100%;
        margin-bottom: 20px;
    }

    .n24-academic-current .n24-academic-poster {
        padding-top: 56.25%;
    }

    .n24-academic-time {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
    }

    .n24-academic-time .date {
        font-size: 18px;
    }

    .n24-academic-time .time {
        font-size: 12px;
    }

    .n24-academic-info {
        padding: 15px;
    }

    .n24-academic-current .n24-academic-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .n24-academic-meta {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .n24-academic-speaker,
    .n24-academic-venue {
        font-size: 13px;
    }

    .n24-academic-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .n24-academic-track {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-right: 0;
    }

    .n24-academic-item-inner {
        padding: 10px;
        gap: 10px;
    }

    .n24-academic-thumb {
        flex: 0 0 80px;
        height: 60px;
    }

    .n24-academic-brief .n24-academic-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .n24-academic-date {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .n24-academic-nav {
        padding: 0 10px;
        height: 32px;
    }

    .n24-academic-prev,
    .n24-academic-next {
        width: 32px;
        height: 32px;
    }

    .n24-academic-prev img,
    .n24-academic-next img {
        width: 16px;
        height: 16px;
    }

    .n24-academic-progress {
        height: 3px;
    }
}

/* 通知公告样式 */
.n24-notice-section {
    padding: 80px 0;
    background-color: #fff;
}

.n24-notice-section .n24-title-wrap {
    margin-bottom: 40px;
}

.n24-notice-section .n24-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.n24-notice-section .n24-title-cn {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.n24-notice-section .n24-title-more-btn {
    color: #666;
    font-size: 16px;
    transition: color 0.3s ease;
}

.n24-notice-section .n24-title-more-btn:hover {
    color: #a81b00;
}

.n24-notice-container {
    display: flex;
    gap: 40px;
}

.n24-notice-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.n24-notice-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(168, 27, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.n24-notice-item:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 25px rgba(168, 27, 0, 0.1);
}

.n24-notice-date {
    min-width: 90px;
    text-align: center;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.n24-notice-item:hover .n24-notice-date {
    background: #a81b00;
    color: #fff;
}

.n24-notice-date .day {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.n24-notice-date .month {
    display: block;
    font-size: 14px;
    color: #666;
}

.n24-notice-item:hover .n24-notice-date .month {
    color: rgba(255, 255, 255, 0.8);
}

.n24-notice-content {
    flex: 1;
    padding-top: 5px;
}

.n24-notice-title {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.n24-notice-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.n24-notice-item:hover .n24-notice-title {
    color: #a81b00;
}

@media (max-width: 1400px) {
    .n24-notice-section {
        padding: 60px 0;
    }

    .n24-notice-section .n24-title-cn {
        font-size: 34px;
    }

    .n24-notice-container {
        gap: 30px;
    }

    .n24-notice-item {
        padding: 15px;
        gap: 15px;
    }

    .n24-notice-date {
        min-width: 80px;
        padding: 12px;
    }

    .n24-notice-date .day {
        font-size: 28px;
    }

    .n24-notice-title {
        font-size: 15px;
    }

    .n24-notice-desc {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .n24-notice-section {
        padding: 40px 0;
    }

    .n24-notice-section .n24-title-cn {
        font-size: 28px;
    }

    .n24-notice-container {
        flex-direction: column;
        gap: 20px;
    }

    .n24-notice-item {
        padding: 12px;
        gap: 12px;
    }

    .n24-notice-date {
        min-width: 70px;
        padding: 10px;
    }

    .n24-notice-date .day {
        font-size: 24px;
    }

    .n24-notice-date .month {
        font-size: 12px;
    }

    .n24-notice-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .n24-notice-desc {
        font-size: 12px;
    }
}

/* 新媒体矩阵样式 */
.n24-media-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.n24-media-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* 主要展示区 */
.n24-media-featured {
    grid-column: 1 / -1;
}

.n24-media-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.n24-media-banner-item {
    position: relative;
    display: none;
}

.n24-media-banner-item.active {
    display: block;
}

.n24-media-banner-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.n24-media-banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}

.n24-media-banner-text h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.n24-media-banner-text p {
    font-size: 16px;
    opacity: 0.9;
}

/* 动态新闻展示 */
.n24-media-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.n24-media-news-item {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.n24-media-news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.n24-media-news-date {
    color: #a81b00;
    font-size: 14px;
    margin-bottom: 10px;
}

.n24-media-news-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.n24-media-news-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 社交媒体矩阵 */
.n24-media-matrix {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(168, 27, 0, 0.08);
}

.n24-media-matrix-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.n24-media-matrix-row:last-child {
    margin-bottom: 0;
}

.n24-media-matrix-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.n24-media-matrix-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(168, 27, 0, 0.1);
}

.n24-media-matrix-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.n24-media-matrix-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.n24-media-matrix-item:hover .n24-media-matrix-icon img {
    transform: scale(1.2) rotate(15deg);
}

.n24-media-matrix-icon span {
    font-size: 14px;
    color: #333;
}

.n24-media-matrix-qr {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    pointer-events: none;
}

.n24-media-matrix-item:hover .n24-media-matrix-qr {
    opacity: 1;
    transform: scale(1);
}

.n24-media-matrix-stats {
    margin-top: 10px;
    text-align: center;
}

.n24-media-matrix-stats span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #a81b00;
}

.n24-media-matrix-stats small {
    font-size: 12px;
    color: #666;
}

/* 热门话题 */
.n24-media-topics {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(168, 27, 0, 0.08);
}

.n24-media-topics-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.n24-media-topics-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.n24-media-topic-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.n24-media-topic-item:hover {
    background: #fff5f5;
    transform: translateX(10px);
}

.n24-media-topic-tag {
    color: #a81b00;
    font-size: 14px;
    font-weight: bold;
}

.n24-media-topic-text {
    flex: 1;
    color: #333;
    font-size: 14px;
}

.n24-media-topic-hot,
.n24-media-topic-views {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 20px;
    background: rgba(168, 27, 0, 0.1);
    color: #a81b00;
}

/* 互动区域 */
.n24-media-interact {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(168, 27, 0, 0.08);
}

.n24-media-interact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.n24-media-stat-item {
    text-align: center;
}

.n24-media-stat-num {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #a81b00;
    margin-bottom: 5px;
}

.n24-media-stat-label {
    font-size: 14px;
    color: #666;
}

@media (max-width: 1400px) {
    .n24-media-container {
        gap: 30px;
    }

    .n24-media-banner-item img {
        height: 350px;
    }

    .n24-media-banner-text h3 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .n24-media-container {
        grid-template-columns: 1fr;
    }

    .n24-media-banner-item img {
        height: 300px;
    }

    .n24-media-matrix-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .n24-media-news {
        grid-template-columns: 1fr;
    }

    .n24-media-banner-item img {
        height: 250px;
    }

    .n24-media-banner-text h3 {
        font-size: 20px;
    }

    .n24-media-interact-stats {
        grid-template-columns: 1fr;
    }
}

/* 新媒体矩阵网格布局 */
.n24-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.n24-media-grid-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.n24-media-grid-item.large {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 16/9;
}

.n24-media-grid-item.long {
    aspect-ratio: 18/5;
}

.n24-media-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.n24-media-grid-item:hover img {
    transform: scale(1.1);
}

/* 媒体类型图标 */
.n24-media-type-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n24-media-type-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.n24-media-type-icon.video::before {
    background-image: url('../images/video-icon.png');
}

.n24-media-type-icon.article::before {
    background-image: url('../images/article-icon.png');
}

.n24-media-type-icon.live::before {
    background-image: url('../images/live-icon.png');
}

.n24-media-type-icon.podcast::before {
    background-image: url('../images/podcast-icon.png');
}

.n24-media-type-icon.photo::before {
    background-image: url('../images/photo-icon.png');
}

/* 媒体内容遮罩 */
.n24-media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.n24-media-grid-item:hover .n24-media-overlay {
    /* transform: translateY(-10px); */
}

.n24-media-type {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(168, 27, 0, 0.8);
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.n24-media-overlay h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.n24-media-stats {
    display: flex;
    gap: 15px;
    font-size: 14px;
    opacity: 0.9;
}

/* 最新动态展示 */
.n24-media-latest {
    margin-bottom: 30px;
}

.n24-media-section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.n24-media-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: #a81b00;
    border-radius: 2px;
}

.n24-media-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.n24-media-latest-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.n24-media-latest-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.n24-media-latest-item:hover img {
    transform: scale(1.1);
}

.n24-media-latest-item .n24-media-overlay h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}

/* 响应式调整 */
@media (max-width: 1400px) {
    .n24-media-grid {
        gap: 15px;
    }

    .n24-media-overlay {
        padding: 15px;
    }

    .n24-media-overlay h3 {
        font-size: 16px;
    }

    .n24-media-latest-grid {
        gap: 15px;
    }
}

@media (max-width: 1024px) {
    .n24-media-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .n24-media-grid-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .n24-media-latest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .n24-media-grid {
        grid-template-columns: 1fr;
    }

    .n24-media-latest-grid {
        grid-template-columns: 1fr;
    }

    .n24-media-section-title {
        font-size: 20px;
    }

    .n24-media-overlay h3 {
        font-size: 14px;
    }

    .n24-media-stats {
        font-size: 12px;
    }
}

/* Footer Styles */
.n24-footer {
    width: 100%;
    background: url('../images/foot-bg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.n24-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.n24-footer-main {
    padding: 60px 0 40px;
    color: #fff;
}

.n24-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 12%;
    margin-bottom: 50px;
}

.n24-footer-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.n24-footer-logo img {
    height: 66px;
    width: auto;
}

.n24-footer-logo-text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

.n24-footer-logo-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.n24-footer-links {
    display: flex;
    gap: 9px;
}

.n24-footer-links-col h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.n24-footer-links-col ul {
    list-style: none;
    padding: 0;
}

.n24-footer-links-col ul li {
    margin-bottom: 12px;
}

.n24-footer-links-col ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.n24-footer-links-col ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.n24-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 12%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n24-footer-contact {
    color: rgba(255, 255, 255, 0.8);
}

.n24-footer-contact p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.n24-footer-contact i {
    margin-right: 10px;
    font-size: 16px;
}

.n24-footer-copyright {
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
}

.n24-footer-copyright p {
    margin-bottom: 10px;
    font-size: 14px;
}

.n24-footer-links-external {
    display: flex;
    gap: 20px;
}

.n24-footer-links-external a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.n24-footer-links-external a:hover {
    color: #fff;
}

.n24-footer-info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -34px;
    margin-top: -102px;
}

.n24-footer-friendlinks {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: left;
}

.n24-footer-friendlinks-row {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.n24-footer-friendlinks-row span {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 15px;
    white-space: nowrap;
}

.n24-footer-friendlinks-row a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-right: 15px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.n24-footer-friendlinks-row a:hover {
    color: #fff;
}

.n24-footer-contact {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.8;
}

.n24-footer-contact p {
    margin: 5px 0;
}

.n24-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.n24-header-friendlinks {
    background-color: rgba(255, 193, 7, 0.9);
    padding: 8px 0;
}

.n24-header-friendlinks-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.n24-header-friendlinks-inner a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.n24-header-friendlinks-inner a:hover {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .n24-footer-top {
        padding: 0 8%;
        flex-direction: column;
        gap: 40px;
    }
    
    .n24-footer-links {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .n24-footer-links-col {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .n24-footer {
        padding: 40px 0;
    }
    
    .n24-footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .n24-footer-links {
        flex-direction: column;
    }
    
    .n24-footer-links-col {
        width: 100%;
    }
    
    .n24-footer-contact p {
        justify-content: center;
    }
    
    .n24-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .n24-footer-copyright {
        text-align: center;
    }
    
    .n24-footer-links-external {
        justify-content: center;
    }
}

/* 发表论文模块样式 */
.n24-publications-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.n24-publications-section .n24-title-wrap {
    margin-bottom: 30px;
}

.n24-publications-section .n24-title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.n24-publications-section .n24-title-cn {
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

.n24-publications-section .n24-title-more-btn {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.n24-publications-section .n24-title-more-btn:hover {
    color: #333;
}

.n24-publications-container {
    margin-top: 30px;
}

.n24-publications-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
}

.n24-publication-item {
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.n24-publication-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.n24-publication-author {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.n24-publication-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.n24-publication-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n24-publication-author-info {
    display: flex;
    flex-direction: column;
}

.n24-publication-author-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.n24-publication-author-title {
    font-size: 14px;
    color: #666;
}

.n24-publication-content {
    flex: 1;
}

.n24-publication-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.n24-publication-journal {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 768px) {
    .n24-publications-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .n24-publication-item {
        padding: 15px;
    }
    
    .n24-publication-author {
        margin-right: 15px;
    }
    
    .n24-publication-avatar {
        width: 50px;
        height: 50px;
    }
}