@charset "UTF-8";
header {
  background: url(../image/header-bj.png) no-repeat center #153f89;
  border-top: solid 5px #153f89;
  padding: 38px 0 46px;
  /* 移动端导航栏样式 */
}
header .alstart {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
header .logo {
  width: 61.8462%;
}
header .search {
  width: 32.25%;
}
header .search .en {
  margin-bottom: 6px;
}
header .search .en a {
  color: #fff;
}
header .search .ipt-box {
  width: 100%;
  position: relative;
}
header .search .ipt-box input {
  width: 100%;
  height: 46px;
  padding: 0 51px 0 10px;
  border-radius: 5px;
  border: none;
}
header .search .ipt-box .search-icon-box {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 9.5px 11.5px;
  border-radius: 5px;
  background-color: #FFCC1A;
}
header .search .login-box {
  width: 13%;
  margin-left: 20PX;
  color: #fff;
  cursor: pointer;
}
header .search .login-box:hover .icon-yonghu:before {
  color: #ffcc1a;
}
header .search .login-box:hover span {
  color: #ffcc1a;
}
header .navmob-btn {
  display: none;
}
header .navmob-btn .head-menu-btn {
  z-index: 999;
  overflow: hidden;
  width: 36px;
  height: 36px;
  text-indent: -5260px;
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
header .navmob-btn .head-menu-btn .line-1 {
  margin-top: -11px;
  width: 30px;
}
header .navmob-btn .head-menu-btn .line-2 {
  margin-top: 0 !important;
  width: 30px !important;
}
header .navmob-btn .head-menu-btn .line-3 {
  margin-top: 11px;
  width: 30px;
}
header .navmob-btn .head-menu-btn.active .line-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
     -moz-transform: rotate(-45deg) translate(-9px, 9px);
      -ms-transform: rotate(-45deg) translate(-9px, 9px);
       -o-transform: rotate(-45deg) translate(-9px, 9px);
          transform: rotate(-45deg) translate(-9px, 9px);
}
header .navmob-btn .head-menu-btn.active .line-2 {
  opacity: 0;
}
header .navmob-btn .head-menu-btn.active .line-3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
     -moz-transform: rotate(45deg) translate(-6px, -6px);
      -ms-transform: rotate(45deg) translate(-6px, -6px);
       -o-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
header .navmob-btn .head-menu-btn .line-1,
header .navmob-btn .head-menu-btn .line-2,
header .navmob-btn .head-menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-right: -20px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transition-property: width, margin, background-color, -webkit-transform;
  transition-property: width, margin, background-color, -webkit-transform;
  -o-transition-property: width, margin, background-color, -o-transform;
  -moz-transition-property: transform, width, margin, background-color, -moz-transform;
  transition-property: transform, width, margin, background-color;
  transition-property: transform, width, margin, background-color, -webkit-transform, -moz-transform, -o-transform;
}
@media screen and (max-width: 992px) {
.banner-part img{
max-height:160px;
object-fit: cover;
width:100%;
}
  header {
    padding: 25px 0;
  }
  header .search {
    display: none;
  }
  header .alstart {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .navmob-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding: 10px 0;
  }
  header .logo {
    width: 270px;
  }
  header .logo img{
width:200px;
object-fit: cover;
}
  header .navmob-btn .head-menu-btn {
    width: 30px;
    height: 30px;
  }
}

