.news {
  margin-bottom: 100px;
  padding: 0% 15%;
}
.news-info {
  padding: 60px 20px;
  text-align: center;
}
.news h1 {
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
}
.news-date {
  margin-top: 20px;
  font-size: 0.875em;
}
.news-content {
  max-width: 1000px;
  margin: auto;
  font-size: 0.875em;
}
.news-content img {
  max-width: 100%;
}
.news-content p {
  margin: 20px 0;
}
.news-link {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 60px;
}
.news-link a {
  color: #FFF;
}
.news-link a:hover {
  color: #999;
}
.news-link span {
  text-decoration: underline;
}
.news-close {
  line-height: 40px;
  font-size: 0.875em;
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 10px 20px;
  box-sizing: border-box;
}
.news-close i {
  font-size: 0.75em;
}

@media screen and (max-width: 1100px) {
  .news {
    padding: 0% 20px;
  }
}
