.qjyx {
	text-align: center;
	margin: 0 auto;
}

.qjyx ul li {
	width: 33.33%;
	float: left;
	margin-bottom: 20px;
}

.qjyx ul li p {
	text-align: center;
	color: #9a9290;
	font-weight: bold;
	font-size: 14px;
}

.qjyx ul li p em {
	text-align: center;
	color: #444;
	font-size: 18px;
	font-weight: bold;
}

.qjtj>table {
	text-align: center;
	width: 100%;
	font-size: 13px;
	text-indent: 0em;	
}


.qjtj tr:first-child {
    font-size: 15px;
}
.qjtj tr:nth-child(odd) {
    background-color:#eceae8;
}


@media (max-width: 720px){
.qjyx {
	text-align: center;
	margin: 0 auto;
}

.qjyx ul li {
	width: 50%;
	float: left;
	margin-bottom: 0.15rem;
	padding: 0 0.1rem;
}

.qjyx ul li p {
	text-align: center;
	color: #9a9290;
	font-weight: bold;
	font-size: 8pt;
}

.qjyx ul li p em {
	text-align: center;
	color: #444;
	font-size: 12pt;
	font-weight: bold;
}
.qjtj>table {
	font-size: 10pt;
	text-indent: 0em;
	border: 1px solid #999;
}
.qjtj tr:first-child {
	font-size: 12pt;
}
.qjtj td {
	padding: 1%;
	border: 1px solid #999;
}
}