.zst_article_detail .article-con > .top {
  text-align: center;
  padding: 16px 0;
  border-bottom: 1px dashed #e7e7e7;
  border-top: 1px solid #cecece;
}
.zst_article_detail .article-con > .top > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #181818;
}
.zst_article_detail .article-con > .top > .detail {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.zst_article_detail .article-con > .top > .detail > span {
  font-size: 12px;
  color: #4a4a4a;
  display: flex;
  margin-right: 16px;
}
.zst_article_detail .article-con > .content > .title {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  text-align: center;
  padding: 16px 20px 8px;
}
.zst_article_detail .article-con > .content > .article {
  padding: 0 12px 23px;
  line-height: 20px;
}
.zst_article_detail .article-con > .content > .article > .red-text {
  color: #e13737;
}
.zst_article_detail .article-con > .content > .dim {
  width: 100%;
  text-align: center;
  position: relative;
}
.zst_article_detail .article-con > .content > .dim > img {
  width: 903px;
  height: 327px;
  box-shadow: 3px 2px 10px 8px #e0e0e0;
  margin-bottom: 24px;
}
.zst_article_detail .article-con > .content > .dim > .time {
  display: flex;
  flex-direction: initial;
  border: none;
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.zst_article_detail .article-con > .content > .dim > .time .djs {
  font-size: 16px;
}
.zst_article_detail .article-con > .content > .dim > .time .clock {
  width: 32px;
  height: 32px;
  background: var(--red-color);
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 6px;
}
.zst_article_detail .article-con > .content > .dim > .btn {
  width: 624px;
  height: 44px;
  background: #fff3e0;
  box-shadow: 0px 2px 6px 0px #ffe6bf;
  border-radius: 6px;
  border: 2px dashed #ffce82;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.zst_article_detail .article-con > .content > .dim > .btn > img {
  display: block;
  width: 20px;
  height: 20px;
}
.zst_article_detail .article-con > .content > .dim > .btn span {
  font-size: 16px;
  color: #8c735d;
}
.zst_article_detail .article-con > .content > .dim > .btn .qi {
  font-weight: bold;
  color: var(--red-color);
  margin: 0 4px;
}
.zst_article_detail .article-con > .content > .dim > .tips {
  color: #999999;
  position: absolute;
  top: 251px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.zst_article_detail .article-con > .related {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 14px 16px;
}
.zst_article_detail .article-con > .related > .title {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #181818;
  padding-left: 24px;
  background: url(/www8300/images/2_wztj.png) no-repeat left center / 18px 18px;
}
.zst_article_detail .article-con > .related > .content {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zst_article_detail .article-con > .related > .content > a {
  width: 49.4%;
  margin-bottom: 12px;
}
