@charset "utf-8";

/* --- 02: show --- */
/* title */
.news-title {
  text-align: center;
  padding: 4.167vw;
}

.news-title h1 {
  margin-bottom: 1.563vw;
  font-size: 2.344vw;
  font-weight: bolder;
}

.news-title .date {
  color: #999;
  font-size: 0.938vw;
}

/* content */
.news-content {
	padding: 0 20%;
	margin-bottom: 9.375vw;
}

.news-content .wrap p {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: normal;
  padding: 0px;
  max-width: 100%;
  clear: both;
  min-height: 1em;
  color: rgb(51, 51, 51);
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue,
    PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial,
    sans-serif;
  font-size: 17px;
  letter-spacing: 0.544px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  line-height: 2em;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
}

.news-content .wrap span {
  width: 100%;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  font-size: 22px;
  font-family: 微软雅黑, Microsoft YaHei;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
}

/* other */
.news-other {
  padding: 0 20%;
  margin-bottom: 5.208vw;
  font-size: 0.938vw;
}

/* back */
.news-other .back a {
  color: #050f5f;
}

/* follow */
.news-other .follow {
  margin-left: auto;
}

.news-other .follow li {
  margin-left: 1vw;
  position: relative;
  border: 2px solid #efefef;
  width: 3.125vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
}

.news-other .follow li img {
  transition: all 0.3s;
}

.news-other .follow li:hover {
  border: 2px solid #efefef;
}

.news-other .follow li .qrcode {
  position: absolute;
  bottom: 3.646vw;
  width: 7.813vw;
  border: 1px solid #ddd;
  left: -2.604vw;
  display: none;
}

.news-other .follow li:hover .qrcode {
  display: block;
}

/* ===== */
.intro1 img {
  margin: 10px 0 10px;
}
.follow-top {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .news-title {
    margin-top: 5px;
    text-align: center;
    padding: 30px;
  }

  .news-title h1 {
    font-size: large;
    line-height: 1.6em;
    text-align: left;
  }

  .news-title .date {
    text-align: left;
    font-size: small;
  }

  .news-content {
    padding: 30px;
    font-size: medium;
  }

  .news-content .wrap {
    max-width: none;
  }

  .news-content .wrap span,
  p {
    font-size: small;
    line-height: 2em;
  }
  /* hide big follow */
  .follow {
    display: none;
  }
  /* show top follow */
  .follow-top {
    display: flex;
    justify-content: center;
  }

  .follow-top li {
    margin-left: 10px;
    position: relative;
    border: 2px solid #efefef;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
  }

  .follow-top li img {
    transition: all 0.3s;
  }

  .follow-top li:hover {
    border: 2px solid #efefef;
  }

  .follow-top li .qrcode {
    position: absolute;
    bottom: -160px;
    width: 150px;
    border: 1px solid #ddd;
    left: -2.604vw;
    display: none;
  }

  .follow-top li:hover .qrcode {
    display: block;
  }

  /* back */
  .news-other .back a {
    width: 150px;
    font-size: large;
    color: #050f5f;
  }
}
