.new_li{
margin-top: 20px;
height: 200px;
display: flex;

justify-content: space-between;

}

  .new_li img{
width: 300px;
height: 187px;

}
.new_li_div{
width: 820px;
height: 187px;
}
.new_li_div_baby{
display: flex;
margin-top: 13px;
height: 30px;
line-height: 20px;
justify-content: space-between;
}
        /* .pagination {
            margin-top: 20px;
        }
        .pagination a {
            margin: 0 5px;
            text-decoration: none;
            cursor: pointer;
        } */

/* 自定义分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.page-numbers {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-numbers a {
    display: inline-block;
    text-decoration: none;
    background-color: #e0e0e0;
    color: #333;
    padding: 8px 12px;
    margin: 0 4px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.page-numbers a:hover {
    background-color: #333;
    color: #fff;
}

.page-numbers .current {
    background-color: #333;
    color: #fff;
}

#prevPage,
#nextPage {
    display: inline-block;
    text-decoration: none;
    background-color: #e0e0e0;
    color: #333;
    padding: 8px 12px;
    margin: 0 4px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

#prevPage:hover,
#nextPage:hover {
    background-color: #333;
    color: #fff;
}
