/* 校（院）要闻页面样式 */
main .container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
}

/* 通用样式 */
.page-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
}

.page-title h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

body {
    background-color: #fff !important;
}

/* 新闻列表通用样式 */
.news-list ul {
    list-style: none;
    padding: 0;
    margin: 0 20px;

}

.news-item a {
    height: 40px;
    line-height: 80px;
    display: flex;
    flex-direction: row;
}

.news-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.news-title {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block !important;
}

.news-link:hover .news-title {
    color: #e60012;
}

.news-date {
    color: #B80E15;
    font-size: 0.8rem;
}


/* 移动端新闻列表样式 */
@media screen and (max-width: 768px) {

    .mobile-news .news-item {
        padding: 12px 0;
    }

    .mobile-news .news-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-news .news-title:before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
        color: #e60012;
        font-size: 1rem;
    }

    .mobile-news .news-date {
        margin-left: 12px;
        font-size: 12px;
    }

    /* 加载更多样式 */
    .load-more {
        text-align: center;
        padding: 15px 0;
        color: #999;
        font-size: 14px;
    }

    .loading-spinner {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(230, 0, 18, 0.3);
        border-radius: 50%;
        border-top-color: #e60012;
        animation: spin 1s ease-in-out infinite;
        margin-left: 10px;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
}




.section-header {
    background-color: white;
    line-height: 24px;
    padding: 15px;
}

.section-header h3::before {
    content: '';
    display: inline-block;
    float: left;
    width: 6px;
    border-radius: 3px;
    height: 24px;
    background-color: #af1015;
    margin-right: 10px;
}

.section-header h3 {
    color: #B80E15;
    font-size: 24px;
    position: relative;
    margin: 0;
}

.news_right .section-header h3::before {
    width: 4px;
    height: 16px;
}

.news_right .section-header h3 {
    font-size: 16px;
}

.news_right .section-header {
    line-height: 16px;
}

.news_out {
    width: 1090px;
    background-color: #fff;
}

.news_right {
    display: flex;
    flex-direction: column;
}

.news_right_top {
    width: 320px;
    background-color: #fff;

}

.news_out_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.xytd {
    padding: 1rem;
}


.banner_xytd_out {
    width: 320px;
    height: 320px;
    border: 1px solid #EBE8E3;
}

.swiper {
    height: 320px;
}

.banner_xytd .swiper-slide img {
    height: 200px;
}

#banner_xytd .swiper-pagination {
    margin-bottom: 6px;
}

.banner_xytd .swiper-slide span:first-of-type {
    display: -webkit-box;
    /* 旧版 Flex 布局 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制行数 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 超出显示省略号 */
    font-size: 16px;
    color: #333333;
    margin-left: 14px;
    margin-right: 14px;
    text-align: left;
    margin-top: 14px;
}


#banner_xytd .swiper-pagination-bullet-active {
    background-color: #CF0A0A;
    opacity: 1;
    border-radius: 50%;
}

.banner_content .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.banner_content .swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.swiper-pagination {
    margin-bottom: 0px;
}


.news_right_bottom {
    margin-top: 30px;
    background-color: white;
    width: 320px;
}

.news_right_bottom ul {
    padding: 16px;
}

.news_right_bottom ul li a span:first-of-type {
    display: block;
    font-size: 14px;
    color: #B80B0B;
    margin-top: -8px;
}

.news_right_bottom ul li a span:last-of-type {
    display: block;
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px;
}


.news_right_bottom ul li:first-of-type a span:last-of-type {
    display: block;
    font-size: 16px;
    color: #B80B0B;
    margin-bottom: 20px;
}

.news_right_bottom ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news_right_bottom ul li>div span:first-of-type {
    width: 7px;
    height: 7px;
    border: 1px solid #E8EAF0;
    border-radius: 50%;
    display: inline-block;
}

