* {
  list-style: none;
}
html {
  font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  background: #fff;
  color: #333;
}
ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
a {
  color: #000;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.border {
  border: 1px solid #f4f4f4 !important;
}
.tab-box {
  font-size: 1rem !important;
  line-height: 200%;
}
.header {
  height: 505px;
  position: relative;
  background: #e9f9ff top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.toppest-header {
  padding: 10px 0;
  color: #17579f;
  position: relative;
  border-bottom: 1px solid #c0ddf5;
}
.toppest-header a {
  color: #17579f;
  line-height: 24px;
}
.toppest-header a:hover {
  color: #72adef;
}
.top-header .container {
  padding: 40px 70px;
}
/*.toppest-header-right i {
  width: 26px;
  background: #17579f;
  display: inline-block;
  color: #fff;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}*/
.logo-wrapper {
  flex: 0;
  text-align: center;
  margin-bottom: 30px;
}
.logo-wrapper img {
  height: 204px;
}
body.senior-mode #mainCarousel {
   height: 600px;
}
.search-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.5s all ease;
  width: 500px;
  margin: auto;
}
.search-wrapper .form-control {
  border: 1px solid #1f61aa;
}
.search-wrapper:focus-within {
  width: 580px;
}
.search-wrapper input {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  flex: 1;
  color: #595959;
  height: 50px;
  padding-left: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-wrapper .btn-search {
  padding: 0 1rem;
  background: rgba(23, 87, 159, 0.9);
  border-color: rgba(0, 110, 171, 0.8);
  border-radius: 0px 8px 8px 0px;
}
.search-wrapper .btn-search i {
  font-size: 1.25rem;
}
#topNav {
  background: #17579f;
  position: relative;
}
#topNav.fixed-top {
  position: fixed;
}
#topNav .navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#topNav .navbar-nav {
  justify-content: center; /*align-items: center;*/
}
#topNav .nav-item {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
#topNav .nav-link.active {
  background: #005482;
  position: relative;
}
#topNav .nav-link:hover {
  background: #005482;
  opacity: 1;
}
#topNav .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
}
#topNav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Microsoft Yahei";
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 50px;
}
#topNav .nav-link .iconfont {
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
}
#topNav a.on {
  background: url(../img/top_menu_on.png) center bottom no-repeat;
  color: #fff;
}
#topNav .nav-link:hover {
  background: #005482;
  color: #fff;
}
.headline-wrapper {
  padding: 20px 0;
  display: flex;
}
.headline-wrapper .date-wrapper {
  background: #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.headline-wrapper .headline {
  padding: 0 10px 0 25px;
  overflow: hidden;
  width: 100%;
}
.headline-wrapper .headline .title {
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: #0161ac;
}
.headline-wrapper .headline .headline-list {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.headline-wrapper .headline .headline-list .entry-wrapper {
  overflow: hidden;
  padding: 0 12px;
  line-height: 1.4 !important;
}
.headline-wrapper .headline .headline-list .entry-wrapper + .entry-wrapper {
  border-left: 1px solid #333;
}
.headline-wrapper .headline .title a {
  color: #0161ac;
  flex-shrink: 0;
}
.headline-wrapper .date-wrapper .month {
  font-size: 1rem;
  color: #ffffff;
  line-height: 30px;
  background: #007bdb;
  padding: 0 8px;
}
.headline-wrapper .date-wrapper .date {
  color: #007bdb;
}
.headline-wrapper .date-wrapper .date .val {
  font-size: 42px;
}
.headline-title a {
  font-weight: bold;
  color: #0968ba;
  line-height: 40px;
  font-size: 2rem;
  text-align: center;
}
.headline-content {
  padding-left: 18px;
  overflow: hidden;
  flex: 1;
}
#mainCarousel {
  height: 358px;
}
.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;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background: #ff0000;
}
#bannerCarousel .carousel-indicators li.active {
  background: #f00;
}
#mainCarousel .carousel-caption {
  background: 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;
}
.news-tab {
  align-items: baseline;
  scrollbar-width: none;
}
.news-tab .nav-link {
  font-size: 1.375rem;
  color: #9a9a9a;
  padding: 10px 0px 20px 0px;
  line-height: 32px;
}
.news-tab .nav-link.active {
  color: #000;
  position: relative;
  font-weight: bold;
  background: url(../img/news-tab-cur.png) no-repeat center bottom;
}
.news-tab .nav-link:hover {
}
.news-tab .more-tag .iconfont {
  font-size: 1.5rem;
  color: #999;
  margin-right: 5px;
}
.nav-hdjl .nav-link {
  font-size: 1.375rem;
  color: #9a9a9a;
  padding: 6px 10px 0px 10px;
  line-height: 32px;
}
.nav-hdjl .nav-link.active {
  color: #000;
  position: relative;
  font-weight: bold;
  background: none;
}

