.lingyu_wrap{
	margin-top: 50px;
	margin-bottom: 140px;
}

.lingyu_item_wrap{
	display: flex;
	flex-wrap: wrap;
}

.lingyu_item{
	width: 30.8%;
	margin-right:3.8% ;
	border: 5px solid #eee;
	border-bottom: none;
	background: #eee;
	margin-bottom: 3.8%;
	transition: transform linear .5s;
}
.lingyu_item:nth-of-type(3n){
	margin-right: 0;
}
.lingyu_item:hover{
	border: 5px solid #044a8e;
	border-bottom: none;
	background: #044a8e;
	transform: translateY(-10px);
}






.lingyu_item_img{
	padding-top: 79%;
	position: relative;
}




.lingyu_item_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	object-fit: cover;
}


.lingyu_item_text{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	width: 100%;
}
.lingyu_item_text span{
	color: #333;
}


.lingyu_item:hover .lingyu_item_text{
	
	background: #044a8e;
	
}
.lingyu_item:hover .lingyu_item_text span{
	
	color: #fff;
	
}

@media screen and (max-width: 800px){
	.lingyu_item{
		width: 48%;
		margin-right:4% ;
		
	}
	.lingyu_item:nth-of-type(3n){
		margin-right: 4%;
	}
	.lingyu_item:nth-of-type(2n){
		margin-right: 0%;
	}


}
@media screen and (max-width: 500px){
	.lingyu_item{
		width: 100%;
		margin-right:0% ;
		
	}
	.lingyu_item:nth-of-type(3n){
		margin-right: 0%;
	}
	.lingyu_item:nth-of-type(2n){
		margin-right: 0%;
	}


}