@charset "utf-8";
/* *********************** first *************************** */
.abt_cnt_ul {
	overflow: hidden;
	border: solid 1px #e8ecf6;
	background: #f6f7fa;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.abt_cnt_ul li {
	min-height: 25px;
	line-height: 25px;
	clear: both;
	margin-bottom: 5px;
	margin-left: 9px;
	width: 31%;
}
.abt_cnt_ul.floatNone {
	display: block;
}
.abt_cnt_ul.floatNone li {
	width: 97%;
}
.abt_cnt_ul li img {
	height: 25px;
	width: 25px;
	float: left;
}
.abt_cnt_ul li span {
	padding: 0 9px;
	margin: 0 0 0 25px;
	display: block;
}
.abt_cnt_ul dl {
	float: left;
	width: 195px;
	margin-bottom: 5px;
}
.abt_cnt_ul li:last-child dl {
	margin-bottom: 0;
}
.abt_cnt_ul dt {
	float: left;
	width: 33px;
}
.abt_cnt_ul dl dd {
	width: 150px;
	display: block;
	float: left;
}
.abt_ul li {
	background: url(../img/gray_circle.gif) no-repeat left top;
	padding-left: 11px;
	display: block;
}
@media all and (max-width: 768px) {
	.abt_cnt_ul li {
		width: 45%;
	}
}