.gray{
	padding-bottom: 50px;
}
.othersBox{
	margin-top: 30px;
}
.othersBox>p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-left: 35px;
}
.othersBox ul{
	float: left;
	padding-left: 6px;
}
.othersBox ul li{
	width: 340px;
	margin-left: 29px;
	margin-top: 30px;
	float: left;
	border-top: 0;
	background: #fff;
}
.othersBox ul li:hover{
	box-shadow: 0px 0px 10px #ccc;
}
.othersBox ul li img{
	width: 340px;
	height: 210px;
	border-radius: 5px 5px 0 0;
}
.othersBox ul li p{
	padding: 0 20px;
	font:normal 18px/74px "microsoft yahei";
}
.othersBox ul li p a{
	color: #333;
}
.othersBox ul li:hover a{
	color: #4E9B31;
}