<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headline-section {
  background: #f5f5f5;
}

.headline-wrapper {
  padding: 20px 0;
  border-radius: 6px;
  display: flex;
}

.headline-wrapper .date-wrapper {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.headline-wrapper .headline {
  padding: 0 18px;
  overflow: hidden;
  width: 100%;
}

.headline-wrapper .headline .title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
  color: #0187E6;
}

.headline-list {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.headline-list .entry-wrapper {
  overflow: hidden;
  padding: 0 12px;
}

.headline-list .entry-wrapper a {
  color: #666;
}

.headline-list .entry-wrapper + .entry-wrapper {
  border-left: 1px solid #666;
}

.headline-wrapper .headline .title a {
  color: #0187E6;
  flex-shrink: 0;
}

.headline-wrapper .date-wrapper .month {
  font-size: 1rem;
  color: #ffffff;
  line-height: 30px;
  background: #0187E6;
  padding: 0 20px;
}

.headline-wrapper .date-wrapper .date {
  color: #0187E6;
}

.headline-wrapper .date-wrapper .date .val {
  font-size: 2.6rem;
}

.headline-title a {
  font-weight: bold;
  color: #0187E6;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
}

.headline-content {
  padding-left: 18px;
  overflow: hidden;
  flex: 1;
}

#topNav {
  font-size: 1.375rem;
  background-color: #fff;
}

#topNav .iconfont {
  font-size: 1.75rem;
}

#topNav .nav-link {
  color: #fff;
}

#topNav .nav-link.active {
  background-color: #fff !important;
  color: #333;
}

#topNav .nav-link:nth-child(1) {
  border-top: 3px solid #007bdb;
  background-color: #007bdb;
}

#topNav .nav-link:nth-child(2) {
  border-top: 3px solid #eea800;
  background-color: #eea800;
}

#topNav .nav-link:nth-child(3) {
  border-top: 3px solid #e76341;
  background-color: #e76341;
}

.news-container {
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.21);
  border-radius: 0px 0px 4px 4px;
}

#mainCarousel {
  height: 370px;
}

#bannerCarousel,
#bannerCarousel2 {
 /* height: 120px; */
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainCarousel .carousel-indicators,
#bannerCarousel .carousel-indicators,
#bannerCarousel2 .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}

#mainCarousel .carousel-indicators li,
#bannerCarousel .carousel-indicators li,
#bannerCarousel2 .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;float: left;
}

#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}

#bannerCarousel .carousel-indicators li.active,
#bannerCarousel2 .carousel-indicators li.active {
  background-color: #FFBA6D
}

#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}

#mainCarousel .carousel-caption a {
  color: #fff;
}

.zhuanti-title {
  font-size:1.375rem;
  line-height: 1.5rem;
  width: 55px;
  padding: 60px 17px 0;
  background: #0187E6;
}

.zhuanti-title a {
  color: #fff;
}

.zhuanti-swiper-wrapper {
  background-color: #E8F3FF;
  width: calc(100% - 60px);
  position: relative;
  padding: 20px 12px;
  overflow: hidden;
}

.zhuanti-swiper {
  overflow: hidden;
  height: 100%;
}

.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
  padding: 12px 6px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
  background: #355e92;
  opacity: 0.6;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after {
  border-radius: 0px 4px 4px 0px;
}

.zhuanti-swiper-wrapper .swiper-button-next:after {
  border-radius: 4px 0px 0px 4px;
}

.jiedu-list {
  display: flex;
  flex-wrap: wrap;
}

.jiedu-list .entry-wrapper {
  flex: 1;
  min-width: 80px;
}

.jiedu-list .entry-wrapper &gt; a {
  display: block;
  text-align: center;
}

.jiedu-list .entry-wrapper .iconfont {
  font-size: 3rem;
  color: #4EADDA;
}

.jiedu-list .entry-wrapper .title {
  display: block;
  font-size: 1.125rem;
  color: #333;
}

.gongkai-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -10px;
}

.gongkai-list .entry-wrapper {
  margin: 6px 10px;
  flex: 1;
  min-width: 120px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 8px 0;
}

.gongkai-list .entry-wrapper &gt; a {
  display: block;
  text-align: center;
}

