.pages {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pages div {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(221,221,221,1);
    line-height: 40px;
    text-align: center;
    margin: 16px;
}

.pagination {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.pagination li {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(221,221,221,1);
    line-height: 40px;
    text-align: center;
    margin: 16px;
}
.pagination li a {
    font-size: 14px;
    color: #999;
}
.pagination li.active span {
    color: #0779C4;
}
.pages .prev {

}
.pages .prev img {
    width: 8px;
    margin-top: 12px;
}
.pages .page {

}
.pages .page a {
    font-size: 14px;
    color: #999;
}
.pages .page.ative a {
    color: #0779C4;
}
.pages .next {

}
.pages .next img {
    width: 8px;
    margin-top: 12px;
}