.headline-section .headline-wrapper {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(155, 155, 155, 0.28);
  padding: 24px 70px;
}
.headline-section .headline-wrapper .headline-title {
  font-family: FZDHTJW;
  text-align: center;
  font-size: 40px;
  color: #bd1a2d;
  padding-bottom: 10px;
}
.headline-section .headline-wrapper .headline-title a {
  color: #bd1a2d;
}
.headline-section .headline-wrapper .headline-list {
  display: flex;
  justify-content: center;
}
.headline-section .headline-wrapper .headline-list .entry {
  font-size: 18px;
  color: #666666;
}
.headline-section .headline-wrapper .headline-list .entry a {
  color: #666666;
}
.headline-section .headline-wrapper .headline-list .entry + .entry {
  margin-left: 10px;
}
.headline-section .headline-wrapper .headline-list .entry + .entry::before {
  content: "|";
  margin-right: 10px;
}

#mainCarousel {
  height: 506px;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 9rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}

#mainNewsTab .news-list-wrapper .entry-wrapper {
  font-size: 1.125rem;
}

#mainTab {
  background-color: #0e61bb;
}
#mainTab .nav-item .nav-link {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
#mainTab .nav-item .nav-link.active {
  background-color: #003c70;
}
#mainTab .nav-item .nav-link .iconfont {
  font-size: 28px;
  margin-right: 8px;
  background-color: #fff;
  color: #0e61bb;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#mainTab .nav-item .nav-link .iconfont.active {
  color: #003c70;
}

