div.faq_list
{
	word-wrap: break-word;
}
.one_faq{
margin-bottom: 10px;
}
.faq_name{
    border-bottom: 1px dotted;
    color: #0086d4;
    font-size: 18px;
	cursor:pointer;
	position: relative;
	margin-left: 25px;
}
.faq_name:before {
	content: '';
	position: absolute;
	background: url('/images/ribbon.svg') no-repeat;
	width: 15px;
	height: 30px;
	left: -25px
}
a.faq_name:hover {
	text-decoration: none;
    color: #0086d4;
}
.faq_ansver{
display:none;
margin-top: 5px;
margin-left: 20px;
}
.one_faq.active .faq_ansver{
display:block;
} 

