@charset "utf-8";
.page{
    padding:50px 0 10px;
    font-size:14px;
    font-weight:bold;
    line-height:22px;
    text-align:center;
    clear:both;}
.page a{ width:30px; height:30px; border:1px solid #e1e1e1; line-height:30px; text-align:center;color:#666; padding-left: 7px ;background:#fff;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-top: 5px;}
.page a:hover{
    text-decoration:none;
 color:#fff;
 background:#fd8c40;
border:1px solid #fd8c40}

.page a.active{
    background:#fd8c40;
    border:1px solid #fd8c40;
    color:#fff;
    margin-left: 3px;
}