.header-menu-bar {
  background: #FFF;
  box-shadow: 1px 1px 2px #666;
}

.top {
  height: 350px;
}

.logo .svg {
  -webkit-filter: drop-shadow(0 0 3px #666);
  filter: drop-shadow(0 0 3px #666);
  -moz-transition: filter 0.3s;
  -o-transition: filter 0.3s;
  -webkit-transition: filter 0.3s;
  transition: filter 0.3s;
}
.logo .svg path, .logo .svg polygon {
  fill: #fff;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s 0.1s;
}
.onscroll .logo .svg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}
.onscroll .logo .svg path, .onscroll .logo .svg polygon {
  fill: #000;
}

.main {
  margin-top: 350px;
  padding: 0 0 10vw;
}

.news-inner {
  padding: 0 4.75%;
  position: relative;
}
.news-top {
  position: relative;
}
.news-content {
  max-width: 1000px;
  margin: 0 auto;
}
.news-title {
  color: #000;
}
.news-text {
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.news-source {
  margin-top: 30px;
  max-width: 1000px;
  margin: 30px auto 0;
}
.news-source.show img {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-source.show span {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news-source:hover img {
  background: #f2f2f2;
}
.news-source:hover span {
  color: #666;
}
.news-source a {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
}
.news-source img {
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 3px;
  opacity: 0;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -moz-transition: background 0.6s, opacity 0.6s, -moz-transform 0.6s;
  -o-transition: background 0.6s, opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: background 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  transition: background 0.6s, opacity 0.6s, transform 0.6s;
}
.news-source span {
  font-size: 0.875rem;
  margin-left: 10px;
  color: #999;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: color 0.6s, opacity 0.6s, -moz-transform 0.6s;
  -o-transition: color 0.6s, opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: color 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  transition: color 0.6s, opacity 0.6s, transform 0.6s;
}
.news-image {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
}
.news-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-img {
  width: 49%;
  margin-top: 20px;
}
.news-img img {
  width: 100%;
}
.news-back {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .news-wrap {
    display: block;
  }
  .news-img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main {
    padding: 5vw 0 10vw;
  }

  .news-img {
    margin-top: 15px;
  }
  .news-source img {
    width: 15px;
  }
}
