.pagelist {
    font-size: 14px;
    color: #606266;
    text-align: center;
    cursor: default;
}

.pagelist p {
    margin: 0 0 12px;
}

.pagelist a {
    text-decoration: none;
    color: #606266;
    display: inline-block;
    margin: 2px;
}

.pagelist a:hover {
    color: #409eff;
}

.pagelist span {
    min-width: 32px;
    height: 32px;
    margin: 2px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 14px;
    color: #606266;
    text-align: center;
    line-height: 32px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    transition-duration: .2s;
}

.pagelist span:hover {
    color: #606266;
    background: #e0e0e0;
    border-color: #e0e0e0;
}

.pagelist .current {
    color: #ffffff;
    background: #409eff;
    border-color: #409eff;
}

.pagelist .current:hover {
    color: #ffffff;
    background: #409eff;
    border-color: #409eff;
}