#banner{
    width: 100%;
    height: 272px;
    background-color: #2878FF;
    background-image: url(http://img.book118.com/sr1/M00/28/0A/wKh2AmAXWKSIVkBZAAE8xU8DpUEAApWqgGan1cAATzd310.png?v=20210201);
    background-repeat: no-repeat;
    background-position-x: right;
}
#banner h1{
    padding: 79px 0 0 0;
    font-size: 48px;
    text-align: center;
    color: #fff;
}
#banner h1 strong{
    color: #fffc00;
}
#banner a{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 214px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #14c7ff;
    border-radius: 25px;
    box-shadow: 2px 3px 7px 0px rgba(9,57,131,0.34); 

}
#main{
	overflow: hidden;
}
#main .letter{
    float: left;
    padding: 39px 20px;
	width: 856px;
	background-color: #fff;
}
#main .letter h2{
    margin: 0 0 26px 0;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #111;
}
#main .letter .bd p,
#main .letter .bd h3{
    line-height: 36px;
    font-size: 14px;
}
#main .letter .bd .head{
    margin: 0 0 17px 0;
    padding: 31px 25px 25px 25px;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
#main .letter .bd p.indent{
    text-indent: 2em;
}
#main .letter .bd h3{
    font-size: 16px;
    font-weight: bolder;
}
#main .slider{
    float: right;
    padding: 20px 20px 32px 20px;
	width: 248px;
    background: #ffffff;
}
#main .slider h3{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
#main .slider ul li{
    height: 36px;
    line-height: 36px;
}
#main .slider ul li a strong:hover{
    color: #2878FF;
    text-decoration: underline;
}
#main .slider ul li a i.icon-cirlce{
    margin-right: 15px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    vertical-align: middle;
}
#main .slider ul li a strong{
    display: inline-block;
    width: 228px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#main .table{
    float: left;
    padding: 39px 20px;
    width: 856px;
    background-color: #fff;
}
#main table {
    width: 100%;
    border-color: #ddd;
}
#main table .show-more{
    cursor: pointer;
}
.more-content{
    padding: 10px 10px;
}
.tb thead {
    background: #f5f5f5;
}
.tb tfoot td{
    padding: 15px 0 0 0;
    color: #333;
    font-size: 12px;
}
.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-foul tbody tr:hover td {
    background: #FFF9F2;
}
.tb-foul tbody .number {
    width: 5%;
    text-align: center;
}
.tb-foul tbody .user {
    width: 12%;
    text-align: center;
}
.tb-foul tbody .user a {
    text-decoration: underline;
    color: #333;
}
.tb-foul tbody .reason {
    width: 33%;
    padding: 0 10px;
}
.tb-foul tbody .ban-time {
    width: 11%;
    text-align: center;
}
.tb-foul tbody .rm-time {
    width: 15%;
    text-align: center;
}
.tb-foul tbody .ban {
    width: 7%;
    text-align: center;
}
.tb-foul tbody .person {
    width: 7%;
    text-align: center;
}
.tb-foul tbody .qq {
    width: 10%;
    text-align: center;
}
.tb-tort tbody .title {
    width: 30%;
}
.tb-tort tbody .info {
    width: 40%;
}
.tb-tort tbody .time,
.tb-tort tbody .result
{
    width: 15%;
    text-align: center;
}
.tb-tort thead {
    background: #f0faff;
}
.tb-tort tbody td {
    line-height: 20px;
    padding: 10px;
}
.tb-tort thead th,
.tb-tort tbody td,
.tb-law tbody th,
.tb-law tbody td
{
    border-color: #95dafd;
}
.tb-law tbody td {
    padding: 10px;
}
.tb-law tbody .title {
    width: 40%;
    text-align: center;
}
.tb-law tbody .info span {
    display: block;
    text-indent: 2em;
}
.tb-law tbody .info a:hover {
    text-decoration: underline;
}