.question-poster {
	width:auto;
	overflow:hidden;
	position:relative;
	height:300px;
	background:#000
}
.question-help {
	width:auto;
	overflow:hidden;
	position:relative;
	background:#fff;
	font-family:Microsoft Yahei
}
.question-help .question-hd {
	float:left;
	 margin-top:50px;
	width:248px;
	height:490px;
	border:1px solid #ddd;
	background:#fff;
	color:#333;
}
.question-help .question-hd .tit {
	height:56px;
	color:#fff;
	line-height:56px;
	font-size:18px;
	text-align:center;
	background:#e50012
}
.question-help .question-hd ul li {
	padding-left:18px;
	line-height:22px;
	cursor:pointer
}
.question-help .question-hd ul li:hover {
	color:#F64C00
}
.question-help .question-hd ul .space {
	margin-bottom:5px
}
.question-help .question-hd ul .main-cate {
	height:38px;
	color:#333;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	padding:0;
	line-height:38px;
	background:#F5F5F5
}
.question-help .question-hd ul .main-cate i {
	width:40px;
	height:38px;
	float:left;
	display:block;
	background-image:url(../image/help.png);
	background-repeat:no-repeat
}
.question-help .question-hd ul .main-cate.title1 i {
	background-position:-80px -40px
}
.question-help .question-hd ul .main-cate.title2 i {
	background-position:-80px 0
}
.question-help .question-hd ul .main-cate.title3 i {
	background-position:-40px -40px
}
.question-help .question-bd {
	width:920px;
	padding:45px 0 150px 280px
}
.question-help .question-bd .title {
	width:120px;
	height:120px;
	font-size:18px;
	color:#fff;
	line-height:28px;
	margin:0 auto 30px;
	border-radius:50%;
	overflow:hidden;
	text-align:center
}
.question-help .question-bd .title i {
	width:40px;
	height:40px;
	display:block;
	margin:22px auto 0;
	background-image:url(../image/help.png);
	background-repeat:no-repeat
}
.question-help .question-bd .title.selected {
	background:#ff0
}
.question-help .question-bd .title.title1 {
	background:#8372CA
}
.question-help .question-bd .title.title1 i {
	background-position:-3px 0
}
.question-help .question-bd .title.title2 {
	margin-top:40px;
	background:#e50012
}
.question-help .question-bd .title.title2 i {
	background-position:-43px 0
}
.question-help .question-bd .title.title3 {
	margin-top:40px;
	background:#63B1CE
}
.question-help .question-bd .title.title3 i {
	background-position:-3px -40px
}
.question-help .question-bd dl {
	color:#666;
	width:910px;
	margin-bottom:20px;
	font-size:14px
}
.question-help .question-bd dl.selected dt {
	background:#FF0
}
.question-help .question-bd dl dt {
	line-height:30px;
	font-weight:700;
	font-size:16px
}
.question-help .question-bd dl dd {
	line-height:24px
}
