.newsList_item {
  zoom: 1;
  margin-bottom: 1rem;
}
.newsList_item:after,
.newsList_item:before {
  content: "";
  display: table;
}
.newsList_item:after {
  clear: both;
}
.newsList_item:not(.newsList_item__last) {
  padding-bottom: 1rem;
  border-bottom: 2px solid #e6f4f2;
}
.newsList_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  margin-left: 384px;
  margin-bottom: 1rem;
}
.newsList_itemDate {
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  background-color: #2c455b;
  color: #fff;
}
.newsList_itemImage {
  position: relative;
  float: left;
  width: 368px;
  height: 272px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corpbase/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.newsList_itemImage__placeholder {
  background-color: #e6f4f2;
  background-size: 40% 40%;
}
.newsList_itemDescription {
  margin: 0;
}
.newsList_itemDescription__photo {
  margin-left: 384px;
}

/*# sourceMappingURL=../maps/component/newsList.css.map */
