.page {
    padding: 16px 0 16px;
    text-align: center;
	float:left;
}

.page a.a1 {
    #width: 56px;
    padding: 0 5px;
}


.page a {
    font-size:16px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #e5e5e5;
    border: 1px solid #d2d2d2;
    text-align: center;
    color: #333;
    padding: 0 13px;
    margin: 0 8px;
}

.page .page_hover{
    background: #ee7700;
}
.page span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #ee7700;
    border: 1px solid #d2d2d2;
    color: #fff;
    text-align: center;
    padding: 0 13px;
    margin: 0 3px;
}