.faq-item-head{
	position: relative;
	padding-top: 15px;
	border-top: 1px solid #7e8996;
}
.faq-item-head .name{
	font-size: 16px;
	color: #005095;
	position: relative;
	line-height: 24px;
	padding-left: 14px;
}
.faq-item-head .name a{
	color: #005095;
	}
.faq-item-head .name a:hover{
	font-weight: bold;
}
.faq-item-head .name:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 4px;
	height: 22px;
	background: #7e8996;
}
.faq-item-head .choose{
	margin-left: 14px;
	font-size: 16px;
	color: #666;
	margin-top: 8px;
	height: 30px;
}
.faq-item-head .choose>span{
	display: block;
	float: left;
	line-height: 30px;
}
.faq-item-head .select{
	border: 1px solid #d2d2d2;
	float: left;
	line-height: 28px;
	height: auto;
	position: relative;
	cursor: default;
	user-select: none;
}
.faq-item-head .select>span{
	line-height: 28px;
    padding: 0 26px 0 10px;
    display: block;
    position: relative;
}
.faq-item-head .select>span:after{
	content: '\e83d';
	font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    /* width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #999; */
}
.faq-item-head .select-list{
	position: absolute;
	top: 28px;
	left: -1px;
	white-space: nowrap;
	border: 1px solid #d2d2d2;
	background: #fff;
	z-index: 1;
}
.faq-item-head .select-list .option{
	padding: 0 10px;
}
.faq-item-head .select-list .option:hover{
	background: #01bee6;
	color: #fff;
}