.side_menu h2{
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#252525;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}

.side_menu a{
	display:block;
	color:#252525;
	font-size:16px;
	text-decoration:none;
}

.side_menu a:hover{
	color:#3c941a;
}

.content_content h1{
	font-size:30px;
	color:#464646;
	margin:0px;
}

.content_content .cat_header{
	margin-top:10px;
	margin-bottom:20px;
}

.articles_content{
	width:1110px;
	margin:auto;
}

.articles_content .art_item{
	float:left;
	width:325px;
	margin-left:67px;
	margin-bottom:35px;
}

.articles_content .art_item a{
	text-decoration:none;
}

.articles_content .art_item .image{
	width:323px;
	height:328px;
	border:1px solid #dcdcdc;
}

.articles_content .art_item .title{
	margin-top:25px;
	font-size:18px;
	color:#363636;
	font-weight:400;
	border-bottom:1px solid #acacac;
	margin-bottom:10px;
	padding-bottom:5px;
}

.articles_content .art_item .title div:nth-child(1){
	width:250px;
	float:left;
}

.articles_content .art_item .title div:nth-child(2){
	float:right;
	color:#e34805;
	font-size:20px;
	font-weight:600;
}

.articles_content .art_item .short{
	font-size:14px;
	color:#737373;
	text-decoration:none;
	height:75px;
}

.articles_content .art_item .buttons a{
	display:inline-block;
	padding:10px 0px;
	background-color:#737373;
	color:#fff;
	width:49%;
	text-align:center;
	font-size:11px;
	font-weight:600;
}

.articles_content .art_item .buttons a:nth-child(2){
	display:inline-block;
	padding:10px 0px;
	background-color:#e34805;
	color:#fff;
	margin-left:0.8%;
}