@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.content-title {
  font-size: 18px;
  font-weight: 600;
  color: #151d33;
  line-height: 24px;
  text-align: center;
  margin: 22px 0 32px;
}
.content-block {
  font-size: 14px;
  color: #505c73;
  line-height: 24px;
  padding: 0 15px 60px;
}
.content-block > div {
  margin: 0 0 12px;
}
.content-block > div.part {
  margin-bottom: 40px;
}
.content-block > div.article-line {
  margin-top: 32px;
}
.content-block > div.caption-title {
  font-size: 20px;
  margin: 40px 0 30px 0;
}
.retract {
  text-indent: 2em;
}
.bold-txt {
  color: black;
  font-weight: bold;
}
.underline-txt {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}
.txt-right {
  text-align: right;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
td {
  width: auto;
  white-space: pre-wrap;
  overflow: visible;
  word-break: break-word;
}
