body{
    background:#e9e9e9;
}
.banner{display:none!important;}
.main{
    width: 800px;
    float: left;
    background:#ffffff;
}
.main .addr{
    font-size: 14px;
    color:#999999;
    padding:15px 0;
    margin:0 14px;
    border-bottom:1px solid #cacaca;
}
.main .main-list{}
.main .main-list li{
    padding:14px 0 14px 0;
    margin:0 14px 0 14px;
}
.main .main-list li:hover{
    padding:14px 0 14px 9px;
    margin:0 14px 0 0;
    border-bottom: 1px solid #ffffff;
}

.main .pager{
    text-align: center;
    margin:24px 0 30px 0;
    line-height: 20px;
}
.main .pager li{
    display: inline-block;
    min-width: 24px;
    height: 20px;
    background: url(icons.png) no-repeat -163px -41px;
    line-height: 20px;
    text-align: center;
    color:#ffffff;
    vertical-align: top;
    cursor: pointer;
    margin:0 8px 0 0;
    font-size: 13px;
}
.main .pager li:first-child,
.main .pager li:last-child{
width:50px;
    background: url(icons.png) no-repeat -139px -70px;
}
.main .pager li:first-child:hover,
.main .pager li:last-child:hover{
    background: url(icons.png) no-repeat -203px -70px;
}
.main .pager li:hover,
.main .pager li.active{
    background: url(icons.png) no-repeat -215px -44px;
}
.main .pager .prev,
.main .pager .next{
    background: url(icons.png) no-repeat -138px -70px;
    width: 50px;
}
.main .pager .prev:hover,
.main .pager .next:hover,
.main .pager .prev.active,
.main .pager .next.active{
    background: url(icons.png) no-repeat -204px -70px;
}

.asidebox{
z-index:9000;
}
.asidebox .click-rank{}
.asidebox .click-rank li{
    font-size: 16px;
    color:#333333;
    line-height: 36px;
}
.asidebox .click-rank li:hover a{
    color:#ffc45c;
}
.asidebox .click-rank li .tag{
    width: 24px;
    height: 20px;
    color:#ffffff;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: url(icons.png) no-repeat -163px -41px;
    margin:0 8px 0 0;
}
.asidebox .click-rank li a{
    vertical-align: middle;
}
.asidebox .click-rank li:nth-child(1) .tag,
.asidebox .click-rank li:nth-child(2) .tag,
.asidebox .click-rank li:nth-child(3) .tag{
    color:#a87314;
    background: url("icons.png") no-repeat -215px -44px;
}

.asidebox{
    width: 376px;
    float:left;
    padding:15px 12px;
    background: #f7f7f7;
}
.asidebox .cm-stitle .text{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin: 6px 0 0 0;
    padding: 0 0 0 12px;
    border-left: 5px solid #ffc45c;
    border-bottom: 0;
}
.asidebox .cm-list-pt li{
    padding:14px 0;
}
.asidebox .cm-list-pt li:hover{
    border-left:0;
    background: none;
}
.asidebox .cm-list-pt li .text{
    width: 241px;
    margin:0 0 0 7px;
}
.asidebox .cm-list-pt li:hover .tit{
    color:#ffc45c;
}
.asidebox .cm-list-pt li .img{
    margin:4px;
}
.asidebox .cm-list-pt li:hover .img{
    border:4px solid #fbedc8;
    margin:0;
}
.asidebox .people-list .wrap{
    border:4px solid #e9e9e9;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin:15px 11px;
}
.asidebox .people-list .wrap .cover{
    position: absolute;
    bottom:-94px;
    left:0;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.asidebox .people-list .wrap:hover{
    border:4px solid #fbedc8;
}
.asidebox .people-list .wrap:hover .cover{
    bottom:0;
}
.asidebox .people-list .list{
display:none;
}
.asidebox .people-list .list.active{
display:block;
}

.asidebox .match{
    background: #ffffff;
    margin: 0 0 0 5px;
}
.asidebox .tabs{
    margin:0 0 12px 0;
    font-size: 0;
}
.asidebox .tabs .tab{
    cursor: pointer;
    width: 52px;
    height: 38px;
    line-height: 38px;
    background: #f4f1e9;
    font-size: 16px;
    color:#333333;
    margin:1px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.asidebox .tabs .tab img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.asidebox .tabs .tab:first-child{
width:72px;
}
.asidebox .tabs .tab:first-child.active{
width:100px;
}
.asidebox .tabs .tab.active{
    background: #ffffff;
    margin:0;
    border-top:3px solid #ffc45c;
    width: 80px;
}

.asidebox .match .list{
    display: none;
    padding:0 10px;
    color:#999999;
    line-height: 50px;
    overflow: auto;
    height: 297px;
}
.asidebox .match .list.active{
    display: block;
}
.asidebox .match .list li{}
.asidebox .match .list li:hover{
    font-size: 16px;
    color:#ffc45c;
}
.asidebox .match .list .name{
    margin:0 12px;
}
.asidebox .match .list .time{
    float: right;
}