@charset "UTF-8";

.bbs-type-06A {
    box-sizing: border-box;
    position: relative;
    min-height: 250px;
	background: url(./../images/box-bg.png) right center no-repeat #42b4ae;
    overflow: hidden;
    padding: 20px;
}

.bbs-type-06A>ul {
    position: relative;
}

.bbs-type-06A>ul>li {
    float: left;
}

.bbs-type-06A>ul>li.active {
	display: block;
}

.bbs-type-06A>ul>li .recentBbsTab {
    position: relative;
    font-size: 20px;
    background: none;
	color:#fff;
	padding: 7px;
}

.bbs-type-06A>ul>li.active .recentBbsTab {
    font-weight:500;
	color: #ffee26;
}
.bbs-type-06A>ul>li:first-child{
	padding-left:15px;
}

.bbs-type-06A>ul>li:first-child:before {
    content: "";
    margin: 0;
}

.bbs-type-06A>ul>li>ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
}

.bbs-type-06A>ul>li.active>ul {
    display: block;
    margin-top: 10px;
}

.bbs-type-06A>ul>li>ul>li {
    background: url(./../images/m_bbs_list.png) left 5px center no-repeat;
    padding-left: 15px;
    position: relative;
    margin-top: 0;
}

/* .bbs-type-06A>ul>li>ul>li.recentBbsInnerLi {
    margin-top: 10px;
} */

.bbs-type-06A>ul>li>ul>li a {
    color: #fff;
    line-height: 28px;
    display: block;
}

.bbs-type-06A>ul>li>ul>li a:hover strong {
    text-decoration: underline;
}

.bbs-type-06A>ul>li>ul>li a strong {
    font-size: 14px;
    display: block;
    margin-right: 80px;
    font-weight: normal;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bbs-type-06A>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;
	display: none;
}

.bbs-type-06A>ul>li>ul>li a span.data {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    color: #fff;
}

.bbs-type-06A>ul>li>ul>li.recentBbsNoData {
    color: #444;
    background: none;
    text-align: center;
    padding: 20px 0;
}

.bbs-type-06A .recentBbsMore {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: url(./../images/m_bbs_more.png) left top no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -5000px;
}

.bbs-type-06A>ul>li.active .recentBbsMore {
    display: block;
}

@media screen and (max-width:640px) {
    .bbs-type-06A {
        border-right: 0;
    }
}
