.detail-1 {
  display: flex;
  justify-content: space-between;
}
.detail-1-L {
  width: 866px;
}
.detail-1-R {
  width: 372px;
}
.detail-1-R .chnldesc2 {
  margin-bottom: 10px;
}

.detail-1 .doctitle {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.detail-1 .date1 {
  padding: 10px 12px;
  background: #fafafa;
  font-size: 16px;
  color: #8a8a8a;
}
.detail-1 .date1 .time {
  margin-right: 20px;
}
.detail-1 .date1 .author {
}

.doc-html-content {
  font-size: 20px;
  word-break: break-all;
  padding: 30px 0;
}
.doc-html-content * {
  max-width: 100%;
}
.doc-html-content p {
  padding: 20px 0;
  word-break: break-word;
  overflow-wrap: normal;
}
.doc-html-content img {
  display: block;
  margin: 0 auto;
}
.detail-1 .img-desc {
  font-size: 16px;
  margin-top: 10px;
  color: #8a8a8a;
  text-align: center;
  display: block;
}

.detail-img-list-1 {
  overflow: hidden;
}
.detail-img-list-1 .item {
  width: 372px;
  margin-bottom: 20px;
}
.detail-img-list-1 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.detail-img-list-1 img {
  width: 372px;
  height: 246px;
  display: block;
}
.detail-img-list-1 .title {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  padding: 10px 0;
}

figure.image {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px solid white;
}
figure.image figcaption {
  margin: 8px 0 0;
  text-align: left;
  font-size: 14px;
  /* 中文按字符换行，英文/数字按单词换行 */
  word-break: break-word;
  /* 禁止英文单词内断行 */
  overflow-wrap: normal;
}
