<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.main-section {
  padding-bottom: 50px;
}
.header {
  height: 400px;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.logo-wrapper img {
  margin-top: 20px;
  height: 60px;
}
.title-wrapper img {
  margin-top: 80px;
  height: 120px;
}
.column-title {
  border: 1px solid #db6a6a;
  background: top 10px left 10px / auto auto #db6a6a url(../img/column-bg.png) no-repeat;
  font-size: 24px;
  text-align: center;
  padding: 16px 64px;
  height: 90px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-subtitle {
  border: 1px solid #db6a6a;
  background: top 10px left 10px / auto auto #db6a6a url(../img/column-subtitle-bg.png) no-repeat;
  font-size: 24px;
  text-align: center;
  padding: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper {
  padding: 18px 22px;
  border: 1px solid #dadada;
  background-color: #fff;
}
.subtitle-wrapper {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
}
.subtitle-wrapper a {
  color: #fff;
}
.subtitle-wrapper .title {
  display: inline-block;
  background-color: #d47470;
  padding: 4px 12px;
  border-radius: 4px 4px 0 0;
}
.content-wrapper .entry-list-wrapper {
  padding: 0;
  margin: 0;
}
.icon-list-wrapper {
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -18px;
  padding: 0;
  display: flex;
}
.content-wrapper .entry-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.content-wrapper .entry-wrapper .title::before {
  content: "\2022\0020";
  color: #ce2d2d;
}
.content-wrapper .entry-wrapper .date {
  flex: 0 0 4rem;
  text-align: right;
}
.content-wrapper .entry-wrapper .title {
  flex: 1;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
.desc-wrapper {
  color: #666666;
  line-height: 26px;
}
.desc-wrapper p {
  text-indent: 2rem;
 /* margin-bottom: 9px; */
}
.desc-wrapper .more {
  color: #cf0b12;
}
.icon-entry-wrapper {
  padding: 12px;
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 6px;
  margin: 0 24px 22px 0;
  flex: 0 0 calc(50% - 24px);
}
.icon-list-wrapper.right .icon-entry-wrapper {
  margin: 0 24px 39px 0;
}
.icon-list-wrapper.right .icon-entry-wrapper:last-child {
  margin: 0 24px 30px 0;
  flex: 0 0 calc(100% - 24px);
}
.icon-entry-wrapper a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
}
.icon-entry-wrapper .iconfont {
  margin-right: 1rem;
  display: block;
  text-align: center;
  line-height: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #bababa;
  color: #fff;
  font-size: 32px;
  flex: 0 0 56px;
}
.icon-entry-wrapper:hover a {
  opacity: 1;
}
.icon-entry-wrapper:hover .iconfont {
  background: #d84949;
}
.image-list-wrapper {
  padding: 0;
  margin: 0;
}
.image-wrapper a {
  display: block;
  padding: 36px 110px;
  font-size: 22px;
  color: #fff;
}
.image-wrapper:nth-child(1) {
  background: top center / 100% auto url(../img/title-1.jpg) no-repeat;
  margin-bottom: 26px;
}
.image-wrapper:nth-child(2) {
  background: top center / 100% auto url(../img/title-2.jpg) no-repeat;
  margin-bottom: 26px;
}
.image-wrapper:nth-child(3) {
  background: top center / 100% auto url(../img/title-3.jpg) no-repeat;
}
.footer {
  background: #8dd4e9;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer-info span {
  display: inline-block;
  margin: 3px 5px;
}
@media only screen and (max-width: 1199px) {
  .image-wrapper a {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .logo-wrapper img {
    margin-top: 10px;
    height: 50px;
  }
  .title-wrapper img {
    margin-top: 30px;
    height: auto;
    width: 80%;
  }
  .header {
    height: 200px;
  }
  .image-wrapper a {
    padding: 60px 110px;
  }
  .column-title {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrapper img {
    margin-top: 10px;
    height: 30px;
  }
  .title-wrapper img {
    margin-top: 30px;
    height: auto;
    width: 90%;
  }
  .header {
    height: 150px;
  }
  .icon-list-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
  .icon-entry-wrapper {
    padding: 12px;
    border-radius: 8px;
    margin: 0 0 16px 0;
    flex: 0 0 100%;
  }
  .image-wrapper {
    background-size: auto 100% !important;
  }
  .image-wrapper a {
    padding: 20px 20px;
  }
  .image-wrapper:nth-child(-n + 2) {
    margin-bottom: 20px;
  }
  .entry-list-wrapper {
    flex-wrap: wrap;
  }
  .entry-wrapper {
    margin: 0 0 16px 0;
    flex: 0 0 100%;
  }
  .main-section {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
</pre></body></html>