.see_more_on_list{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin:10px 0;
    padding: 0;
    background: #ff822e;
    color: #fff;
    border-radius: 4px;
}
.activities .tabs li.selected a{
    color: #ff822e;
    font-weight: bold;
    background:none;
}
.activities .tabs li.selected:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 40%;
    height: 2px;
    background: #ff822e;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.activities .tabs li{
    position: relative;
}
.search{
    left: 82px;
}

.header > a, .header > p, .header > div{
    color: #999;
}
.search-keyword{
    background: #f0f0f0;
    color: #999999;

}
.icon18-white{
    -webkit-mask-image: url(../images/icons-18-white.png);
    mask-image: url(../images/icons-18-white.png);
    -webkit-mask-position: -215px -2px;
    mask-position:-215px -2px;
    background: #797979;
}
.hot .scroll{
    margin-bottom: 0;
}
.ads{
    margin-bottom: 15px;
}

.news .label{
    float: left;
    width: 58px;
    height: 32px;
    line-height: 0;
    text-align: center;
    text-indent: -9999px;
    color: #fff;
    background: url(../images/homeIndex_zx.png);
    border-radius: 0;
    box-sizing: border-box;
    padding-top: 0;
}
.news .label a{
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}
.news .swipe{
    border-left:none;
    margin: 0 12px 0 60px;
}