#faqlist li{
	border: 1px solid #c0c0c069;
	margin-bottom: 20px;
transition: unset;}
#faqlist li.current{
    border: 2px solid #c74848;
}
#faqlist li.current .menu_body{
    border-bottom: 1px solid #ff992c;
}
#faqlist{
	margin-top: 15px;
}
#faqlist li .menu_head{
	padding: 20px 30px;
	font-size: 22px;
	color: #9a9a9a;
	line-height: 120%;
	display: flex;
	background-color: #f4f4f4;
}
#faqlist li .menu_head b{
	display: inline-block;
	color: #ffffff;
	position:relative;
	font-weight: normal;
	background: #cca973;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	vertical-align: text-bottom;
	margin-right: 5px;
	border-radius: 50%;
}
#faqlist li .menu_head p , #faqlist li .menu_head span{
	width: calc(100% - 50px);
	color: #7d7d7d;
	font-size: 21px;
	text-align: center;
font-weight: 400;}
#faqlist li.current .menu_head b:before{
	display:none;
}
#faqlist li .menu_head h3{
	display: inline-block;
    color: #494949;
    margin-left: 15px;
    font-weight: normal;
    width: calc(100% - 40px);
    vertical-align: top;
    line-height: 110%;
}
#faqlist li .menu_body{
    color: #5c5c5c;
    font-size: 14px;
    padding: 20px 30px 20px;
    line-height: 150%;
    background: #fff;
    line-height: 220%;
font-weight: 300;transition: unset;}
#faqlist li .menu_body p{font-size: 17px;}
@media screen and (max-width: 980px) {
	#faqlist li .menu_head{
	    font-size: 18px;
		padding: 20px;
	}
	#faqlist .forcontent{
    width: 90%;
    margin: 0 auto;
}
	#faqlist li .menu_body{
	    padding: 20px 0;
	}
	#faqlist li .menu_body p{
    text-align: justify;
}
	#faqlist li{margin-bottom: 20px;}
	#faqlist li .menu_head p, #faqlist li .menu_head span{
    text-align: left;
}
}