@charset "utf-8";
/* CSS Document */

.content_container .content_content{
	max-width:1150px;
	margin: auto;
}

.news_item{
	width:38%;
	float:left;
	padding:0px 5% 40px 5%;
	text-align: center;
	margin-bottom:10px;
}

.news_item .title{
	margin:30px 0px;
	font-size:16px;
	font-weight:700;
	color:#3083a8;
}