.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination li {
    margin: 0 5px;
    background: #eaeaea;
    font-size: 15px;
    font-family: '微软雅黑', '黑体';
}
.pagination li:hover {
    cursor: pointer;
}
.pagination li a{
    display: block;
    text-align: center;
    color: #606266;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
}
.pagination li span{
    display: block;
    text-align: center;
    color: #606266;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
}
.pagination .active span{
    color: #fff !important;
    background: #409eff !important;
}