/* В этом файле хранятся стили для сайта */



/* Новое */

.news_top {
	margin-bottom: 30px;
}

.news_top .news {
	display: inline-block;
	vertical-align: top;
	width: 24.9%;
	padding: 0 14px;
	border-left: 1px dotted #dadada;
	white-space: nowrap;
	min-height: 231px;
}

.news_top .news:first-child {
	border-left: 0;
	padding-left: 5px;
}

.news_top .news .news_image .img {
	/* width: 204px;
	height: 130px;
	background: center center no-repeat;
	background-size: 100% 100%; */
	height: 132px;
	    background: center center no-repeat;
	    background-size: cover;
}

.news_top .news .news_image {
	margin-bottom: 5px;
}

.news_top .news .news_title a{
	/* font-family: OpenSansB;
	color: #333333;
	font-size: 18px;
	text-decoration: none;
	white-space: normal; */

	font: 14px/normal OpenSansBold;
	color: #333;
	margin: 10px 0;
	height: 76px;
	overflow: hidden;
	display: block;
	    white-space: normal;
}

.news_top .news .news_date a {
	color: #adadad;
	font-size: 10px;
	background: url(../img/time_icon.png) 0px 5px no-repeat;
	padding: 3px 0 8px 18px;
}

.news_top .news .news_date {
	margin-right: 3px;
}

.news_top .news .news_date, .news_top .news .news_count_review {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	margin-top: 10px;
}

.news_top .news .news_count_review a{
	background: url(../img/comment_active_icon.png) 0px center no-repeat;
}

.news_list_inside .news {
	padding: 8px;
	border: 1px solid #dadada;
	position: relative;
	margin-bottom: 10px;
}

.news_list_inside .news .news_image {
	display: inline-block;
	vertical-align: top;
	max-width: 204px;
	width: 100%;
	height: 130px;
	float: left;
}

.news_list_inside .news .news_image .img{
	    max-width: 204px;
	height: 130px;
	background: center center no-repeat;
	background-size: 100%;
}

.news_list_inside .news .new_body {
	/* display: inline-block;
	vertical-align: top;
	width: 680px;
	margin-left: 15px; */

	display: block;
	    vertical-align: top;
	    margin-left: 220px;
}

.news_list_inside .news .new_body:after{
	content: ' ';
	    clear: both;
	    display: inherit;
}

.news_list_inside .news .news_title a{
	font-family: OpenSansB;
	color: #333333;
	font-size: 24px;
	text-decoration: none;
	white-space: normal;
	line-height: 24px;
}

.news_list_inside .news .news_content {
	font-family: OpenSans;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	margin-top: 3px;
	margin-bottom: 22px;
}

.news_inside_time_comment .news_date a {
	color: #adadad;
	font-size: 10px;
	background: url(../img/time_icon.png) 0px 5px no-repeat;
	padding: 3px 0 8px 18px;
}

.news_inside_time_comment .news_date {
	margin-right: 3px;
	margin-right: 15px;
}

.news_inside_time_comment .news_date, .news_inside_time_comment .news_count_review {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	margin-top: 0px;
}

.news_inside_time_comment .news_count_review a{
	background: url(../img/comment_active_icon.png) 0px center no-repeat;
}

.news_list_inside .news_inside_time_comment {
	position: absolute;
	bottom: 8px;
}




@media (max-width: 1200px) {
	.news_top .news .news_date, .news_top .news .news_count_review{
		    display: block;
	}
}

@media (max-width: 720px) {
	.news_top .news .news_date, .news_top .news .news_count_review{
		display: inline-block;
	}
	.news_top .news:first-child{
		padding-left: 10px;
	}
	.news_top .news{
		width: 50%;
		border:none;
		padding: 10px;
	}

	.news_top .news:nth-of-type(odd){
	}
	.news_top .news:nth-of-type(even){
	}

}

@media (max-width: 600px){
	.news_list_inside .news .news_image{
		float: none;
		margin: 10px auto;
		    display: block;
	}

	.news_list_inside .news .new_body{
		margin-left: auto;
	}
}

@media (max-width: 480px) {
	.news_top .news .news_date, .news_top .news .news_count_review{
		    display: block;
	}
}

@media (max-width: 400px) {
	.news_top .news{
		width: 100%;
	}
}
















