﻿.gkPage {
    color:#999
}
.gkPage a{
    color:#999;
    margin:0 5px;
    font-size:12px;
}
.prev_pager {
    border-radius:4px;
   display:inline-block;
   width: 75px;
   height: 30px;
   padding-left:5px;
   background: #FFFFFF;
   text-align:center;
   line-height:30px;
   border: 1px solid #EEEEEE;
   background-image: url('../../images/news/leftarrow.png');
   background-repeat:no-repeat;
   background-size:6px 8px;
   background-position:8px 11px;
 
}
.pager {
    box-sizing:border-box;
    border-radius:4px;
    display:inline-block;
    padding:0 10px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align:center;
    line-height:30px;
}
.current_pager {
    box-sizing:border-box;
    border-radius:4px;
     display:inline-block;
     padding:0 10px;
     height: 30px;
     background: #FFFFFF;
     border: 1px solid #fff;
     text-align:center;
     line-height:30px;
     background:#ff003c;
     color:#fff;
}
.first_pager {
    box-sizing:border-box;
    border-radius:4px;
    display: inline-block;
    width: 75px;
    height: 30px;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border: 1px solid #EEEEEE;
    background-image: url('../../images/news/rightarrow.png');
    background-repeat: no-repeat;
    background-size: 6px 8px;
    background-position: 61px 11.5px;
    padding-right:5px;
}
.pageCount {
    box-sizing:border-box;
    border-radius:4px;
    display:inline-block;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    line-height: 30px;
}
.jumpbox {
    box-sizing:border-box;
    border-radius:4px;
    display:inline-block;
    width:40px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align:center;
    line-height:30px;
    color:#999;
    margin-right:3px;
    margin-left:3px;
}
.jumpbutton {
    border-radius:4px;
    width: 40px;
    height: 30px;
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
    color:#999999;
    text-align:center;
    line-height:30px;
    margin-left:5px;
    cursor:pointer
}
/*.ellipsis {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-size:18px;
}*/
.disable_pager {
    margin-right:15px;
    margin-left:15px;
}