.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: 1px dashed #cecece;
}
.newsList_itemHeader {
  margin-bottom: 1rem;
}
.newsList_itemTitle {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.newsList_itemDate {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
.newsList_itemImage {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  padding-top: -webkit-calc(100% / 1.64);
  padding-top: calc(100% / 1.64);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.newsList_itemDescription {
  margin: 0;
}

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