<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;
  background: #fff;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 600px;
  position: relative;
  background: top center / cover url(../img/header-bg.jpg) no-repeat;
}
.logo-wrapper {
  padding-top: 10px;
}
.logo-wrapper img {
  height: 54px;
}
.main-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 35px 20px 25px 20px;
}
.title-wrapper img {
  height: 200px;
}
.title-wrapper {
  position: relative;
  left: -160px;
  top: 90px;
  text-align: center;
  padding-top: 50px;
}
.column-title {
  margin-bottom: 30px;
}
.column-title img {
  width: 100%;
}
.column-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.column-list .entry {
  flex: 1 1 calc(33% - 54px);
  border-radius: 10px;
  box-shadow: 0px 7px 21px 0px rgba(144, 157, 188, 0.25);
  border-radius: 10px;
  margin: 17px 27px;
  transition: all 0.4s ease;
}
.column-list-1 .entry {
  background: top left / 100% 100% url(../img/entry-bg.png) no-repeat;
}
.column-list .entry:hover {
  transform: translateY(-5px);
  box-shadow: 0px 7px 21px 0px rgba(80, 90, 100, 0.75);
}
.column-list .entry-link .icon-wrapper img {
  height: 100px;
  width: 100px;
}
.column-list .entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0f5898;
  padding: 30px 26px;
}
.column-list  a.entry-link{display: block; height:100%;}

.column-list .entry-link.active {
  background: #1d73ca;
  color: #fff;
}
.column-list .entry-link .iconfont {
  font-size: 30px;
  margin-right: 8px;
}
.column-list-1,
.column-list-4 {
  margin: 0 -27px;
}
.column-list-2 {
  margin: 0 -15px;
}
.column-list-2 .entry {
  height: 240px;
  margin: 17px 15px;
  flex: 1 1 calc(33.3% - 30px);
}
.column-list-2 .entry:nth-child(1) {
  background: top left / cover url(../img/image-1.png) no-repeat;
}
.column-list-2 .entry:nth-child(2) {
  background: top left / cover url(../img/image-2.png) no-repeat;
}
.column-list-2 .entry:nth-child(3) {
  background: top left / cover url(../img/image-3.png) no-repeat;
}
.column-wrapper {
  padding-top: 25px;
}
.column-wrapper-3 {
  background: top center / cover url(../img/column-bg.jpg) no-repeat;
  border-radius: 12px;
}
.column-list-3 .entry {
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 0 10px rgba(80, 90, 100, 0.25));
}
.column-list-3 .entry:hover {
  box-shadow: none;
  filter: drop-shadow(0 5px 10px rgba(80, 90, 100, 0.75));
}
.column-list-3 .entry-link:hover {
  opacity: 1;
}
.column-list-3 .entry-link {
  padding: 0;
}
.column-list-3 .entry-link img {
  width: 100%;
}
.column-list-4 .entry {
  height: 250px;
}
.column-list-4 .entry:nth-child(1) {
  background: top center / cover url(../img/rect-1.png) no-repeat;
}
.column-list-4 .entry:nth-child(2) {
  background: top center / cover url(../img/rect-2.png) no-repeat;
}
.column-list-4 .entry:nth-child(3) {
  background: top center / cover url(../img/rect-3.png) no-repeat;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 450px;
  }
  .title-wrapper {
    top: 0;
    left: 0;
  }
  .title-wrapper img {
    height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .title-wrapper img {
    height: auto;
    width: 100%;
  }
  .column-list {
    margin: 0 -15px !important;
  }
  .column-list-1 .entry,
  .column-list-2 .entry,
  .column-list-4 .entry {
    margin: 17px 15px;
    flex: 0 1 calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: auto;
  }
  .title-wrapper {
    padding: 20px 0 60px 0;
  }
  .logo-wrapper {
    height: auto;
    padding: 10px 0;
    text-align: center;
  }
  .logo-wrapper img {
    height: auto;
    width: 65%;
  }
}
@media only screen and (max-width: 575px) {
.column-title img {
  object-fit: cover;
  object-position: center;
  min-height: 30px;
  width: 100%;
}

  .column-list {
    margin: 0 !important;
  }
  .column-list .entry {
    margin: 15px 0;
    flex: 1 1 100%;
  }
  .column-list-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    padding: 0 15px;
  }
}
</pre></body></html>