@charset "utf-8";
/* CSS Document */


.downright {
	border: 5px solid #EFEFEF;
	width: 760px;
	min-height: 500px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.downright p {
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	margin: -4px -4px 0px -4px;
}
.downright p span {
	font-weight: normal;
	color: #000;
}

#cert {
	background-color: #EFEFEF;
}

#cert ul li {
	float: left;
	border: 5px solid #EFEFEF;
	width: 240px;
	height: 300px;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: 10px;
}
#cert ul li div {
	width: 230px;
	height: 230px;
	position: relative;	
	overflow: hidden;
}
#cert ul li img {
	width: 200px;
	max-height: 200px;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -100px;
}
#cert ul li h4 {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}
