/***********

for php output html
***********/


.pages{
    width: 1200px;
    height: 60px;
    float: left;
    letter-spacing:2px;
    line-height:23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}

.pagesCenter{
    text-align: center;
    padding: 10px 0 0 180px;
}

.pages a,
.pages span {
    background: #FEFEFE;
    padding: 5px 5px;
    margin: 0 2px 0 1px;
    border: 1px solid #ddd;
}

.num{
    min-width: 35px;
    height: 35px;
    text-align:center;
}

.pages span.current {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    text-align:center;
    background: #50A8E6;
    color: #FFF;
    font-weight: 700;
    border-color: #50A8E6;
}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #58A0D3;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0 1px;
    height: 35px;
}

.pages a:hover {
    border-color: #50A8E6;
}

.rows{
    height: 35px;
    margin: 0 0 0 10px;
}
