.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.li-news__item {
  border-top: solid 1.5px #f0f0f0;
}
.li-news__item:last-child {
  border-bottom: solid 1.5px #f0f0f0;
}
.li-news__item a {
  display: flex;
  flex-direction: row;
  padding: 1.5rem 2rem;
  color: #323232;
  transition: 0.3s;
}
.li-news__item a:visited, .li-news__item a:active {
  color: #323232;
}
.li-news__item a:hover {
  color: #323232;
}
.li-news__title {
  font-weight: 500;
  line-height: 1.8rem;
  transition: 0.3s;
}
.li-news__date {
  flex-shrink: 0;
  width: 150px;
  font-weight: bold;
  opacity: 0.5;
}
.li-news__item a:hover .li-news__title {
  color: #028442;
}
@media screen and (max-width: 1000px) {
  .li-news__item a {
    flex-direction: column;
  }
  .li-news__date {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.a-news__content, .a-news__footer {
  width: 80%;
  max-width: 800px;
  margin: auto;
}
.a-news__headline {
  margin-bottom: 50px;
}
.a-news__title {
  font-size: 2rem;
  font-weight: bold;
}
.a-news__date {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.5;
}
.a-news__main {
  line-height: 1.8em;
}
.a-news__main a {
  color: #323232;
  transition: 0.3s;
}
.a-news__main a:visited, .a-news__main a:active {
  color: #323232;
}
.a-news__main a:hover {
  color: #028442;
}
.a-news__main a {
  text-decoration: underline;
}
.a-news__main .link-arrow a {
  text-decoration: none;
  line-height: 1.5em;
}
.a-news__footer {
  margin-top: 100px;
}
.a-news__back-link:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .a-news__content, .a-news__footer {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=news.css.map */