.news-section {
    padding: 12rem 0 10rem;
}

.featured-news-wrap {
    position: relative;
    height: 64rem;
    margin-bottom: 6rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.featured-news-wrap .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.featured-news-wrap .slide-bg {
    flex: 1;
    background: #e5eff8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-news-wrap .slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-box {
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 56rem;
    height: 52rem;
    background: #fff;
    padding: 4rem;
    border-radius: 0.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);
}

.featured-box .f-arrows {
    display: flex;
    gap: 1rem;
    margin-bottom: 4rem;
}

.featured-box .f-arrows span {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2c7de;
    cursor: pointer;
    font-size: 2rem;
    transition: 0.3s;
    border: 2px solid #b2c7de;
}

.featured-box .f-arrows span:hover {
    color: #004693;
    border-color: #004693;
}

.featured-box h3 {
    font-size: 2.8rem;
    color: #0e387a;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.featured-box .f-date {
    font-size: 1.8rem;
    color: #888;
}
.featured-box .btn{
    position: absolute;
    left: 4rem;
    bottom: 4rem;
}
.news-list-wrap {
    display: flex;
    flex-direction: column;
}

.news-item {
    display: flex;
    gap: 3.5rem;
    padding: 3rem 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.news-item:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #004693, #60ce94);
}

.news-item .thumb {
    width: 34rem;
    height: 22rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.news-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item .thumb:hover img {
    transform: scale(1.05);
}

.news-item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-item .content .title-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.news-item .content h4 {
    font-size: 2.5rem;
    font-weight: normal;
    color: #111;
    margin-bottom: 1.2rem;
    transition: color 0.3s;
}

.news-item:hover .content h4 {
    color: #0e387a;
}

.news-item .content .date {
    font-size: 1.8rem;
    color: #999;
    margin-bottom: 1rem;
}

.news-item .content .desc {
    font-size: 1.8rem;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1rem;
}

.news-item .arrow-btn {
    width: 11rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: url(../images/more_07.png) no-repeat left center;
    background-size: contain;
}

.news-item:hover .arrow-btn {
    background: #0e387a;
    border-color: #0e387a;
    background: url(../images/more_10.png) no-repeat left center;.featured-box h3
    background-size: contain;
}

.news-divider {
    width: 100%;
    height: 0.4rem;
    background: #27ae60;
    margin: 2rem 0;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.4rem;
    gap: 1.2rem;
}

.pagination-wrap .page-btn {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.3s;
}
.pagination-wrap .page-btn:first-child {
    border-radius: 50%;
    border: 1px solid #0e387a;
    background: url(../images/page_03.png) no-repeat center center;
    background-size: 1rem 1.5rem;
}
.pagination-wrap .page-btn:last-child {
    border-radius: 50%;
    border: 1px solid #0e387a;
    background: #0e387a url(../images/page_05.png) no-repeat center center;
    background-size: 1rem 1.5rem;
}

.pagination-wrap .page-btn:hover {
    color: #0e387a;
    transform: translateY(-3px);
}

.pagination-wrap .page-btn.active {
    color: #0e387a;
    font-weight: bold;
}

.news-detail-section {
    padding: 20rem 0 10rem;
    background: #eaedf5;
}

.news-detail-section .back-btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 3rem;
    transition: transform 0.3s;
    width: 5.3rem;
    height: 5rem;
    position: absolute;
    left: 0;
    top: 0;
}
.news-detail-section .back-btn:hover {
    transform: translateX(-1rem);
}
.news-detail-section .back-btn img {
    width: 100%;
    height: 100%;
}

.detail-header{
    position: relative;
    padding: 0 0 5rem 32rem;
}
.detail-header h1 {
    font-size: 4rem;
    color: #0e387a;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.detail-header .date {
    font-size: 1.8rem;
    color: #0e387a;
    font-weight: 500;
}

.detail-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #004693, #60ce94);
}

