﻿/*--- HUA_Pager ---*/
/*font-size:0;清除a标签之间的默认留白间距*/
/* ••• ··· … …  »«›‹ */ 
.HUA_pagebar {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    display: block;
    clear: both;
    font-size: 0; 
    font-family: Arial;
}
.HUA_pagebar a.x-ease,
.HUA_pagebar a.c-ease {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    list-style: none;
    color: #b4b4b4;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin: 10px 3px 0px 3px;
    font-family: Arial;
    font-size: 15px;
    transition: none;
    transition: all .3s ease;
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;     
            box-sizing: border-box;
}
.HUA_pagebar a.c-current {
    border-width: 0px;
    cursor: default;
    background-color: #2db7f5;
    color: #fff;
}
.HUA_pagebar a.c-omit {
    width: 24px;
    border-width: 0px;
    cursor: default;
    font: 12px/60px "Arial";
    background-color: #fff;
    color: #999;
}
.HUA_pagebar a.c-pre {
    font-family: "Arial";
    font-size: 24px;
    line-height: 40px;
}
.HUA_pagebar a.c-next {
    font-family: "Arial";
    font-size: 24px;
    line-height: 40px;
}
.HUA_pagebar a.c-jump {
    font: 26px/40px "Arial";
    letter-spacing: 0px;
    text-align: center;
    color: #b4b4b4;
}
.HUA_pagebar a.c-ease:hover {
    color: #2db7f5;
    border: 1px solid #b0e6ff;
    background-color: #E6F7FF;
            transition: all .3s ease;
       -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    
}



 /*
 .HUA_pagebar xa.c-jump-pre:after {
    content: "«"; 
    letter-spacing: 0px;
    text-align: center;
    color: #b4b4b4;
    font: 26px/40px "Arial";
}
.HUA_pagebar xa.c-jump-next:after {
    content: "»"; 
    letter-spacing: 0px;
    text-align: center;
    color: #b4b4b4;
    font: 26px/40px "Arial";
}

.HUA_pagebar xa.c-jump:after {
    content: "•••";
    letter-spacing: 0px;
    text-align: center;
    color: #999;
    font: 14px/1.5 "Arial","黑体";
}
.HUA_pagebar xa.c-jump-pre:hover:before {
    content: "«";
    line-height: 36px;
}
.HUA_pagebar xa.c-jump-next:hover:before {
    content: "»";
    line-height: 36px;
}
.HUA_pagebar xa.c-jump:hover:after {
    content: "";
}
*/


/*.HUA_pagebar a.c-current:hover {
    color: #2db7f5;
}*/
/*--- \HUA_Pager ---*/