.HelpCenter_content{
	width: 1200px;
	margin: 0 auto;
}
.HelpList{
	float: left;
	width: 20%;
	background: #F5F5F5;
	color: #333333;
	padding-bottom: 50px;
}
.HelpDetail{
	float: left;
	width: 74%;
	margin-left: 6%;
}
.HelpShow>h2{
	display: block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #333333;
}
.HelpShow li a{
	height: 40px;
	line-height: 40px;
	display: block;
	color: #999999;
	text-align: center;
}
.HelpShow li a:hover{
	background: #E5BB73;
	color: #FFFFFF;
}
.HelpShow li a.HelpActive{
	background: #E5BB73;
	color: #FFFFFF;
}
.HelpShow>span{
	display: block;
	width: 70%;
	margin: 0 auto;
	height: 1px;
	background: #999999;
}
