/* .cert {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 97%;
}
.cert li {
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cert a {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
}

.cert img {
    max-width: 100px;
    max-height: 80px;
    margin: 0 10px;
}

.cert p {
    margin: 0 0 0 130px;
    font-size: 12px;
    line-height: 1.5;
} */
.cert {
	margin-right:-13px;
	list-style:none;
	zoom:1;}
.cert li{
	width:245px;
	height:230px;
	border:1px solid #9FC8DD;
	border-top:4px solid #3997C6;
	float:left;
	margin-bottom:16px;
	margin-right:13px;
	background:#F0FAFF;
	text-align:center;}
.cert li img{
	max-width:235px;
	max-height:180px;
	margin:0 auto;
	display:block;}
.cert li p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:10px 7px;
	margin:0 6px;
	margin-bottom:7px;
	border-bottom:1px dotted #000000;}