
@font-face { 
 font-family: '汉仪长艺体简','仿宋','Candara'; 
 src:
        url('../fonts/Candara.ttf') format('ttf'), 
        url('../fonts/simfang.ttf') format('ttf'), 
        url('../fonts/汉仪长艺体简.ttf') format('ttf'); 
}  
.common_problem {
	background: #f1f1f1;
	padding-bottom: 3rem;
}
/*标题*/
.common_problem_title {
	padding-top: 2.4rem;
}
.common_problem_title1 {
	font-family: '仿宋';
	text-align: center;
	font-size: 2.4rem;
	color: #333;
	font-weight: bold;
}
.common_problem_title2 {
	font-family: '汉仪长艺体简';
	font-size: 2.6rem;
	text-align: center;
	color: #33;
	font-weight: bold;
	margin-bottom: 1.9rem;
}
.common_problem_title3,.common_problem_title4,.system_introduction_title3,.system_introduction_title4 {
	font-size: 0.7rem;
	color: #666;
	line-height: 1.25rem;
	text-align: center;
	padding: 0 6%;
}
.common_problem_title4,.system_introduction_title4 {
	font-family: 'Candara';
	margin-top: 10px;
}
/*问答*/
.common_problem_cons {
	margin-top: 2.4rem;
}
.common_problem_con {
	
	margin-bottom: 2rem;
}
.common_problem_con_Q {
	color: #333;
	font-size: 0.9rem;
	background: url(../images/bj/problem/01.png) no-repeat left center;
	height: 33px;
	line-height: 33px;
	padding-left: 45px;
}
.common_problem_con_A {
	font-size: 0.7rem;
	color: #666;
	line-height: 1.25rem;
	background: url(../images/bj/problem/02.png) no-repeat left 6px;
	padding-left: 45px;
	margin-top: 1.5rem;
}
@media (max-width: 520px) {
	.common_problem_title1 {
		font-size: 2rem;
	}
	.common_problem_title2 {
		font-size: 1.5rem;
	}
	.common_problem_title3,.common_problem_title4 {
		display: none;
	}
	.common_problem_con_Q {
		font-size: 0.8rem;
		height: auto;
		/*background-size: contain;*/
		line-height: 1.25rem;
		padding-left: 2.2rem;
		min-height: 33px;
		background: url(../images/bj/problem/01.png) no-repeat left top;
	}
	.common_problem_con_A {
		font-size: 0.6rem;
		margin-top: 1rem;
	}
	.system_introduction_title4 {
		display: none;
	}
}