/**/
.news-top-container {
    width: 100%;
    height: auto;
    /*min-height: 100px;*/
    background-color: #fbf2f2;
}

.news-top-store-content {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0;
    /*border: 1px solid #f1132d;*/
}

/** 上容器 *!*/
.news-top-container {
    display: flex;
    /*gap: 20px;*/
    /*background: #f8f9fa;*/
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    /*margin-bottom: 50px;*/
}

.news-top-image {
    flex: 0 0 40%;
}

.dynamic-image {
    width: 648px;
    height: 440px;
    object-fit: cover;
    /*border-radius: 8px;*/
}

.news-top-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background-color: #ffffff;
}

.news-time {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.news-line {
    color: #5d91a3;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.news-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    padding: 0 20px;
}

.news-description {
    color: #6c757d;
    line-height: 2.0;
    margin-bottom: 20px;
    padding: 0 20px;
}

.news-more-btn {
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    border: none;
    display: flex;
    align-items: center;
    /*gap: 8px;*/
    width: 120px;
    height: 36px;
    cursor: pointer;
    margin-left: 10px;
}

.news-more-btn span {
    flex: 1;
    text-align: center;
    color: #6c757d;
}

.news-more-btn .arrow-icon {
    display: flex;
    width: 30%;
    height: 100%;
    /*background-color: #5e91a4;*/
    padding: 8px 8px;
}

.news-more-btn:hover {
    /*background: #4a7a8c;*/
}

/**/

.news-other-container {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.news-other-store-content {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 100%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    padding: 50px 0;
    /*border: 1px solid #f1132d;*/
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.news-item {
    flex: 0 0 calc(33.333% - 14px);
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /*border-radius: 8px;*/
    /*padding: 15px;*/
    box-sizing: border-box;
    transition: transform 0.3s ease;
    height: 700px;
}

.news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-image img {
    width: 100%;
    /*height: auto;*/
    /*border-radius: 4px;*/
    /*width: 500px;*/
    height: 350px;
    margin-bottom: 30px;
}

.news-time-other {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
    padding: 0 20px;
}

.news-line-other {
    color: #5d91a3;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px;
}


.news-title-other {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 20px;


}

.news-description-other {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}


.news-more-btn-other {
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*gap: 5px;*/
    /*font-size: 12px;*/
    /*color: #007bff;*/
    /*cursor: pointer;*/
    /*border: none;*/
    /*background: none;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*padding: 0 20px ;*/
    background-color: #fff;
    /*border: 1px solid #dee2e6;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    border: none;
    display: flex;
    align-items: center;
    /*gap: 8px;*/
    width: 120px;
    height: 36px;
    cursor: pointer;
    margin-left: 10px;
}

.news-more-btn-other:hover {
    text-decoration: underline;
}

.news-more-btn-other span {
    flex: 1;
    text-align: center;
    color: #6c757d;
}

.news-more-btn-other .arrow-icon {
    display: flex;
    width: 30%;
    height: 100%;
    /*background-color: #5e91a4;*/
    padding: 8px 8px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.page-info {
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

.page-link {
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.page-link.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.page-link:hover {
    background-color: #f0f0f0;
}

.page-current {
    font-size: 12px;
    color: #666;
    margin-right: 10px;
}

/**/

.news-details-container {
    width: 100%;
    height: auto;
    /*background-color: #fbf2f2;*/
    /*background-color: #f5f9fa;*/
}

.news-details-content {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*justify-content: space-between;*/
    width: 100%;
    max-width: 1600px;
    height: 100%;
    /*margin: 0 auto;*/
    gap: 20px;
    padding: 40px 0;
    margin: 40px auto;
    /*border: 1px solid #f1132d;*/
}


.news-details-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.news-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.news-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #999;
    font-size: 14px;
}

.news-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-body {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.news-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
}

.news-body p {
    margin-bottom: 20px;
}

.news-navigation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.news-navigation a,
.news-navigation div {
    flex: 1;
    padding: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.news-navigation a:hover {
    background-color: #f8f9fa;
}

.news-navigation a {
    text-decoration: none;
}


.nav-prev {
    text-align: left;
}

.nav-next {
    text-align: right;
}

.nav-label {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.nav-title {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-navigation .disabled .nav-title {
    color: #ccc;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .news-details-content {
        padding: 20px;
    }

    .news-title {
        font-size: 22px;
    }

    .news-meta {
        flex-direction: column;
        gap: 10px;
    }

    .news-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .nav-prev, .nav-next {
        text-align: center;
    }
}
