.typeLayout.type8_1 .articleList.wrap {
  max-width: 1540px;
  padding-top: 56px;
  padding-bottom: 116px;
}
@media (max-width: 1200px) {
  .typeLayout.type8_1 .articleList.wrap {
    padding-top: 36px;
    padding-bottom: 66px;
  }
}
.typeLayout.type8_1 .textEditor {
  color: #666666;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1.7;
}
.typeLayout.type8_1 .title.bottomLine {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  letter-spacing: 1.1px;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.typeLayout.type8_1 .title.bottomLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #0c2e4a;
}
.typeLayout.type8_1 .subtitle {
  font-size: 17px;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 500;
}
.typeLayout.type8_1 .articleItem {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.typeLayout.type8_1 .articleItem:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}