
#site, #main {
    width: 1200px;
    margin: 0 auto;
}
#site ol li span {
    color: #ff0000;
}
#site ol li.my {
    float: right;
}
#site ol li.my a {
    color: #ff0000;
    text-decoration: underline;
}
#main table {
    width: 100%;
    border-color: #ddd;
}
.bd {
    padding: 15px 20px;
    background: #fff;
}
.bd .tell {
    margin: 0 0 15px 0;
    padding: 18px 20px 12px;
    border-radius: 5px;
    background-color: #F5F5F5;
    overflow: hidden;
}
.bd .tell dl {
    float: left;
    width: 960px;
}
.bd .tell dl dt {
    margin-bottom: 15px;
}
.bd .tell dl dt i {
    display: inline-block;*zoom:1;_display:inline;
    width: 4px;
    height: 16px;
    margin-right: 5px;
    background: #2878FF;
    vertical-align: middle;
}
.bd .tell dl dt span {
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
}
.bd .tell dl dd {
    float: left;
    line-height: 26px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}
.bd .tell dl dd.l {
    width: 356px;
}
.bd .tell dl dd.tip {
    width: 960px;
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 12px;
    color: #888;
}
.bd .tell dl dd.tip a {
    font-size: 12px;
    color: #2878ff;
}
.bd .tell .btns {
    float: right;
    padding: 42px 0;
}
.bd .tell .btns .btn {
    display: block;
    width: 136px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    background: #2878FF;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.tb thead {
    background: #f5f5f5;
}
.tb thead th {
    line-height: 24px;
    padding: 6px 0;
    border: 1px solid #ddd;
    font-size: 12px;font-weight: 400;color: #333;
}
.tb tbody td {
    line-height: 24px;
    padding: 5px 0;
    border: 1px solid #ddd;
    font-size: 12px;color: #333;
}
.tb tbody td a {
    color: #2878FF;
}
.tb tbody td a:hover {
   text-decoration: underline;
}
.tb tbody tr.bg td {
    background: #F0FAFF;
}
.tb tbody tr:hover td {
    background: #FFF9F2;
}
.tb tbody .number {
    width: 5%;
    text-align: center;
}
.tb tbody .user {
    width: 12%;
    text-align: center;
}
.tb tbody .user a {
    text-decoration: underline;
    color: #333;
}
.tb tbody .type {
    text-align: center;
}
.tb tbody .reason {
    width: 33%;
    padding: 0 10px;
}
.tb tbody .ban-time {
    width: 11%;
    text-align: center;
}
.tb tbody .rm-time {
    width: 15%;
    text-align: center;
}
.tb tbody .person {
    width: 7%;
    text-align: center;
}
.tb tbody .qq {
    width: 10%;
    text-align: center;
}
.tb tfoot td {
	position: relative;
}
.tb tfoot td .count {
    position: absolute;
    padding: 21px 0;
    height: 36px;line-height: 36px;
    font-size: 12px;color: #999;
}