.news a {
  text-decoration: none;
}
.news.public-inner__item {
  padding: 0;
  position: relative;
  max-height: 500px;
}

.news.public-inner__item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.70) 30%, rgba(255,255,255,1) 100%);
}

.news.public-inner__item:hover .caption__title {
  border-bottom: 1px solid #fff;
}

.news .public-inner__image {
  width: 100%;
  height: 300px;
  position: static;
}

.news .public-inner__image-wrap {
  height: 300px;
  overflow: hidden;
}

.news .public-inner__caption{
  background: transparent;
  padding: 10px 0;
}

.news .public-inner__caption {
  position: relative;
}



.news .caption__date {
  color: #a6a6a6 !important;
}

.news .caption__title {
  color: #000000;
  display: block;
  margin: 5px 0px;
}

.news .caption__text {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  position: relative;
	font-family: 'Roboto';
	font-weight: 300;
}


