.high-light-web-bound {
	width:100%;
	position:relative;
	background:#FFF;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.047);
	border-radius: 3px;
	padding: 10px 0;
	margin-top:15px;
	overflow:hidden;
}
.high-light-web-bound > .title {
	height:46px;
	border-bottom: 1px solid #d4d4d4;
}
.high-light-web-bound > .title > .title-text {
	font-weight: 700;
	font-size: 12pt;
	color:#000;
	margin-left:24px;
	line-height:46px;
}
.high-light-web-bound .icon-web-list {
}
.high-light-web-bound .icon-web-item {
	width: 70px;
	height: 90px;
	float: left;
	margin: 17px 0 0 12px;
	display:inline-block;
	text-align:center;
	color: #000;
}
.high-light-web-bound .icon-img {
	width:73px;
	height:90px;
	float:left;
	margin: 0 auto 10px;
}
.high-light-web-bound .icon-img img {
	width:60px;
	height:60px;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}
.high-light-web-bound .icon-web-item a {
	width: 100%;
	float:left;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
}
.high-light-web-bound .icon-web-item a:hover {
	color: #31a95b;
}
.high-light-web-bound .icon-web-item a:hover img {
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}