.news-content {
    padding: 5rem 0 5rem 32rem;
    font-size: 2rem;
    color: #777;
}
.news-content p{
    text-indent: 2em;
}
.news-content img{
    max-width: 100% !important;
}
.prev-next-wrap {
    padding: 0 0 0 32rem;
}
.prev-next-wrap .pn-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0;
    border-top: 1px solid #e0e4eb;
    cursor: pointer;
}
.prev-next-wrap .pn-item:last-child {
    border-bottom: 1px solid #e0e4eb;
}
.prev-next-wrap .pn-item .pn-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #444;
}
.prev-next-wrap .pn-item .pn-info .date {
    font-size: 1.8rem;
    font-weight: 500;
    flex-shrink: 0;
}
.prev-next-wrap .pn-item .pn-info .title {
    font-size: 2rem;
    transition: color 0.3s;
}
.prev-next-wrap .pn-item:hover .pn-info{
    color: #0e387a;
}
.prev-next-wrap .pn-item .pn-btn {
    font-size: 2rem;
    transition: color 0.3s;
    position: relative;
    padding-right: 5rem;
}
.prev-next-wrap .pn-item:hover .pn-btn{
    color: #004693;
}
.prev-next-wrap .pn-item .pn-btn em{
    width: 4rem;
    height: 4rem;
    border: 1px solid #8caace;
    border-radius: 50%;
    color: #8caace;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.prev-next-wrap .pn-item:hover .pn-btn em {
    border-color: #004693;
    color: #004693;
}

.news-cards-wrap {
    display: flex;
    gap: 1.6rem;
}

.othernews{
    padding: 12rem 0;
}

.news-card {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 62rem;
    display: block;
    background: #eaedf5;
}

.news-card .img-wrapper {
    overflow: hidden;
    position: relative;
    position: absolute;
    top: 6rem;
    width: 85%;
    left: 7.5%;
    height: 28rem;
    top: 30%;
    border-radius: 10px;
}

.news-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card:hover .img-wrapper{
     width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}

