.xmzs {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	height:
		auto;
	/* background-color: #000000; */
}

.xmzs-top {
	width: 100%;
	height: 29px;
	line-height: 29px;
	text-indent: 30px;
	font-size: 16px;
}


.xmzs-list {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.xmzs-list-num {
	width: 336px;
	height: 267px;
}



.xmzs-list-num div {
	width: 300px;
	height: 220px;
	margin: 0 auto;
	background-color: #8E745A;
}

.xmzs-list-num div img {
	width: 100%;
	height: 100%;
}
.xmzs-list-num p {
	width:300px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.xmzs-list-num p  a{
	font-size: 12px;
	color: #666666;
}

.xmzs-list-num p  a:hover{
	color: #CC9900;
	text-decoration: underline;
	
}