.wrapFaq{
	background: #fff;
	min-width: 980px;
	margin: 0 auto;
	padding: 30px 0 10px
}
.itemFaq{
	border: 3px solid #cacfd7;
	padding: 10px;
	position: relative;
	margin-top: 20px
}
.itemFaq .fa_question,
.itemFaq .fa_ans{
	width: 50px;
	float: left;
}
.itemFaq .titlefaq{
	position: relative;
	background: #f1f0f6;
	margin-bottom: 10px
}
.itemFaq .h3title{
	margin: 7px 0 2px 16px;
	float: left;
	font-size: 21px;
	line-height: 38px;
	width: 700px;
}
.itemFaq .note{
	float: right;
	background: url(../img/faq/fa_bg01.png) no-repeat left top;
	text-align: right;
	padding: 0px 17px;
	color: #fff;
	font-weight: bold;
	width: 157px;
	line-height: 40px
}
.itemFaq .ansfaq{
	width: 890px;
	float: right;
	font-size: 13px;
	margin-top: 4px
}
