@charset "utf-8";
.license_warp {
	display:grid;
	grid-template-columns: repeat(3 , 1fr);
	gap:107px;
	width: 100%;
}
.license_warp li {
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;;
	height: 86px;
	background: #e7e7e7;
	text-align: center !important;
}
.license_warp li.point {
	background: #2e375b;
}
.license_warp li:after {
	position: absolute;
	width: 67px;
	height: 24px;
	display: inline-block;
	content: '';
	right: -90px;
	top: calc(50% - 12px);
	background: url('/_skin/tpl_skin/basic_big_data/images/exam/exam_arrow.png') center no-repeat;
}
.license_warp li:last-child:after{
	display:none;
}
.license_warp li h1 {
	font-size: 18px;
	color: #000;
}
.license_warp li.point h1 {
	color: #fff;
}

.img_wrap {
	text-align: center;
	margin: 10px auto 20px;
	background: #f3f4f8;
	padding: 30px 0;
}

.active_list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);	
}
.active_list li{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;;
	text-align:center;
}