body {
  background-color: #fff;
}
#Swipertt {
  width: 100%;
}
#Swipertt .swiper-pagination {
  bottom: 0px;
}
#Swipertt .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  margin: 0 8px;
}
#Swipertt .swiper-pagination-bullet-active {
  background-color: #237edb;
}
.toutiao {
  padding: 0 30px;
}
@media (max-width: 600px) {
  .toutiao {
    padding: 0;
  }
}
.toutiao a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.toutiao a:hover {
  color: #00407f;
}
@media (max-width: 600px) {
  .toutiao a {
    font-size: 20px;
  }
}
#Swiper1 {
  width: 100%;
  height: 464px;
}
@media (max-width: 992px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 58px;
  opacity: 0;
}
#Swiper1 .swiper-button-prev {
  background: url(../images/btn_prev.png) no-repeat center center;
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#Swiper1 .swiper-button-next {
  background: url(../images/btn_next.png) no-repeat center center;
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
#Swiper1:hover .swiper-button-prev,
#Swiper1:hover .swiper-button-next {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#Swiper1 .swiper-pagination {
  bottom: 14px;
  text-align: right;
  padding-right: 16px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #eff7ff;
  border-radius: 6px;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #237edb;
}
.img_mask_box {
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.img_mask_box .mask_title h3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 54px;
  line-height: 54px;
  padding-left: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fefefe;
}
@media (min-width: 993px) {
  .tab_pane1 {
    height: 100%;
  }
  .tab_pane1 .tab a:nth-child(5) {
    margin-right: 0 !important;
  }
  .yw_link {
    position: absolute !important;
    top: 390px;
    display: block;
    width: 49%;
    height: 74px;
    text-align: center;
    line-height: 74px;
    background-color: #f5f8fa;
    border: solid 1px #e8eef4;
    font-size: 20px;
    font-weight: normal;
    color: #333;
  }
  .yw_link.yw_link1 {
    left: 0;
  }
  .yw_link.yw_link2 {
    right: 0;
  }
  .yw_link.cur {
    background-color: #6699cc;
    font-weight: bold;
    color: #fff !important;
    border-bottom: none !important;
  }
}
@media (max-width: 992px) {
  .tab_pane1 .tab a:not(.enter):not(:last-child) {
    margin-right: 30px;
  }
}
.list_t li:not(.panel-more) {
  position: relative;
  padding: 15px 0px 15px 20px;
  line-height: 1;
}
.list_t li:not(.panel-more)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 11px;
  height: 12px;
  background: url(../images/icon_li.png) no-repeat center;
  background-size: contain;
}
.list_t li:not(.panel-more) a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333333;
}
.list_t li:not(.panel-more) a:hover {
  color: #00407f;
}
.list_t li:not(.panel-more) span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 18px;
  color: #999;
}
.list_t2 li:not(.panel-more) {
  position: relative;
  padding: 6px 0px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
.list_t2 li:not(.panel-more) .date {
  display: inline-block;
  width: 92px;
  height: 48px;
  background-color: #f1f6fa;
  font-size: 16px;
  font-weight: normal;
  color: #8e8d8d;
  text-align: center;
}
.list_t2 li:not(.panel-more) .date b {
  font-size: 24px;
}
.list_t2 li:not(.panel-more) .list_text {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  max-width: calc(100% - 220px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.list_t2 li:not(.panel-more) .list_text:hover {
  color: #00407f;
}
.list_t2 li:not(.panel-more) .gljd_link {
  width: 110px;
  font-size: 18px;
  font-weight: normal;
  color: #237edb;
}
.gljd_link {
  color: #00407f;
}
.zfxxgk.item_box_ver {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.zfxxgk.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zfxxgk.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.zfxxgk.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.zfxxgk.item_box_ver > li:nth-child(n + 3) {
  margin-top: 16px;
}
.zfxxgk.item_box_ver > li:nth-child(3) {
  margin-top: 0;
}
.zfxxgk.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zfxxgk.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .zfxxgk.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zfxxgk.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .zfxxgk.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .zfxxgk.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .zfxxgk.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .zfxxgk.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zfxxgk.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .zfxxgk.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .zfxxgk.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.zfxxgk.item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 125px;
  border: solid 1px #e8eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px;
}
.zfxxgk.item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/zfxxgk_icons.png) no-repeat;
}
.zfxxgk.item_box_ver li i.s1 {
  background-position: 4px 2px;
}
.zfxxgk.item_box_ver li i.s2 {
  background-position: -186px 2px;
}
.zfxxgk.item_box_ver li i.s3 {
  background-position: -377px 2px;
}
.zfxxgk.item_box_ver li i.s4 {
  background-position: 4px -137px;
}
.zfxxgk.item_box_ver li i.s5 {
  background-position: -186px -137px;
}
.zfxxgk.item_box_ver li i.s6 {
  background-position: -377px -137px;
}
.zfxxgk.item_box_ver li i.s7 {
  background-position: 4px -276px;
}
.zfxxgk.item_box_ver li i.s8 {
  background-position: -186px -276px;
}
.zfxxgk.item_box_ver li i.s9 {
  background-position: -377px -276px;
}
.zfxxgk.item_box_ver li h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.zfxxgk.item_box_ver li:hover a {
  background-color: #6699cc;
  border: solid 1px #e8eef4;
}
.zfxxgk.item_box_ver li:hover i {
  background-image: url(../images/zfxxgk_icons_cur.png);
  transform: rotateY(360deg);
}
.zfxxgk.item_box_ver li:hover h6 {
  font-weight: bold;
  color: #ffffff;
}
.wyzzc {
  margin-top: 16px;
  padding: 20px;
  background-color: #f1f6fa;
  border: solid 1px #e8eef4;
}
.wyzzc b {
  width: 120px;
  font-size: 20px;
  font-weight: bold;
  color: #00407f;
}
.wyzzc .radios_box {
  width: 240px;
}
.wyzzc .radios_box label {
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
  padding-left: 10px;
}
.wyzzc .radios_box label + label {
  margin-left: 20px;
}
.wyzzc .radios_box input[type='radio'] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  appearance: none;
}
.wyzzc .radios_box input[type='radio']:focus {
  border: none;
  outline: none;
}
.wyzzc .radios_box input[type='radio']::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #00407f;
}
.wyzzc .radios_box input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -4.2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00407f;
}
.wyzzc .search_box1 {
  flex: 1;
  text-align: center;
}
.wyzzc .search_box1 .search {
  display: inline-block;
  position: relative;
  width: 100%;
}
.wyzzc .search_box1 .search input {
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #e8eef4;
  border-radius: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding-left: 16px;
  padding-right: 106px;
}
.wyzzc .search_box1 .search input::placeholder {
  color: #999;
}
.wyzzc .search_box1 .search button {
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  width: 90px;
  height: 44px;
  background-color: #6699cc;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  transition: opacity 0.3s;
}
.wyzzc .search_box1 .search button img {
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.wyzzc .search_box1 .search button:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .wyzzc .search_box1 .search {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .wyzzc .search_box1 .search input {
    padding: 0 1em;
  }
  .wyzzc .search_box1 .search button {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 0px;
  }
}
.gk.item_box_type {
  box-sizing: border-box;
  margin-left: -11px;
  margin-right: -11px;
}
.gk.item_box_type::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gk.item_box_type > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 11px;
  padding-right: 11px;
  float: left;
}
.gk.item_box_type > li:nth-child(n) {
  margin-top: 0;
}
.gk.item_box_type > li:nth-child(n + 3) {
  margin-top: 22px;
}
.gk.item_box_type > li:nth-child(3) {
  margin-top: 0;
}
.gk.item_box_type a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .gk.item_box_type {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gk.item_box_type::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gk.item_box_type > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .gk.item_box_type > li:nth-child(n) {
    margin-top: 0;
  }
  .gk.item_box_type > li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .gk.item_box_type > li:nth-child(3) {
    margin-top: 0;
  }
  .gk.item_box_type a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .gk.item_box_type {
    margin-left: -11px;
    margin-right: -11px;
  }
  .gk.item_box_type::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gk.item_box_type > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .gk.item_box_type > li:nth-child(n) {
    margin-top: 0;
  }
  .gk.item_box_type > li:nth-child(n + 1) {
    margin-top: 22px;
  }
  .gk.item_box_type > li:nth-child(1) {
    margin-top: 0;
  }
  .gk.item_box_type a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.gk.item_box_type a {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 993px) {
  .gk.item_box_type a {
    height: 114px;
  }
}
.gk.item_box_type a:hover {
  box-shadow: 0 0px 10px 5px #dbe5f0;
}
.gk.item_box_type a img {
  width: 100%;
  height: 100%;
}
.ztfw.item_box_hor {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.ztfw.item_box_hor::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ztfw.item_box_hor > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.666%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.ztfw.item_box_hor > li:nth-child(n) {
  margin-top: 0;
}
.ztfw.item_box_hor > li:nth-child(n + 6) {
  margin-top: 16px;
}
.ztfw.item_box_hor > li:nth-child(6) {
  margin-top: 0;
}
.ztfw.item_box_hor a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .ztfw.item_box_hor {
    margin-left: -8px;
    margin-right: -8px;
  }
  .ztfw.item_box_hor::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .ztfw.item_box_hor > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .ztfw.item_box_hor > li:nth-child(n) {
    margin-top: 0;
  }
  .ztfw.item_box_hor > li:nth-child(n + 4) {
    margin-top: 16px;
  }
  .ztfw.item_box_hor > li:nth-child(4) {
    margin-top: 0;
  }
  .ztfw.item_box_hor a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .ztfw.item_box_hor {
    margin-left: -8px;
    margin-right: -8px;
  }
  .ztfw.item_box_hor::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .ztfw.item_box_hor > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .ztfw.item_box_hor > li:nth-child(n) {
    margin-top: 0;
  }
  .ztfw.item_box_hor > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .ztfw.item_box_hor > li:nth-child(2) {
    margin-top: 0;
  }
  .ztfw.item_box_hor a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ztfw.item_box_hor li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border: solid 1px #e8eef4;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ztfw.item_box_hor li i {
  margin-right: 15px;
  transition: all 0.3s;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/ztfw_icons.png);
}
.ztfw.item_box_hor li i.s1 {
  background-position: 0 0;
}
.ztfw.item_box_hor li i.s2 {
  background-position: -230px 0;
}
.ztfw.item_box_hor li i.s3 {
  background-position: -444px 0;
}
.ztfw.item_box_hor li i.s4 {
  background-position: -678px 0;
}
.ztfw.item_box_hor li i.s5 {
  background-position: -905px 0;
}
.ztfw.item_box_hor li i.s6 {
  background-position: -1131px 0;
}
.ztfw.item_box_hor li i.s7 {
  background-position: 0 -79px;
}
.ztfw.item_box_hor li i.s8 {
  background-position: -230px -79px;
}
.ztfw.item_box_hor li i.s9 {
  background-position: -444px -79px;
}
.ztfw.item_box_hor li i.s10 {
  background-position: -678px -79px;
}
.ztfw.item_box_hor li i.s11 {
  background-position: -879px -79px;
}
.ztfw.item_box_hor li i.s12 {
  background-position: -1131px -79px;
}
.ztfw.item_box_hor li h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: left;
}
.ztfw.item_box_hor li:hover a {
  background-color: #6699cc;
}
.ztfw.item_box_hor li:hover i {
  background-image: url(../images/ztfw_icons_cur.png);
  transform: rotateY(360deg);
}
.ztfw.item_box_hor li:hover h6 {
  color: #ffffff;
}
.ztfw.item_box_hor li.panel-more {
  display: none;
}
.cxfw.item_box_title {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.cxfw.item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cxfw.item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.cxfw.item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.cxfw.item_box_title > li:nth-child(n + 4) {
  margin-top: 16px;
}
.cxfw.item_box_title > li:nth-child(4) {
  margin-top: 0;
}
.cxfw.item_box_title a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .cxfw.item_box_title {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cxfw.item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw.item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.666%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .cxfw.item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw.item_box_title > li:nth-child(n + 6) {
    margin-top: 16px;
  }
  .cxfw.item_box_title > li:nth-child(6) {
    margin-top: 0;
  }
  .cxfw.item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .cxfw.item_box_title {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cxfw.item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw.item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .cxfw.item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw.item_box_title > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .cxfw.item_box_title > li:nth-child(2) {
    margin-top: 0;
  }
  .cxfw.item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cxfw.item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #e8eef4;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cxfw.item_box_title li:hover a {
  background-color: #6699cc;
  color: #fff;
}
.cxfw.item_box_title li.panel-more {
  display: none;
}
.m_cjsdh_list .item {
  display: block;
  background: no-repeat center;
  background-size: 102% 102%;
  background-color: #f1f6fa;
}
.m_cjsdh_list .item div {
  padding: 36px 24px 40px 24px;
}
.m_cjsdh_list .item h4 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #00407f;
  margin-bottom: 10px;
}
.m_cjsdh_list .item p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.m_cjsdh_list .item1 {
  background-image: url(../images/cjsdh_p01.png);
}
.m_cjsdh_list .item2 {
  background-image: url(../images/cjsdh_p02.png);
}
.m_cjsdh_list .item3 {
  background-image: url(../images/cjsdh_p03.png);
}
.m_cjsdh_list .item4 {
  background-image: url(../images/cjsdh_p04.png);
}
.m_cjsdh_list .item5 {
  background-image: url(../images/cjsdh_p05.png);
}
.m_cjsdh_list .item6 {
  background-image: url(../images/cjsdh_p06.png);
}
.m_cjsdh_list .item7 {
  background-image: url(../images/cjsdh_p07.png);
}
.m_cjsdh_list .item8 {
  background-image: url(../images/cjsdh_p08.png);
}
.m_cjsdh_list .item9 {
  background-image: url(../images/cjsdh_p09.png);
}
.m_cjsdh_list .item10 {
  background-image: url(../images/cjsdh_p010.png);
}
.m_cjsdh_list .item11 {
  background-image: url(../images/cjsdh_p011.png);
}
.m_cjsdh_list .news_swiper {
  padding-bottom: 30px;
}
.m_cjsdh_list .news_swiper .swiper-pagination {
  bottom: 0;
}
.m_cjsdh_list .news_swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  margin: 0 8px;
}
.m_cjsdh_list .news_swiper .swiper-pagination-bullet-active {
  background-color: #237edb;
}
.ftable_column {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  background-color: #fff;
}
.ftable_column .fth {
  font-size: 18px;
  font-weight: bold;
  color: #00407f;
}
.ftable_column .ftd {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.ftable_column .frow {
  width: 100%;
  display: flex;
}
.ftable_column .fth,
.ftable_column .ftd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px transparent;
  border-right: solid 1px transparent;
}
.ftable_column .fth {
  justify-content: center;
  height: 52px;
  line-height: 52px;
  background-color: #f5f8fa;
}
.ftable_column .ftd {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  word-break: break-all;
  text-align: justify;
  line-height: 1.5;
}
.ftable_column .ftd p,
.ftable_column .ftd a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ftable_column .ftbody .frow:not(:last-child) {
  border-bottom: 1px dashed #c5e1f8;
}
.ftable1 .fth:nth-child(1),
.ftable1 .ftd:nth-child(1) {
  width: 10.61007958%;
}
.ftable1 .fth:nth-child(2),
.ftable1 .ftd:nth-child(2) {
  width: 46.41909814%;
}
.ftable1 .fth:nth-child(3),
.ftable1 .ftd:nth-child(3) {
  width: 25.19893899%;
}
.ftable1 .fth:nth-child(4),
.ftable1 .ftd:nth-child(4) {
  width: 17.90450928%;
}
.ftable1 .fth:nth-child(2),
.ftable1 .ftd:nth-child(2),
.ftable1 .fth:nth-child(3),
.ftable1 .ftd:nth-child(3) {
  justify-content: start;
}
.myzj.list_t li a {
  width: calc(100% - 200px);
}
.myzj.list_t .myzj_tag {
  margin-top: 6px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 13px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 120px;
}
.myzj.list_t .myzj_tag.going {
  background-color: #ecf6ff;
  color: #226ebc;
}
.myzj.list_t .myzj_tag.end {
  background-color: #e7e8e9;
  color: #999999;
}
.hygq.list_t li a {
  width: calc(100% - 120px);
}
.img_text2 {
  height: 170px;
  background-color: #f5f8fa;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.img_text2 .img_text_left {
  width: 230px;
  margin-right: 20px;
}
.img_text2 .img_text_right {
  width: calc(100% - 250px);
}
.img_text2 .img {
  height: 100%;
  overflow: hidden;
}
.img_text2 .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_text2 .text h6 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.img_text2 .text p {
  font-size: 16px;
  font-weight: normal;
  color: #717171;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 10px;
}
.img_text2 .text span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}
.img_text2:hover .img img {
  transform: scale(1.05);
}
.img_text2:hover .text a {
  color: #00407f;
}
@media (max-width: 992px) {
  .img_text2 {
    height: auto;
    flex-wrap: wrap;
  }
  .img_text2 .img_text_left,
  .img_text2 .img_text_right {
    width: 100%;
    margin: 10px 0;
  }
  .img_text2 .img img {
    height: auto;
  }
  .img_text2 .panel-more {
    width: 100%;
  }
}
.wqhg {
  width: 100%;
  height: 86px;
  background-color: #f5f8fa;
  border: solid 1px #e8eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
}
.wqhg span {
  font-size: 16px;
  font-weight: normal;
  color: #00407f;
}
.list_t.wqhg_list {
  margin-top: -8px;
  margin-bottom: -8px;
}
.list_t.wqhg_list li {
  padding: 8px 0px 8px 20px;
}
.list_t.wqhg_list li a {
  font-size: 16px;
}
.fw_img {
  width: 100%;
  height: 92px;
}
@media (max-width: 992px) {
  .fw_img {
    height: auto;
  }
}
.fw.item_box_ver {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.fw.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fw.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.fw.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.fw.item_box_ver > li:nth-child(n + 3) {
  margin-top: 16px;
}
.fw.item_box_ver > li:nth-child(3) {
  margin-top: 0;
}
.fw.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .fw.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .fw.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fw.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .fw.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .fw.item_box_ver > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .fw.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .fw.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .fw.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .fw.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fw.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .fw.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .fw.item_box_ver > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .fw.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .fw.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fw.item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
}
.fw.item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.fw.item_box_ver li i.s1 {
  background-image: url(../images/index_fw_icon1.png);
}
.fw.item_box_ver li i.s2 {
  background-image: url(../images/index_fw_icon2.png);
}
.fw.item_box_ver li i.s3 {
  background-image: url(../images/index_fw_icon3.png);
}
.fw.item_box_ver li h6 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #41423e;
  width: 100%;
  text-align: center;
}
.fw.item_box_ver li:hover i {
  transform: rotateY(360deg);
}
.fw.item_box_ver li:hover h6 {
  color: #00407f;
}
.swiper_box2 {
  position: relative;
  margin-top: -10px;
}
.swiper_box2 #Swiper2 {
  padding: 10px 8px;
  width: 100%;
}
@media (max-width: 600px) {
  .swiper_box2 #Swiper2 {
    height: auto;
  }
}
.swiper_box2 .img_box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.swiper_box2 .img_box img {
  transition: all 0.3s;
  width: 100%;
  height: 112px;
}
.swiper_box2 .img_box h6 {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.swiper_box2 .img_box:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 13px 0px #8fc0ff;
}
.swiper_box2 .img_box:hover h6 {
  color: #00407f;
}
@media (max-width: 600px) {
  .swiper_box2 .img_box {
    width: 100%;
  }
  .swiper_box2 .img_box img {
    height: auto;
  }
}
.swiper_box2 .swiper-button-prev,
.swiper_box2 .swiper-button-next {
  position: absolute;
  top: 39%;
  width: 28px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0px 2px 6px 0px #c4deff;
}
.swiper_box2 .swiper-button-prev {
  left: -60px;
  background-image: url(../images/btn_prev3.png);
}
.swiper_box2 .swiper-button-next {
  right: -60px;
  background-image: url(../images/btn_next3.png);
}
.left_zntj2 {
  position: absolute;
  top: 560px;
  left: calc(50% - 1400px / 2 - 66px);
  z-index: 99999;
}
.left_zntj2 .zntj_box {
  position: relative;
}
.left_zntj2 .zntj_box .zntj_btn {
  position: relative;
  z-index: 120;
  width: 66px;
  height: 136px;
  font-size: 0;
}
.left_zntj2 .zntj_box:hover .zntj_tab_pane_fir {
  display: block;
}
.left_zntj2 .zntj_box .zntj_tab_pane_fir {
  display: none;
  background-color: #fff;
  z-index: 110;
  position: absolute;
  top: 1px;
  left: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  height: 474px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(29, 106, 174, 0.2);
  padding: 25px;
}
.left_zntj2 .zntj_box .zntj_tab_sec {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e8edf1;
  display: flex;
  justify-content: space-between;
}
.left_zntj2 .zntj_box .zntj_tab_sec a {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}
.left_zntj2 .zntj_box .zntj_tab_sec a.cut {
  font-weight: bold;
  color: #106bc8;
  border-bottom: 2px solid #106bc8;
}
.left_zntj2 .zntj_box h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #1658a0;
}
.left_zntj2 .zntj_box .zntj_list li {
  line-height: 1;
  position: relative;
  padding: 20px 0px;
}
.left_zntj2 .zntj_box .zntj_list li:not(:last-child) {
  border-bottom: 1px dashed #eaebee;
}
.left_zntj2 .zntj_box .zntj_list li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #555555;
}
.left_zntj2 .zntj_box .zntj_list li a:hover {
  color: #106bc8;
}
@media (max-width: 600px) {
  .left_zntj2 .zntj_box .zntj_list li a {
    width: 100%;
  }
}
.left_zntj2 .zntj_box .zntj_list li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 18px;
  color: #555555;
}
.left_zntj2 .refresh {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #555555;
  background-color: #f2f8ff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.left_zntj2 .refresh:hover {
  opacity: 0.7;
}
.left_zntj2 .refresh img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
