/*@charset "utf-8";证书查询专用*/
.CertiList {
	width: 305px;
	float: left;
	padding: 5px 10px;
	}
.CertiList .Name {
	font: bold 14px/25px verdana, 宋体;
	border-bottom: 1px solid #CCC;
	margin: 3px 0;
	color: #F60;
	}
.CertiList .Name span {
	background: #CCC;
	width: 100px;
	text-align: center;
	margin: 0 10px 0 0;
	color: #333;
	float: left
	}
.CertiList img {
	width: 100px;
	height: 70px;
	border: 1px solid #999;
	float: left;
	margin: 0 8px 0 0;
	}
