.tab_h {
	width: 1138px;
}

.tab_h_ul {
	width: 170px;
	border-right: 1px solid #e1e1e1;
	float: left;
}

.tab_h_ul li {
	width: 140px;
	margin-right: 30px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.tab_h_type,
.tab_h_type_cur {
	display: block;
	width: 140px;
	height: 38px;
}

.tab_h_type:hover,
.tab_h_type_cur,
.tab_h_type_cur:hover {
	background: #4fa2ea;
	color: #fff;
}

.tab_h_content {
	margin:0 auto;
}

.tab_h_content .q_bg {
	width: auto;
	height: 32px;
	margin-bottom: 20px;
	background: #e8e8e8;
}

.q_title {
	line-height: 32px;
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

span.tip {
	float: right;
	line-height: 32px;
	margin-right: 10px;
	color: #999;
	cursor: pointer;
}

.q_bg_selected {
	width: auto;
	height: 32px;
	margin-bottom: 20px;
	background: #e8e8e8;
	cursor: pointer;
}

.tab_h_content dd p {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 0 10px;
}


