.centers ul li:first-child {
	margin-left: 0px;
}
.centers ul li:nth-child(3n+1) {
	margin-left: 0px;
}
.centers ul li {
	border: 1px solid #CFCFCF;
	width: 292px;
	float: left;
	margin-left: 26px;
	margin-top: 25px;
	position: relative;
	color: #7F7F7F;
}
.centers div:nth-child(2) img {
	width: 292px;
	height: 170px;
}
.centers .content-no {
	position: absolute;
	right: 40px;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(/isa/images/center-no.png);
	background-size: 100% 100%;
	font-size: 12px;
	color: #FFFFFF;
}
.centers .content-no:last-child {
	padding-left: 2px;
}
.centers .name {
	text-align: center;
	padding: 5px 0px;
	color: #000;
	width: 90%;
	margin-left: 5%;
	white-space: normal;
	font-weight: normal;
	font-size: 14px;
}
.centers .pass ul li {
	border: 0px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	width: 50%;
	padding-bottom: 5px;
}
.centers .pass ul li:first-child {
	width: 100%;
}
.centers .pass ul li span {
	color: red;
}
@media screen and (max-width: 1200px) {
	.centers ul li {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.centers div:nth-child(2) img {
		width: 100%;
	}
}
