@font-face {
  font-family: 'pingfang-bold';
  src: url(../fonts/PingFang\ Bold.ttf);
  font-family: 'pingfang-light';
  src: url(../fonts/PingFang\ Light.ttf);
  font-family: 'pingfang-medium';
  src: url(../fonts/PingFang\ Medium.ttf);
  font-family: 'pingfang-regular';
  src: url(../fonts/PingFang\ Regular.ttf);
  font-family: 'huakang';
  src: url(../fonts/华康圆体\ STD\ W3.OTF);
}
.nav-top {
  background: #fff;
  opacity: 1;
}
.backbg {
  position: relative;
}
.backbg img {
  width: 100%;
}
.backbg div {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'huakang';
  text-align: center;
  width: 100%;
}
.backbg div .cn {
  font-size: 40px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.backbg div .cn span {
  color: #ff6612;
}
.backbg div .en {
  font-size: 26px;
}
.newsdetail .newsdetail-main {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0 140px 0;
}
.newsdetail .newsdetail-main .title {
  text-align: center;
}
.newsdetail .newsdetail-main .title h2 {
  font-size: 24px;
  color: #a0876c;
}
.newsdetail .newsdetail-main .title .news-info {
  margin: 30px 0 20px 0;
}
.newsdetail .newsdetail-main .title .news-info span {
  padding: 0 70px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.newsdetail .newsdetail-main .title .news-info span img {
  padding-right: 10px;
}
.newsdetail .newsdetail-main .line {
  max-width: 1100px;
  margin: 0 auto;
  height: 1px;
  background-color: #dbdbdb;
}
.newsdetail .newsdetail-main .content-wrap {
  padding: 50px;
  font-size: 16px;
}
.newsdetail .newsdetail-main .content-wrap p {
  color: #333333;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 20px 0;
}
.newsdetail .newsdetail-main .content-wrap img {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.newsdetail .newsdetail-main .bottom-line {
  max-width: 1200px;
  height: 1px;
  border: 1px dashed #fffaef;
}
.newsdetail .newsdetail-main .related-news {
  margin-top: 25px;
}
.newsdetail .newsdetail-main .related-news p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.newsdetail .newsdetail-main .related-news p a {
  font-size: 16px;
  color: #8a7575;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .backbg img {
    height: 200px;
    object-fit: cover;
  }
  .backbg div {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .backbg div .cn {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .backbg div .en {
    font-size: 20px;
  }
  .newsdetail .newsdetail-main {
    padding: 30px 0 50px 0;
  }
  .newsdetail .newsdetail-main .title {
    text-align: center;
  }
  .newsdetail .newsdetail-main .title h2 {
    font-size: 20px;
  }
  .newsdetail .newsdetail-main .title .news-info {
    margin: 30px 0 20px 0;
  }
  .newsdetail .newsdetail-main .title .news-info span {
    padding: 0 10px;
    font-size: 14px;
  }
  .newsdetail .newsdetail-main .title .news-info span img {
    padding-right: 5px;
    width: 20px;
  }
  .newsdetail .newsdetail-main .content-wrap {
    padding: 10px;
    font-size: 14px;
  }
  .newsdetail .newsdetail-main .content-wrap img {
    width: 90%;
  }
  .newsdetail .newsdetail-main .related-news {
    margin-top: 25px;
  }
  .newsdetail .newsdetail-main .related-news p {
    font-size: 14px;
  }
  .newsdetail .newsdetail-main .related-news p a {
    font-size: 14px;
  }
}
