.help_wrap {
	padding-bottom: 60px;
	background-color: #f5f5f5;
	overflow: hidden;
	padding-top: 30px;
}

.help_breadcrumb {
	width: 1020px;
	margin: 0 auto;
	line-height: 48px;
	color: #999;
	float: left;
}
.help_cont {width: 1280px; margin: 0 auto;}
.help_cont_l { width: 200px; margin-right: 20px; float: left; background-color: #fff;}
.help_cont_r { width: 1020px; background-color: #fff; float: right; min-height: 900px; padding: 0 20px;}
.h_l_tit { line-height: 48px;color: #fff; font-weight: bold; background-color: #0a4f9a; padding-left: 20px;}
.h_x_clu { line-height: 48px; color: #999; font-weight: bold;text-align: center; border-bottom: 1px dashed #eaeaea; margin: 0 20px; font-size: 16px;}
.help_breadcrumb a { color: #999;}
.help_breadcrumb_nr { color: #333; font-size: 16px; line-height: 28px; float: left;}
.h_x_clu a {color:#999;}/* 未被访问的链接 */
/*.h_x_clu a:visited {color:#0a4f9a;}!* 已被访问的链接 *!*/
.h_x_clu a:hover {color:#333;}/* 鼠标指针移动到链接上 */
.h_x_clu a:active {color:#3254a8;}/* 正在被点击的链接 */
.h_x_clu.active a{
	color: #0a4f9a;}