﻿.page{
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    font-size: 14px;
    display: table;
}
.page ul{
    /*float: right;*/
    display: table;
}
.page ul li{
    float: left;
}
.page em {
    height: 25px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ededed;
    color: #dedede;
    background: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    vertical-align: top;
}
.page  span {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: 1px solid #DF6588;
    background-color: #DF6588;
    margin-left: 2px;
    line-height: 28px;
    vertical-align: top;
}
.page  a {
    width: 25px;
    height: 25px;
    white-space: nowrap;
    line-height: 28px;
    border: 1px solid #666666;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    color: #acacac;
    background: #fff;
    vertical-align: top;
    text-decoration: none;
}
.page .disabled span{
    width: 25px;
    height: 25px;
    white-space: nowrap;
    line-height: 23px;
    border: 1px solid #666666;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    color: #acacac;
    background: #fff;
    vertical-align: top;
}
.page li:first-child a, .page li:first-child span{
    width: 25px;
    height: 25px;
    white-space: nowrap;
    line-height: 23px;
    border: 1px solid #666666;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    color: #acacac;
    background: #fff;
    vertical-align: top;
}
.page li:last-child a, .page li:last-child span{
    width: 25px;
    height: 25px;
    white-space: nowrap;
    line-height: 23px;
    border: 1px solid #666666;
    display: inline-block;
    text-align: center;
    margin-left: 2px;
    color: #acacac;
    background: #fff;
    vertical-align: top;
}
.margin_center{
    margin: 10px auto;
}
