@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */

/* demo */

/* tabbtn */
.tabbtn {
	height:39px; line-height:39px; background:#e4e4e4; margin-top:20px;
	

}
.tabbtn li {
	float:left;
	position:relative;
	margin:0 0 0 -1px;
}
.tabbtn li a {
	display:block;
	float:left;
	height:39px;
	line-height:39px;
	overflow:hidden;
	width:108px;
	text-align:center;
	font-size:12px;
	cursor:pointer; font-weight:800;
}
.tabbtn li.current {
	
}
.tabbtn li.current a {
	
	height:39px;
	line-height:39px;
	background:#3070de;
	color:#fff;
	font-weight:800;
}
/* tabcon */
.tabcon {
	
	position:relative;/*必要元素*/
	
	overflow:hidden;
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {
	
}
/* leftcon */
#leftcon .subbox {
	width:9999em;
}
#leftcon .subbox .sublist {
	float:left;
	width:664px;
}
/* sublist */
.sublist {
	padding:10px;
}
.sublist li {
	height:28px;
	line-height:28px;
	font-size:12px;
}
.sublist li span {
	margin:0 5px 0 0;
	font-family:"宋体";
	font-size:12px;
	font-weight:400;
	color:#ddd;
}
