.village{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}
.village-main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.village-main-left{
	width: 860px;
	height: auto;
	min-height: 100px;
	margin-top: 10px;
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
}
.village-main-right{
	width: 300px;
	height: auto;
	min-height: 100px;
	box-sizing: border-box;
	float: right;
}
.village-list{
	width: 100%;
	height: 450px;
	margin-bottom: 40px;
	margin-top: 10px;
	display: flex;
}
.village-list:last-child{
	margin-bottom: 10px;
}
.village-list-pic{
	width: 860px;
	height: 100%;
	position: relative;
}
.village-list-img{
	width: 860px;
	height: 100%;
	object-fit: cover;
}
.village-list-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background: linear-gradient(-180deg,rgba(0,0,0,0),rgba(46,57,24,0.9)); */
}
.village-list-intro1{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f8f6f7;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}
.village-list-title{
	font-size: 40px;
	line-height: 60px;
}
.village-list-content{
	font-size: 14px;
	margin-bottom: 10px;
}
.village-list-content>p{
	line-height: 30px;
}
.village-list-main{
	width: 270px;
	height: 380px;
	box-sizing: border-box;
}
.village-list-item{
	width: 270px;
	height: 114px;
	display: inline-block;
	border: 3px solid #61b3ce;
	box-sizing: border-box;
	padding: 5px;
	margin-top: calc(26px / 3);
}
.village-list-item:first-child{
	margin-top: 0;
}
.village-list-item-inner{
	width: 254px;
	height: 98px;
	border: 1px solid #61b3ce;
	box-sizing: border-box;
	line-height: 98px;
	text-align: center;
	font-size: 35px;
	color: #000;
}
.village-list-pic2{
	width: 305px;
	height: 482px;
	margin-right: 10px;
	position: relative;
}
.village-list-img2{
	width: 305px;
	height: 482px;
}
.village-list-intro2{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #f8f6f7;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.village-list-pic3{
	width: 605px;
	height: 482px;
	margin-left: 10px;
}
.village-list-img3{
	width: 605px;
	height: 482px;
}