@import url("https://fonts.googleapis.com/css?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
.header {
  background-color: rgba(228, 228, 228, 0.7);
}
.header .logo #logo-svg path {
  fill: #333;
}
.header .logo #logo-svg rect {
  fill: #333;
}

.news {
  padding-top: 180px;
  padding-bottom: 100px;
  background-color: #fff;
}
.news-inner {
  width: 100%;
  max-width: 1920px;
}
.news-pic {
  margin: 0 20% 50px 20%;
}
.news-pic img {
  width: 100%;
}
.news-box {
  margin: 0 20%;
}
.news-title {
  position: relative;
  z-index: 0;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.news-title:after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #c1b067;
  display: block;
  margin: 20px 0;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.news-ttext {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.news-content {
  display: inline-block;
  width: 100%;
}
.news .bn {
  text-align: center;
  margin-top: 100px;
}
.news .bn-link {
  height: 40px;
  width: 120px;
  display: inline-block;
  background-color: #666;
  line-height: 40px;
  margin: 0 10px;
}
.news .bn-link a {
  color: #fff;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.news .bn-back {
  height: 40px;
  width: 120px;
  display: inline-block;
  background-color: #666;
  line-height: 40px;
  margin: 0 10px;
}
.news .bn-back a {
  color: #fff;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.innertitle {
  color: #c1b067;
}

.news-title:after {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.news-title.show:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media screen and (max-width: 1100px) {
  .news {
    padding-top: 105px;
    padding-bottom: 85px;
  }
  .news-ttext {
    font-size: 24px;
  }
  .news-pic {
    display: inline-block;
    margin: 0 0 40px 0;
  }
  .news-pic img {
    width: 100%;
  }

  .bt-link a {
    display: block;
  }
  .bt-back a {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .news {
    padding-top: 105px;
    padding-bottom: 65px;
  }
  .news-pic {
    margin: 0 0 40px 0;
  }
  .news-content {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .news-inner {
    width: 100%;
  }
  .news-title:after {
    height: 40px;
  }
  .news-mtext {
    font-size: 35px;
    bottom: -5px;
  }
  .news-pic {
    margin: 0 0 20px 0;
  }
  .news-box {
    margin: 0 20px;
  }
  .news .bn {
    text-align: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 460px) {
  .news {
    padding-top: 75px;
    background-color: #fff;
    padding-bottom: 40px;
  }
  .news-inner {
    width: 100%;
  }
  .news-box {
    margin: 0 20px;
  }
  .news-title:after {
    height: 40px;
    margin: 20px 50%;
  }
  .news-pic {
    margin: 0 0 20px 0;
  }
  .news .bn {
    text-align: center;
    margin-top: 40px;
  }
  .news .bn-link {
    margin: 0 2% 0 3%;
  }
  .news .bn-back {
    margin: 0 2% 0 3%;
  }
}