nav {
  margin-top: 25px;
}
nav .dht {
  width: 1px;
  height: 50px;
  background: url(../image/dhx.png) no-repeat center;
}
nav .mune_a {
  position: relative;
  width: 10.15385%;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
nav .mune_a .blue-line {
  display: none;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #1454c9;
}
nav .mune_a.active .blue-line {
  display: block;
}
nav .mune_a:hover .blue-line {
  display: block;
}
nav .mune_a .secondary-menu {
  display: none;
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #1454c9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
nav .mune_a .secondary-menu li {
  border-bottom: 1px solid #ddd;
}
nav .mune_a .secondary-menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
nav .mune_a .secondary-menu li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  nav .pc-nav {
    display: none;
  }
  nav .mb-nav-box {
    z-index: 999;
    padding: 0 20px;
    position: fixed;
    left: -100%;
    top: 120px;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    background-color: #fff;
  }
  nav .mb-nav {
    font-size: 17px;
  }
  nav .mb-nav li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  nav .mb-nav .secondary-menu {
    padding: 10px 15px;
    background-color: #1454c9;
  }
  nav .mb-nav .secondary-menu a {
    color: #fff;
  }
  nav .mb-nav .nav-down {
    display: none;
    width: 100%;
  }
  nav .mb-nav .nav_click {
    display: block;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 10000;
    position: absolute;
    color: #333;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
  }
  nav .mb-nav .nav_click.active {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  nav .mb-nav .nav_click .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9 ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  nav .mb-nav-box {
    top: 118px;
  }
}
@media screen and (max-width: 576px) {
  nav .mb-nav-box {
    top: 61px;
  }
}
@media screen and (min-width: 993px) {
  nav .mb-nav-box {
    display: none !important;
  }
}

.swiper-box {
  margin-top: 5px;
}
.swiper-box .swiper-button-prev:after,
.swiper-box .swiper-button-next:after {
  font-size: 33px;
  position: absolute;
}
.swiper-box .swiper-button-prev {
  opacity: 0;
  top: 50%;
  left: 7%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
  color: #fff;
}
.swiper-box .swiper-button-next {
  opacity: 0;
  top: 50%;
  right: 7%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
  color: #fff;
}
.swiper-box:hover .swiper-button-prev,
.swiper-box:hover .swiper-button-next {
  opacity: 1;
}
.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}
.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 39px;
  margin: 0 7px;
}
.swiper-box .swiper-pagination-bullet-active {
  background-color: #317AFF !important;
}
.swiper-box .swiper-pagination-bullet {
  height: 5px;
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .swiper-box {
    margin-top: 10px;
  }
  .swiper-box .swiper-button-prev,
  .swiper-box .swiper-button-next {
    display: none;
  }
}

