.commonQuestionDetail_all {
	margin-top: 20px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.commonQuestionDetail_content {
	width: 800px;
}

.commonQuestionDetailBtn {
	border: 0;
	width: 120px;
	height: 35px;
	background: #E61F18;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color: white;
	letter-spacing: 1px;
}

.commonQuestionDetil {
	padding: 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 3px solid #E61F18;
	margin-bottom: 20px;
}

.commonQuestionDetil p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.1px;
}

.commonQuestionDetil p span {
	border: 0;
	background: #E61F18;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
}

.commonQuestionDetil_line {
	border-top: 1px solid #579;
	margin-top: 5px;
	margin-bottom: 15px;
}