.news_list{
	line-height: 17px;
	margin-bottom: 10px;
	font-size: 14px;
}
.news_list h1{
	font-size: 30px;
}
.news_list_item {
	padding-bottom: 3px;
	border-bottom: 1px dotted #d4d4d4;
	margin-bottom: 3px;
}

.img_medium .size {
	width: 90px;
	height: 90px;
	float: left;
	margin: 7px 10px 7px 0;
	overflow: hidden;
	text-align: center;
}

.img_medium  img {
	height: 100%;
}

.img_big .size {
	width: 150px;
	height: 150px;
	float: left;
	margin: 10px 10px 5px 0;
	overflow: hidden;
	text-align: center;
}

.img_big  img{
	height: 100%;
}

.img_small .size {
	width: 40px;
	height: 40px;
	float: left;
	margin: 2px 10px 2px 0;
	overflow: hidden;
	text-align: center;
}

.img_small img {
	height: 100%; 
}

.img_small p {
	margin-bottom: 1px;
}

.img_small.news_list_item {
	padding-bottom: 0;
}


.no_info{
text-align:center;
font-size:14px;
margin-top:200px;
}			
.no_info_text{
color:#0193de;
margin:0px;
font-weight:600;
}	


