/* Normal Style */
body {
	font-size:14px;
	background: #ccc;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding:0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
}
table tr td,table tr th{border:1px solid #ccc; }
table tr td,table tr th{line-height:25px; font-size:12px; padding:0 3px}
table tr th{ font-weight:bold}
/*----------------------------------------------- header Style ---------------------------------------------*/
#header {
	padding-top:3px;
	padding-left:20px;
	border-bottom:1px solid #999;
}
#header ul {
	overflow:auto;
	zoom:1;
	text-align:center;
}
#header ul li {
	float:left;
	font-family: "宋体";
	font-size: 12px;
	line-height: 22px;
	margin:2px;
}
#header ul li.last {
	border:none;
}
#header ul li a {
	color:#666;
	text-decoration:none;
}
#header p {
	line-height:25px;
	padding-left:4px;
}
#header p a {
	padding:0 0.5em;
	color:#455E78;
}
/*----------------------------------------------- banner Style ---------------------------------------------*/
.banner {
	background:url(../images/banner.jpg) no-repeat;
	height: 190px;
	overflow:hidden;/*或者 hidden,scroll,不包括visible */
	_height:1%; /*设置高度是为了ie6获取haslayout */
}
/*----------------------------------------------- main Style ---------------------------------------------*/
.mainl {
	float: left;
	width: 300px;
	background: #FFF;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
}
.lbox {
	overflow:auto;/*或者 hidden,scroll,不包括visible */
	_height:1%; /*设置高度是为了ie6获取haslayout */
	width:278px;
	border:1px #ddd solid;
	margin:10px;
	margin-bottom:0px;
	background:#fff;
}
h2.tth2 {
	padding-left:20px;
	padding-bottom:3px;
	padding-top:3px;
	line-height:20px;
	height:20px;
	background:#e2e2e2;
	border-bottom:2px solid #0C429F;
	color:#0C429F;
	font-size:16px;
	font-weight:bold;
	font-family: 微软雅黑;
}

ul.normalUL li {
	
	line-height:25px;
	padding:10px;

}
ul.normalUL li strong 
{
    text-indent:2em;
	line-height:25px;
	margin:10px;
	color:#222;
}
ul.normalUL li.more {
	text-align:right;
	background:none;
}
ul.normalUL h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:8px 0;
	padding-left:10px;
	background:#eee;
	border-bottom:1px dotted #ccc;
}
ul.normalUL h3 span {
	font-size:12px;
	padding-left:170px;
}
ul.normalUL p {
	text-indent:2em;
	line-height:22px;
	margin:10px;
	color:#333;
}
.mainb {
	float: right;
	width: 700px;
	background: #FFF;
	margin-bottom:10px;
}
.bbox {
	overflow:hidden;/*或者 hidden,scroll,不包括visible */
	_height:1%; /*设置高度是为了ie6获取haslayout */
	width:688px;
	border:1px #ccc solid;
	margin:10px;
	margin-left:0px;
	margin-bottom:0px;
	background:#fff;
}
/* --------------------------------------------------------------------------- 脚注样式 -------------------------------------------------------- */
.footer {
	border-top:#104E8B solid 3px;
	padding: 10px 0;
	background: #fff;
	position: relative;
	clear: both;
}
.footer p {
	text-align:center;
}

