html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
body {
  position: relative;
}
body .link {
  margin: 45px 360px;
  margin-bottom: 0px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2D95F5;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  padding: 0px 40px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body .detailContent {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin-top: 18px;
  border: 1px solid #EAEAEA;
  padding: 40px;
  margin: 45px 360px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body .detailContent .nav {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #2991F3;
}
body .detailContent .article {
  text-align: center;
}
body .detailContent .article .title {
  font-weight: 600;
  font-size: 32px;
  color: #161616;
  margin-top: 50px;
}
body .detailContent .article .desc {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #6C6C6C;
  margin-top: 40px;
}
body .detailContent .article .desc .source,
body .detailContent .article .desc .time,
body .detailContent .article .desc .fontOption {
  float: left;
  margin-right: 45px;
}
body .detailContent .article .desc .fontOption .fontClass {
  cursor: pointer;
}
body .detailContent .article .desc .fontOption .active {
  font-weight: bold;
  color: #333;
}
body .detailContent .article .line {
  height: 1px;
  background: #D8D8D8;
  width: 100%;
  margin-top: 12px;
}
body .detailContent .article .articleDetail {
  margin-top: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #424242;
  line-height: 28px;
  text-align: justify;
  font-style: normal;
}
body .detailContent .share {
  margin-top: 50px;
  background: #F3F7F9;
  padding: 0px 30px;
  line-height: 65px;
}
body .detailContent .share .tip {
  float: left;
}
body .detailContent .share img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
body .navLine {
  width: 100%;
  height: 2px;
  background: #2A92F3;
  margin-top: 12px;
}
body .detailBg {
  position: absolute;
  bottom: 310px;
  background-image: url('../assets/list-bg.png');
  width: 100%;
  height: 780px;
  z-index: -1;
}
