<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

.article {
  height: auto;
  min-height: 576px;
}
.article .container {
  width: 1400px;
  margin: 50px auto;
}
.article .container h1 {
  text-align: center;
  font-size: 26px;
}
.article .container .content {
  margin-top: 50px;
  font-size: 16px;
  text-indent: 2rem;
}
.article .container .content img {
  max-width: 1200px !important;
}

/*# sourceMappingURL=information.css.map */
</pre></body></html>