#_yoo-nav {
  height: 76px;
  background-color: #4C27FF;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.16);
}

.journal-text {
  position: relative;
  width: 1200px;
  min-height: calc(100vh - 292px - 76px);
  height: auto;
  margin: auto;
  opacity: 1;
  font-size: 14px;
  font-family: "AlibabaPuHuiTi-Regular";
  text-align: left;
  color: #000000;
  line-height: 24px;
  padding-top: 50px;
  padding-bottom: 38px;
}
.journal-text .journal_img {
  position: absolute;
  width: 393px;
  height: 252px;
  right: 0;
  top: 48px;
}
.journal-text .journal-explain {
  margin-bottom: 149px;
}
.journal-text pre {
  font-size: 14px;
  font-family: "AlibabaPuHuiTi-Regular";
  text-align: left;
  color: #000000;
  line-height: 24px;
}
.journal-text pre a {
  color: rgb(0, 116, 255);
  text-decoration: underline;
}
.journal-text .journal-title {
  font-size: 30px;
  font-family: "AlibabaPuHuiTi-Medium";
  color: #000000;
  line-height: 20px;
  line-height: 40px;
  margin-bottom: 19px;
}
.journal-text .journal-title img {
  vertical-align: middle;
  width: 30px;
  height: 29px;
  margin-top: -5px;
  margin-left: 5px;
}
.journal-text .journal-order .journal-sign {
  position: relative;
  border-left: 1px solid #979797;
  padding-left: 38px;
  box-sizing: border-box;
}
.journal-text .journal-order .journal-sign .journal-spot {
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #ffd748;
  border: 1px solid #051869;
  border-radius: 50%;
  box-sizing: border-box;
}
.journal-text .journal-order .journal-sign .journal-edition {
  position: relative;
  top: -32px;
  left: -1px;
  width: 238px;
  height: 79px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #051869;
  text-align: left;
  box-sizing: border-box;
}
.journal-text .journal-order .journal-sign .journal-edition .edition-top {
  width: 100%;
  height: 12px;
  opacity: 1;
  background: #6483ff;
  margin-bottom: 7px;
}
.journal-text .journal-order .journal-sign .journal-edition .edition-title {
  font-size: 24px;
  font-family: "AlibabaPuHuiTi-Medium";
  color: #000000;
  line-height: 32px;
  padding: 0 10px;
  margin-bottom: 3px;
}
.journal-text .journal-order .journal-sign .journal-edition .edition-time {
  padding: 0 10px;
  font-size: 12px;
  font-family: "AlibabaPuHuiTi-Regular";
  color: #6f6f6f;
  line-height: 15px;
}
.journal-text .journal-order .journal-sign .journal-html {
  padding-bottom: 50px;
}
.journal-text .journal-order .journal-sign .journal-ul {
  counter-reset: show-list;
  margin-left: -14px;
  margin-top: -15px;
}
.journal-text .journal-order .journal-sign .journal-ul li.journal-h1 {
  padding-left: 30px;
  line-height: 1.4;
  position: relative;
  counter-increment: item;
  font-size: 14px;
  font-family: "AlibabaPuHuiTi-Medium";
  text-align: justify;
  color: #000000;
  line-height: 24px;
  padding-bottom: 20px;
}
.journal-text .journal-order .journal-sign .journal-ul li.journal-h1 ul li.journal-h2 {
  position: relative;
  counter-increment: sectioncounter;
  font-size: 14px;
  font-family: "AlibabaPuHuiTi-Regular";
  text-align: left;
  color: #000000;
}
.journal-text .journal-order .journal-sign .journal-ul li.journal-h1 ul li.journal-h2:before {
  content: "(" counter(sectioncounter) ") ";
}
.journal-text .journal-order .journal-sign .journal-ul li.journal-h1:before {
  content: counter(item) ".";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
}