.faq-area{
  padding:10px 0 50px 40px;
	margin:0 auto;
  width:900px;
  background:#fff;
  border:1px solid #ebebeb;
  box-sizing:border-box;
}

.faq-area .hd{
  position:relative;
  margin-bottom:30px;
  width:100%;
  height:33px;line-height:33px;
  border-bottom:1px solid #ebebeb;
  font-size:14px;
  color:#000;
}
.faq-area .hd:before{
  content:'';
  position:absolute;
  bottom:-1px;left:0;
  width:55px;height:2px;
  background:#0aaff1;
}

.faq-area .row{
	margin-bottom:20px;
	font-size:16px;
}
.faq-area .row .que{
	color:#ff6600;
}
.faq-area .row .left{
	float:left;
	width:30px;
	line-height:25px;
}
.faq-area .row .right{
	float:left;
	width:750px;
	line-height:25px;
}

.faq-area .row .ans{
	color:#666;
}


