.jj_body{
	min-height: 800px;
	overflow: hidden;
	background: #f5f5f5;

}

.jj_body_c{
	max-width: 1150px;
	width: 100%;
    min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	background:#ffffff;
	padding: 25px;
}

.title{
	text-align: center;
}

.title_2{
	text-align: center;
	color: #666;
	font-size: 20px !important;
	margin-bottom: 25px;
}

.faq_q{
	font-size:20px; 
	color: #000;
}

.faq_a{
	padding: 15px;
	font-size: 16px;
	line-height: 1.5;
	background:#fdfdfd;
	border-radius: 8px;
	margin-bottom: 50px;
}

.title_3{
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
}

.content_a{
	font-size: 16px;
	line-height: 1.5;
}

.content_a img{
	width: 100%;
}