@charset "UTF-8";
.bbs-type-01b {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgba(247, 247, 247, 1);
}

.bbs-type-01b .bbs_title {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.bbs-type-01b>ul {
    position: relative;
}

.bbs-type-01b>ul>li {
    float: left;
}

.bbs-type-01b>ul>li .recentBbsTab {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: bold;
    background: none;
}

.bbs-type-01b>ul>li.active .recentBbsTab {
    color: #FFF;
}

.bbs-type-01b>ul>li:before {
    content: "/";
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    margin: -5px 5px -5px 10px;
    vertical-align: middle;
}

.bbs-type-01b>ul>li:first-child:before {
    content: "";
    margin: 0;
}

.bbs-type-01b>ul>li>ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    padding-top: 5px;
}

.bbs-type-01b>ul>li.active>ul {
    display: block;
}

.bbs-type-01b>ul>li>ul>li {
    background: url(./../images/m_bbs_list.png) left 9px no-repeat;
    padding-left: 10px;
    padding-bottom: 5px;
    position: relative;
    margin-top: 0;
}

.bbs-type-01b>ul>li>ul>li.recentBbsInnerLi {
    margin-top: 0;
}

.bbs-type-01b>ul>li>ul>li a {
    color: #FFF;
    line-height: 1.5;
    display: block;
}

.bbs-type-01b>ul>li>ul>li a:hover strong {
    text-decoration: underline;
}

.bbs-type-01b>ul>li>ul>li a strong {
    font-size: 13px;
    display: block;
    margin-right: 45px;
    font-weight: normal;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bbs-type-01b>ul>li>ul>li a strong .newArtcl {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background: url(./../images/share.png) left top no-repeat;
    width: 11px;
    height: 11px;
    text-indent: -5000px;
}

.bbs-type-01b>ul>li>ul>li a span.data {
    position: absolute;
    top: 2px;
    right: 0;
    color: rgba(102, 102, 102, 1);
    font-size: 11px;
}

.bbs-type-01b>ul>li>ul>li.recentBbsNoData {
    color: #FFF;
    background: none;
    text-align: center;
}

.bbs-type-01b .recentBbsMore {
    display: none;
    position: absolute;
    top: 7px;
    right: 0;
    background: url(/sites/Type-18A/images/icon_plus.png) left top no-repeat;
    width: 26px;
    height: 26px;
    text-indent: -5000px;
}

.bbs-type-01b>ul>li.active .recentBbsMore {
    display: block;
}


/************** ADDED CSS *************/
.bbs-type-01b > ul > li .recentBbsTab {
    color: rgba(34, 34, 34, 1);
    font-weight: normal;
    font-size: 24px;
}
.bbs-type-01b > ul > li.active .recentBbsTab {
    color: rgba(34, 34, 34, 1);
    font-weight: normal;
    font-size: 24px;
}

.bbs-type-01b > ul > li > ul > li a strong {
    font-size: 14px !important;
    color: rgba(102, 102, 102, 1);
}

.bbs-type-01b > ul > li > ul > li a strong .newArtcl {
    display: none;
    color: rgba(102, 102, 102, 1);
}
