/* BASIC css start */
/* BASIC css start */
.bbs-sub-tit {
    color: #888;
    font-size: 12px;
    line-height: 20px;
    margin: 10px auto;
    text-align: center;
 
}
.bbs_board_menu{
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 60px;
}

.bbs_board_menu > a{
    float: left;
    display: block;
    width: 20%;
    height: 55px;
    line-height: 55px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    box-sizing: border-box;
    color: #757575;
    font-size: 13px;
    text-align: center;
}

.bbs_board_menu > a:hover,
.bbs_board_menu > a.bbs_on{
    background: #333333;
    color: #fff;
    font-weight: bold;
}



.bbs_board_menu > a{
    -webkit-transition: all .35s cubic-bezier(.25, .1, .11, .99);
    -moz-transition: all .35s cubic-bezier(.25, .1, .11, .99);
    transition: all .35s cubic-bezier(.25, .1, .11, .99);
}
/* BASIC css end */