.gongkai-list .entry-wrapper .iconfont {
  font-size: 2.6rem;
  color: #a3a3a3;
}

.gongkai-list .entry-wrapper .title {
  display: block;
  font-size: 1rem;
  color: #333;
}

.ycsycb-wrapper {
  padding: 0 18px 25px 18px;
  border: 1px solid #E8E8E8;
}

.ycsycb-list {
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}

.ycsycb-list .entry-wrapper {
  flex: 1;
  min-width: 132px;
  margin: 12px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

#fanMap {
  width: 100%;
  height: 280px;
  margin: 20px 0;
}

.service-nav {
  border-bottom: 2px solid #f5f5f5;
}

.service-nav.nav-column-title .nav-item {
  flex-grow: 1;
}

.service-nav.nav-column-title .nav-link {
  text-align: center;
  font-size: 1.375rem;
  padding: 14px 22px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.service-nav.nav-column-title .nav-link.active {
  color: #0070BF;
  border-bottom: 4px solid #0070BF;
}

.service-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service-list-wrapper .entry-wrapper {
  padding: 14px 0;
  min-width: 100px;
  flex: 0;
  text-align: center;
}

.service-list-wrapper .iconfontfuwu {
  font-size: 2.25rem;
  display: block;
  color: #666;
  background-color: #F0F0F0;
  border-radius: 50%;
  text-align: center;
  width: 58px;
  height: 58px;
  margin: auto;
  line-height: 58px;
  margin-bottom: 2px;
}

.service-list-wrapper .title {
  color: #333333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-list-wrapper .entry-wrapper:hover .iconfontfuwu {
  color: #007AE3;
  background-color: #f2f8ff;
}

.service-list-wrapper .entry-wrapper:hover .title {
  color: #007AE3;
}

.service-list-wrapper .text-entry-wrapper {
  flex: 1;
  padding: 8px 10px;
  min-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; background:#fff; margin:10px;
}

.service-list-wrapper .text-entry-wrapper .entry {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding: 6px 16px;
  color: #333;
  background-color: #f0f0f0;
  text-align: center;
}

.cycle-wrapper {
  padding: 0 15px 5px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #E8E8E8;
}

.ycsycb-list .entry-link {
  font-size: 1.125rem;
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ycsycb-list .entry-link .iconfont {
  color: #0187E6;
  font-size: 2rem;
  margin-right: 5px;
}

.banshi-swiper {
  overflow: hidden;
}

.banshi-swiper .swiper-slide a {
  display: flex;
  align-items: center;
  padding: 5px 28px;
  background: #edf6ff;
}

.banshi-swiper .swiper-slide .iconfont {
  margin-right: 5px;
  font-size: 2.5rem;
  color: #0187E6;
}

.banshi-swiper-wrapper {
  position: relative;
  padding: 0 22px;
}

.banshi-swiper-wrapper .swiper-button-prev,
.banshi-swiper-wrapper .swiper-button-next {
  background: #000 !important;
  opacity: 0.17;
  width: 22px;
  top: 0;
  bottom: 0;
  height: unset;
  margin-top: 0;
}

.banshi-swiper-wrapper .swiper-button-prev {
  left: 0;
}

.banshi-swiper-wrapper .swiper-button-next {
  right: 0;
}

.banshi-swiper-wrapper .swiper-button-prev::after,
.banshi-swiper-wrapper .swiper-button-next::after {
  font-size:1.125px;
  color: #fff;
}

.navi-list {
  display: flex;
  overflow: auto;
  background: #f5f5f5;
}

.navi-list .entry-wrapper {
  margin: 14px 0;
  flex-grow: 1;
  line-height: 32px;
  padding: 0 16px;
  white-space: nowrap;
}

.navi-list .entry-wrapper + .entry-wrapper {
  border-left: 1px solid #d2d2d2;
}

.navi-list .entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navi-list .entry-wrapper .iconfont {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #bfbfbf;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

#mainTab .nav-link {
  background: #f5f5f5;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  font-weight: normal;
  padding: 20px 0;
}

#mainTab .nav-link.active {
  background: #0187E6;
  color: #fff;
  position: relative;
}

#mainTab .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 11px);
  border-top: 11px solid #0187E6;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

#mainTab .nav-link .iconfont {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  color: #fff;
  background: #bfbfbf;
  font-size: 2.25rem;
  margin-right: 10px;
}

