.aki-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    clear: both;
}

.aki-list a.item {
    width: calc(25% - 40px);
    display: block;
    margin: 0 20px 20px;
}

.aki-list a.item .img {
    overflow: hidden;
    padding: 10px;
    background: #eef1f4;
}

.aki-list a.item img {
    max-width: 100%;
}

.aki-list a.item .title {
    text-align: center;
    margin-top: 10px;
}


.footer_box {
    margin-top: 0 !important;
}


.pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0 5px;
    transition: all 0.3s ease;
    border-radius: 4px;
    color: black;
}

.pagination li.active a,
.pagination li.active span,
.pagination a:hover {
    background: rgb(226, 30, 30);
    color: white;
}