@charset "utf-8";
/* CSS Document */

body {min-width: 1200px; margin: 0px; background: #FFF;}
body, td, th {font-family: "微软雅黑"; font-size: 14px; color: #333;}
a {font-family: "微软雅黑"; color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #0068b7;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #0068b7;
}

#pages li:hover a {
    color: #fff;
}