.news-card .date-overlay {
    width: 11rem;
    height: 5rem;
    background: url(../images/more_07.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 10%;
    bottom: 4rem;
}

.news-card:hover .date-overlay {
    background: url(../images/more2_10.png) no-repeat left center;
    background-size: 100% 100%;
}

.news-card .card-content {
    position: absolute;
    top: 6rem;
    left: 7.5%;
    z-index: 3;
    width: 85%;
}

.news-card .card-content h4 {
    font-size: 1.8rem;
    color: #777;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: 500;
}

.news-card .card-content .desc {
    font-size: 2.8rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card:hover .card-content h4 {
    color: #fff;
}
.news-card:hover .card-content .desc {
    color: #fff;
}

.searchtit{
    font-size: 2.4rem;
}

/* =========== 手机端响应式样式 (屏幕宽度 < 768px) =========== */
@media (max-width: 767px) {

    /* ---------- 新闻列表页 ---------- */
    .news-section {
        padding: 3rem 0 5rem;
    }

    /* 特色新闻轮播 */
    .featured-news-wrap {
        height: auto;
        margin-bottom: 3rem;
        border-radius: 8px;
    }

    .featured-news-wrap .swiper-slide {
        flex-direction: column;
        position: relative;
    }

    .featured-news-wrap .slide-bg {
        width: 100%;
        height: 22rem;
    }

    .featured-news-wrap .slide-bg img {
        object-fit: cover;
    }

    .featured-box {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: auto;
        padding: 2rem 1.5rem;
        box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
        border-radius: 0 0 8px 8px;
    }

    .featured-box .f-arrows {
        position: absolute;
        top: -2.8rem;
        right: 1rem;
        z-index: 10;
        gap: 0.8rem;
        margin-bottom: 0;
    }

    .featured-box .f-arrows span {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.4rem;
        border-width: 1.5px;
        background: rgba(255,255,255,0.9);
    }

    .featured-box h3 {
        font-size: 1.8rem;
        margin-top: 1rem;
    }

    .featured-box .f-date {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .featured-box .btn {
        position: static;
        margin-top: 1rem;
        font-size: 1.2rem;
        padding: 0.6rem 1.8rem;
    }

    /* 新闻列表项 */
    .news-list-wrap {
        gap: 1.5rem;
    }

    .news-item {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 0;
        position: relative;
        overflow: hidden;
    }

    /* 保留底部渐变条动效 */
    .news-item:hover::before {
        height: 3px;
    }

    .news-item .thumb {
        width: 100%;
        height: 20rem;
        border-radius: 6px;
    }

    .news-item .content {
        width: 100%;
    }

    .news-item .content h4 {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }

    .news-item .content .date {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .news-item .content .desc {
        font-size: 1.3rem;
        -webkit-line-clamp: 2;
    }

    .news-item .arrow-btn {
        display: none;           /* 移动端隐藏箭头，简化UI */
    }

    /* 分页 */
    .pagination-wrap {
        margin-top: 3rem;
        gap: 0.8rem;
    }

    .pagination-wrap .page-btn {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }

    /* ---------- 新闻详情页 ---------- */
    .news-detail-section {
        padding: 10rem 0 5rem;
        background: #fff;
    }

    /* 返回按钮容器 */
    .detail-header {
        padding: 0 0 3rem 0;      /* 移除左侧大空白，返回按钮用相对定位 */
        position: relative;
    }

    .detail-header .back-btn {
        position: relative;
        left: 0;
        top: 0;
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1.5rem;
    }

    .detail-header h1 {
        font-size: 2.2rem;
        color: #0e387a;
        line-height: 1.3;
    }

    .detail-header .date {
        font-size: 1.3rem;
        margin-top: 0.8rem;
    }

    .detail-header::before {
        height: 3px;
    }

    /* 详情正文 */
    .news-content {
        padding: 3rem 0 3rem 0;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    /* 上一篇下一篇 */
    .prev-next-wrap {
        padding: 0;
        margin-top: 2rem;
    }

    .prev-next-wrap .pn-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.8rem 0;
        gap: 1rem;
    }

    .prev-next-wrap .pn-item .pn-info {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .prev-next-wrap .pn-item .pn-info .date {
        font-size: 1.2rem;
    }

    .prev-next-wrap .pn-item .pn-info .title {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .prev-next-wrap .pn-item .pn-btn {
        font-size: 1.4rem;
        padding-right: 3.5rem;
        position: relative;
    }

    .prev-next-wrap .pn-item .pn-btn em {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.2rem;
    }

    /* 其他新闻卡片（相关推荐） */
    .othernews {
        padding: 4rem 0;
    }

    .news-cards-wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .news-card {
        height: auto;
        background: #eaedf5;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
    }

    .news-card .card-content {
        position: static;
        width: 100%;
        order: -1;                /* 标题和描述放到图片上方 */
    }

    .news-card .img-wrapper {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 18rem;
        border-radius: 6px;
        margin: 1rem 0;
        transition: none;
    }

    .news-card:hover .img-wrapper {
        width: 100%;
        height: 18rem;
        left: auto;
        top: auto;
    }

    .news-card .card-content h4 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        color: #777;
    }

    .news-card .card-content .desc {
        font-size: 1.6rem;
        color: #333;
        line-height: 1.4;
    }

    .news-card .date-overlay {
        display: none;            /* 移动端隐藏背景箭头按钮，可用整卡点击 */
    }

    /* 悬停时文字颜色保持不变（移动端无悬停） */
    .news-card:hover .card-content h4,
    .news-card:hover .card-content .desc {
        color: inherit;
    }

    .news-card:hover .card-content h4 {
        color: #777;
    }
    .news-card:hover .card-content .desc {
        color: #333;
    }

    /* 通用容器 */
    .container {
        width: 92%;
        padding: 0;
    }
}