.the-article .article-title {
  font-size: 26px;
  color: #111;
  margin-bottom: 20px;
  margin-top: -5px;
  font-weight: bold;
  border-bottom: 1px dashed #dcdfe6;
  padding-bottom: 12px;
}
.the-article .article-summary {
  margin: -10px 0 15px;
}
.the-article .article-content {
  color: #333;
  font-size: 18px;
}
.the-article .article-content h2,
.the-article .article-content h3,
.the-article .article-content h4 {
  font-weight: bold;
  color: #111;
  margin-bottom: 12px;
}
.the-article .article-content h2 {
  font-size: 24px;
}
.the-article .article-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  word-wrap: break-word;
}
.the-article .article-content strong {
  font-weight: bold;
}
.the-article .article-content img {
  border-radius: 5px;
  max-width: 95%;
}
.the-article .article-content ul,
.the-article .article-content ol {
  margin: 10px 5px 25px 18px;
  padding-left: 0;
}
.the-article .article-content li {
  list-style: disc inside;
  line-height: 2;
}
.the-article .article-content ol > li {
  list-style: decimal inside;
}
.the-article .article-content blockquote {
  display: block;
  border-left: 5px solid #ccc;
  padding: 10px 10px;
  margin: 10px 0 25px;
  background-color: #f5f7fa;
  border-radius: 5px;
}
.the-article .article-content em {
  font-style: italic;
  font-weight: normal;
}
.the-article .article-content u {
  text-decoration: underline;
}
.the-article .article-content s {
  text-decoration: line-through;
  color: #7f7f7f;
}
.the-article .article-content a {
  color: #54b2bd;
  text-decoration: underline;
}
.the-article .article-content a:hover {
  color: #3e96a0;
}
.page-content {
  display: flex;
  padding: 19px;
}
.the-content,
.the-article {
  flex: 1;
  overflow: hidden;
}
.the-list {
  width: 210px;
  margin-right: 20px;
}
.the-list li {
  margin-bottom: 15px;
  display: flex;
}
.the-list li .dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #aaa;
  border: 1px solid #fff;
  margin: 7px 8px 0 -11px;
}
.the-list li > a {
  flex: 1;
  font-size: 15px;
  color: #333;
  line-height: 21px;
}
.the-list li > a:hover {
  color: #419da8;
}
.the-list li.current > a {
  color: #54b2bd;
}
.the-list li.current .dot {
  background-color: #54b2bd;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  border: 0;
}
.pdf-wrap .the-pdf {
  margin-bottom: 20px;
}
.pdf-wrap .the-pdf .pdf-name {
  font-size: 18px;
  margin-bottom: 6px;
  color: #333;
}
.pdf-wrap .the-pdf .view-pdf {
  display: flex;
  width: 168px;
  justify-content: center;
  padding: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.pdf-wrap .the-pdf .view-pdf img {
  height: 16px;
  width: auto;
  margin: 13px 6px 0 -5px;
}
.pdf-wrap .the-pdf .canvas {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  max-width: 98%;
}
.article-list .item {
  border-bottom: 1px dashed #dcdfe6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.article-list .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.article-list .title a {
  color: #111;
}
.article-list .title a:hover {
  color: #54b2bd;
}
.article-list .time {
  margin-right: 12px;
}
.bread-crumb {
  margin-bottom: 15px;
  margin-top: -3px;
}
.bread-crumb .sp {
  color: #ccc;
  margin: 0 7px;
}
.bread-crumb a:hover {
  color: #54b2bd;
}
.bread-crumb .current {
  color: #aaa;
}
.bread-crumb + .search-bar {
  margin-top: -5px;
}
