.new_content{
	width: 1120px;
	background: #000A01;
	margin: 0 auto;
	padding: 50px 40px;
	background-color: #fff;
}
.new_content .new_details_title{
	width: 100%;
	border-bottom: 1px solid #dce1e4;
	padding-bottom: 20px;
}
.new_content .new_details_title div{
	width: 80%;
	margin: 0 auto;
}
.new_content .new_details_title .new_details_time{
	background: url(../image/new/new_details_time.png) no-repeat 0 center;
	padding-left: 18px;
	font-size: 14px;
	color: rgba(186,196,202,0.80);
	line-height: 20px;
	margin-bottom: 20px;
}
.new_content .new_details_title .new_details_text{
	font-size: 28px;
	color: #294351;
	line-height: 46px;
	font-family: times new roman;
	text-align: center;
}

.new_content .new_details_content{
	width: 70%;
	margin: 70px auto;
	color: #000;
	line-height: 32px;
}
.new_content .new_details_content img{
	max-width: 80%;
	display: block;
	margin: 40px auto;
}
.new_content .new_details_content p{
	margin-bottom: 30px;
    /*text-align: justify;*/
}
.new_content .new_details_content .paragraph{
    text-indent: 2em;
}
.new_content .new_details_content h3{
	margin-bottom: 30px;
}
