/*公共样式 字体，行高，字体颜色等*/
.page_left {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;}
 
/*去掉a链接的下划线*/
.page_left a{
    text-decoration: none;}
 
/*消掉最左侧页码区margin-left的5个像素*/
.page_left .p_pages{
    margin-left: 0px;}
 
/*按钮和页码的外观*/
.page_left .p_fun_d, .page_left .p_no_d,.page_left .p_fun , .page_left .p_no {
       width: 30px;
       display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    background-color: #F2F2F2;
    color:#666666;}
 
/*文字对齐样式*/
.page_left .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;}
 
/*无链接的字体颜色*/
.page_left .p_fun_d, .page_left .p_no_d{
    color: #ccc;}
 
/*链接字体颜色*/
.page_left .p_fun a, .page_left .p_no a{
    color: #666;}
 
/*鼠标移上时有链接按钮的外观*/
.page_left .p_no a:hover,.page_left .p_fun a:hover, .page_left .p_goto a:hover{
    background-color: #f5f5f5;}
 
 
/*页码省略号...的外观*/
.page_left .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;}
 
/*当前页码的外观*/
.page_left .p_no_d {

    background: rgb(70, 166, 230);
    color: white;}
 

.p_pages .p_first,.p_pages .p_first_d,.p_pages .p_last,.p_pages .p_last_d{
    display:none;}

.page_left .p_prev_d,.page_left .p_prev{
        background-image: url(./files/public/icon/png_1x/i_1x-12.png);
        background-repeat: no-repeat;
        background-position:center;
        text-indent:-9999px;
        background-size: 30%;}
.page_left .p_next_d,.page_left .p_next{
       background-image: url(./files/public/icon/png_1x/i_1x-14.png);
       background-repeat: no-repeat;
       background-position:center;
       text-indent:-9999px;
       background-size: 30%;}


