.details{
	width: 1200px;
	float: left;
	margin-left: calc((100% - 1200px)/2);
	padding: 40px 0;
}
.details_title{
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.details_time{
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 20px;
	color: #969696;
	text-align: center;
}
.details_neir{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding: 50px 0;
	float: left;
}
.details_more{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.details_more a{
	display: inline-block;
	width: 100%;
	float: left;
	color: #494949;
	margin-top: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 1459px) {
	.details{
		width: 860px;
		float: left;
		margin-left: calc((100% - 860px)/2);
		padding: 40px 0;
	}
}