.news_box {
	width: 1170px;
	margin: 0 auto;
} 
.news_ctn {
	margin-bottom: 50px;
}
.news_item {
	margin-top: 20px;
}
.news_item a:after {
	content: '';
	display: block;
	clear: both;
}
.news_item img {
	display: block;
	float: left;
	border: 3px solid #ddd;
}

.news_item .news_text {
	position: relative;
	display: block;
	margin-left: 190px;	
}
.news_item .news_text h3 {
	height: 50px;
	line-height: 50px;
	font-size: 1.8rem;
	color: #333;
}
.news_item .news_text p {
	font-size: 1.6rem;
	line-height: 26px;
	color: #555;
}
.news_item .news_text .news_time {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 1.4rem;
	color: #666;
}
.news_item:hover h3 {
	color: #12cafe;
}
/*news_details*/
.news_details {
	width: 1170px;
	margin: 100px auto;
}
.news_details .head h1 {
	color: #333;
	font-size: 2.4rem;
	line-height: 4rem;
}
.news_details .head span {
	color: #666;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.news_details .imgBox {
	margin: 20px 0;
	text-align: center;
}
.news_details .imgBox img {
	display: inline-block;
}
.news_details p {
	color: #555;
	font-size: 1.8rem;
	line-height: 3.0rem;
	text-indent: 2rem;
}
.news_details_foot {
	width: 1170px;
	margin: 0 auto 150px;
	border-top: 1px solid #eeeeee;
}
.news_details_foot span a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #555;
}
.news_details_foot span a:hover {
	color: #43a125;
}


