/* 分页 */

.page {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.page a {
    display: inline-block;
    line-height: 18px;
    margin: 5px 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 2px;
	cursor: pointer;
}

.page a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}

.page a.current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.page span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 2px;
	cursor: pointer;
}
