<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner a {
  height: 300px;
  background: url(../../images/about-banner.jpg) no-repeat top center;
}

.introduce-text {
  margin-top: 58px;
}
.introduce-text .title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.introduce-text .title h2 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: left;
}
.introduce-text .title h2:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ff6307;
  margin: 0 10px 0 18px;
}
.introduce-text .desc .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.introduce-text .desc .text {
  padding-top: 21px;
}
.introduce-text .desc .text p {
  font-size: 14px;
  color: #777777;
  line-height: 1.8;
  text-indent: 2em;
  margin-bottom: 30px;
}
.introduce-text .desc .text p:last-of-type {
  margin-bottom: 0;
}
.introduce-text .desc .text p.text-foot {
  margin-bottom: 0;
}
.introduce-text .desc .text p.text-foot span {
  display: block;
}

</pre></body></html>