﻿@charset "utf-8";
/* CSS Document */
.text-c {
    text-align: center;
}
#pages {
    font-family: 宋体;
    padding: 14px 0 10px;
}
#pages a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    color: #333333;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
}
#pages a.a1 {
    background: url("../../images/bjtcd/admin_img/pages.png") no-repeat scroll 0 5px transparent;
    padding: 0;
    width: 56px;
}
#pages a:hover {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #000000;
    text-decoration: none;
}
#pages span {
    background: none repeat scroll 0 0 #B38F48;
    border: 1px solid #B38F48;
    color: #FFFFFF;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
}