/*考证中心模块样式表*/

.kaozheng_map {
	width: 1200px;
	margin: auto;
	min-height: 525px;
}
/*所有证书*/
.renzheng_map,
.kecheng_map {
	cursor: pointer;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px;
	background: url(../img/ico_mktg.png) no-repeat right top;
}

.kecheng_map:hover {
	border: 1px solid #3487f5;
}
.kecheng_map img {
	width: 100%;
}

.kecheng_map h2 a,
.kecheng_map h2 {
	font-size: 22px;
	color: #333333!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tishu a:hover,
.tishu a:active,
.tishu a:focus,
.kecheng_map h2 a:active,
.kecheng_map h2 a:focus,
.kecheng_map h2 a:hover,
.kecheng_map h2:hover {
	color: #3487f5!important;
	outline: none;
	text-decoration: none;
}

.kecheng_text {
	margin: 10px 0px 0px 0px;
}

.kecheng_name {
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zj_text {
	font-size: 16px;
	color: #3487f5;
}
.tishu {
	margin-top: 10px;
	color: #333333;
}
.renzheng_map {
	background: url(../img/ico_ytg.png) no-repeat right top;
}
.renzheng_map img {
	width: 220px;
}