/* 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-content-container h2 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  margin: 0;
}
.markdown-content-container h2 a {
  color: #2284d7;
}

.markdown-content-container #marked> ul {
  display: flex;
  justify-content: flex-start;
  padding: 40px 10px;
}
.markdown-content-container #marked ul:nth-child(2n-1){
  background-image: linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#eeeeee, #eeeeee);
  background-blend-mode: normal, normal;
}
.markdown-content-container #marked>ul>li:nth-child(1) {
  width: 16%;
  padding-right: 20px;
}
.markdown-content-container #marked>ul>li:nth-child(2) {
  width: 55%;
  padding: 0 40px 0 20px;
}
/* 子集链接样式 */
.markdown-content-container #marked>ul>li:nth-child(2) ul li {
  margin-top: 20px;
}
.markdown-content-container #marked>ul>li:nth-child(2) ul li a {
  font-size: 14px;
  color: black;
}
.markdown-content-container #marked>ul>li:nth-child(2) ul li:nth-child(3) a {
  font-size: 16px;
}
.markdown-content-container #marked>ul>li:nth-child(3) {
  width: 27%;
  padding: 0 10px;
}
.markdown-content-container #marked>ul>li:nth-child(3) p img {
  width: 100%;
}


ol, ul {
  padding: 0;
}

/* 详细信息内容样式 */
.markdown-detail-content-container {
  max-width: 1440px;
  margin: 50px auto;
  /* overflow: hidden; */
}
.markdown-detail-content-container #marked {
  display: flex;
}
.markdown-detail-content-container #marked>h1 {
  /* float: left; */
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0px;
  color: #cccccc;
  /* line-height: 2em; */
  width: 15%;
}
.markdown-detail-content-container #marked>ul {
  /* float: left; */
  width: 85%;
  /* padding-left: 20px; */
}
.markdown-detail-content-container #marked>ul>li>h1 {
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #2284d7;
}
.markdown-detail-content-container #marked p {
  line-height: 2em;
}
/* h2 20px 字体 */
.markdown-detail-content-container #marked h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 2em;
  color: #000000;
}
/* h3 p 缩进 2个字符*/
.markdown-detail-content-container #marked h3 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 2em;
  text-indent: 2em;
  color: #000000;
}
.markdown-detail-content-container #marked h3 a {
  color: #0d6efd;
}
.markdown-detail-content-container #marked h3 a:hover {
  color: #0a58ca;
}
/* h4 p 缩进 4个字符 */
.markdown-detail-content-container #marked h4 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 2em;
  text-indent: 4em;
  color: #000000;
}
/* h5 是图片 */
.markdown-detail-content-container #marked h5 {
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
  padding: 30px 0;
  margin: 0;
  text-align: center;
}
.markdown-detail-content-container #marked h5 img {
  max-width: 90%;
}
.markdown-detail-content-container #marked #imgimg img {
  width: 50%;
}
.markdown-detail-content-container #marked div {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.markdown-detail-content-container #marked div img {
  width: 100%;
}
.markdown-detail-content-container #marked h5 video {
  max-width: 100%;
}
.markdown-detail-content-container #marked h6 {
  font-size: 14px;
  color: #555555;
  padding: 20px 0;
  margin: 0;
}
/* > 文本右对齐 */
.markdown-detail-content-container #marked blockquote {
  margin: 0;
  padding: 0;
  text-align: right;
}


/* 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 {
    display: block;
  }
  .markdown-detail-content-container #marked>h1 {
    width: 100%;
    padding-left: 30px;
  }
  .markdown-detail-content-container #marked>ul {
    width: 100%;
    padding: 0 30px;
  }
}
