.section {
  margin: 20px 0;
}
.section-message {
  margin: 20px 0;
}
.section-message .img01 {
  float: left;
  margin: 0 16px 10px 0;
}
.section-message .txt02 {
  font-size: 1.25rem;
  text-align: right;
}
.section-outline li {
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.section-outline .dt {
  position: relative;
  width: 200px;
  padding-left: 30px;
  color: #1f8dbc;
}
.section-outline .dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url(/assets/img/common/point-icon.png) no-repeat center;
  width: 9px;
  height: 9px;
}
.section-outline .dd {
  width: 490px;
}
.section-outline a {
  color: #1f7ea7;
}
.section-outline a:hover {
  color: #64bee6;
  text-decoration: none;
}

/*# sourceMappingURL=index.css.map*/