/*----文本样式----*/
.text1 {
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
.text2 {
	font-size:13px;
	line-height:24px;
}
.text3 {
	color:black;
	text-decoration:none;
}
.text3 a:hover {
	color:red;
	text-decoration:none;
}
.text_pic {
	width:96%;
	text-align:left;
	padding:6px 0px 0px 0px;
}
#footbg {
	width:620px;
	height:24px;
	margin-bottom:16px;
	line-height:24px;
	background-color:#ededef;
	text-align:center;
}
.color_six {
	color:#666666;
	text-decoration:none;
}
.color_six a:hover {
	font-size:12px;
	color:red;
	text-decoration:none;
}
.indent {
	padding-left:24px;
	line-height:24px;
}