.news_list {
    margin: 0;
    list-style: none;
}

div.news_column_main .news_list {
    margin: 0;
    list-style: none;
		min-height:340px;
		width:290px;
}

div.padding-left ul.news_list li { padding-left:10px; }
div.padding-left h2 { padding-left:10px; }
.news_list li {
  margin-bottom: 10px;
  color: #777;
	clear: both;
	line-height:1.2;
}
.news_list li a {
    margin-left: 0;
		color:#336699;
}
.news_list .news_date {
	float:left;
	margin-right: 5px;
}
.news_list .news_time {
  padding-left: 7px;
  background: url('/images/design/index/menu_bg.png') repeat-y 2px 0;
}

.news_list a.blog {
display: block;
float: left;
margin-right: 5px;
margin-bottom: 10px;
}

.news_list a.img {
display: block;
float: left;
width: 50px;
height: 50px;
margin-right: 10px;
margin-bottom: 10px;
border: 1px solid #cecece;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
text-indent: -9999px;
}
.news_list a.img_big {
display: block;
float: left;
width: 120px;
height: 120px;
margin-right: 10px;
margin-bottom: 10px;
border: 1px solid #cecece;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
text-indent: -9999px;
}