.detail-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .detail-content {
    margin-top: 10px;
  }
}
.detail-content .text_title {
  overflow-wrap: break-word;
  color: #191b32;
  font-size: 24px;
  letter-spacing: 1.20000005px;
  font-family: Arial-BoldMT;
  font-weight: 700;
  text-align: left;
  line-height: 34px;
}
.detail-content .text_author {
  overflow-wrap: break-word;
  color: #191b32;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 12px;
}
.detail-content #content_html {
  margin-top: 20px;
  /* 标题样式 */
  /* 段落样式 */
  /* div 样式 */
  /* 图片样式 */
}
.detail-content #content_html h1 {
  font-size: 24px;
  /*标题字体大小*/
  margin: 20px 0;
  /*标题外边距*/
}
.detail-content #content_html h2 {
  font-size: 20px;
  /*标题字体大小*/
  margin: 20px 0;
  /*标题外边距*/
}
.detail-content #content_html h3 {
  font-size: 18px;
  /*标题字体大小*/
  margin: 20px 0;
  /*标题外边距*/
}
.detail-content #content_html p {
  line-height: 1.6;
  /*段落行高*/
  margin-bottom: 20px;
  /*段落下边距*/
}
.detail-content #content_html div {
  margin-bottom: 20px;
  /* div 元素下边距 */
}
.detail-content #content_html img {
  max-width: 100%;
  /* 图片最大宽度 */
  height: auto;
  /* 图片高度自适应 */
  display: block;
  /* 图片块级显示，保证上下间距 */
  margin: 0 auto 20px;
  /* 图片外边距，自动居中并设置下边距 */
}
/*# sourceMappingURL=./detail.css.map */