@charset "UTF-8";
.wu_a-type{
	box-sizing:border-box;
	overflow:hidden;
}
.wu_a-type > ul{
	position:relative;
}
.wu_a-type > ul > li{
	display:inline-block;
	float:left;
}
.wu_a-type > ul > li.active span input{
	color:#404040;
	font-family: inherit;
	font-weight:600;
}
.wu_a-type ul li .recentBbsTabSpan{
	display:block;
	position:relative;
	padding-bottom:20px;
}
.wu_a-type ul li .recentBbsTabSpan:after{
	content:'';
	background-color:#d20001;
	width:90px;
	height:3px;
	display:block;
	position:absolute;
	left:0;
	bottom:-2px;	
	z-index:3;
}
.wu_a-type ul li .recentBbsTabSpan input{
	background:none;
	border:none;
	display:block;
	font-size:24px;
	line-height:1;
	margin:0;
}
.wu_a-type ul li ul{
	background-color:#fff;
	border-top:1px solid #ddd;
	box-sizing:border-box;
	display:none;
	left:0;
	position:absolute;
	padding:10px 15px 15px;
	top:45px;
	width:100%;
}
.wu_a-type ul li ul li a{
	color:#555;
	font-size:13px;
}
.wu_a-type ul .recentBbsTitle{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left:10px;
	position:relative;
}
.wu_a-type ul .recentBbsTitle:before{
	content:'';
	background:url(./../images/list-dot.gif) no-repeat;
	width:4px;
	height:5px;
	display:block;
	position:absolute;
	left:0;
	top:11px;
}
.wu_a-type ul .recentBbsInfo {
	box-sizing:border-box;
	margin-bottom:0;
	padding-bottom:0;
	padding-right:100px;
	position:relative; 
	width:100%;
	/*background:url(./../images/list-line.gif) left bottom repeat-x;*/
}
.wu_a-type ul .recentBbsInfo dl{
	position:absolute;
	right:0;
	top:0;
}
.wu_a-type ul .recentBbsInfo dl dt{
	display:none;
}
.wu_a-type ul li .recentBbsMore{
	display:none;
	position:absolute; 
	right:0;
	top:0;
}
.wu_a-type ul li .newArtcl{
	display:none;
}
.wu_a-type ul li.active ul,
.wu_a-type ul li.active .recentBbsMore{
	display:block;
}
.wu_a-type ul li.active .recentBbsMore{
	background:url(./../images/bbs-more.png) center center no-repeat;
	height:13px;
	width:12px;
	margin-top:10px;
	text-indent:-9999px;
}

@media screen and (max-width:860px){
	.wu_a-type ul .recentBbsInfo{
		padding-right:0;
	}
	.wu_a-type ul .recentBbsInfo dl dd{
		display:none;
	}
}

