


.pagebar {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;
 
    color:#222;}
 
/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;}
 .pages a{
    display: inline-block;
    width: 34px;
    height: 33px;
    margin: 2px;
    line-height: 31px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #1e63b5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;}
/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{
    margin-left: -5px;}
.pages .p_pages span{
display: block;
    float: left;}
 
/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun a, .pagebar .p_no a{
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;
 
    height:24px;
    -height:auto;
 
    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;}
 
/*文字对齐样式*/
.pages .p_t{
    width: auto;
    border: none;
    color: #666;
    margin: 0 4px;}
 
/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
    color: #ccc;}
 
/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
    color: #222;}
 
/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover{
    background-color: #f5f5f5;}
 
 
/*页码省略号...的外观*/
.pages .p_dot {

        display: inline-block;
    width: 34px;
    height: 33px;
    line-height: 31px;

    font-size: 16px;
    font-weight: 400;
    color: #1e63b5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;}
 
/*当前页码的外观*/
.pages .p_no_d {
display: inline-block;
    width: 34px;
    margin: 2px;
    height: 33px;
    line-height: 33px;
    background: #d4be6e;
    border-radius: 4px;
    color: #fff;
    border-color: #d4be6e;}
 
/*按钮控制*/
 
/*控制是否显示 "首页" "尾页" */
.pages .p_first,.pages .p_first_d,.pages .p_last,.pages .p_last_d{
    display:none !important;}
 
/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{}
 
/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{}
 
/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{}
 
/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
    font-family: SimSun;
    font-size:12px;
 
    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;
 
    outline-width:thin;
    outline-color:#258CFF;
     
    margin:0px 2px;
    padding:0px 1px;
 
    width:22px;
    text-align:center;}
 
/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
    border: 1px solid #258CFF;}
 
/*跳转按钮的外观*/
.pages .p_goto a{
    width: 60px;
    height: 33px;
    background: #1e63b5;
    border-radius: 4px;
    color: #fff;
    border: none;}
.pages .p_prev a{
 background: url(/hzjl-..-images-a/icon1.png.jpg) center no-repeat;
    padding-left: 10px;}
 .pages .p_next a{
 background: url(/hzjl-..-images-a/icon2.png.jpg) center no-repeat;
    padding-left: 10px;}

