* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #333;
}
a {
  color: #333;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.survey-entry-wrapper {
  padding: 0.75rem 1rem;
  background: #f6f6f6;
  border: 1px solid #efefef;
}
.survey-entry-wrapper .date {
  font-size: 14px;
  color: #888888;
}
.survey-entry-wrapper .info-wrapper {
  display: flex;
  justify-content: space-between;
}
.survey-entry-wrapper .status {
  padding: 0 0.5rem;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}
.survey-entry-wrapper .status.ongoing {
  background: #0ea54e;
}
.survey-entry-wrapper .status.finnished {
  background: #888;
}
.toppest-header {
  background: #f3f4f8;
}
.toppest-link {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.toppest-link .iconfont {
  position: relative;
  font-size: 22px;
}
.header {
  height: 260px;
  position: relative;
  background: top center / auto 100% url(../img/header_bg.jpg) no-repeat;
}
.top-header {
  padding-top: 90px;
  display: flex;
  align-items: center;
}
.logo-wrapper img {
  height: 85px;
}
.search-wrapper {
  flex: 1;
}
.search-input {
  outline: none;
}
.search-outline {
  overflow: hidden;
  margin-left: auto;
  width: 400px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.search-outline:focus-within {
  width: 450px;
  box-shadow: 0 0 6px #7a89ec;
}
.search-outline .search-prefix {
  padding: 0 10px;
  font-size: 20px;
  line-height: 42px;
}
.search-input {
  background: #fff;
  /* flex: 1; */
  line-height: 40px;
  font-size: 14px;
  border: none;
}
.btn-search {
  border-radius: 0;
  background: #4896f1;
  color: #fff;
  padding: 0 16px;
}
.btn-search:hover {
  background-color: #3876be;
  color: #fff;
}
.btn-search .iconfont {
  font-size: 25px;
}
.hot-words {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  justify-content: flex-end;
}
.word-hint {
  padding: 0 8px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  background: #293aae;
  border-radius: 4px;
}
.word-link {
  width: 80px;
  margin-left: 10px;
  margin-top: 10px;
  background: #dbdbdb;
  border-radius: 4px;
}
.header .navbar {
  margin-top: 80px;
}
#topNavWrapper {
  background: #4896f1;
}
#topNavWrapper .navbar-brand {
  color: #fff;
}
.navbar .nav-item {
  flex: 1;
  text-align: center;
}
.navbar .nav-item {
  border-right: 1px solid #75b0f4;
}
.navbar .nav-item:first-child {
  border-left: 1px solid #75b0f4;
}
.navbar .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
}
.navbar .nav-link .iconfont {
  font-size: 30px;
  margin-right: 5px;
}
.headline-wrapper {
  position: relative;
  padding: 15px 25px 20px 25px;
}
.headline-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.headline-title {
  font-size: 36px;
  font-family: FZHTJW;
  color: #000;
  padding: 0 40px 10px 40px;
}
.headline-list-wrapper {
  display: flex;
  justify-content: center;
}
.headline-list-wrapper .entry {
  max-width: 67%;
  min-width: 5%;
}
#mainCarousel {
  height: 390px;
}
#bannerCarousel {
  height: 110px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#bannerCarousel .carousel-indicators li.active {
  background-color: #293aae;
}
#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;
}
.nav-column-title {
  align-items: center;
  font-size: 18px;
  border-bottom: 3px solid #ebebeb;
}
.nav-column-title .nav-item {
  flex: 1;
}
.nav-column-title .nav-link {
  padding: 8px 12px 8px;
  line-height: 30px;
  margin-bottom: -2px;
  position: relative;
  text-align: center;
  font-size:18px;
}
.nav-column-title .nav-link.active {
  font-weight: bold;
  color: #4896f1;
  border-bottom: 3px solid #4896f1;
}
.nav-column-title .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: calc(50% - 5px);
  background: url(../img/down_arrow.png) no-repeat;
  width: 12px;
  height: 7px;
}
.nav-column-title .more-tag {
  font-size: 16px;
  color: #999999;
}
.column-wrapper .news-list-wrapper {
  padding: 0;
  margin: 0;
}
.column-wrapper .news-list-wrapper .entry-wrapper {
  font-size: 16px;
  color: #333333;
  display: flex;
  padding: 8px;
}
.column-wrapper .news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bababa;
  margin-right: 8px;
}
.column-wrapper .news-list-wrapper .entry-wrapper .title {
  flex: 1;
}
.column-wrapper .news-list-wrapper .entry-wrapper .date {
  flex: 0 0 4rem;
  color: #bbbbbb;
  text-align: right;
}
.addition-left-column .list {
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
  border: 1px solid #e2e2e2;
}
.addition-left-column .title {
  background: #4896f1;
  color: #fff;
  font-size: 24px;
  padding: 8px 18px;
}
.addition-left-column .list .entry {
  padding: 3px 18px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e2e2;
}
.addition-left-column .list .entry .iconfont {
  font-size: 30px;
  margin-right: 18px;
}
.ban-title-wrapper img {
  width: 100%;
  max-width: 351px;
}
.ban-content-wrapper {
  background: top center / auto 100% url(../img/ycsycb_bg.jpg);
  padding: 32px 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: content-box;
}
.ban-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ban-btn-wrapper {
  padding: 5px 30px;
  transition: 0.3s all ease;
}
.ban-btn-wrapper:hover {
  opacity: 1;
  text-shadow: rgb(255, 250, 230) 0 0 10px;
}
.ban-btn-wrapper span {
  display: block;
  text-align: center;
}
.ban-btn-wrapper .icon-wrapper .iconfont {
  font-size: 45px;
}
.ban-btn-wrapper .text-wrapper {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.zhuanti-title {
  width: 60px;
  font-size: 24px;
  line-height: 28px;
  padding: 12px 18px;
  background: #4896f1;
}
.zhuanti-title a {
  color: #fff;
}
.zhuanti-swiper-wrapper {
  border: 1px solid #e9e9e9;
  width: calc(100% - 60px);
  position: relative;
  padding: 20px 40px;
  overflow: hidden;
}
.zhuanti-swiper {
  overflow: hidden;
}
.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
}
.file-search-wrapper {
  display: flex;
  border: 1px solid #1288cc;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}
.file-search-wrapper:focus-within {
  box-shadow: 0 0 8px #1288cc;
}
.file-select {
  padding: 0 10px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #006dac;
  line-height: 50px;
}
.file-search-input {
  flex: 1;
  outline: none;
  border: none;
  line-height: 50px;
  padding: 0 8px;
}
.btn-file-search {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006dac;
  border-radius: 0;
  padding: 0 15px;
}
.btn-file-search .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.btn-file-search:hover {
  color: #fff;
  background: #2a95d3;
}
.service-wrapper .title-wrapper {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  background: #293aae;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 0px 7px 0px rgba(26, 128, 254, 0.28);
  margin-bottom: 7px;
}
.service-wrapper .entry-btn-wrapper {
  height: 80px;
  display: block;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 0px 7px 0px rgba(26, 128, 254, 0.28);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.service-wrapper .entry-btn-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 10px 0px rgba(17, 99, 201, 0.8);
}
.pages .pages-l {
  padding: 8px 0 !important;
}
.pages .pages-l a {
  margin: 0 2px !important;
}
.entry-btn-wrapper:last-child {
  margin-bottom: 0;
}
.entry-btn-wrapper span {
  display: block;
}
.footer-section {
  background: #f2f2f2;
  padding-top: 22px;
  padding-bottom: 50px;
}
.footer-section img {
  max-width: 100%;
}
.external-link-wrapper {
  color: #333;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #333;
}
.external-link:hover {
  color: #aaa;
}
.footer-info-wrapper {
  padding-top: 30px;
}
.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #333;
}
.footer-info-wrapper a {
  color: #333;
}
.footer-info-wrapper a:hover {
  color: #aaa;
}
@media only screen and (max-width: 1199px) {
  .search-outline {
    width: 320px;
  }
  .search-outline:focus-within {
    width: 360px;
  }
}
@media only screen and (max-width: 992px) {
  .top-header {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
  }
  .search-wrapper {
    padding-top: 20px;
  }
  .search-outline {
    margin: auto;
    width: 80%;
  }
  .search-outline:focus-within {
    width: 90%;
  }
  .hot-words {
    justify-content: center;
    flex-wrap: wrap;
  }
  .header .navbar {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #topNavWrapper {
    background: #4896f1;
  }
  .navbar .nav-item {
    border: none;
  }
  .headline-wrapper .headline-title {
    padding: 25px 0 10px 0;
  }
  .logo-wrapper img {
    width: 100%;
    height: auto;
  }
  .footer-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .external-link {
    font-size: 1rem;
  }
  .footer-info-wrapper {
    padding-top: 16px;
  }
  .btn-file-search .iconfont {
    margin-right: 0;
  }
  .file-search-input {
    width: 80%;
  }
  .headline-wrapper {
      padding: 1rem 0.5rem;
  width: 100%!important;
    }
  .headline-h3{display:none;}
    .headline-title {
      font-size: 1.6rem;
    }
    .headline-description {
      margin-top: 0.5rem;
    }
}
@media only screen and (max-width: 575px) {
  .navbar .nav-item:first-child {
    border: 0;
  }
  #mainCarousel {
    height: 200px;
  }
  .header {
    height: 160px;
  }
  .top-header {
    padding-top: 20px;
  }
  .search-outline {
    width: 88%;
  }
  .search-outline:focus-within {
    width: 95%;
  }
}
@media only screen and (max-width: 350px) {
  .search-outline {
    width: 93%;
  }
}

.mail-h .hd-page .page_input {
  height: 30px;
}

.headline-wrapper {
  float:left;
  padding: 1.8rem 0;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;width: calc(100% - 120px);
}
.headline-h3{margin-top: 1.8rem;width: 80px;height: 80px;float: left;padding: 12px 20px;margin-right: 30px;font-size: 18px;font-weight: bold;line-height: 24px;text-align: center;color: white;background-color: #006dba;}
.headline-h3 a{color: white;}
.headline-title {
  font-family: "FZDaHei-B02S";
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headline-title a {
  color: #006dba;
}
.headline-title a:hover {
  color: #2da6fd;
}
.headline-description {
  font-size: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  margin-top: 1.375rem;
}

#floatAdsId,.grayscale,.footer-section,.external-link-section,.footer{/* -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; */}