﻿@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#3366cc;
	text-decoration:underline;
}
/* demo */
.demo {
	width: 300px;
    float: LEFT;
}
.demo h2 {
	font-size:14px;
	height:44px;
	color:#000;
}
.demo dl dt {
	font-size:14px;
	color:#ff6600;
	margin-top:30px;
	font-weight:800;
}
.demo dl dt, .demo dl dd {
	line-height:22px;
}
/* tabbtn */
.tabbtn {
	height:39px;
}
.tabbtn li {
	float:left;
	position:relative;
	line-height: 39px;
	height: 39px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -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;
}
.tabbtn li.current {
	line-height: 39px;
	background-color: #0e5cc5;
	height: 39px;
	width: 98px;
}
.tabbtn li.current a {
	height:39px;
	line-height:39px;
	color:#FFFFFF;
	font-weight:800;
	background-color: #0e5cc5;
}
/* tabcon */
.tabcon {
	position:relative;/*必要元素*/
	height:230px;
	overflow:hidden;
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {
	padding:5px 10px;
	height:170px;
}
/* leftcon */
#leftcon .subbox {
	width:9999em;
}
#leftcon .subbox .sublist {
	float:left;
	width:274px;
}
/* sublist */
.sublist {
	padding:10px;
}
.sublist li {
	height:41px;
	line-height:41px;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 30px;
}