.news-list-wrapper {
  padding: 0;
  margin: 0;
}
.news-list-wrapper .entry-wrapper {
  color: #333333;
  line-height: 48px;
  display: flex;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  font-size: 1.375rem;
  color: #d6e8fc;
  margin-right: 8px;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
}
.news-list-wrapper .entry-wrapper .date {
  /*flex: 0 0 5.5rem;*/
  color: #bbbbbb;
  text-align: right;
}
/*?????????IOCN*/
.icon-color {
  font-size: 2rem;
  background-image: linear-gradient(to top, #a8d2fa, #669df8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-content-controls {
  display: flex;
  flex-wrap: wrap;
}
.main-content-controls > * {
  flex-grow: 1;
}
.control-wrapper a {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.control-wrapper {
  display: block;
  position: relative;
  padding: 0.7rem;
  margin-right: 1rem;
  transition: all 0.3s;
  background: #f6f8fa;
  margin-bottom: 1.2rem;
}
.control-wrapper:last-child {
  margin-right: 0px;
}
.control-text {
  font-size: 1.125rem;
  color: #000;
}
.control-icon-wrapper {
  margin-right: 1rem;
  background-image: linear-gradient(0deg, #a8d2fa, #fff);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}
.control-wrapper:hover {
  background: #468cd8;
}
.control-wrapper:hover .control-icon-wrapper {
  background: #fff;
}
.control-wrapper:hover .control-text {
  color: #fff;
}
.zfgb-scroll {
  height: 930px;
  overflow-y: scroll;
}

.sy .ysl,
.sy .ys {
  margin: 0 auto;
}
.sy .ysl {
  position: relative;
}
.sy .ysl img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sy .ysl span {
  width: 33.333%;
  height: 100px;
  /*cursor: pointer; */
  display: block;
  float: left;
}
.sy .ysl span a {
  display: block;
  width: 100%;
  height: 100%;
}
.sy-zwtab-bg {
  background: url(../img/sy-zwtab-bg.jpg) left top repeat-x;
}
/*???????*/
h3.sy-title {
  font-size: 1.375rem;
  color: #000;
  font-weight: bold;
}
h3.sy-title a {
  color: #000;
}
.file-search-wrapper > form {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: center;
  height: 2.8rem;
  background: #fff;
  color: 006dba;
  border: 1px solid #cde5ff;
  border-radius: 20px;
}
.file-search-wrapper .file-select {
  padding: 0 8px;
  font-size: 1rem;
  color: #fff;
  border: 0;
  outline: 0;
  background: #96c4f7;
  margin: 5px 0px;
  border-radius: 8px;
}
.file-search-icon-wrapper {
  flex: 0 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-search-icon-wrapper .iconfont {
  font-size: 1.5rem;
  color: #83b4f9;
  margin-right: 0.2rem;
  margin-top: 3px;
}
#fileSearchTypeSel {
  padding: 0 0.5rem;
  border: none;
  border-radius: 0;
}
.file-search-input {
  border: 0;
  min-width: 0;
  flex: 1;
  padding: 0 8px;
  outline: 0;
}
.file-search-btn {
  flex: 0 0 2.5rem;
  margin: 0.2rem;
  background: #88b3fa;
  color: #fff;
  border: 0;
  border-radius: 20px;
}
.file-search-wrapper .file-search-btn .iconfont {
  font-size: 1.5em;
  line-height: 38px;
}
.zw-xxgk-container {
  display: flex;
  flex-wrap: wrap;
}
.zw-xxgk-wrapper {
  flex: 1 0 100px;
  margin: 0.3rem 0rem;
  transition: all 0.3s;
  text-align: center;
  padding-bottom: 5px;
}
.zw-xxgk-wrapper:hover {
  padding-bottom: 5px;
  display: block;
  width: 100%;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 6px;
}
.zw-xxgk-wrapper i.iconfont {
  margin-bottom: 0px;
  line-height: 45px;
}
.zw-xxgk-text {
  display: block;
  color: #333;
}
/*?????????*/
.service-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.service-list-wrapper .entry-wrapper {
  padding: 30px 0 20px 0;
  display: block;
  margin-top: 1rem;
  min-width: 140px;
  min-height: 147px;
  flex: 0;
  text-align: center;
  background-image: linear-gradient(0deg, #f0f7ff, #fff);
  border: 1px solid #e7f2fe;
  border-radius: 2px;
}
.service-list-wrapper .iconfontfuwu {
  font-size: 3rem;
  display: block;
  color: #666;
  background-image: linear-gradient(to top, #a8d2fa, #669df8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: auto;
  line-height: 58px;
}
.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: 10px;
  min-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-list-wrapper .text-entry-wrapper .entry {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding: 1rem 0.5rem;
  color: #333;
  background-color: #f8fcff;
  transform: translateY(-2px);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.service-hot-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.service-hot-list {
  flex: 1 0 130px;
  margin: 0.4rem 0rem;
  transition: all 0.3s;
  text-align: center;
  padding: 5px 0;
}
.service-hot-list .iconfont {
  display: block;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  border: 1px solid #b9d4f1;
  border-radius: 50%;
  line-height: 60px;
}
.service-hot-list:hover {
  padding: 5px 0;
  display: block;
  width: 100%;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 6px;
}
.service-hot-text {
  display: block;
  color: #333;
}
.service-swiper {
  overflow: hidden;
}
.service-swiper .swiper-slide {
  position: relative;
}
.service-swiper .swiper-slide a {
  height: 147px;
  display: flex;
  align-items: center;
  padding: 5px 0px 5px 15px;
  background: #f7f7f7;
}
.service-swiper .swiper-slide i {
  margin-right: 0px;
  position: absolute;
  right: 0px;
}
.service-swiper .swiper-slide span {
  padding-left: 1.8rem;
}
.service-swiper-wrapper {
  position: relative;
  padding: 0 0px;
}
.service-swiper-wrapper .swiper-button-prev,
.service-swiper-wrapper .swiper-button-next {
  background: #000 !important;
  opacity: 0.17;
  width: 30px;
  top: 0;
  bottom: 0;
  height: unset;
  margin-top: 0;
}
.service-swiper-wrapper .swiper-button-prev {
  left: 0;
}
.service-swiper-wrapper .swiper-button-next {
  right: 0;
}
.service-swiper-wrapper .swiper-button-prev::after,
.service-swiper-wrapper .swiper-button-next::after {
  font-size: 1.125rem;
  color: #fff;
}
/*???????*/
.syhd-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: solid 1px #d6e6f5;
  padding: 0.7rem 0;
  position: relative;
}
.syhd-wrapper .iconfont {
  font-size: 1rem;
}
.syhd-wrapper:last-child {
  border-bottom: 0;
}
.syhd-info-wrapper {
  width: 100%;
  overflow: hidden;
}
.syhd-title {
  color: #000;
  line-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.syhd-date {
  color: #888;
  font-size: 0.875rem;
  padding: 0.2rem 0rem;
}
.syhd-date i.iconfont {
  line-height: 0.5rem;
}
.syhd-date span {
  display: inline-block;
}
.syhd-status {
  flex-shrink: 0;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
}
.syhd-status.ongoing {
  background-color: #84c0eb;
  color: #fff;
}
.syhd-status.finished {
  background-color: #c5c5c5;
  color: #666;
}
.syhd-item {
  display: block;
  position: relative;
  margin-right: 1.2rem;
  padding: 0.7rem;
  text-align: center;
  transition: all 0.3s;
  background-image: linear-gradient(0deg, #f0f7ff, #fff);
  border: 1px solid #e7f2fe;
  border-radius: 6px;
}
.syhd-item:last-child {
  margin-right: 0px;
}
.syhd-item-text {
  color: #000;
}
.syhd-item-icon {
  height: 4.95rem;
  line-height: 4.95rem;
  text-align: center;
  display: block;
  flex-shrink: 0;
  margin: 0 auto;
}
.syhd-item-icon i.iconfont {
  font-size: 3rem;
}
.syhd-item:hover {
  background: #bcdcff;
}
/*???*/
.zhuanti-swiper {
  overflow: hidden;
}
.zhuanti-swiper .swiper-slide {
  position: relative;
}
.zhuanti-swiper .swiper-slide a {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 5px 0px 5px 32px;
  background: #eef5fd;
  transform: translateY(0px);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.zhuanti-swiper .swiper-slide i img {
  border: 2px solid #fff;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 6px;
}
.zhuanti-swiper .swiper-slide span {
  padding-left: 1rem;
}
.zhuanti-swiper-wrapper {
  position: relative;
  padding: 0 0px;
}
.zhuanti-swiper-wrapper .swiper-button-prev,
.zhuanti-swiper-wrapper .swiper-button-next {
  background: #000 !important;
  opacity: 0.3;
  width: 30px;
  top: 0;
  bottom: 0;
  height: unset;
  margin-top: 0;
}
.zhuanti-swiper-wrapper .swiper-button-prev {
  left: 0;
}
.zhuanti-swiper-wrapper .swiper-button-next {
  right: 0;
}
.zhuanti-swiper-wrapper .swiper-button-prev::after,
.zhuanti-swiper-wrapper .swiper-button-next::after {
  font-size: 1.125rem;
  color: #fff;
}
/*????*/
.foot-link-bg {
  background: #17579f;
}
#footer {
  position: relative;
}
.web-foot-wrapper {
  padding: 6px 0;
  width: 100%;
}
.phone-foot-wrapper {
  display: none;
}
.web-container {
  position: relative;
}
.web-container > ul {
  height: 38px;
}
.web-container > ul > li {
  float: left;
  width: 14%;
  margin: 0 1%;
  list-style-type: none;
}
.web-container > ul > li p {
  height: 36px;
  line-height: 36px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.web-container > ul > li p em {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../img/20fjszf_arr.png) no-repeat;
  transition: 0.3s all;
}
.web-container > ul > li.on em {
  transform: rotate(180deg);
}
.web-container > ul > li .web-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  bottom: 46px;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px rgba(22, 88, 160, 0.21);
}
.web-container > ul > li .web-list li {
  float: left;
  width: 18%;
  margin: 0 1%;
  line-height: 30px;
  list-style-type: none;
  padding: 6px 0px;
  box-sizing: border-box;
}
.web-list li a {
  background: #f7f7f7;
  display: block;
  text-align: center;
  padding: 4px 10px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web-list li a:hover {
  background: #f2f8ff;
  color: #1658a0;
  box-sizing: border-box;
  border: 1px solid #1658a0;
}
.web-container > ul > li .web-list li a:hover {
  color: #1658a0;
}
/*???*/
.copyright {
  padding-bottom: 20px;
  color: #666;
  font-size: 0.875rem;
  line-height: 2;
}
.copyright a {
  color: #666;
}
.copyright span {
  display: inline-block;
  padding: 0 5px;
}
.h-5 {
  height: 5px;
}
/*??????*/
.nav-column-title.nav {
  flex-wrap: nowrap;
}
.nav-column-title .nav-item {
  padding: 0;
  margin-bottom: -2px;
}
.nav-column-title .nav-link {
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-size: 1.375rem;
  color: #000;
  font-weight: bold;
}
.nav-column-title .active {
  border-bottom: 4px solid #000000;
  color: #000;
  position: relative;
}
.nav-column-title .active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
  border-top: 9px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.font-18 {
  font-size: 1.125rem;
}
.col-lg-4 .font-18 p{ padding:0 8px;}

.governor-btn {
  border-radius: 4px;
  background: #d2e5fc;
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 1.125rem;
  padding: 0 14px;
  line-height: 30px;
  color: #333;
}
.governor-btn .iconfont {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #0070bf;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
}
.leader-list-wrapper {
  display: flex;
  font-size: 1.125rem;
  padding-left: 1rem;
}
.leader-list-wrapper .subtitle {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0070bf;
  font-size: 1.375rem;
}
.leader-list {
  justify-content: left;
  margin: 0px;
   /*display: block;*/
 display: flex;
	flex-wrap: wrap;
}
.leader-list .avatar-wrapper {
  max-width: 100px;
  display: block;
  max-height: 126px;
  margin: 0 auto;
}
.leader-list .entry-wrapper {
  padding: 0px 20px 5px 20px;
  min-width: 120px;
  float: left;
}
h2.current-title {
  font-size: 1.375rem;
  color: #000;
  font-weight: bold;
}
.xzfhy-wrapper {
  position: relative;
}
.xzfhy-wrapper:before {
  left: 5rem;
  top: 0rem;
  position: absolute;
  content: "";
  height: 100%;
  border-left: 2px solid #ececec;
}
.xzfhy-entry {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 1.2rem;
  position: relative;
}
.xzfhy-entry:last-child {
  border-bottom: 0;
}
.xzfhy-entry::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  left: 3.5rem;
  top: 1rem;
  background: #0070bf url(../img/fy-icon.png) center center no-repeat;
}
.xzfhy-info-wrapper {
  max-width: calc(100% - 7rem);
  overflow: hidden;
}
.xzfhy-title {
  color: #333;
  padding: 0.5rem 0.2rem;
  line-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xzfhy-status {
  color: #999;
}
.xzfhy-date {
  flex-shrink: 0;
  color: #999;
}
.nav-tab-title .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: none;
  padding: 0 0.5rem 0 0;
  text-align: center;
}
.nav-tab-title .nav-link {
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-size: 1.375rem;
  color: #999;
  font-weight: bold;
}
.nav-tab-title .active {
  border-bottom: 4px solid #000000;
  color: #000;
  position: relative;
}
.nav-tab-title .active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
  border-top: 9px solid #000000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.list-bmmc li {
  min-width: 205px;
  float: left;
  padding: 5px 10px 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*?????*/
.xxgk-title {
  background: #4d83d2;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.2rem;
  color: #fff;
  margin-bottom: 0px;
}
.xxgk-title a {
  color: #fff;
}
.open-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.open-list .entry-wrapper {
  padding: 5px 10px;
  flex: 1;
  min-width: 50%;
}
.open-list .entry-wrapper .entry {
  background: #eef5fd;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.open-list .entry-wrapper .entry:hover {
  background: #d1e4ff;
}
.open-list .entry .iconfont {
  display: block;
  font-size: 3rem;
  color: #0485f4;
  line-height: 4.6rem;
  margin-bottom: 0;
}
.open-link-list {
  margin-top: 10px;
  background-color: #eee;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.open-link-list .iconfont {
  font-size: 2rem;
  color: #007ae3;
  line-height: 24px;
}
.zwgk-search {
  padding: 10px 15px;
  background: #f3f5f9;
  display: flex;
  line-height: 42px;
}
.zwgk-search .file-select {
  border: 0;
  outline: 0;
  padding: 0 2rem;
  color: #015293;
  background: #fff;
  border-right: 1px solid #ddd;
}
.zwgk-search .file-input {
  flex: 1;
  border: 0;
  outline: 0;
  min-width: 0;
  padding: 0 15px;
}
.zwgk-search .file-search-btn {
  min-width: 4.5rem;
  border: 0;
  outline: 0;
  background: #015293;
  color: #fff;
  padding: 0 15px;
  flex: 0 0 100px;
  text-align: center;
  border-radius: 0px;
}
.open-list.area-list {
  margin: 0 -10px;
}
.open-list .icon-entry-wrapper {
  padding: 10px 10px;
  /*flex-grow: 1;*/
}
.open-list .icon-entry-wrapper .entry {
  display: block;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #dedede;
  text-align: center;
  min-width: 168px;
  line-height: 32px;
}
.open-list .icon-entry-wrapper .entry:hover {
  background: #f4f8ff;
  border-color: #b6d6ff;
  box-shadow: 0 0 10px 0 rgba(109, 187, 255, 0.24);
}
.img-list img {
  border: 5px solid #b6d6ff;
  height: 275px;
 object-position: center top;
  object-fit: cover;
}
.open-list.jqxxgk-list .entry {
  display: block;
  padding: 5px;
  border-radius: 4px;
  background: #f4f8ff;
  text-align: center;
  min-width: 140px;
  line-height: 32px;
  border: none;
}
.open-list.jqxxgk-list .entry .iconfont {
  color: #17579f;
  font-size: 2.5rem;
  line-height: 4.2rem;
}
.bg-f4f8ff {
  background: #f4f8ff;
}
.service-list-wrapper .text-entry-wrapper .jc-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  padding: 0.5rem;
  color: #333;
  background-color: #f8f8f8;
  transform: translateY(-2px);
  text-align: center;
}
.service-list-wrapper .text-entry-wrapper .jc-title:hover {
  background: #f4f8ff;
  border-color: #b6d6ff;
}
.service-list-wrapper .zb-wrapper {
  padding: 10px;
  display: block;
  margin-top: 1rem;
  min-width: 200px;
  min-height: 115px;
  flex: 0;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 4px;
}
/*???????*/
.ins-title {
  width: 100%;
  clear: both;
  margin-bottom: 2rem;
}
.gk-nero {
  line-height: 2.5rem; /*align-items: center;display: flex;*/
}
.yyxygk-list {
  display: flex;
  flex-wrap: wrap;
}
.yyxygk-list > * {
  flex-grow: 1;
}
.yyxygk-list li a {
  display: flex;
  display: block;
  position: relative;
  padding: 0.7rem;
  border-right: 1px solid #c4e3f5;
  transition: all 0.3s;
  background: #eef5fd;
  text-align: center;
}
.yyxygk-list li a i {
  font-size: 3rem;
  line-height: 4rem;
  background-image: linear-gradient(to top, #a8d2fa, #669df8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin: 0 auto;
}
.yyxygk-list li a.active {
  background: #83b5d3;
  color: #fff;
}
.yyxygk-list li a.active i {
  background-image: linear-gradient(to top, #c8dffa, #fff);
}
.yyxygk-list li:last-child a {
  border-right: 0;
}
.tour-image-wrapper {
  position: relative;
}
.tour-image-wrapper .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  color: #fff;
}
.tour-image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.tour-image-wrapper .large {
  height: 420px;
}
.tour-image-wrapper .small {
  height: 206px;
}
.tour-image-wrapper .title {
  color: #fff;
}
#mainSwiperWrapper .swiper-container {
  max-width: 1300px;
  padding: 0px;
}
#mainSwiperWrapper .swiper-slide {
  height: 100%;
}
#mainSwiperWrapper .swiper-link {
  height: 100%;
}
#mainSwiperWrapper .swiper-link img {
  transition: box-shadow 0.5s ease;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.55);
}
#mainSwiperWrapper .swiper-link:hover {
  opacity: 1;
}
#mainSwiperWrapper .swiper-link:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}
#mainSwiperWrapper .swiper-slide .swiper-link img {
  width: 100%;
}
#mainSwiperWrapper .swiper-button-prev,
#mainSwiperWrapper .swiper-button-next {
  background: #000 !important;
  opacity: 0.3;
  width: 30px;
  top: calc(50% - 40px);
  bottom: 0;
  height: 80px;
  margin-top: 0;
}
#mainSwiperWrapper .swiper-button-prev {
  left: 15px;
}
#mainSwiperWrapper .swiper-button-next {
  right: 15px;
}
#mainSwiperWrapper .swiper-button-prev::after,
#mainSwiperWrapper .swiper-button-next::after {
  font-size: 1.125rem;
  color: #fff;
}
#mainCarousel {
  height: 388px;
}
.lyxy-btn1 {
  display: flex;
  height: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
}
.lyxy-btn2 {
  display: flex;
  height: 166px;
  align-items: center;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.lyxy-btn1 .iconfont {
  font-size: 3rem;
  display: block;
  line-height: 3rem;
  margin: 0 auto;
  color: #fff;
}
.lyxy-btn2 .iconfont {
  font-size: 3rem;
  margin-right: 10px;
  color: #fff;
}
.lyxy-bg1 {
  background: #1ba190;
}
.lyxy-bg2 {
  background: #3f8fc2;
}
.lyxy-bg3 {
  background: #ca9b29;
}
.lyxy-bg4 {
  background: #015293;
}
.lyxy-btn1:hover,
.lyxy-btn2:hover,
.lyxy-btn1:hover i,
.lyxy-btn2:hover i {
  color: #b8d9ff;
}
/*????*/
.zwgb-top {
  background: #f2f5fa;
  text-align: center;
  border-bottom: 3px solid #015293;
}
.zwgb-btn {
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.4rem;
}
.zwgb-box-r {
  background: #f2f5fa;
}
.zwgb-box-r h4 {
  background: #015293;
  color: #fff;
  padding: 1rem;
}

/*?????*/
.filed-search-wrapper {
  padding: 50px;
  background: top center / cover url(../img/wjk-bg.jpg);
  border-radius: 4px;
  text-align: center;
}
.filed-search-wrapper h2 {
  font-family: "?????????μ???", "???????????";
  font-size: 3rem;
  color: #015293;
  margin-bottom: 1rem;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f2f5fa;
}
/*???*/
.pages {
  margin: 0.4rem auto 0;
  color: #555;
  text-align: center;
}
.pages .pages-l {
  display: inline-block;
  margin-right: 30px;
  font-size: 0;
}
.pages .pages-l a {
  display: inline-block;
  margin: 0px 7px 0 8px;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  color: #555;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}
.pages .pages-l a.on,
.pages .pages-l a.on:hover {
  background: #1c6eb8;
  border: 1px solid #1c6eb8;
  color: #fff;
}
.pages .pages-l a:hover {
  background: #1c6eb8;
  color: #fff;
  border: 1px solid #1c6eb8;
}
.pages .pages-l a.prev,
.pages .pages-l a.next {
  font-style: normal;
}
.pages .pages-l a.prevStop,
.pages .pages-l a.nextStop {
  background: #f2f2f2;
  color: #999;
}
.pages .pages-l a.prevStop:hover,
.pages .pages-l a.nextStop:hover {
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  color: #999;
  cursor: default;
}
.pages .pages-l a.prev em,
.pages .pages-l a.next em {
  font-style: normal;
  font-family: simsun;
  font-size: 0.75rem;
}
.pages .pages-l a.prev em {
  margin-right: 6px;
}
.pages .pages-l a.next em {
  margin-left: 6px;
}
.pages .pages-r {
  display: inline-block;
  line-height: 38px;
}
.pages .fy_inp {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: -2px 8px 0 8px;
  font-size: 0.9375rem;
  color: #555;
}
.pages .fy_go {
  display: inline-block;
  background: #f9f9f9;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

/*?б?*/

.breadcrumb {
  background-color: #fff;
  padding: 10px 15px;
  margin: 1rem 0 0;
  border-radius: 0;
}
.breadcrumb .iconfont {
  color: #0485f4;
  font-size: 1rem;
}

.menu-dropdown {
  margin-left: auto;
}
.menu-dropdown .iconfont {
  font-size: 1.25rem;
}
.menu-dropdown .dropdown-toggle {
  font-size: 1rem;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: transparent;
}
/*.menu-dropdown .dropdown-menu {
  width: 300px;
  max-height: 400px;
  overflow: auto;
}
*/
.menu-dropdown .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-wrapper.column-news-list .entry-wrapper {
  padding: 3px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n + 6) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c5c5c5;
}
.sub-column-wrapper {
  margin-top: 10px;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  background: #f8f9fa;
}
.sub-column-wrapper .entry-wrapper {
  color: #007bdb;
  font-size: 0.875rem;
  padding: 5px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s transform ease;
  border-radius: 4px;
}
.sub-column-wrapper .entry-wrapper.curr {
  background-color: #007bdb;
  color: #fff;
}
.sub-column-wrapper .entry-wrapper.curr a {
  color: #fff;
}
.sub-column-wrapper .entry-wrapper:hover {
  transform: translateX(-5px);
}
.sub-column-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #007bdb;
}
.sub-column-wrapper .entry-wrapper.curr::before {
  color: #fff;
}
.file-search-wrapper {
  display: flex;
  align-items: center;
  line-height: 52px;
}

.file-search-wrapper .file-input {
  border: 0;
  min-width: 0;
  flex: 1;
  padding: 0 8px;
  outline: 0;
}
.file-search-wrapper .file-search-btn {
  padding: 0 20px;
  outline: 0;
  background-color: transparent;
  border: 0;
  color: #999;
}
.file-search-wrapper .file-search-btn .iconfont {
  font-size: 1.75rem;
  line-height: 48px;
}
.file-search-wrapper .file-search-btn:hover {
  background-color: #f2f9ff;
}
.file-tab {
  border-bottom: 1px solid #e1e1e1;
}
.file-tab .nav-link {
  padding: 5px 15px;
  font-size: 1.25rem;
  color: #333333;
  line-height: 32px;
}
.file-tab .nav-link.active {
  color: #007bdb;
  border-bottom: 4px solid #007bdb;
}
.file-tab .more-tag .iconfont {
  font-size: 1.5rem;
  color: #999;
}
/*????*/
.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper .title {
  font-size: 1.875rem;
  line-height: 1;
  color: #356abc;
  padding: 10px 0;
  text-align: center;
}
.detail-content-wrapper .desc {
  color: #c6c6c6;
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
  min-height: 60px;
}
.detail-content-wrapper .desc .iconfont {
  font-size: 1.25rem;
  color: #667;
}
.detail-content-wrapper .content-wrapper {
  padding: 35px 0;
  line-height: 200%;
}
.detail-content-wrapper .content-wrapper img {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.detail-content-wrapper .content-wrapper video {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.content-wrapper video {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.content-wrapper img {
  max-width: 80%;
  margin: 10px auto;
  display: block;
}
.detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.detail-file-list .file-entry {
  line-height: 2;
  display: flex;
}
.detail-file-list .file-entry .date {
  flex: 0 0;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
  color: #999;
}
.info-open-list .entry-wrapper {
  min-width: 200px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 5px 15px;
  flex: 1;
}
.info-open-list .entry-wrapper a {
  padding: 0 16px;
  display: flex;
  align-items: center;
  color: #333;
}
.info-open-list .entry-wrapper .iconfont {
  color: #999;
  font-size: 2.125rem;
  margin-right: 10px;
}
.wjxx {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 10px 0;
  margin-bottom: 30px;
}
.wjxx em {
  font-style: normal;
}
.wjxx ul {
  overflow: hidden;
}
.wjxx li {
  width: 33.33%;
  float: left;
  font-size: 1rem;
  padding: 7px 0;
}
.wjxx li span {
  display: block;
  margin-left: 30px;
}
/*???*/
.toppics-title {
  font-size: 1.375rem;
  color: #356abc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.toppics-title::before {
  margin-right: 8px;
  display: inline-block;
  content: "";
  height: 24px;
  width: 10px;
  border-radius: 8px;
  background-color: #356abc;
  flex-shrink: 0;
}
.toppics-title .divider {
  flex: 1;
  margin: 10px 0 10px 10px;
  height: 8px;
  background: url(../img/divider.png);
}
.column-title {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column-title .title {
  text-align: center;
  min-width: 140px;
  position: relative;
  font-size: 1.25rem;
  background-color: #356abc;
  color: #fff;
  line-height: 48px;
  padding: 0 18px;
  z-index: 2;
}
.column-title .title::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -20px;
  border-left: 10px solid #356abc;
  border-right: 10px solid transparent;
  border-top: 24px solid transparent;
  border-bottom: 24px solid #004a03;
}

.column-entry-wrapper .column-entry {
  padding: 20px 15px;
  border-radius: 4px;
  border: 3px solid #eee;
}
.column-entry-wrapper .column-entry .title {
  font-size: 1.25rem;
  color: #333333;
}
.column-entry-wrapper .column-entry .btn-column {
  margin-top: 40px;
  padding: 6px 18px;
  font-size: 1.125rem;
  background: #356abc;
  color: #fff;
  border-radius: 4px;
}
/*??*/
.column-title {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column-title .title {
  text-align: center;
  min-width: 140px;
  position: relative;
  font-size: 1.25rem;
  background-color: #356abc;
  color: #fff;
  line-height: 48px;
  padding: 0 18px;
  z-index: 2;
}
.column-title .title::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -20px;
  border-left: 10px solid #356abc;
  border-right: 10px solid transparent;
  border-top: 24px solid transparent;
  border-bottom: 24px solid #004a03;
}

.ld-list li {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 2px;
  background: #ececec;
  transition: 0.3s all;
}
.ld-list li a {
  display: block;
}
.ld-list li span {
  float: right;
}
.ld-list li.ld-curr,
.ld-list li:hover {
  background: #1681cc;
}
.ld-list li.ld-curr a,
.ld-list li:hover a {
  color: #fff;
  font-weight: bold;
}
.column-entry-wrapper .column-entry {
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #f9f9f9;
}
.column-entry-wrapper .column-entry .title {
  font-size: 1.25rem;
  color: #333333;
}
.column-entry-wrapper .column-entry .btn-column {
  margin-top: 40px;
  padding: 6px 18px;
  font-size: 1.125rem;
  background: #356abc;
  color: #fff;
  border-radius: 4px;
}
.column-title-wrapper {
  display: flex;
  background: #17579f;
  color: #fff;
  font-size: 1.375rem;
  padding: 18px 8px;
  justify-content: center;
}
.column-title-wrapper .iconfont {
  font-size: 1.75rem;
  margin-right: 8px;
}
.column-list-wrapper {
  background-color: #f9f9f9;
  padding: 0;
}
.column-list-wrapper .entry-wrapper {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}
.column-list-wrapper .entry-wrapper a {
  color: #4d83d2;
}
.detail-title-wrapper {
  border-bottom: 1px solid #ccc;
}
.detail-title-wrapper .title {
  display: inline-block;
  padding: 14px 24px;
  font-size: 1.5rem;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
.card-wrapper {
  background: #f9f9f9;
  display: flex;
}
.photo-wrapper img {
  width: 185px;
}
.info-wrapper .entry-wrapper {
  min-width: 49%;
  display: inline-block;
  line-height: 32px;
}
.text-red {
  color: #c30d23;
}
.btn-mail {
  border-color: #006eab;
  color: #006eab;
}
.btn-mail:hover {
  border-color: #006eab;
  background-color: #006eab;
  color: #fff;
}
.column-wrapper .title-wrapper {
  border-bottom: 1px solid #e9e9e9;
}
.content-wrapper {
  margin: 0;
  padding: 0;
}
.content-wrapper p {
  margin: 0;
  color: #666666;
  line-height: 32px;
}
.column-wrapper .title-wrapper .title {
  padding: 0 12px;
  font-size: 1.125rem;
  display: inline-block;
  color: #000;
  line-height: 50px;
  border-bottom: 2px solid #000;
  margin-bottom: -1px;
}
.entry-wrapper {
  line-height: 40px;
}
.entry-wrapper .title {
  margin-right: 0.5rem;
}
.entry-wrapper .date {
  color: #ababab;
  /*flex: 0 0 3.5rem;*/
  margin-left: auto;
}

.map-main{ padding:1rem;}
.map-main:nth-child(2n) {
    background: #f2f2f2;
}
.map-main h2 {
    font-size: 18px;
    font-weight: bold;
    color: #006EAB;
}
.map-list li {
    float: left;
    line-height: 30px;
    margin-right: 30px;
    position: relative;
}
.map-list li a {
    font-size: 16px;
    color: #666;
}
.map-list li:hover a {
    color: #006EAB;
}



@media only screen and (max-width: 1800px) {
  .header {
    height: 480px;
  }
  .logo-wrapper img {
    height: 170px;
  }
}
@media only screen and (max-width: 1600px) {
  .header {
    height: 420px;
  }
  .logo-wrapper img {
    height: 150px;
  }
}

@media only screen and (max-width: 1400px) {
  .header {
    height: 360px;
  }
  .logo-wrapper img {
    height: 144px;
  }
}

@media only screen and (max-width: 1280px) {
  .header {
    height: 340px;
  }
}

@media only screen and (max-width: 1199px) {
  .nav-tabs {
    overflow-y: hidden;
  }
  .header {
    height: 260px;
  }
  .logo-wrapper img {
    height: 80px;
  }
  .large-image-wrapper {
    height: 370px;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 3rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(160px);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 1.75rem;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 100px;
    line-height: 1.5rem;
    margin: 1.25rem 0;
  }
  .navigation-title {
    width: 15%;
  }
  .leader-list-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .feature-image-wrapper {
    height: 150px;
  }
  .feature-image-wrapper img {
    height: 150px;
  }
  .top-header .container {
    flex-wrap: wrap;
    padding: 30px;
  }
  .header {
    height: 260px;
  }
  .headline-entry-wrapper .entry {
    min-width: 50%;
    max-width: 50%;
  }
  #topNav .nav-link {
    font-size: 1.125rem;
    line-height: 30px;
  }
  #topNav a.on {
    background: none;
  }
  .top-banner-section {
    height: 220px;
  }
  #mainCarousel {
    height: 320px;
  }
body.senior-mode #mainCarousel {
   height: 320px;
}
  .top-header {
    text-align: center;
  }
  .top-header .search-wrapper {
    flex-grow: 1;
    padding: 1rem 0;
  }
  .top-header .search-wrapper:focus-within {
    flex-grow: 1;
  }
  .logo-wrapper {
    margin: auto;
  }
  .logo-wrapper img {
    margin: auto;
  }
  .search-wrapper {
    margin-top: 10px;
  }
  .toppest-header a {
    font-size: 0.75rem;
  }
  .large-image-wrapper .text-wrapper {
    font-size: 1.375rem;
  }
  .addition-section .tab-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }
  .addition-tab-panel .more-tag {
    top: -40px;
    right: 2px;
  }
  .sy .ysl span {
    height: 55px;
  }
  .ysl img {
    width: 100%;
    height: 55px;
  }
  .banshi-swiper-wrapper {
    margin-left: 0;
  }
  .pages {
    text-align: center;
  }
  .pages .pages-l {
    float: inherit;
    text-align: center;
    margin: 0;
  }
  .pages .pages-l a,
  .pages .pages-r {
    display: none;
  }
  .pages .pages-l a.prev,
  .pages .pages-l a.next {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
.js-table { width:100%; margin:0 auto; display:block; overflow-x:auto; margin:0 auto;}
  #topNav .nav-link .iconfont {
    display: none;
  }
  #topNav .nav-link .iconfont {
    font-size: 2rem;
    line-height: 30px;
    font-weight: normal;
  }
  .feature-image-wrapper {
    height: 100px;
  }
  .feature-image-wrapper img {
    height: 100px;
  }
  .headline-section {
    padding: 1rem 0.5rem;
  }
  .headline-entry-wrapper .entry {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .headline-title {
    padding: 0.5rem 0 1rem;
  }
  .headline-title a {
    font-size: 1.375rem;
  }
  .header .shadow-overlay {
    display: none;
  }
  .header {
    height: 280px;
    background-position: top right -30px;
  }
  .logo-wrapper {
    flex: 1 1 100%;
    padding-top: 10px;
  }
  .logo-wrapper img {
    width: 65%;
    height: auto;
  }
  .top-header .container {
    padding: 10px;
  }
  .top-header .search-wrapper {
    margin-top: 10px;
    width: 220px;
  }
  .search-wrapper input {
    background: rgba(255, 255, 255, 0.7);
    padding-left: 0.75rem;
    height: auto;
  }
  .search-wrapper .btn-search {
    padding: 0 10px;
  }
  .top-header .search-wrapper:focus-within {
    width: 280px;
  }
  #topNav .nav-link {
    padding-left: 10%;
    justify-content: flex-start;
  }
  #topNav .nav-link .iconfont {
    display: inline;
  }
  #topNav .nav-item.active::after {
    display: none;
  }
  .top-banner-section {
    height: 160px;
  }
  #mainCarousel {
    height: 240px;
  }
