/* BASIC css start */
.community_top{
    padding-top: 10px;
    margin-bottom: 40px;
}

.community_top > div {
    width: 33.333%;
    text-align: center;
    border: 1px solid #dedede;
    border-right: none;
    box-sizing: border-box;
}

.community_top > div:last-child {
    border-right: 1px solid #dedede;
}

.community_top div a{
    font-size: 16px;
    color: #666666;
    display: block;
    line-height: 63px;
}

.community_top div.on {
    border-top: 2px solid #222;
}

.community_top div.on a{
	line-height: 62px;
    height: 62px;
    color: #222;
    font-weight: 500;
}

.bbs-sch{
    display: none;
}
/* BASIC css end */

