.scope-list {
	font-size: 0;
	margin-bottom: 118px
}
.scope-item {
	float: left;
	width: 580px;
	margin-left: 40px;
}
.scope-item:first-child { margin-left:0;}
.scope-item:last-child {}
.scope-item a {
	display: block
}
.scope-item:hover .item-txt {
	background-color: #00a0e9
}
.scope-item:hover .item-txt .title, .scope-item:hover .item-txt .description, .scope-item:hover .item-txt .second-title {
	color: #fff;
	border-color: #fff
}

.item-img {
	width: 580px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1)
}
.item-img img {
	-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border:0;
}
.item-img .mask {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all .3s;
	transition: all .3s
}
.item-img .icon {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0
}
.item-img .icon span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -100px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	display: block;
	transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out
}
.item-txt {
	background-color: #fff;
	padding: 8px 40px 20px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	width: 580px;
	height: 130px;
	box-sizing: border-box
}
.item-txt .title {
	font-size: 18px;
	color: #333;
	padding: 16px 0 2px;
	position: relative
}
.scope-item a {
	position: relative
}
.scope-item:hover a:after {
	width: 100%;
	background: #fff;
	opacity: .25;
	-ms-filter: "alpha(opacity=25)"
}
.item-txt .description {
	font-size: 14px;
	color: #888;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 8px
}
.scope-item:hover .item-img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
.scope-item:hover .mask {
	height: 100%
}
.scope-item:hover .icon span {
	top: 50%;
	margin-top: -50px
}