div.news-list
{
	word-wrap: break-word;
}

.news-item{
	padding: 12px 30px 5px;;
}

.img_news_index{
	text-align: center;
	position: relative;
	margin-bottom: 7px;
}
.img_news_index a{
	text-decoration: none;
	border-bottom: none;
}
.img_news_index img{
	margin-right: 0 !important;
	max-height: 70px;
	max-width: 100%;
}

.img_news_index .news-date-time{
	color:#fff;
	opacity: 0.8;
	background-color: #ccc;
	padding: 2px 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.title_news_index{
	margin-bottom: 5px;
}
.title_news_index a{
  font-size: 14px;
	color: rgb(246, 194, 68);
  border-bottom-color: rgb(246, 194, 68);
  font-weight: bold;
  line-height: 1.2;
}

.text_news_text {
  font-size: 12px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
	max-height: 75px;
	overflow: hidden;
}
