@CHARSET "UTF-8";

/*jquery分页*/
.holder{
    padding-right:10px;color:#505050;
    padding-left:15px;background:url(../images/page.jpg) repeat-x;height: 33px;
    line-height: 33px;text-align: center;
    margin-top:30px;
}
.holder a{background-color:#f6f6f6;vertical-align:middle; border:#cfcece 1px solid; color:#004da1;padding:3px 5px; margin-right:3px;line-height:33px;cursor:pointer;}
.holder a:hover {background-color:#004da1;color:#fff; text-decoration:none;border:#004da1 1px solid;}
.holder a.jp-previous{margin-right:5px;}
.holder a.jp-next {margin-left:5px;}
.holder span {margin: 0 5px;}
.holder a.jp-current, a.jp-current:hover { color: #fff;font-weight: bold;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #fff;}
.holder a.jp-current, .holder a.jp-disabled{
    cursor: default; 
    color: #505050
}
a.jp-current:hover,a.jp-disabled:hover{
    background:#004da1;
    color: #fff;
}
.holder span {margin:0 5px;}

@media(max-width:640px){
    .holder{
        margin-top:15px;
    }
}