@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
.news {
  padding: 160px 0 50px;
}
.news-box {
  width: 90%;
  max-width: 885px;
  margin: auto;
}
.news-top {
  text-align: center;
}
.news-date {
  color: #666;
}
.news-title {
  font-size: 18px;
  margin: 30px 0;
}
.news-source {
  position: relative;
  display: inline-block;
  border: 1px solid #666;
  cursor: pointer;
}
.news-source a {
  display: inline-block;
  padding: 10px;
  color: #e2a688;
}
.news-source:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  z-index: -1;
}
.news-source:hover a {
  color: #000;
}
.news-source:hover:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news-content {
  margin-top: 50px;
}
.news-in {
  margin: 20px 0 30px;
  line-height: 1.8em;
}
.news-hd {
  color: #e2a688;
  font-size: 16px;
  margin: 20px 0 30px;
  line-height: 1.8em;
}
.news-bt {
  text-align: center;
  margin-top: 50px;
}
.news-back {
  position: relative;
  text-align: center;
  display: inline-block;
  border: 1px solid #666;
}
.news-back a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}
.news-back:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  z-index: -1;
}
.news-back:hover a {
  color: #000;
}
.news-back:hover:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news img {
  width: 100%;
  margin-bottom: 20px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe, .video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .news {
    padding: 100px 0 0px;
  }
  .news-date {
    color: #999;
  }
  .news-source {
    border: 1px solid #ccc;
  }
  .news-source:after {
    background-color: #000;
  }
  .news-source:hover a {
    color: #e2a688;
  }
  .news-back {
    border: 1px solid #ccc;
  }
  .news-back a {
    color: #000;
  }
  .news-back:after {
    background-color: #000;
  }
  .news-back:hover a {
    color: #fff;
  }
}
