.main {
  margin-top: 80px;
}

.news-bg {
  position: fixed;
  width: 100vw;
  height: 50vh;
  background: #f9f9f9;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.news-inner {
  padding: 0 70px;
  max-width: 1100px;
  margin: 0 auto;
}
.news-name {
  color: #000;
  padding-bottom: 10px;
}
.news-date {
  font-size: 0.75rem;
  font-family: "EB Garamond", Arial, Helvetica;
  letter-spacing: 0.15rem;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.news-date.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news-date.show:after {
  width: 50px;
}
.news-date:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #d9b766;
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 10px;
  -moz-transition: width 0.8s 0.1s;
  -o-transition: width 0.8s 0.1s;
  -webkit-transition: width 0.8s;
  -webkit-transition-delay: 0.1s;
  transition: width 0.8s 0.1s;
}
.news-text {
  padding-top: 50px;
}
.news-source {
  font-size: 0.875rem;
  padding-top: 50px;
  letter-spacing: 0.15rem;
}
.news-source a {
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.news-source a:hover {
  color: #000;
}
.news-source a:hover i {
  background: #666;
  color: #FFF;
}
.news-source i {
  font-size: 0.75rem;
  margin-right: 8px;
  font-weight: 200;
  color: #999;
  padding: 5.41px 3px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  -moz-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}
.news-image {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
.news-img {
  margin-top: 30px;
  position: relative;
}
.news-img.show:before, .news-img.show:after {
  width: 0;
}
.news-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: width 0.8s 0.6s;
  -o-transition: width 0.8s 0.6s;
  -webkit-transition: width 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s 0.6s;
}
.news-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.news-img img {
  width: 100%;
}
.news-btn {
  margin: 80px auto 0;
}

@media screen and (max-width: 1100px) {
  .news-inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .news-inner {
    padding: 0 30px;
  }
  .news-text {
    padding-top: 40px;
  }
  .news-date {
    letter-spacing: 0.12rem;
  }
  .news-date.show:after {
    width: 40px;
  }
  .news-source {
    padding-top: 35px;
    letter-spacing: 0.12rem;
  }
  .news-source i {
    padding: 3.92px 2px 4px 4px;
  }
  .news-image {
    padding-top: 20px;
  }
}
