/* md文件内容样式 */
.markdown-content-container {
  width: 100%;
  margin: 0 auto;
}
.markdown-content-container h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #cccccc;
  text-align: right;
}

/* 详细信息内容样式 */
.markdown-detail-content-container {
  max-width: 1440px;
  margin: 50px auto;
  /* overflow: hidden; */
}
#marked {
  width: 1260px;
  /* margin-left: 190px; */
  margin: 0px auto;
  position: relative;
  padding-left: 20px;
}
.markdown-detail-content-container #marked h6 {
  position: absolute;
  top: 0;
  left: -190px;

  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #cccccc;
}

.markdown-detail-content-container #marked h1 {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #2284d7;
  margin: 0;
}
.markdown-detail-content-container #marked h2 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  line-height: 2em;
  color: rgb(0,0,0);
}
.markdown-detail-content-container #marked h2 strong {
  line-height: 3em;
}
.markdown-detail-content-container #marked h3 {
  font-size: 20px;
  color: rgb(0,0,0);
  line-height: 2em;
  margin-bottom: 0;
}
.markdown-detail-content-container #marked h4 {
  font-size: 18px;
  color: rgb(0,0,0);
  line-height: 2em;
  margin-bottom: 0;
  font-family: '微软雅黑';
}
.markdown-detail-content-container #marked h3 strong {
  line-height: 2em;
}
/* .markdown-detail-content-container #marked h4 strong {
  line-height: 2em;
} */

.markdown-detail-content-container #marked ul li {
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #555555;
}

/* 百分之五十的图片 */
.markdown-detail-content-container #marked h5 {
  width: 50%;
  margin: 0 auto;
}
.markdown-detail-content-container #marked h5 img {
  width: 100%;
  padding: 16px 0;
}
.markdown-detail-content-container #marked h4 img {
  width: 100%;
  padding: 16px 0;
  margin: 0px auto;
  width: 90%;
  margin-left: 5%;
}
.markdown-detail-content-container #marked #img {
  width: 95%;
}
.markdown-detail-content-container #marked #img img {
  width: 50%;
}

.markdown-detail-content-container #marked p {
  font-size: 16px;
  color: rgb(0,0,0);
  text-indent: 2em;
  line-height: 2em;
}
.markdown-detail-content-container #marked p a {
  color: #0d6efd;
}
/* > IMG 是图片为自适应大小不拉伸 */
.markdown-detail-content-container #marked p img {
  padding: 32px 0;
}
.markdown-detail-content-container #marked p strong {
  line-height: 2em;
}

.markdown-detail-content-container #marked blockquote {
  text-align: center;
}

/* > **IMG 是图片为最大宽度** */
.markdown-detail-content-container #marked blockquote p strong {
  max-width: 1920px;
  display: flex;
  justify-content: center;
}
.markdown-detail-content-container #marked blockquote p strong img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .markdown-detail-content-container {
    max-width: 1440px;
    margin: 50px auto;
  }
  #marked {
    width: 100%;
    margin-left: 0;
    position: relative;
    padding: 0 30px;
  }
  .markdown-detail-content-container #marked h6 {
    position: unset;
    
    font-weight: 700;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #cccccc;
  }

  .markdown-detail-content-container #marked blockquote {
    width: 90%;
    margin: 0 auto;
  }

}

/* media */
@media screen and (max-width: 959px) {
  .markdown-content-container h1 {
    text-align: left;
  }
  .markdown-content-container #marked> ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .markdown-content-container #marked>ul>li:nth-child(1) {
    width: 100%;
    padding-right: 20px;
  }
  .markdown-content-container #marked>ul>li:nth-child(2) {
    width:100%;
    padding: 0 20px;
    /* text-align: center; */
  }
  .markdown-content-container #marked>ul>li:nth-child(3) {
    width: 90%;
    margin-top: 20px;
    padding: 0 10px;
  }

  /* 详细信息内容样式 */
  .markdown-detail-content-container #marked h5 {
    width: 90%;
  }
  .markdown-detail-content-container #marked h5 video {
    width: 100%;
  }

  .markdown-detail-content-container #marked blockquote {
    width:100%;
    margin: 0 auto;
  }
  .markdown-detail-content-container #marked blockquote p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .markdown-detail-content-container #marked blockquote p img {
    width: 100%;
  }


}
.strongFont{
  font-weight: bold;
}
