.news-list {width:100%}
.news-item {margin: 5px 0px 0px 0px; width:33.33%; float:left; padding-right:0px;}
.news-item:nth-child(3n+1) {padding-right:10px;}
.news-item:nth-child(3n+2) {padding-right:5px; padding-left:5px;}
.news-item:nth-child(3n+3) {padding-left:10px;}
.news-date {display:inline-block; font-size:13px; color:#ffffff;margin: 10px 0 10px 0px; background:#aeaeae; padding:5px; font-weight:bold; 
}
/*div.news-item { font-size:12px;  margin: 0 0 5px; font-weight:bold; line-height:16px;}
div.news-item a {text-decoration:none; color:#3F3F3F; }
div.news-item a:hover {text-decoration:none; color:#ED3422; }*/
.news-title {height:50px;}
.news-title a {font-size:15px;!important}

h2.main {position:relative;}

.rss {position:absolute;/*float:right;*/right:0px;top:-3px;}
/*.main, .main a {color:#000000;}*/

.news-img-block {display:block;padding:0px; margin-bottom:10px; }

.news-container{
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 1px 0 #ddd;
	   -moz-box-shadow: 0 0 1px 0 #ddd;
		-ms-box-shadow: 0 0 1px 0 #ddd;
		 -o-box-shadow: 0 0 1px 0 #ddd;
			box-shadow: 0 0 1px 0 #ddd;
}

.news-image{
	position: relative;
	/*width: auto;
	height: auto;*/
//width:280px; 
height:150px;
      
	overflow: hidden; 
}



.news-image img{
	max-width: 100%;
	height: auto;
  ;
}
