@charset "utf-8";
.list_img2{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 30rem 60rem 48rem;
	margin: 0 auto 0;
	box-shadow: 0 0 10rem #eee;box-sizing: border-box;background-color: #fff;
}
.list_img_ul2{
	width: 100%;
	height: auto;
	margin-bottom: 25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_img_li2 {
	width: 318rem;
	height:227rem;
	float: left;
	transition: all 0.3s;
	margin-bottom: 44rem;
}
.list_img_li0{
	width: 318rem;
}
.list_img_li2 * {
	transition: all 0.3s;
}

.list_img_li2 a {
	display: block;
	width: 318rem;
	height:227rem;
	overflow: hidden;
	position: relative;
}
.list_img_li2 a img {
	display: block;
	width: 318rem;
	height:227rem;
}
.list_img_li2 a i {
	display: block;
	width: 318rem;
	height:227rem;
	overflow: hidden;
}
.list_img_li2 a h3 {
	display: block;
	width: 100%;
	height: 30rem;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 16rem;
	color: #fff;
	text-align: center;
	line-height: 30rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: normal;
}
.list_img_li2:hover a h3{
	background-color: #649249;
	color: #fff;
}
@media only screen and (max-width: 1000px) {
	*{box-sizing: border-box;}

	.list_img2{width: 710rem;height: auto;margin:30rem auto 0;padding: 20rem 25rem 60rem;background-color: #fff;border: 0px solid #ddd;}
	.list_img_ul2{
		width: 100%;
		height: auto;
		margin-bottom: 20rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.list_img_li2 {
		width: 320rem;
		height:230rem;
		float: left;
		transition: all 0.3s;
		margin-bottom: 25rem;
	}
	.list_img_li0{
		width: 320rem;
	}
	.list_img_li2 * {
		transition: all 0.3s;
	}
	
	.list_img_li2 a {
		display: block;
		width: 320rem;
		height:230rem;
		overflow: hidden;
		position: relative;
	}
	.list_img_li2 a img {
		display: block;
		width: 320rem;
		height:230rem;
	}
	.list_img_li2 a i {
		display: block;
		width: 320rem;
		height:230rem;
		overflow: hidden;
	}
	.list_img_li2 a h3 {
		display: block;
		width: 100%;
		height: 50rem;
		background-color: rgba(0, 0, 0, 0.5);
		font-size: 24rem;
		color: #fff;
		text-align: center;
		line-height: 50rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 10rem;
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		left: 0;
		font-weight: normal;
	}
	.list_img_li2:hover a h3{
		background-color: #649249;
		color: #fff;
	}
}