.containers {
	width: 704px;
	margin: 0px auto;
}

.boxs {
	width: 330px;
	height: 260px;
	float: left;
	margin-left: 1px;
	padding: 1px;
	text-align:center;
	
}

.boxs img {
	width: 310px;
	max-width: 200px;
	height: 210px;
	border: 1px solid #CCCCCC;
}

.boxs button {
	width: 100%;
}

