@CHARSET "UTF-8";

/*jquery分页*/
.holder{
    color:#505050;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.holder a{
    vertical-align:middle;
    color: #000;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 13px;
    cursor:pointer;
}
.holder a:hover {
    color:#008c64; 
    text-decoration:none;    
}
.holder a.jp-previous{margin-right:15px;}
.holder a.jp-next {margin-left:15px;}
.holder span {margin: 0 15px;}
.holder a.jp-current, a.jp-current:hover { color: #008c64;font-weight: bold;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #008c64;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; color:#008c64;}
.holder span {margin:0 15px;}