.details{
	float: left;
	width: 100%;
	background: #F2F2F2;
}
.details .box{
	width: 1000px;
	margin: 0 auto;
}


.details .box h2{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-top: 40px;
}
.details .box .date{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	line-height: 40px;
}
.details .box .content{
	width: 100%;
	float: left;
}


.details .box .content img{
	max-width: 1000px;
}
.details .box .content h2{
	float: left;
	margin-bottom: 30px;
}
.details .box .content h3{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 30px;
}
 .details .box .content p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #656565;
	line-height: 30px;
}