@charset "utf-8";
/* CSS Document */
html
{
	background:none;
}
.chapterCon
{
	position: absolute;
	left: 0px;
	width: 1600px;
	overflow: hidden;
	top: 14px;
}
.page
{
	padding:28px 48px;
	width:650px;
	float:left;
	margin-right:10px;
	border:2px solid #7ec02e;
	background:url(../image/bg.jpg) no-repeat;
	color:white;
	height:718px;
	margin-bottom:10px;
}
p
{
	text-indent:2em;
	line-height:22px;
	font-size:14px;
	font-family:"微软雅黑","黑体","宋体";
}
.chapter
{
	text-align:center;
	font-size:18px;
	line-height:32px;
	font-family:"微软雅黑","黑体","宋体";
	font-weight:bold;
}
.section
{
	text-align:center;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
	font-family:"微软雅黑","黑体","宋体";
}
.firstTitle
{
	line-height:24px;
	font-weight:bold;
	font-family:"微软雅黑","黑体","宋体";
}
.conImg
{
	text-align:center;
}
.imgText
{
	text-align:center;
	line-height:24px;
	font-size:14px;
	font-family:"微软雅黑","黑体","宋体";
}
.conText,li
{
	text-align:left;
	line-height:22px;
	font-size:14px;
	font-family:"微软雅黑","黑体","宋体";
}
.question
{
	background:url(../image/questionBg.jpg) no-repeat;
	width:597px;
	height:136px;
	padding:5px 20px;
}
.question2
{
	background:#7fc02e;
	width:637px;
}
.questionMiddle
{
	background:url(../image/questionBottom.jpg) no-repeat bottom;
	width:597px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
}
	
