﻿.neirong {
    width: 1400px;
    min-height: 500px;
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 20px;
}

.list-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.list-item {
    width: 1400px;
    height: 168px;
    background-color: white;
    display: flex;
    align-items: center;
    padding-left: 50px;
    border-bottom: 1px solid #eee;
}

.list-icon {
    height: 180px;
    width: auto;
    flex-shrink: 0;
}

.list-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
    align-self: flex-start;
    padding-top: 44px;
}

.huanye {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.page-btn {
    width: 50px;
    height: 33px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #666;
}

.page-btn:hover {
    background-color: #e0e0e0;
}

.page-current {
    background-color: #1d50a2;
    color: white;
}