body.senior-mode #mainCarousel {
   height: 240px;
}
  #topNav .navbar {
    padding: 0;
  }
  #topNav .container {
    padding: 0;
  }
  #topNav .nav-item {
    border: 0 !important;
  }
  #topNav .navbar-brand {
    padding: 0.5rem 1rem;
  }
  #topNav .navbar-toggler {
    padding: 0.5rem 1rem;
  }
  .entry-wrapper .entry-info {
    padding-top: 1rem;
  }
  .overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
    height: 240px;
  }
  #topNav .search-wrapper {
    padding: 0.5rem 3rem 3rem;
    display: flex;
  }
  #topNav .search-wrapper:focus-within {
    padding: 0.5rem 2rem;
  }
  #topNav .search-wrapper .btn-search {
    background: #1a9d4e;
    border-color: #1a9d4e;
  }
  .sy .ysl span {
    height: 55px;
  }
  .ysl img {
    width: 100%;
    height: 55px;
  }
  h3.sy-title {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
  }
  .service-list-wrapper .entry-wrapper {
    padding: 10px 0 10px 0;
    display: block;
    margin-top: 1rem;
    min-width: 140px;
    min-height: 80px;
    flex: 0;
    text-align: center;
    background-image: linear-gradient(0deg, #f0f7ff, #fff);
    border: 1px solid #e7f2fe;
    border-radius: 2px;
  }
  .service-list-wrapper .iconfontfuwu {
    font-size: 2rem;
    line-height: 36px;
  }
  .service-list-wrapper .text-entry-wrapper {
    flex: 1;
    padding: 5px;
    min-width: 45%;
  }
  .service-list-wrapper .text-entry-wrapper .entry {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0.5rem 0.5rem;
  }
  .web-foot-wrapper {
    display: none;
  }
  .phone-foot-wrapper {
    display: block;
    padding: 10px 0 0;
    background: #fff;
    text-align: center;
    font-size: 0.75rem;
    line-height: 28px;
  }
  .phone-container {
    padding: 5px 0 10px;
    background: #f2f2f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .phone-container > ul > li {
    display: inline-block;
  }
  .phone-mark {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .phone-foot-wrapper p {
    display: inline-block;
  }
  .phone-container {
    padding: 10px;
    background: #17579f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  .phone-container > ul > li {
    display: inline-block;
  }
  .phone-container p a,
  .phone-container ul li p {
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .phone-mark {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .phone-list {
    width: 94%;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    max-height: 85%;
    overflow-y: auto;
    padding: 0.5rem 0;
  }
  .phone-list ul li {
    width: 46%;
    margin: 0 2%;
    float: left;
    font-size: 0.875rem;
    line-height: 24px;
    padding: 3px 0;
    text-align: left;
  }
  .phone-list ul li a {
    display: block;
    padding: 0 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .phone-foot-wrapper p span:last-child a,
  .phone-foot-wrapper p > a:last-child,
  .phone-container ul li:last-child p {
    background: none;
  }
  .phone-foot-wrapper {
    padding: 0;
  }
  .leader-list .avatar-wrapper {
    max-width: 90px;
    margin-bottom: 5px;
  }
  .leader-list .entry-wrapper {
    padding: 0px 4px 0px;
    min-width: 108px;
  }
  .leader-list {
    font-size: 1rem;
  }
  .governor-btn {
    height: 62px;
    font-size: 1rem;
    padding-left: 10px;
  }
  .img-list img {
    border: 3px solid #b6d6ff;
    /*height: auto;*/
  }
  .filed-search-wrapper .search-wrapper {
    margin-top: 10px;
    width: 280px;
  }
}
  @media only screen and (max-width: 575px) {
  .news-list-wrapper .entry-wrapper .date {
  /*flex: 0 0 3rem;*/
}
.news-list-wrapper .entry-wrapper::before {
  content: "";
  font-size: 0rem;
  color: #d6e8fc;
  margin-right: 0px;
}

  #topNav .nav-link .iconfont {
      font-size: 1.875rem;
      line-height: 40px;
    }
    .control-wrapper {
      display: block;
      position: relative;
      padding: 0.7rem;
      margin-right: 0;
      width: 45%;
    }
    .control-text {
      font-size: 1rem;
      color: #000;
    }
    .control-icon-wrapper {
      margin-right: 1rem;
      background-image: linear-gradient(0deg, #a8d2fa, #fff);
      height: 2rem;
      width: 2rem;
      line-height: 2rem;
      text-align: center;
      display: block;
      border-radius: 50%;
      flex-shrink: 0;
    }
    .top-banner-section {
      height: 120px;
    }
    #topNav .nav-link:hover {
      background: none;
      color: #fff;
    }
    #mainCarousel {
      height: 180px;
    }
body.senior-mode #mainCarousel {
   height: 180px;
}
    .icon-images-container a {
      flex: 0 0 50%;
    }
    .icon-images-container a:nth-child(-n + 2) {
      margin-bottom: 1rem;
    }
    .headline-wrapper {
      padding: 12px;
    }
    .headline-wrapper .headline {
      padding: 0 5px;
    }
    .headline-wrapper .headline .title {
      font-size: 1.25rem;
      line-height: 30px;
      margin-bottom: 5px;
    }
    .news-tab .nav-link {
      font-size: 1.125rem;
      color: #9a9a9a;
      padding: 10px 0px 10px 0px;
      line-height: 35px;
    }
    .news-list-wrapper .entry-wrapper {
      line-height: 38px;
    }
    .sy .ysl span {
      height: 35px;
    }
    .ysl img {
      width: 100%;
      height: 35px;
    }
    .banshi-swiper .swiper-slide a {
      height: 115px;
    }
    .ztzn-list-wrapper .text-entry-wrapper .entry {
      padding: 0.5rem 0.5rem;
    }
    .syhd-item {
      width: 100%;
      margin-bottom: 8px;
      text-align: left;
      margin-right: 0;
    }
    .syhd-item-icon {
      height: 2rem;
      line-height: 2rem;
      margin: 0 0.5rem 0 4rem;
      text-align: center;
      display: inline;
      flex-shrink: 0;
    }
    .syhd-item-icon i.iconfont {
      font-size: 1.5rem;
    }
    .nav-tab-title .nav-item,
    .nav-fill > .nav-link {
      margin-right: 0.5rem;
    }
    .nav-tab-title .nav-link,
    .nav-column-title .nav-link,
    h2.current-title {
      font-size: 1.125rem;
    }
    .xzfhy-wrapper::before {
      left: 4rem;
      top: 0rem;
    }
    .xzfhy-entry::before {
      width: 2rem;
      height: 2rem;
      left: 3rem;
      top: 1rem;
    }
    .xzfhy-info-wrapper {
      max-width: calc(100% - 5.2rem);
    }
    .zwgk-search .file-select {
      padding: 0 0.5rem;
    }
    .zwgk-search .file-search-btn {
      padding: 0 5px;
      flex: 0 0 70px;
    }
    .open-list .entry .iconfont {
      display: block;
      font-size: 2rem;
      line-height: 3rem;
    }
    .open-list .icon-entry-wrapper .entry {
      min-width: auto;
      width: 140px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .list-bmmc li {
      min-width: 50%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .yyxygk-list li a {
      min-width: 50%;
      border: none;
    }
    .tour-image-wrapper .large {
      height: auto;
    }
    .tour-image-wrapper .small {
      height: auto;
    }
    #mainCarousel {
      height: 300px;
    }
body.senior-mode #mainCarousel {
   height: 300px;
}
    #mainSwiperWrapper .swiper-container {
      height: 270px;
    }
    #mainSwiperWrapper .swiper-button-prev {
      left: 15px;
    }
    #mainSwiperWrapper .swiper-button-next {
      right: 15px;
    }
    .lyxy-btn1 {
      height: 120px;
    }
    .lyxy-btn2 {
      height: 83px;
    }
    .filed-search-wrapper {
      padding: 20px;
    }
    .filed-search-wrapper {
      font-size: 0.875rem;
    }
    .wjxx li {
      width: 100%;
      float: left;
      font-size: 0.875rem;
      padding: 4px 0;
    }
    .detail-content-wrapper .desc {
      padding: 10px 0;
      min-height: 90px;
    }
    .card-wrapper {
      flex-wrap: wrap;
    }
    .photo-wrapper {
      width: 100%;
    }
  }
  .zfgb-scroll {
    height: 930px;
    overflow-y: scroll;
  }
  
  .category-select-wrapper {
  	  display: flex;
  	}
  	.category-select-wrapper .title {
  	  flex-shrink: 0;
  	  width: 90px;
  	  padding-right: 10px;
  	  font-size: 18px;
  	  color: #0070bf;
  	  line-height: 38px;
  	}
  	.cate-list-wrapper {
  	  display: flex;
  	  flex-wrap: wrap;
  	  font-size: 16px;
  	  color: #333333;
  	}
  	.cate-list-wrapper .item {
  	  padding: 6px 16px;
  	  border: 1px solid transparent;
  	}
  	.cate-list-wrapper .item.active {
  	  position: relative;
  	  border: 1px solid #0070bf;
  	}
  	.cate-list-wrapper .item.active::before {
  	  position: absolute;
  	  content: "\e677";
  	  font-family: "iconfont";
  	  color: #fff;
  	  bottom: -2px;
  	  right: 0;
  	  font-size: 12px;
  	  z-index: 999;
  	}
  	.cate-list-wrapper .item.active::after {
  	  content: "";
  	  position: absolute;
  	  border-right: 11px solid #0070bf;
  	  border-bottom: 11px solid #0070bf;
  	  border-top: 11px solid transparent;
  	  border-left: 11px solid transparent;
  	  bottom: 0;
  	  right: 0;
  	}