.index-main {
  padding-top: 25px;
}
.index-main .top-title {
  margin-bottom: 28px;
  border-bottom: 1px solid #efefef;
}
.index-main .top-title .caption-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 9px;
  background-color: #1454c9;
}
.index-main .more-box a {
  color: #888888;
}
.index-main .more-box a:hover {
  color: #1454c9;
}
.index-main .main-1 {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.index-main .main-1 .boxa {
  width: 42.154%;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-slide {
  position: relative;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-slide img {
  width: 100%;
  display: block;
  max-height: 291px;
  min-height: 291px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .index-main .main-1 .boxa .news-swiper-box .swiper-slide img {
    width: 100%;
    display: block;
    max-height: 280px;
    min-height: 280px;
  }
}
.index-main .main-1 .boxa .news-swiper-box .swiper-slide .pic-text {
  width: 60%;
  position: absolute;
  bottom: 14px;
  left: 18px;
  z-index: 11;
  color: #fff;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-slide::after {
  z-index: 10;
  height: 90px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../image/mask-banner.png) center repeat-x;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
  background-color: #F0AF01 !important;
  color: #fff !important;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.index-main .main-1 .boxa .news-swiper-box .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: end;
  bottom: 12px;
  padding-right: 10px;
}
.index-main .main-1 .boxa .news-list {
  margin-top: 20px;
}
.index-main .main-1 .boxa .news-list li {
  margin-bottom: 15px;
  padding: 18px;
  border: 2px solid #f4f4f4;
}
.index-main .main-1 .boxa .news-list li time {
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #d4d3d3;
  color: #888888;
}
.index-main .main-1 .boxa .news-list li .right-content {
  line-height: 1.7;
}
.index-main .main-1 .boxa .news-list li:last-child {
  margin-bottom: 0;
}
.index-main .main-1 .boxb {
  width: 54%;
}
.index-main .main-1 .boxb .msg-tabNav li {
  position: relative;
  padding-bottom: 13px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.index-main .main-1 .boxb .msg-tabNav li.current {
  font-size: 20px;
  color: #1454C9;
  font-weight: bold;
  border-bottom: 2px solid #1454C9;
}
.index-main .main-1 .boxb .msg-tabNav li.current span.iconfont {
  color: #1454C9;
  font-size: 22px;
  font-weight: bold;
}
.index-main .main-1 .boxb .msg-tabNav li.current:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #1454C9;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.index-main .main-1 .boxb .tabNav {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.index-main .main-1 .boxb .tabcons {
  display: none;
  margin-top: 20px;
}
.index-main .main-1 .boxb .tabcons li {
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}
.index-main .main-1 .boxb .tabcons li:last-child {
  margin-bottom: 0;
}
.index-main .main-1 .boxb .tabcons li .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 10px;
  color: #BCBCBC;
  border: 2px solid #E5E5E5;
}
.index-main .main-1 .boxb .tabcons li .content {
  width: 80%;
  padding-right: 40px;
}
@media screen and (max-width: 576px) {
  .index-main .main-1 .boxb .tabcons li .content {
    padding-right: 23%;
  }
}
.index-main .main-1 .boxb .tabcons li time {
  position: absolute;
  right: 0;
  color: #9C9C9C;
  font-weight: 300;
}
.index-main .main-2 {
  margin-top: 36px;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.index-main .main-2 .boxa {
  width: 42.154%;
}
.index-main .main-2 .boxa .guide {
  margin-bottom: 13px;
  padding: 20px 36px;
  border-radius: 10px;
  background-color: rgba(243, 243, 243, 0.48);
}
.index-main .main-2 .boxa .guide:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.index-main .main-2 .boxa .guide .title {
  margin-bottom: 17px;
}
.index-main .main-2 .boxa .guide .title.sz {
  margin-top: 27px;
}
.index-main .main-2 .boxa .guide .zlb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 5px;
}
.index-main .main-2 .boxa .guide .zlb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(33.333% - 10px);
     -moz-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 10px);
          flex: 1 1 calc(33.333% - 10px);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.index-main .main-2 .boxa .guide .zlb li .blue-fk {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #1454C9;
}
.index-main .main-2 .boxa .guide .zlb li a {
  width: 90%;
}
.index-main .main-2 .boxb {
  width: 54%;
}
.index-main .main-2 .boxb .kstd {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-main .main-2 .boxb .kstd li {
  width: 49.00285%;
  max-height: 91px;
  margin-bottom: 36px;
  padding: 20px 40px;
  border-radius: 10px;
  border: 2px solid rgba(220, 220, 220, 0.63);
}
.index-main .main-2 .boxb .kstd li .pic-box img {
  min-height: 35px;
  min-width: 35px;
  width: 100%;
  height: 100%;
}
.index-main .main-2 .boxb .kstd li a {
  line-height: 1;
}
.index-main .main-2 .boxb .kstd li .pic-box {
  margin-right: 30px;
}
.index-main .main-2 .boxb .kstd li:hover {
  border-color: #1454C9;
}
.index-main .main-2 .boxb .kstd li:hover a {
  color: #1454C9;
}
@media screen and (max-width: 1440px) {
  .index-main .main-2 .kstd .fs20 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .index-main {
    padding-top: 20px;
  }
  .index-main .main-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-main .main-1 .boxa {
    width: 100%;
  }
  .index-main .main-1 .boxb {
    width: 100%;
    margin-top: 20px;
  }
  .index-main .main-1 .boxb .msg-tabNav li {
    padding-bottom: 15px;
  }
  .index-main .main-1 .boxb .msg-tabNav li span.iconfont {
    display: none;
  }
  .index-main .main-2 {
    margin-top: 20px;
  }
  .index-main .main-2 .boxa .guide {
    margin-top: 0;
    padding: 20px;
  }
  .index-main .main-2 .boxa .guide .title.sz {
    margin-top: 20px;
  }
  .index-main .main-2 .boxb .kstd li {
    margin-bottom: 20px;
    padding: 20px;
  }
  .index-main .main-2 .boxb .kstd li .pic-box {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .index-main .top-title {
    margin-bottom: 15px;
  }
  .index-main .boxa .news-list li {
    padding: 15px;
  }
  .index-main .boxb .tabcons {
    margin-top: 20px;
  }
  .index-main .boxb .tabcons li .content {
    width: 80%;
    padding-right: 70px;
  }
  .index-main .main-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-main .main-2 .boxa {
    width: 100%;
  }
  .index-main .main-2 .boxb {
    width: 100%;
    margin-top: 20px;
  }
  .index-main .main-2 .boxb .kstd li {
    max-height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .index-main .main-2 .boxb .kstd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-main .main-2 .boxb .kstd li {
    width: 100%;
  }
}

.secondary-page {
  margin-top: 44px;
  margin-bottom: 40px;
}
.secondary-page aside {
  width: 18.5385%;
}
.secondary-page aside .lm-title {
  padding: 26px;
  text-align: center;
  color: #fff;
  background-color: #134baf;
}
.secondary-page aside ul {
  background: url(../image/aside-pic.png) no-repeat right bottom;
  -o-background-size: contain;
     background-size: contain;
}
.secondary-page aside ul li {
  padding: 30px 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #EFCA91;
}
.secondary-page aside ul li .current-gt {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #134BAF;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #134BAF;
}
.secondary-page aside ul li.active a {
  color: #134BAF;
  font-weight: bold;
}
.secondary-page section {
  width: 76.5385%;
}
.secondary-page section .current {
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}
.secondary-page section .current .current-title {
  color: #010101;
}
.secondary-page section .current .current-position {
  color: #696969;
}
.secondary-page section .current .current-position a {
  color: #696969;
}
@media screen and (max-width: 992px) {
  .secondary-page {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .secondary-page aside {
    width: 100%;
  }
  .secondary-page aside .lm-title {
    padding: 20px;
  }
  .secondary-page aside ul li {
    padding: 15px 0;
  }
  .secondary-page aside ul li .current-gt {
    display: none;
  }
  .secondary-page section {
    width: 100%;
 
  }
  .secondary-page section .current {
    display: none;
  }
}

.two-current-position {
  display: none;
}
.two-current-position.current {
  padding-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}
.two-current-position.current .current-title {
  color: #010101;
}
.two-current-position.current .current-position {
  color: #696969;
}
.two-current-position.current .current-position a {
  color: #696969;
}

.mb-main-derection {
  width: 100%;
}

.little-tips {
  margin: 20px 0;
  text-align: center;
  color: #696969;
  background: #f6f6f6;
  padding: 10px 10px;
  font-size: 14px;
}
.little-tips .fbsj {
  margin: 0px 15px;
}

@media screen and (max-width: 992px) {
  .two-current-position {
    display: block;
  }
  .mb-main-derection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.news-list-page-main .news-list {
  margin-top: 40px;
  padding-bottom: 10px;
}
.news-list-page-main .news-list li {
  position: relative;
  margin-bottom: 30px;
}
.news-list-page-main .news-list li a {
  padding-right: 11%;
}
.news-list-page-main .news-list li time {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #BF8C3D;
}
@media screen and (max-width: 992px) {
  .news-list-page-main .news-list {
    margin-top: 20px;
  }
  .news-list-page-main .news-list li {
    margin-bottom: 20px;
  }
  .news-list-page-main .news-list li a {
    padding-right: 13%;
  }
  .news-list-page-main .two-current-position {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .news-list-page-main .news-list li a {
    padding-right: 30%;
  }
}

.news-detail-page-main.gzry-page .intro-part {
  border-bottom: none;
}
.news-detail-page-main.gzry-page .intro-part .desc.gzrypic {
  margin-top: 0;
}
.news-detail-page-main.gzry-page .intro-part .desc.first {
  margin-top: 26px;
}
.news-detail-page-main .intro-part {
  padding-bottom: 40px;
}
.news-detail-page-main .intro-part .title {
  text-align: center;
  margin-top: 20px;
}
.news-detail-page-main .intro-part .desc {
  margin-top: 26px;
  line-height: 2;
}
.news-detail-page-main .intro-part .desc p:last-child {
  margin-bottom: 0;
}
.news-detail-page-main .intro-part .desc .provenance {
  line-height: 1.3;
  text-align: end;
}
.news-detail-page-main .intro-part .desc .provenance p {
  margin-bottom: 10px;
}
.news-detail-page-main .intro-part .desc table {
 

    margin: 0 auto !important;
}
@media screen and (max-width: 992px) {
  .news-detail-page-main .intro-part {
    margin-top: 25px;
  }
}
.news-detail-page-main .page-turn {
  margin-top: 20px;
}
.news-detail-page-main .page-turn a {
  color: #1454C9;
}
.news-detail-page-main .page-turn .pre-page {
  margin-bottom: 15px;
}

.xrld-page .intro-part {
  padding: 0 20px;
  border-bottom: none;
}
.xrld-page table {
  width: 100%;
}
.xrld-page table.browser-support {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.xrld-page table td {
  padding: 8px 4px;
  text-align: center;
}

.jgsz-page .intro-part {
  margin-top: 30px;
  border-bottom: none;
}
.jgsz-page .intro-part .big-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-align: left;
  color: #134baf;
  margin-bottom: 30px;
}
.jgsz-page .intro-part .big-title .blue-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-left: 10px;
  color: #dbe0ef;
  font-size: 12px;
}
.jgsz-page .intro-part .duty {
  margin-top: 10px;
}
.jgsz-page .intro-part .duty .title {
  padding-bottom: 10px;
  letter-spacing: 2px;
  color: #000;
  border-bottom: 1px solid #a6c1f3;
}
.jgsz-page .intro-part .duty .content {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.jgsz-page .intro-part .partb {
  margin-top: 30px;
}

.banner-part {
  position: relative;
}
.banner-part .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 86px;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .banner-part .text {
    right: 40px;
  }
}
.banner-part .text div {
  margin-bottom: 8px;
  color: #fff;
}
.banner-part .text span {
  color: #ffffff;
}

.friendly-link {
  margin-top: 15px;
  padding: 40px 0;
  background-color: #f9f9f9;
}
.friendly-link .left {
  width: 9.69231%;
}
.friendly-link .right {
  width: 84.077%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 5px;
}
.friendly-link .right li {
  text-align: start;
}
@media screen and (max-width: 992px) {
  .friendly-link {
    padding: 30px 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .friendly-link {
    margin-top: 15px;
  }
  .friendly-link .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .friendly-link .content .left {
    width: 100%;
  }
  .friendly-link .content .right {
    margin-top: 20px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 5px;
  }
}
@media screen and (max-width: 576px) {
  .friendly-link {
    padding: 20px 0;
  }
  .friendly-link .content .right {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
  }
}

footer {
  background-color: #033da7;
  color: #fff;
}
footer .wp {
  padding: 30px 0;
}
footer .address,
footer .cell {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
footer .code1 {
  margin-right: 31px;
}
footer .code1 span {
  display: block;
  width: 110%;
  text-align: center;
  padding: 7px 0;
  background-color: #003493;
}
footer .code2 span {
  display: block;
  width: 110%;
  text-align: center;
  padding: 7px 0;
  background-color: #003493;
}
footer .copyright {
  padding: 9px 0;
  text-align: center;
  background-color: #001ea0;
}
@media screen and (max-width: 1024px) {
  footer .content {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .content .address {
    margin: 20px 0;
  }
  footer .content .ewm {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 992px) {
  footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .content .address {
    margin: 20px 0;
  }
  footer .content .erm {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-logo-box {
    width: 70%;
  }
  footer .ewm {
    width: 80%;
  }
}

table {
  width: 100% !important;
  table-layout: auto !important;
  word-break: break-word !important;

}

td,
th {
  white-space: normal !important;
  word-wrap: break-word !important;

}