.file-btn-list {
  margin: 11px -16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.file-btn-list .entry {
  padding: 8px 16px;
  flex: 1;
}
.file-btn-list .entry .entry-link {
  padding: 15px 24px;
  background-color: #fafafa;
  display: block;
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.file-btn-list .entry .entry-link:hover {
  background-color: #eee;
}
.file-btn-list .entry .entry-link .iconfont {
  color: #405a7a;
  font-size: 22px;
  line-height: 30px;
}

.notification-btn-list {
  margin: 18px 0;
  padding: 12px 16px;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
}
.notification-btn-list .entry {
  flex: 1;
  padding: 11px 20px;
}
.notification-btn-list .entry .entry-link {
  display: block;
  text-align: center;
  font-size: 18px;
}
.notification-btn-list .entry .entry-link .iconfont {
  width: 100px;
  line-height: 100px;
  font-size: 42px;
  background-color: #fff;
  color: #405a7a;
  display: block;
  margin: 10px auto 10px;
  border-radius: 50%;
}

.service-btn-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.service-btn-list .entry {
  flex: 1;
  padding: 10px;
}
.service-btn-list .entry .entry-link {
  padding: 10px 40px;
  background-color: #fafafa;
  display: block;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
}
.service-btn-list .entry .entry-link .iconfont-fuwu {
  font-size: 48px;
  color: #405a7a;
  display: block;
  margin: 0 auto 10px;
}

.branch-btn-list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.branch-btn-list .entry {
  flex-grow: 1;
  width: 260px;
  padding: 10px;
}
.branch-btn-list .entry .entry-link {
  text-align: left;
  padding: 13.8px 24px;
  background-color: #fafafa;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.branch-btn-list .entry .entry-link .iconfont-fuwu {
  font-size: 48px;
  color: #405a7a;
  display: block;
  margin: 0 auto 10px;
}

.survey-list .entry {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.survey-list .entry .num {
  margin-right: 25px;
  text-align: center;
  flex: 0 0 50px;
  line-height: 50px;
  height: 50px;
  font-size: 28px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.survey-list .entry .content {
  flex: 1;
  overflow: hidden;
}
.survey-list .entry .content .title {
  color: #333;
}
.survey-list .entry .content .title a {
  color: #333;
}
.survey-list .entry .content .info-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.survey-list .entry .content .info-wrapper .date {
  font-size: 14px;
  color: #999;
}
.survey-list .entry .content .info-wrapper .tag {
  min-width: 4rem;
  margin-left: auto;
  border-radius: 16px;
  padding: 0 10px;
  font-size: 14px;
}
.survey-list .entry .content .info-wrapper .tag.ongoing {
  color: #fff;
  background-color: #5179b1;
}
.survey-list .entry .content .info-wrapper .tag.finished {
  color: #fff;
  background-color: #aaa;
}

.interactive-list {
  margin: 22px -14px;
  display: flex;
  flex-wrap: wrap;
}
.interactive-list .entry {
  padding: 10px 14px;
  flex: 1;
  min-width: 250px;
}
.interactive-list .entry .entry-link {
  padding: 31px 35px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.interactive-list .entry .entry-link .iconfont {
  margin-right: 10px;
  flex: 0 0 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  font-size: 32px;
  color: #405a7a;
  background-color: #d9ebff;
  border-radius: 50%;
}

.zhuanti-section {
  background-color: #f7f7f7;
}
.zhuanti-section .section-title {
  font-size: 22px;
  color: #000;
}

.zhuanti-swiper-wrapper {
  position: relative;
  overflow: hidden;
}
.zhuanti-swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.zhuanti-swiper-wrapper .swiper-button-prev,
.zhuanti-swiper-wrapper .swiper-button-next {
  top: calc(50% - 10px);
  left: 0;
  right: auto;
  width: 24px;
  height: 65px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}
.zhuanti-swiper-wrapper .swiper-button-prev::after,
.zhuanti-swiper-wrapper .swiper-button-next::after {
  font-size: 16px;
}
.zhuanti-swiper-wrapper .swiper-button-prev {
  left: 0;
  right: auto;
}
.zhuanti-swiper-wrapper .swiper-button-next {
  left: auto;
  right: 0;
}

.zhuanti-main-title img {
  height: 61px;
  max-width: 100%;
  object-fit: cover;
}

.zhuanti-column-title {
  font-size: 22px;
  color: #000;
}

.zhuanti-column-list .entry-link {
  display: flex;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  padding: 20px;
}
.zhuanti-column-list .entry-link::before {
  content: "";
  background: center center/contain url(../img/zhuanti.png) no-repeat;
  flex: 0 0 30px;
  height: 20px;
}
 @media (max-width: 1528px) {
 	.notification-btn-list .entry{padding: 12px 0;}
 	.file-btn-list .entry{padding: 8px 3px;}
 	}
 @media (max-width: 1347px) {
 	.notification-btn-list .entry{padding: 23px 0;}
 	.file-btn-list .entry{padding: 2px 3px;}
 	.file-btn-list .entry .entry-link{padding: 11px 24px;}
 	}
 @media only screen and (max-width: 1300px) {
.notification-btn-list .entry .entry-link .iconfont {
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  background-color: #fff;
  color: #405a7a;
  display: block;
  margin: 10px auto 10px;
  border-radius: 50%;
}
    .notification-btn-list .entry {
        padding: 29px 0;
    }
    .file-btn-list .entry .entry-link{padding: 8px 24px;}
 }
  @media only screen and (max-width: 990px) {
.file-btn-list .entry .entry-link{    padding: 16px 24px;}
.notification-btn-list .entry{padding: 15px 0;}
}
@media only screen and (max-width: 767.9px) {
  .headline-section .headline-wrapper {
    padding: 14px 20px;
  }
  .headline-section .headline-wrapper .headline-title {
    font-size: 30px;
  }
  #mainCarousel {
    height: 320px;
  }
body.senior-mode #mainCarousel {
    height: 320px;
}
}
@media only screen and (max-width: 575.9px) {
  #mainCarousel {
    height: 240px;
  }
body.senior-mode #mainCarousel {
    height: 240px;
}
    .notification-btn-list .entry {
        padding: 15px 15px;
    }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1630px;
  }
}

/*# sourceMappingURL=index.css.map */
