.header {
  background: #FFF;
}
.header-inner {
  border-bottom: #eee solid 1px;
}

.nav a {
  color: #000;
}
.nav a .en:after, .nav a .tw:after {
  background: #666;
}

.social a {
  color: #666;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.logo-img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.hamburger-bar {
  background: #000;
}

.container {
  margin-top: 0;
}

.inner {
  max-width: 1000px;
}

.news-wrap {
  position: relative;
  padding: 0 6vw;
}
.news-cover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 1s;
  -o-transition: clip-path 1s;
  -webkit-transition: clip-path 1s;
  transition: clip-path 1s;
}
.news-cover.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.news-cover img {
  width: 100%;
}
.news-content {
  margin: 100px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-header {
  width: 30%;
}
.news-line {
  position: absolute;
  top: 0;
  left: 35%;
  height: 0%;
  width: 1px;
  background: #eee;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.show .news-line {
  height: 100%;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.news-title {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 5px;
}
.news-title span {
  display: block;
}
.news-info {
  font-size: 0.75rem;
  margin-top: 10px;
  color: #999;
}
.news-info a {
  color: #999;
}
.news-info a:hover {
  color: #ceac90;
}
.news-title, .news-info {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .news-title, .show .news-info {
  opacity: 1;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.news-text {
  width: 60%;
  font-size: 0.875rem;
  color: #666;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .news-text {
  opacity: 1;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.news-text p {
  margin-top: 20px;
}
.news-text p:first-child {
  margin-top: 0;
}
.news-text a {
  color: #666;
}
.news-text a:hover {
  color: #ceac90;
}
.news-images img {
  width: 100%;
  margin-top: 40px;
  opacity: 0;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
.news-images img.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.news-btn {
  text-align: center;
  margin-top: 40px;
}
.news-btn a {
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .container {
    padding-top: 100px;
  }

  .header-inner {
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 900px) {
  .news-content {
    display: block;
    margin: 60px 0;
  }
  .news-header {
    width: auto;
  }
  .news-title span {
    display: inline-block;
  }
  .news-line {
    position: static;
    width: 0%;
    height: 1px;
    margin: 40px 0;
    -moz-transition: width 0.6s;
    -o-transition: width 0.6s;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
  }
  .show .news-line {
    width: 100%;
    height: 1px;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .news-text {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .news-content {
    margin: 40px 0;
  }
  .news-images img {
    margin-top: 20px;
  }
  .news-btn {
    margin-top: 0;
  }
}
