/* news_list �����б�ҳ */

/* ===== ������ ===== */
.news-list-page .border-bot {
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
}

.news-list-page .layout-nav li {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-right: 8px;
}

.news-list-page .layout-nav li a {
    display: block;
    padding: 0 16px;
    color: #6b6b6b;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-list-page .layout-nav li a:hover {
    color: #D7000F;
}

.news-list-page .layout-nav li.on a {
    color: #D7000F;
    font-weight: 600;
}

.news-list-page .layout-nav li::after {
    background: #D7000F;
}

.news-list-page .searform input[type="text"] {
    border-radius: 4px 0 0 4px;
    border-color: #ddd;
}

.news-list-page .searform .search-btn-sm {
    border-radius: 0 4px 4px 0;
    background: #D7000F;
}

/* ===== �������� ===== */
.news-list-page .news-list-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

/* ===== �Ƽ����� ===== */
.news-list-page .news-featured {
    margin-bottom: 40px;
}

.news-list-page .news-featured-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0 0 24px;
    padding-left: 12px;
    border-left: 4px solid #D7000F;
    line-height: 1.4;
}

.news-list-page .newslist-box-tuijian {
    margin-top: 0;
}

.news-list-page .news-list {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0;
}

.news-list-page .newslist-box-tuijian > li > a:hover .news-list {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.news-list-page .news-list .img-box {
    height: 220px;
}

.news-list-page .news-list .img-box img {
    transition: transform 0.4s ease;
}

.news-list-page .newslist-box-tuijian > li > a:hover .img-box img {
    transform: translateY(-50%) scale(1.05);
}

.news-list-page .news-list .text-box {
    padding: 20px 24px 24px;
}

.news-list-page .news-list .text-box .title {
    font-size: 18px;
    line-height: 1.5;
    height: auto;
    max-height: 54px;
    color: #222;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.2s ease;
}

.news-list-page .newslist-box-tuijian > li > a:hover .text-box .title {
    color: #D7000F;
}

.news-list-page .news-list .text-box .time {
    margin: 0;
    padding-top: 12px;
    font-size: 13px;
    color: #999;
}

/* ===== �����б� ===== */
.news-list-page .news-list-section {
    margin-top: 10px;
}

.news-list-page .newslist-box {
    margin-top: 0;
    padding: 0;
}

.news-list-page .newslist-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.news-list-page .newslist-box li:hover {
    background: #fafafa;
}

.news-list-page .newslist-box li a {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    transition: color 0.2s ease;
}

.news-list-page .newslist-box li a b {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-right: 0;
    font-size: 0;
    background: #D7000F;
    border-radius: 50%;
}

.news-list-page .newslist-box li:hover a {
    color: #D7000F;
}

.news-list-page .newslist-box li span {
    float: none;
    flex-shrink: 0;
    font-size: 13px;
    color: #999;
    margin-left: 20px;
}

.news-list-page .newslist-box li::after {
    display: none;
}

/* ===== ��ҳ ===== */
.news-list-page .page {
    padding: 40px 0 10px;
}

.news-list-page .page a {
    display: inline-block;
    min-width: 36px;
    padding: 0 12px;
    margin: 0 4px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
}

.news-list-page .page a:hover {
    color: #D7000F;
    border-color: #D7000F;
}

.news-list-page .page span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    margin: 0 4px;
    border-radius: 4px;
    background: #D7000F;
    color: #fff;
    border: 1px solid #D7000F;
}

.news-list-page .page .inp {
    width: 48px;
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
}

.news-list-page .page .submit {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    background: #D7000F;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.news-list-page .page .submit:hover {
    background: #b8000d;
}

/* ===== ��Ӧʽ ===== */
@media (max-width: 767px) {
    .news-list-page .nyban {
        height: 120px;
    }

    .news-list-page .news-list-wrap {
        padding: 20px 0 40px;
    }

    .news-list-page .news-featured-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .news-list-page .news-list .img-box {
        height: auto;
    }

    .news-list-page .news-list .text-box {
        padding: 16px;
    }

    .news-list-page .news-list .text-box .title {
        font-size: 16px;
        max-height: none;
    }

    .news-list-page .newslist-box li {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 8px;
        gap: 6px;
    }

    .news-list-page .newslist-box li span {
        margin-left: 16px;
    }

    .news-list-page .layout-nav li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}