body.senior-mode .col-sm-1.col-12,
body.senior-mode .col-sm-2.col-12,
body.senior-mode .col-sm-3.col-12,
body.senior-mode .col-sm-4.col-12,
body.senior-mode .col-sm-5.col-12,
body.senior-mode .col-sm-6.col-12,
body.senior-mode .col-sm-7.col-12,
body.senior-mode .col-sm-8.col-12,
body.senior-mode .col-sm-9.col-12,
body.senior-mode .col-sm-10.col-12,
body.senior-mode .col-sm-11.col-12,
body.senior-mode .col-md-1.col-12,
body.senior-mode .col-md-2.col-12,
body.senior-mode .col-md-3.col-12,
body.senior-mode .col-md-4.col-12,
body.senior-mode .col-md-5.col-12,
body.senior-mode .col-md-6.col-12,
body.senior-mode .col-md-7.col-12,
body.senior-mode .col-md-8.col-12,
body.senior-mode .col-md-9.col-12,
body.senior-mode .col-md-10.col-12,
body.senior-mode .col-md-11.col-12,
body.senior-mode .col-lg-1.col-12,
body.senior-mode .col-lg-2.col-12,
body.senior-mode .col-lg-3.col-12,
body.senior-mode .col-lg-4.col-12,
body.senior-mode .col-lg-5.col-12,
body.senior-mode .col-lg-6.col-12,
body.senior-mode .col-lg-7.col-12,
body.senior-mode .col-lg-8.col-12,
body.senior-mode .col-lg-9.col-12,
body.senior-mode .col-lg-10.col-12,
body.senior-mode .col-lg-11.col-12 {
  max-width: 100% !important;
  flex: 0 0 100%;
}
body.senior-mode .carousel .carousel-inner .carousel-item img {
  object-fit: contain;
}
body.senior-mode #mainSlide {
    width: 635px;    
    margin:auto;
}
#seniorModeTag {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999999;
}

