.content2{
	background: #f7f7f8;
}
.content2_Img{
	margin-top: 80px;
	width: 1200px;
	display: flex;
	margin-bottom: 100px;
	justify-content:flex-start;
	
	flex-wrap: wrap;
}
.content2_Img div{
	cursor: pointer;
	width:200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content2_Img div img{
	width:174px;
	height: 174px;
}
.content2_Img div img:hover{
	width: 184px;
	height: 184px;

}