.news-items {
  padding: 20px 0;
}
.news-items .news-item {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
}
.news-items .news-item-image {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.news-items .news-item-image img {
  width: auto;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}
.news-items .news-item-date {
  display: block;
  text-transform: uppercase;
  color: #999;
  padding: 15px 15px 5px 15px;
  font-size: 13px;
}
.news-items .news-item-title {
  display: block;
  padding: 0 15px 23px 15px;
  font-size: 15px;
  color: #000;
  line-height: 21px;
}
.news-items .news-item:hover:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  background: #ffc62e;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.news-items-other-link {
  text-align: center;
  padding-top: 15px;
}
.news-items-other-link a {
  font-size: 18px;
  color: #666;
  text-decoration: underline;
}
.news-items-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.news-items-wrp {
  padding: 40px 0 40px 0;
}
.news-items div[class*=col-] {
  padding: 1px;
}
/*# sourceMappingURL=style.css.map */