ul,ol{
    list-style: none;
	text-decoration: none;
}
.page li a{
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #606266;
    border-radius: 6px;
    margin: 0 1px;
    border: 1px solid #ebebeb;
    height: 30px;
}
.page .on a{
    background: #32b643;
    border-color: #32b643;
    color: #fff;
    min-width: 33px;
}