@charset "UTF-8";
.bbs-type-01b													{box-sizing:border-box; position: relative; min-height: 150px; overflow: hidden;}
.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;}
.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; 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; 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(./../images/m_bbs_more.png) left top no-repeat; width: 20px; height: 20px; text-indent: -5000px;}
.bbs-type-01b > ul > li.active .recentBbsMore				{display: block;}