<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "FZDHT";
  src: url(./FZDHT.ttf);
}

* {
  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: 500px;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
  margin-top: 26px;
}
.main-title-wrapper {
  margin-top: 125px;
  font-family: "FZDHT";
  font-size: 76px;
  text-align: center;
  color: #edf6ff;
  text-shadow: 2px 1px 2px rgba(50, 50, 50, 0.8);
}
.top-nav-wrapper {
  margin-top: -64px;
  padding: 15px 20px;
  background: rgba(206, 227, 255, 0.7);
  border-radius: 7px;
  box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.58);
}
.top-nav-wrapper .inner-wrapper {
  background: #fff;
  display: flex;
  padding: 14px 10px;
}
.top-nav-wrapper .icon-item-wrapper {
  flex: 1;
  cursor: pointer;
  position: relative;
}
.qrcode-wrapper img {
  padding: 0 10px;
  width: 150px;
  height: 130px;
}
.qrcode-wrapper .text {
  text-align: center;
  padding: 4px 10px;
  width: 150px;
  display: block;
  color: #333;
}
.top-nav-wrapper .icon-item-wrapper .qrcode-wrapper {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0px 0px 9px rgba(10, 10, 10, 0.8));
  position: absolute;
  top: calc(100% + 22px);
  left: calc(50% - 101px);
  display: none;
}
.top-nav-wrapper .icon-item-wrapper .qrcode-wrapper::before {
  content: "";
  position: absolute;
  top: -19px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid white;
}
.top-nav-wrapper .icon-item-wrapper:hover .qrcode-wrapper {
  display: block;
}
.top-nav-wrapper .icon-item-wrapper .text-wrapper {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  color: #333333;
  line-height: 26px;
}
.top-nav-wrapper .icon-item-wrapper + .icon-item-wrapper {
  border-left: 1px solid #dfdfdf;
}
.top-nav-wrapper .icon-item-wrapper .icon-wrapper {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 5px auto;
}
.top-nav-wrapper .icon-item-wrapper .icon-wrapper.wechat {
  background: linear-gradient(135deg, #e1eeff, #adceff);
}
.top-nav-wrapper .icon-item-wrapper .icon-wrapper.weibo {
  background: linear-gradient(135deg, #fff3dd, #ffdca1);
}
.top-nav-wrapper .icon-item-wrapper .icon-wrapper.ybyh {
  background: linear-gradient(45deg, #dbf1ff, #9dd4ff);
}
.top-nav-wrapper .icon-item-wrapper .icon-wrapper.yessw {
  background: linear-gradient(45deg, #ffddd9, #ff9f95);
}
.column-title-wrapper {
  text-align: center;
  margin-top: 65px;
}
.headline-wrapper {
  margin-top: 75px;
  background: #ffffff;
}
.headline-entry {
  background: #fff;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.58);
  overflow: hidden;
}
.headline-entry .tag {
  position: absolute;
  top: -1px;
  right: -1px;
}
.headline-entry .title a {
  display: block;
  padding: 24px 64px 10px 18px;
  font-size: 24px;
  min-height: 100px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  color: #0740b9;
  line-height: 37px;
  min-height: 110px;
}
.headline-entry .date {
  font-size: 18px;
  padding: 6px 18px;
  color: #999999;
}
.headline-entry .info-wrapper {
  background: #3490e8;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  padding: 8px 18px;
}
.headline-list-wrapper {
  margin-top: -43px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 70px 0 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.58);
}
.headline-list-wrapper .entry-wrapper:nth-child(2n + 1) {
  background: #f5f5f5;
}
.headline-list-wrapper .entry-wrapper:hover {
  background: #126cc2;
  color: #fff;
}
.headline-list-wrapper .entry-wrapper:hover .title a {
  color: #fff;
}
.headline-list-wrapper .entry-wrapper {
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.headline-list-wrapper .entry-wrapper .num {
  background: #f28e00;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  flex: 0 0 38px;
}
.headline-list-wrapper .entry-wrapper .title a {
  padding-left: 10px;
  display: block;
}
.headline-list-wrapper .entry-wrapper .title {
  padding: 16px 0;
  flex: 1 0 15rem;
}
.headline-list-wrapper .entry-wrapper .date {
  padding: 16px 0;
  flex: 0 0 7rem;
  border-left: 2px solid #fff;
}
.headline-list-wrapper .entry-wrapper .source {
  padding: 16px 0;
  flex: 0 0 9rem;
  border-left: 2px solid #fff;
}
.headline-list-wrapper .entry-wrapper .view {
  text-align: right;
  padding: 16px 0;
  flex: 0 0 6rem;
  border-left: 2px solid #fff;
}
.btn-more {
  border: 0;
  font-size: 20px;
  background: #3490e8;
  border-radius: 15px;
  padding: 10px 40px;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-more:hover {
  background: #1b65aa;
  color: #fff;
  padding: 10px 50px;
}
.branches-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
  padding: 23px 12px 28px;
  border-radius: 8px;
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.58);
}
.branches-list-wrapper .entry-wrapper {
  background: #e4e4e4;
  border-radius: 10px;
  padding: 12px 2px;
  position: relative;
  flex: 1 0;
  min-width: 262px;
  margin: 12px 10px;
  text-align: center;
}
.branches-list-wrapper .entry-wrapper:hover {
  background: #126cc2;
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.58);
}
.branches-list-wrapper .entry-wrapper:hover {
  color: #fff;
}
.branches-list-wrapper .entry-wrapper .qrcode-list-wrapper {
  z-index: 9;
  padding: 20px 10px;
  border: 2px solid #126cc2;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  filter: drop-shadow(0px 3px 9px rgba(10, 10, 10, 0.8));
  display: none;
}
.branches-list-wrapper .entry-wrapper:hover::before {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 22px);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 22px solid #126cc2;
}
.branches-list-wrapper .entry-wrapper:hover::after {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid white;
}
.branches-list-wrapper .entry-wrapper:hover .qrcode-list-wrapper {
  display: flex;
}
.counties-section {
  background: #fffceb;
  padding-bottom: 25px;
}
.counties-swiper-wrapper {
  position: relative;
  margin-top: 64px;
}
.counties-swiper-wrapper .swiper-container {
  padding-bottom: 50px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 30px;
  height: 30px;
}
.swiper-button-prev {
  left: 10px;
  top: auto;
  bottom: 52px;
}
.swiper-button-next {
  right: 10px;
  top: auto;
  bottom: 52px;
}
.counties-swiper .swiper-slide {
  position: relative;
}
.counties-swiper .swiper-slide .tag {
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  background: #be0000;
  border-radius: 0px 0px 40px 0px;
  padding: 6px 18px 10px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-slide:hover .tag::before {
  z-index: 99;
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 19px solid #be0000;

}
.swiper-slide:hover .tag::after {
  z-index: 99;
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 18px);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 17px solid white;
}
.tag .qrcode-list-wrapper {
  z-index: 10;
  position: absolute;
  top: 62px;
  display: none;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #be0000;
}
.swiper-slide:hover .tag .qrcode-list-wrapper {
  display: flex;
}
.tag .qrcode-list-wrapper .text {
  font-size: 18px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 992px) {
  .header {
    height: 300px;
  }
  .main-title-wrapper {
    font-size: 56px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .column-title-wrapper img {
    max-height: 90;
    width: 90%;
  }
  .top-logo-wrapper img {
    margin-top: 10px;
  }
  .main-title-wrapper {
    font-size: 48px;
    margin-top: 15px;
  }
  .qrcode-tabpanel-wrapper .qrcode-list-wrapper.active {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .headline-list-wrapper .entry-wrapper {
    font-size: 16px;
    padding: 0 6px;
  }
}
@media only screen and (max-width: 350px) {
}
.block15{CLEAR:both;HEIGHT:15px; LINE-HEIGHT:15px; FONT-SIZE:0px; DISPLAY:block}</pre></body></html>