.qa_content {
	width:960px;
	margin-top:10px;
}
.qa_content ol, .qa_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.qa_content .qa_tabs2 li {
	float: left;
	margin: 0 0 -1px 5px;
	background-color: #808080;
	height: 32px;
	width:232px;
	cursor: pointer;
}
.qa_content .qa_tabs2 li .act2 {
	background-color: #d2d2d2;
	padding-bottom: 1px;
	border-bottom:5px solid #cc0033;
}
.qa_content .qa_tabs2 li:hover{
	background-color: #d2d2d2;
	color:#1186ec;
}
.qa_content .qa_tabs2 span {
	display: block;
	float: left;
	overflow: hidden;
	font-size:20px;
	padding-left:15px;
	color:#ffffff;
}
.qa_content .qa_tabs2 li span:hover {
    color:#1186ec;
}
.qa_content .tab_container2 {
    clear: both;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #fff;
	overflow: hidden;
}
.qa_content .tab_container2 dl {
	position: relative;
	height:248px;
	overflow: hidden;
}
.qa_content .tab_container2 .tab_content2 dd {
	position: absolute;
	width:960px;
	height: 100%;
	margin:0 auto;
	background: #fff;
}