.news-item,
.news-list-item {
  padding: 48px 24px;
  padding-bottom: 96px;
  margin-bottom: -72px;
  border-radius: 3px;
  background-color: white;
  position: relative; }
  .news-item:nth-child(even),
  .news-list-item:nth-child(even) {
    margin-right: -96px;
    padding-right: 96px;
    background-position: right; }
  .news-item:nth-child(odd),
  .news-list-item:nth-child(odd) {
    margin-left: -96px;
    padding-left: 96px;
    background-position: left; }
  .news-item:first-child,
  .news-list-item:first-child {
    margin-top: 24px; }
  .news-item a:first-child img,
  .news-list-item a:first-child img {
    margin-left: 0 !important; }

.expand {
  display: none; }

.news-title {
  font-size: 1.35em;
  line-height: 1.5;
  margin: 0;
  margin-top: -10px; }

.news-date {
  margin: 12px 0; }

.news iframe {
  max-width: 100%; }

/*# sourceMappingURL=news-list.css.map */
