#column-left .news-module .caption{
	min-height: auto;
}

.news-news-image{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.news-texto{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 24px;     /* fallback */
   min-height: 118px;      /* fallback */
      max-height: 118px; 
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.fundo-news-texto{
height: 128px;
margin: 0;
padding: 0;
background-color: #373737;
}

