@charset "utf-8";
/* 分页器样式表 */
.studentPage{margin:20px auto;display:table;}
.studentPage a,.studentPage ul,.studentPage li{float:left;color:#999;text-align:center;font-size:14px;}
.studentPage ul{overflow:hidden;height:32px;}
.studentPage li{padding:6px 18px;margin:0 5px;background-color:#f2f2f2;color:#999;border: solid thin #f2f2f2;}
.studentPage li:hover,.studentPage li.current{background-color:#cc0000; border: solid thin #cc0000;color:#fff;cursor:pointer;}
.studentPage a{display:block;padding:6px 18px;background-color:#f2f2f2;border: solid thin #f2f2f2;margin:0 5px;}
.studentPage a:hover{background-color:#cc0000;color:#fff; border: solid thin #cc0000;}
.studentPage span{display:block;padding:6px 18px;background-color:#f2f2f2;
border: solid thin #f2f2f2;margin:0 5px;float:left;color:#999;text-align:center;font-size:14px;cursor: pointer;}