#mainTab .nav-link.active .iconfont {
  color: #0187E6;
  background: #fff;
}

.column-container {
  background-color: #fff;
}

.column-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}

.column-list-wrapper .entry-wrapper {
  flex: 1;
  min-width: 300px;
}

.column-list-wrapper .entry-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mail-list .info {
  color: #0070BF;
}

.news-list-wrapper.mail-list .entry-wrapper {
  line-height: 40px;
  padding: 0;
}

#mainTabContent &gt; .tab-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e2e2e2;
}

.survey-list-wrapper .entry-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #D9D9D9;
  padding: 11px 0;
}

.survey-list-wrapper .entry-wrapper .info-wrapper {
  flex: 1;
  overflow: hidden;
}

.survey-list-wrapper .entry-wrapper .icon-wrapper {
}

.survey-list-wrapper .entry-wrapper .title {
  font-size:1.125rem;
  color: #333333;
  line-height: 38px;
  display: block;
  margin-bottom: 5px;
}

.survey-list-wrapper .entry-wrapper .info {
  font-size: 0.875rem;
  color: #888;
}

.survey-list-wrapper .entry-wrapper .icon {
  font-size: 0.875rem;
  padding: 4px 8px;
  border-radius: 4px;
}

.survey-list-wrapper .entry-wrapper.ongoing .icon {
  color: #fff;
  background: #0187E6;
}

.survey-list-wrapper .entry-wrapper.finished .icon {
  color: #666;
  background: #e4e4e4;
}

.shuo-list .title {
  font-size: 1.25rem;
  color: #487bc5;
}

.shuo-list .entry-wrapper {
  padding: 20px 28px 50px;
  border-radius: 5px;
}

.shuo-list .col-12:nth-child(1) .entry-wrapper {
  background: top center / cover url(../img/mail1.png);
}

.shuo-list .col-12:nth-child(2) .entry-wrapper {
  background: top center / cover url(../img/mail2.png);
}

.shuo-list .col-12:nth-child(3) .entry-wrapper {
  background: top center / cover url(../img/mail3.png);
}

.shuo-list .col-12:nth-child(4) .entry-wrapper {
  background: top center / cover url(../img/mail4.png);
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
}

@media screen and (max-width: 991.98px) {
}

@media screen and (max-width: 767.98px) {
#mainCarousel .carousel-indicators li, #bannerCarousel .carousel-indicators li, #bannerCarousel2 .carousel-indicators li {
  width: 12px;
  height: 12px;
}
#mainCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.55);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.25rem 6.5rem 0.25rem 0.5rem;
    text-align: left;
}
#mainCarousel .carousel-indicators, #bannerCarousel .carousel-indicators, #bannerCarousel2 .carousel-indicators {
    left: unset;
    justify-content: flex-end;
    padding: 0.25rem 0.5rem 0.65rem 0;
    margin: 0;
}
}

@media screen and (max-width: 575.98px) {
  #fanMap {
    height: 180px;
  }
  .headline-wrapper .headline {
    padding: 0 5px;
  }
  .headline-wrapper {
    padding: 12px 0;
  }
  .headline-wrapper .headline .title {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 5px;
  }
  .headline-list .entry-wrapper:nth-child(n+2) {
    display: none;
  }
  .file-tab .nav-link {
    padding: 5px 12px;
    font-size: 1.125rem;
    line-height: 26px;
  }

  .send-mail-link {
    padding: 0 8px;
    font-size: 12px;
  }

  .send-mail-link .iconfont {
    font-size:0.875rem;
    margin-right: 2px;
  }

  .mail-link {
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 8px;
    margin: 0 2px;
  }

  #mainCarousel {
    height: 240px;
  }

  #mainTab .nav-link {
    font-size:1.375rem;
  }

  #mainTab .nav-link .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size:1.25rem;
    margin-right: 3px;
  }
}

/*.headline-section,.news-section,.navi-section,.zhuanti-section,.banner-section,.main-section,#itest,#sidebarButton,#sidebarControls,.toppest-header,.search-wrapper,.navbar,.footer-section{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter: none;}*/
</pre></body></html>