@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */

a, img {
	border:0;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "宋体";
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#3366cc;
	text-decoration:underline;
}
/* demo */
.demo {
	width:100%;
	position:relative;

}
.demo h2 {
	font-size:16px;
	height:44px;
	color:#3366cc;
	margin-top:20px;
}
.demo dl dt {
	font-size:14px;
	color:#ff6600;
	margin-top:30px;
}
.demo dl dt, .demo dl dd {
	line-height:22px;
}
/* tabbtn */
.tabbtn {
    width:100%;
	height:40px;
	background:url(../images/tabbg.gif) repeat-x;
}
.tabbtn li {
	width: 20%;
	float:left;
	position:relative;
}
.tabbtn li a {
	display:block;
	float:left;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	overflow:hidden;
	width:100%;
	background-color:#0badff; 
	margin-left:1px;
	font-family:"微软雅黑";
	text-align:center;
	font-size:16px;
	cursor:pointer;
}

.tabbtn li.current a {
	height:40px;
	line-height:40px;
	background:#4b75de;
	color:#fff;
	font-weight:800;
}
/* tabcon */
.tabcon {

	position:relative;/*必要元素*/
	width:100%;
	height:491px;
	float:left;
	overflow:hidden;
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {
    float:left;
	padding:20px 15px;
    width: calc(100% - 30px);
    height: calc(100% - 40px);
	background-color:#FFFFFF;
}
/* leftcon */
#leftcon .subbox {
	width:9999em;
}
#leftcon .subbox .sublist {
	float:left;

}
/* sublist */
.sublist {
	padding:10px;
}
.sublist li {
	height:27px;
	width:calc(50% - 40px);
	 float:left; 
     overflow: hidden;
	 padding-left:20px;
	 margin-left:10px;
	background:url("../images/d.jpg") no-repeat 5px center;
	line-height:27px;
	font-size:14px;
	font-family:"微软雅黑";
}
.sublist li span {
	margin:0 5px 0 0;
	font-family:"宋体";
	font-size:12px;
	font-weight:400;
	color:#ddd;
}
