﻿.hCenter{
background-color: #E6E6E6;
	float:left;
}
.xCenter{
	float:left;
}

.helpLeft{
	float:left;
	width:200px;
	background-color:#E6E6E6;;
}
.helpRight{
	float:left;
	display:inline;
	margin-left:10px;
	width:730px;
	background-color:#eee;
}

.answer{
	padding:0 10px
}
.answer h1{
	text-align:center;
	color:#390;
	padding-bottom:10px;
	padding-top:20px;
	font-size:26px;
}
.answer .content,.answer .content p{
	line-height:22px;
}
.answer .content p{
	padding-top:10px;
}
.answer .content img{
	text-align:center;
}

.aboutList h4{
	line-height:36px;
	background:#006245;
	float:left;
	width:198px;
	margin-left:2px;
	margin-top:0;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	display:inline;
}
.aboutList ul{
	padding-top:20px;
	padding-bottom:60px;
}
.aboutList ul li{
	text-indent:0px;
	text-align:center;
	float:left;
	margin:5px 0;
	width:100%;
	height:36px;
	line-height:33px;
	border-right:none;
}
.aboutList ul li.curr{
    background: #009B4D;
	}

.aboutList ul li a{
	float:left;
	margin:0 20px;
	width:160px;
	background:#EEE;
	font-size:14px;
	color:#390;
	font-weight: bold;
}
.aboutList ul li.curr a{
	color:#fff;
	background:none;
}
.aboutList ul li a:hover{
	color:#FF3300;
}

