body{
	background:#F8F8F8;
}

.Whys {
	width:1200px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-indent:0;
	line-height:24px;	
}

.Whys li{
	width:380px;
	height:500px;
	overflow:hidden;
	border:#EEE solid 1px;
	border-radius:5px;
	margin:0px;
	margin-bottom:15px;	
	padding:15px;
	background:#FFF;
}

.Whys li img{
	width:100%;
	margin-bottom:10px;
}
.Whys p{
	margin-bottom:0px;
	text-align:left;
}

.Whys .Big{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
