﻿﻿/*分页*/
.page {
    font-size: 14px;
    line-height: 30px;
    /*width: 550px;*/
    text-align:center;
    margin: auto;
    padding: 20px 0;
    color: #333;
    overflow: hidden;
}

.pager_container {
    display: inline-block;
}

.pagesy {
    display: inline-block;
    width: 75px;
    background: #E3E3E3;
    height: 30px;
    text-align: center;
    
    line-height: 30px;
    color: #333;
}

.pagezd {
    display: inline-block;
    width: 75px;
    background: #E3E3E3;
    height: 30px;
    border: 0px;
    font-family: "Microsoft YaHei";
    
    color: #333;
}

.pagesy a {
    display: inline-block;
    color: #333;
}

.gptb {
    display: inline-block;
    
    line-height: 30px;
    height: 30px;
}

.page_num {
    border: 1px solid #E3E3E3;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.pager_text {
    display:inline-block;
}
