.ac_faq_wrapper{
	position:relative;
    cursor: pointer;
}
.ac_title_faq{
	min-height: 50px;
	padding: 15px 0;
	line-height: 24px;
	font-size: 14px;
	position:relative;
	border-bottom:#9a9fa2 1px solid;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.ac_more_link_faq{
	position:absolute;
	top:0;
	right:0;
	width:170px;
	height:51px;
    display:block;
    -webkit-transition: background .5s;
    transition: background .5s;
}
.ac_faq_content{
	line-height: 32px;	
	padding:0 15px;
	border-bottom:#ebedee 1px solid;
}
.ac_faq_show .ac_more_link_faq{
 
}

.ac_faq_show .ac_title_faq{
	color: #ED1C24;
}
@media (max-width: 960px) {
	.ac_more_link_faq{
		width:80px;
	}
}
@media (max-width: 480px) {
	.ac_more_link_faq{
		width:40px;
	}
}