.zwgk-search {
   flex-wrap: wrap;
   overflow: hidden;
}
.file-search-wrapper>form>*:nth-child(3) {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    display: flex;
}
.zwgk-search>*:nth-child(2) {
   flex: 1;
   display: flex;
}
.header .search-wrapper>*:first-child {
   flex: 1;
}

body.senior-mode .open-list .icon-entry-wrapper {
   width: 20%;
   flex: 0 0 20%;
}
.js-table { width:100%; margin:0 auto;overflow-x:auto; margin:0 auto;}
.js-table td{ text-align:center; border:1px solid #333; vertical-align: center;}
.orglist {display: flex;flex-wrap: wrap}
.orglist li{ width: 33%;}


#kcwza-container{
  background: top center/100% auto url(../img/bg-meeting.jpg) no-repeat;
}

.meeting-header {
  height: 400px;
}
.meeting-header .logo img {
  max-width: 100%;
  object-fit: contain;
}
.meeting-header .main-title img {
  height: 96px;
  max-width: 100%;
  object-fit: contain;
}

.headline-section .headline-wrapper {
  background: rgba(247, 247, 247, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  font-size: 1.125rem;
  color: #000;
}
.headline-section .headline-wrapper .title {
  font-size: 1.875rem;
  color: #005197;
}
.headline-section .headline-wrapper .desc {
  text-indent: 36px;
  line-height: 1.8;
}
.headline-section .headline-wrapper .button-wrapper {
  padding: 5px 15px;
}
.headline-section .headline-wrapper .btn-detail {
  padding: 5px 18px;
  color: #007bed;
  border: 1px solid #007bed;
  border-radius: 23px;
  transition: 0.3s all ease;
}
.headline-section .headline-wrapper .btn-detail:hover {
  background-color: #007bed;
  color: #fff;
}

.news-section .meeting-column-title {
  font-size: 1.375rem;
  color: #005197;
  line-height: 36px;
}
.news-section .meeting-list .entry {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 15px 22px 22px;
}
.news-section .meeting-list .entry .title {
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #000000;
}
.news-section .meeting-list .entry .info-wrapper {
  background-color: #fff;
  padding: 20px;
}
.news-section .meeting-list .entry .desc {
  line-height: 2;
}
.news-section .meeting-list .entry .date {
  color: #999;
}
.news-section .meeting-list .entry .more {
  color: #005197;
}

.detail-section .detail-wrapper {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  overflow: hidden;
}
.detail-section .detail-wrapper .content-wrapper {
  height: 100%;
  background-color: #fbfbfb;
}
.detail-section .detail-wrapper .content-wrapper .title {
  font-size: 1.875rem;
  color: #005197;
}
.detail-section .detail-wrapper .content-wrapper .content img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  object-fit: contain;
}
.detail-section .detail-wrapper .relating-wrapper {
  height: 100%;
  background-color: #fff;
}
.detail-section .detail-wrapper .relating-wrapper .tab-nav-wrapper {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.detail-section .detail-wrapper .relating-wrapper .tab-nav-wrapper .column-title {
  color: #005197;
  font-size: 1.375rem; background-color:#fff;
}
.detail-section .detail-wrapper .relating-wrapper .tab-nav-wrapper .column-title .iconfont {
  font-size: 1.5rem;
}
.detail-section .detail-wrapper .relating-wrapper .meeting-video img {
  height: 280px;
}
.detail-section .detail-wrapper .relating-wrapper .meeting-image img {
  height: 550px;
}

@media only screen and (max-width: 991.9px) {
  #kcwza-container{
    background: top right/160% auto url(../img/bg-meeting.jpg) no-repeat;
  }
  .meeting-header {
    height: 340px;
  }
  .meeting-header .main-title img {
    height: 72px;
  }
}
@media only screen and (max-width: 575.9px) {
  #kcwza-container{
    background: top right/200% auto url(../img/bg-meeting.jpg) no-repeat;
  }
  .meeting-header {
    height: 240px;
  }
  .meeting-header .main-title img {
    height: 60px;
    max-width: 100%;
    object-fit: contain;
  }
}