<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hzkh_box{
	width: 1200px;
	margin: 40px auto;
	
}
.img_box1{
	display: flex;
	/* justify-content: space-between; */
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	/* height: 110px; */
	margin-bottom: 40px;
	/* background-color: #000000; */
}
.img_box1&gt;div{
	/* background-color: red; */
	margin: 30px 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 20%;
	
}
.img_box1&gt;div&gt;div{
	height: 100px;
	box-shadow: 4px 6px 8px #E5F2FF;
	text-align: center;
}
</pre></body></html>