@charset "utf-8";

/* Source: style-for-detail.css:1-26 */
.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:var(--color-gray-950);font-size:16px;color:var(--color-text-muted);}
.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;}
.doc-html-content img{display: block;margin:0 auto;}
.detail-1 .img-desc{font-size:16px;margin-top:10px;color:var(--color-text-muted);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:var(--color-black);text-decoration: none;overflow: hidden;padding:10px 0;}






/* Source: layout.css:53-108 */
/* 文章页 */
.detail-1 .doctitle {
  line-height: 1.25;
}

.detail-img-list-1 .title {
  color: inherit;
}

figure {
  max-width: 80%;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
figure.image img {
  margin: 0;
  max-width: 100%;
  width: auto;
}
figure.image figcaption {
  font-size: 16px;
  margin-top: 10px;
  color: var(--color-text-muted);
  text-align: center;
  display: block;
}
figure.image {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px solid var(--color-white);
}
figure.image.align-left {
  float: left;
}
figure.image.align-right {
  float: right;
}
figure.image.align-center {
  margin-left: auto;
  margin-right: auto;
}

#iframeDiv {
  margin-bottom: 20px;
}

#iframeDiv iframe {
  width: 100%;
  max-width: 850px;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Source: layout.css:126-130 */
/* 文章页 */
.doc-html-content {
  word-break: normal;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  /* Source: mobile-style-for-detail.css:1-20 */
  .detail-1{display: block;}
  .detail-1-L{width:100%;}
  .detail-1-R{width:100%;}
  .detail-1-R .chnldesc2{margin-bottom:36px;}

  .detail-1 .doctitle{font-size:40px;line-height:56px;margin:0 40px 40px;}

  .detail-1 .date1{font-size:24px;margin:0 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .detail-1 .date1>*{flex:0 0 auto;}

  .detail-1 .img-desc{font-size: 24px;}

  .doc-html-content{font-size:30px;margin:0 40px;padding-bottom:0px;}

  .detail-img-list-1{margin:0 40px;}
  .detail-img-list-1 .item{width:100%;display: flex;margin-bottom:4vw;}
  .detail-img-list-1 .item a{display: flex;}
  .detail-img-list-1 img{width:38vw;height:auto;flex:0 0 auto;margin-right:4vw;align-self: flex-start;}
  .detail-img-list-1 .title{flex:1;font-size:30px;}
  .doc-html-content img{width:100%;padding: 0 40px;}

  /* Source: layout.css:192-196 */
  /* 文章页 */
  figure.image figcaption {
    font-size: 24px;
  }

}
