body {
  background: #fff;
  font-family: -apple-system-font, STHeiti SC, Microsoft YaHei, Helvetica Neue,
    Helvetica, Arial, sans-serif;
}
img {
  border-radius: 13px;
}
.wrap {
  width: 1240px;
  margin: 50px auto 0;
}
.main-lt {
  float: left;
  width: 870px;
  padding-bottom: 60px;
  background-color: #fff;
  border-radius: 12px;
}
.main-rt {
  float: right;
  width: 280px;
  line-height: 60px;
}
.detail-lt {
  margin-top: 40px;
  text-align: left;
  font-size: 14px;
  color: #606060;
}
.detail-rt {
  margin-top: 80px;
}
.cnt-hd h1 {
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 36px;
  line-height: 50px;
  color: #333;
  padding-top: 35px;
  padding-bottom: 24px;
  font-weight: 600;
  font-family: Microsoft Yahei, 微软雅黑, 宋体;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cnt-hd .date {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #9195a3;
  letter-spacing: 0;
  line-height: 15px;
}
.cnt-hd .date span {
  margin-right: 20px;
}
.cnt-bd {
  margin-top: 30px;
  font-size: 18px;
  color: #222;
  line-height: 30px;
}
.cnt-bd .indent {
  text-indent: 10px;
  line-height: 25px;
}
.cnt-bd .img {
  text-align: center;
  margin: 30px 0;
}
.cnt-bd .img img {
  max-width: 665px;
}
.cnt-ft {
  margin: 30px 0 60px;
  line-height: 30px;
}
.cnt-ft a {
  color: #606060;
}
.cnt-ft a:hover {
  color: #1667a9;
}

/* 热点排行 */
.rank {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.rank h2 {
  line-height: 60px;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #e0e4e6;
  font-family: PingFangSC-Medium;
  font-weight: 600;
}
.rank li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommend li {
  height: 91px;
  line-height: 30px;
  padding-top: 16px;
}
.recommend li a {
  height: 91px;
  width: 100%;
  color: #333;
  font-size: 14px;
  display: block;
}
.recommend .icon {
  float: left;
  width: 95px;
  height: 65px;
  border-radius: 12px;
  display: block;
  cursor: pointer;
}
.recommend .desc {
  float: left;
  width: 170px;
  height: 90px;
  margin-left: 14px;
}
.recommend .text {
  float: left;
  width: 170px;
  height: 50px;
  white-space: pre-wrap;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.recommend a:hover .text {
  color: #315efb;
}
.recommend .time {
  float: left;
  font-size: 13px;
  color: #9195a3;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 7px;
}

.duba-weixin {
  text-align: left;
}
.duba-weixin p {
  line-height: 40px;
}
.duba-weixin img {
  width: 180px;
  height: 180px;
}
.follow-box {
  position: fixed;
  z-index: 999;
  top: 80px;
}
.pdf-weixin {
  text-align: center;
  margin-top: 50px;
}
.cnt-bd b {
  font-weight: 500;
  padding: 20px 0 10px;
  display: inline-block;
}
.cnt-bd img {
  margin: 15px auto;
}
.page {
  display: none;
}