.news_right_bottom ul li>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.news_right_bottom ul li:first-of-type>div span:first-of-type {
    width: 7px;
    height: 7px;
    background-color: #B80E15;
    border-radius: 50%;
    display: inline-block;
}

.news_right_bottom ul li div span:last-of-type {
    width: 1px;
    display: inline-block;
    background-color: #CED0D5;
    flex: 1;
}

.mobile {
    display: block !important;
}

.desktop {
    display: none !important;
}






/* 学员天地 */

.xytd_skcx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}


.xytd_down {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skcx {}

.banner_xytd_out {
    margin-top: 0.8rem;
    border: 1px solid #EBE8E3;
}

.banner_xytd .swiper-slide img {
    height: 270px;
}

#banner_xytd .swiper-pagination {
    margin-bottom: 12px;
}

.banner_xytd .swiper-slide span:first-of-type {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    display: block;
    margin-left: 14px;
    margin-right: 14px;
    text-align: left;
    margin-top: 14px;
}

.banner_xytd .swiper-slide span:last-of-type {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    display: block;
    margin-top: 4px;
    text-align: left;
    color: #B80E15;
    margin-left: 14px;
    margin-right: 14px;
}

.xytd {
    width: 100%;
}

.xytd_down ul {
    margin-top: 0.5rem;
}

.xytd_down ul li a {
    display: block;
}

.xytd_down ul li a span {
    overflow: hidden;
    line-height: 2.5rem;
}

.xytd_down ul li {}

.xytd_down ul li a span:first-of-type {
    float: left;
    width: calc(100% - 22px);
}

.xytd_down ul li a::before {
    float: left;
    margin-top: 1rem;
}

.xytd_down .top_right_news_ul li a::before {
    border-radius: 50%;
}

.xytd_down ul li a {
    overflow: hidden;
}

.xytd_down ul li a span:last-of-type {
    margin-top: -16px;
    float: left;
    width: calc(100%);
    position: relative;
}

.xytd_down .top_right_news_ul li a span:last-of-type::after {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

.top_right_news_ul li a::before {
    content: "";
    width: 0.4rem;
    margin-right: 0.4rem;
    height: 0.4rem;
    background-color: #B80E15;
    display: inline-block;
}


.top_right_news_ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.7rem;
    width: 100%;
    flex-wrap: wrap;
}

.top_right_news_ul li a::before {
    content: "";
    width: 0.4rem;
    margin-right: 0.4rem;
    height: 0.4rem;
    background-color: #B80E15;
    display: inline-block;
}

.top_right_news_ul li a span:last-of-type {
    flex-basis: 100%;
}

.top_right_news_ul li a span:last-of-type::after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    height: 0.1rem;
    border-top: 0.04rem dashed #cccccc;
}

.top_right_news_title {
    font-size: 1.2rem;
    color: #B80E15;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.top_right_news_title a {
    font-size: 1rem;
    color: #333;
    margin-top: 0.3rem;
}

.top_right_news_title a span:last-of-type {
    display: none;
}


.top_right_news_title a span:nth-child(2) {
    color: #999;
}

.top_right_news_ul li span:first-child {
    font-size: 1rem;
    color: #333333;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top_right_news_ul li span:last-child {
    font-size: 1rem;
    color: #B80E15;
}

.section-header {
    display: none;
}

.location_out {
    display: none;
}


.news_out :is(.divider):first-child {
    display: none;
}


.news-list.desktop-news ul li a::before {
    content: "";
    width: 0.4rem;
    margin-right: 0.4rem;
    height: 0.4rem;
    background-color: #B80E15;
    display: inline-block;
}

.news_out {
    width: 100% !important;
}

.news-list.desktop-news ul li a span:last-of-type {
    flex-basis: 100%;
}


.news-list.desktop-news ul li span:first-child {
    font-size: 1rem;
    color: #333333;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list.desktop-news ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.7rem;
    width: 100%;
    flex-wrap: wrap;
}

#footer-component {
    display: none;
}
    
.news-list .news-item{
    padding: 1rem 0;
}