.news-tile {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .news-tile:hover, .news-tile:focus-within {
    -webkit-box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.5); }
  .news-tile__pic {
    outline: none; }
  .news-tile__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news-tile__title, .news-line__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    word-break: break-all;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .news-tile__title a, .news-line__title a {
      color: #000000;
      outline: none; }
      .news-tile__title a:hover, .news-line__title a:hover, .news-tile__title a:focus, .news-line__title a:focus {
        color: #000000;
        text-decoration: underline; }
  .news-tile__preview-text, .news-line__preview-text {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    height: 3.5625rem;
    word-break: break-all;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.news-tile__pic {
  border-radius: 2px 2px 0 0;
  padding-bottom: 63.3%;
  background-color: rgba(0, 0, 0, 0.1); }

.news-tile__body {
  padding: 1.75rem 1.25rem 1.875rem;
  border-radius: 0 0 2px 2px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.news-tile__info {
  font-size: 0.872rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.news-tile__info-date {
  color: #666666; }

.news-tile__info-slogan {
  color: #005bff; }

.news-tile__info-date + .news-tile__info-slogan {
  padding-left: .5rem; }
  .news-tile__info-date + .news-tile__info-slogan::before {
    display: inline-block;
    color: #666666;
    content: "|";
    padding-right: .5rem; }

.news-tile__title {
  margin: 0 0 0.6875rem; }

.news-tile__preview-text {
  margin-bottom: 1.1875rem; }

.news-tile__show-more {
  margin-top: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }

.news-tile__stickers {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px); }

.news-line__wrap {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .news-line__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .news-line__wrap:hover, .news-line__wrap:focus-within {
    -webkit-box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, 0.5); }

.news-line__pic {
  position: relative;
  border-radius: 2px 2px 0 0;
  padding-bottom: 63.3%;
  background-color: rgba(0, 0, 0, 0.1); }
  @media (min-width: 576px) {
    .news-line__pic {
      border-radius: 2px 0 0 2px;
      padding-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; } }
  @media (min-width: 992px) {
    .news-line__pic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%; } }
  @media (min-width: 1488px) {
    .news-line__pic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }

.news-line__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.75rem 1.25rem 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px; }
  @media (min-width: 576px) {
    .news-line__body {
      padding: 1.75rem 1.25rem;
      border-left: none;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0 2px 2px 0; } }

.news-line__info {
  font-size: 0.872rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.news-line__info-date {
  color: #666666; }

.news-line__info-slogan {
  color: #005bff; }

.news-line__info-date + .news-line__info-slogan {
  padding-left: .5rem; }
  .news-line__info-date + .news-line__info-slogan::before {
    display: inline-block;
    color: #666666;
    content: "|";
    padding-right: .5rem; }

.news-line__title {
  margin: 0 0 0.6875rem; }

.news-line__preview-text {
  margin-bottom: 1.1875rem; }

.news-line__show-more {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }

.news-line__stickers {
  margin-bottom: 0.5rem; }
  @media (max-width: 575.98px) {
    .news-line__stickers {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
