/**
 *
 * @authors @silentblue.top
 * @date    2022-08-29 14:46:26
 *
 */
@charset "utf-8";
/* CSS Document */
/* mobile head */

.mhiderr {
  display: none !important;
}
.pchiderr {
  display: block !important;
}
.m_header {
  height: 120px;
  background-color: #f5f5f5;
  margin-bottom: 50px;
}
/* .is-showNavMob {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
  background: #fff;
} */
/* .mobile-placeholder {
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
  background: transparent;
}
.is-showNavMob + .mobile-placeholder {
  display: block;
} */
.m_header_funs {
  overflow: hidden;
}
.mobile-logo {
  height: 85px;
  margin-top: 18px;
  margin-left: 45px;
  float: left;
}
.mobile-search {
  padding: 0 40px;
  float: right;
  height: 120px;
}
input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: url(bg-clean.png) no-repeat center;
  background-size: 100% 100%;
}
/* mobile-search-form input[type="search"]::-webkit-search-cancel-button,
#search-clear {
  -webkit-appearance: none;
}

mobile-search-form input[type="search"]::-webkit-search-cancel-button::after,
#search-clear::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background: url(bg-clean.png) center center no-repeat;
} */

/* input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #004898;
  font-size: 14px;
}

input[type="search"]::-webkit-search-cancel-button::after {
  position: absolute;
  content: "x";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  color: #fff;
} */
.mobile-search img {
  width: 46px;
  height: 46px;
  margin: 37px 0;
}
.mobile-search-box {
  padding: 0 36px 0;
  border-bottom: 0 solid #004898;
  height: 0;
  /* transform: scaleX(0);
  transform: scaleY(0); */
  transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
  /* transform-origin: 100% 0; */
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  overflow: hidden;
}
.mobile-search-status {
  padding: 0 36px 50px;
  /* transform: scaleX(100%); */
  /* transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s; */
  transition: all 0.3s ease-in-out;
  height: 40px;
  margin-bottom: 10px;
  border-bottom: 6px solid #004898;
}
.mobile-skw {
  height: 40px;
  border: 0;
  /* border-left: 4px solid #333; */
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  outline: 0;
  color: #333;
  padding-left: 6px;
}
.m_nav {
  height: 120px;
  background: #004898;
  position: relative;
  width: 120px;
  float: right;
}
.is-showNavMob .m_nav {
  z-index: 1000;
  position: fixed;
  right: 0;
  float: none;
}
.mobile-tool-toggle {
  position: absolute;
  z-index: 8;
  top: 42px;
  right: 35px;
  box-sizing: border-box;
  width: 50px;
  height: 36px;
  transition: transform 0.4s;
  /* background-color: #f00; */
  /* padding-top: 0.5rem; */
}
.mobile-tool-toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-radius: 5px;
}
.mobile-tool-toggle span:first-child {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-tool-toggle span {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.mobile-tool-toggle span:last-child {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.is-showNavMob .mobile-tool-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 54px;
  width: 54px;
  border-radius: 100%;
  /* border: 3px solid #fff; */
  top: 36px;
}
.is-showNavMob .mobile-tool-toggle span {
  background-color: #fff;
  top: 20px;
  height: 4px;
  width: 100%;
  left: 0;
}
.is-showNavMob .mobile-tool-toggle span:first-child {
  -webkit-transform: rotate(45deg) translate(0, 0);
  -moz-transform: rotate(45deg) translate(0, 0);
  -ms-transform: rotate(45deg) translate(0, 0);
  -o-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:last-child {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  -moz-transform: rotate(-45deg) translate(0, 0);
  -ms-transform: rotate(-45deg) translate(0, 0);
  -o-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.mobile-nav {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  /* height: 100vh; */
  height: 200%;
  /*防止页面被挤压*/
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  color: #fff;
  /* background: -webkit-linear-gradient(bottom, #0a2650, #5a779d);
    background: -moz-linear-gradient(bottom, #0a2650, #5a779d);
    background: -o-linear-gradient(bottom, #0a2650, #5a779d);
    background: linear-gradient(to bottom, #0a2650, #5a779d); */
  background: rgba(0, 35, 73, 0.8);
  will-change: transform;
}
.is-showNavMob .mobile-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  /* position: absolute; */
}
.mobile-nav-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*惯性滑动*/
  width: 64%;
  background-color: #f5f5f5;
  overflow-y: auto;
}
.m_menu {
  color: #555;
  margin-top: 120px;
  background-color: #ebeef1;
  padding-top: 50px;
  /* padding-bottom: 200%;
  margin-bottom: -200%; */
  min-height: 100%;
  height: auto;
}
.m_menu > li {
  background: #e6e9ee;
}
.m_menu > li > h4 {
  height: 80px;
  padding-left: 62px;
  line-height: 80px;
  font-weight: normal;
  cursor: pointer;
  font-size: 36px;
  /* box-shadow: 0 1px 0 #c3c3c3; */
}
.m_menu > li > h4 > a {
  color: #515151;
}
.m_menu > li.cur > h4,
.m_menu > li.cur > h4 a,
.m_menu > li.now > h4,
.m_menu > li.now > h4 a {
  font-weight: bold;
}
.m_menu > li.cur,
.m_menu > li.now {
  background-color: #f5f5f5;
  /* border-left: 22px solid #ffe39a; */
}
.m_menu > li.cur > h4,
.m_menu > li.now > h4 {
  padding-left: 62px;
  position: relative;
}
.m_submenu > dd.now > span,
.m_submenu > dd.cur > span {
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  color: #333;
}
.m_subnav > dd.now > span,
.m_subnav > dd.cur > span,
.m_subsnav > dd.cur,
.m_subsnav > dd.now {
  padding-left: 20px;
  position: relative;
  color: #333;
}
.m_menu > li.cur > h4::before,
.m_menu > li.now > h4::before,
.m_submenu > dd.now > span::before,
.m_subnav > dd.now > span::before,
.m_subsnav > dd.cur::before,
.m_submenu > dd.cur > span::before,
.m_subnav > dd.cur > span::before {
  content: "";
  position: absolute;
  width: 22px;
  background-color: #ffe39a;
  left: 0;
  top: 0;
  height: 100%;
}
.m_submenu > dd.now > span::before,
.m_submenu > dd.cur > span::before {
  width: 16px;
  left: -5px;
}
.m_subnav > dd.now > span::before,
.m_subnav > dd.cur > span::before {
  width: 10px;
  left: -10px;
}
.m_subsnav > dd.cur::before {
  width: 6px;
}
.m_subnav {
  margin-left: 20px;
}
.m_menu > li > h4.now a {
  color: #004898;
}
.m_submenu {
  background-color: #ebeef1;
  margin-top: 2px;
  overflow: hidden;
  padding-bottom: 30px;
  display: none;
}
.m_submenu > dd {
  margin: 30px 40px 0 82px;
  /* float: left; */
  font-size: 30px;
  width: 100%;
  box-sizing: border-box;
}
.m_submenu > dd.now {
  margin-left: 52px;
}
.m_subnav dd {
  margin-top: 10px;
  margin-left: 25px;
}
.m_subnav > dd.now span,
.m_subnav > dd.cur > span {
  color: #333;
  font-weight: bold;
}
.m_submenu dd a {
  color: #555;
}
.m_submenu_width dd {
  float: none;
}
.m_submenu > dd > span,
.m_subnav > dd > span {
  display: block;
}
.m_subsnav > dd {
  font-size: 28px;
}
.m_subsnav > dd a {
  color: #333;
}
.m_subsnav > dd.cur {
  background-color: #fff;
  margin-right: 60px;
}
.m_menu > li.now > h4,
.m_subnav > dd.now span {
  font-weight: normal;
  color: #333;
}
.m_menu > li.now > h4::before {
  width: 12px;
}
.m_submenu > dd.cur {
  margin-left: 52px;
}
/* mobile head end */
/* mobile footer */
.mobile-footer {
  background-color: #004898;
  overflow: hidden;
  padding: 50px 0;
  margin-top: 88px;
}
.mobile-footer > dt img {
  height: 85px;
  margin: 10px auto 30px;
  display: block;
}
.mobile-footer > dd {
  text-align: center;
  font-size: 22px;
  color: #6898cd;
}

.mobile-footer > dd a {
  color: #6898cd;
  text-decoration: underline;
}
/* mobile footer end */
/* main content */
.main-con-bg {
  background: none;
}
.content-box {
  margin: 0;
}
.cloumn-content {
  width: 100%;
}
.cloumn-content-title {
  height: 77px;
}
.cloumn-content-title > span,
.cloumn-content-tabtitle > li {
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  padding: 0 20px;
  overflow: hidden;
}
.cloumn-content-tabtitle > li {
  width: calc(50% - 40px);
}
.gyzj-con-desc > dd {
  width: 100%;
}
.gyzj-con-desc-title {
  width: 279px;
  border-bottom: 0;
  margin: 40px auto;
}
.gyzj-con-desc-text {
  font-size: 30px;
}
.cloumn-content-box {
  border: 0;
  padding: 0;
}
.gyzj-con-slogan {
  width: calc(100% - 80px);
  margin: 40px 40px 0;
}
.gyzj-con-desc {
  margin: 0 40px;
}
.gltd-leaders {
  margin: 0 40px;
}
.gltd-leader-items > li:nth-child(odd),
.gltd-leader-items > li:nth-child(even) {
  float: none;
}
.gltd-leader-items > li,
.gltd-leader-items.gltd-leader-vip > li {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.gltd-leader-items > li img {
  height: auto;
}
.gltd-leader-items > li p {
  height: 50px;
  line-height: 50px;
}
.gltd-leader-items > li p::before {
  top: 10px;
}
.gltd-leader-items > li p em {
  font-size: 40px;
}
.gltd-leader-items > li p i {
  font-size: 30px;
}
.gltd-leaders-desc > dt {
  width: 100%;
  border-radius: 0;
  margin-top: 40px;
}
.gltd-leaders-desc > dd {
  width: 100%;
  margin-top: 30px;
}
.gltd-leaders-desc-txt {
  margin: 0 40px;
}
.gltd-leaders-desc-txt > dt {
  overflow: hidden;
}
.gltd-leaders-desc-txt > dt em {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  margin-right: 14px;
  font-size: 40px;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
}
.gltd-leaders-desc-txt > dt em::before {
  content: "";
  width: 6px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #f5d397;
  border-radius: 3px;
}
.gltd-leaders-desc-txt > dt span i::before,
.gltd-leaders-desc-txt > dt span i::after {
  display: none;
}
.gltd-leaders-desc-txt > dt i {
  display: inline-block;
  font-size: 30px;
  color: #9a9a9a;
  font-style: normal;
}
.gltd-leaders-desc-txt > dd {
  margin-top: 0;
  font-size: 30px;
}
.gltd-leaders-desc-txt > dd::before {
  display: none;
}
.qqbj-padding-reset {
  margin-top: 80px;
}
.qqbj-map-box {
  height: 550px;
}
.qqbj-map-items {
  margin: 0 20px;
}
.qqbj-map-items > li img {
  margin: 0;
}
.qqbj-map-itembg {
  margin: 0 20px;
}
.qqbj-mapbg {
  border-radius: 0;
  top: -120px;
}
.qqbj-map-items > li img {
  width: 100%;
}
.qqbj-map-items > li > dl {
  width: 150px;
  height: 98px;
}
.qqbj-map-items > li > dl > dt {
  font-size: 30px;
}
.qqbj-map-items > li > dl > dd {
  font-size: 20px;
}
.qqbj-map-items > li:first-child > dl {
  left: auto;
  right: 20px;
  top: 40px;
  bottom: auto;
}
.qqbj-map-items > li:nth-child(2) > dl {
  bottom: 50px;
  top: auto;
  left: 50px;
}
.qqbj-map-items > li:nth-child(3) > dl {
  right: auto;
  left: 10px;
  top: -20px;
}
.qqbj-map-items > li:nth-child(4) > dl {
  left: 66px;
  top: 0px;
  bottom: auto;
}
.qqbj-map-items > li:last-child > dl {
  left: auto;
  right: 20px;
  top: auto;
  bottom: 15px;
}
.qqbj-orgnize-stats {
  height: 110px;
  width: 90%;
}
.qqbj-orgnize-stats > dt {
  height: 110px;
}
.qqbj-orgnize-stats > dd {
  font-size: 20px;
  height: 100px;
  line-height: 40px;
  padding-top: 10px;
}
.qqbj-orgnize-box {
  border-radius: 0;
  background-color: #fff;
}
.qqbj-orgnize-title {
  border-bottom: 0;
  padding: 0 20px;
  overflow: hidden;
}
.qqbj-orgnize-title > li {
  float: left;
  font-size: 30px;
  width: calc((100% - 120px) / 5);
  height: 70px;
  line-height: 40px;
  padding: 15px 10px;
}
.qqbj-orgnize-title > li i {
  display: block;
  font-size: 24px;
  margin-top: -6px;
}
.qqbj-orgnize-items {
  background-color: #f5f5f5;
  margin: 0 20px;
  padding: 30px;
}
.qqbj-orgnize-items > li {
  width: calc((100% - 15px) / 4);
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.qqbj-orgnize-items > li:nth-child(5n + 1) {
  margin-left: 5px;
}
.qqbj-orgnize-items > li:nth-child(4n + 1) {
  margin-left: 0;
}
.xwzz-text-con > dt {
  margin-bottom: 60px;
}
.xwzz-text-con > dt::before,
.xwzz-text-con > dt::after,
.xwzz-text-con > dd::before,
.xwzz-text-con > dd::after {
  display: none;
}
.xwzz-box {
  margin: 0;
}
.xwzz-padding-reset {
  margin-top: 50px;
}
.xwzz-text-con {
  padding: 100px 0 110px;
}
.xwzz-text-con > dd {
  font-size: 32px;
  line-height: 1.8;
}
.zzjg-mtree {
  text-align: center;
}
.mobile-zgs-links {
  margin: 0 auto;
  text-align: center;
}
.mobile-zgs-links > img {
  width: 660px;
}
.tzzgx-associated-img > dd {
  margin-top: 40px;
}
.tzzgx-associated-img > dd img {
  margin: 0 auto;
  display: block;
}
.tzzgx-basicinfo-items {
  margin: 55px 40px 0;
  padding: 60px 0 20px;
}
.tzzgx-basicinfo-item {
  padding: 40px 35px;
  background-color: #f3f3f3;
  margin-bottom: 60px;
  border-radius: 0 20px 20px 0;
  margin-left: 4px;
}
.tzzgx-basicinfo-item::after {
  display: none;
}
.tzzgx-basicinfo-item > dt > a {
  font-size: 40px;
}
.tzzgx-basicinfo-item > dt {
  position: relative;
}
.tzzgx-basicinfo-item > dt::after {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #f2e4bf;
}
.tzzgx-basicinfo-item > dd {
  font-size: 28px;
  margin-top: 40px;
}
.tzzgx-gszl-items {
  margin: 0 40px;
}
.tzzgx-gszl-item > dd {
  display: none;
}
.tzzgx-gszl-item {
  background-color: #fff;
  height: 99px;
  line-height: 100px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  position: relative;
}
.tzzgx-gszl-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  transform: scaleY(0.5);
}
.tzzgx-gszl-item > dt {
  font-size: 34px;
}
.pageion > li {
  font-size: 30px;
}
.pageion > li a {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 6px;
}
.mpageion {
  text-align: center;
  margin: 50px auto 0;
  font-size: 30px;
}
.mpageion a {
  width: 198px;
  height: 78px;
  border: 1px solid #000;
  line-height: 78px;
  padding: 0 40px;
  display: block;
  margin: 0 auto;
}
.tzzgx-gjgl-stockdetail {
  margin-right: 0;
  text-align: center;
}
.tzzgx-gjxq-box {
  border-radius: 40px;
  background-color: transparent;
  padding: 30px;
  margin-top: 0;
}
.tzzgx-gjxq-tabs > li {
  font-size: 28px;
}
.tzzgx-dqbg-item {
  width: 300px;
  height: 405px;
  margin: 40px calc((100% - 600px) / 4);
}
.tzzgx-dqbg-item:hover {
  box-shadow: 10px 10px 0 0 #eae5d7;
}
.tzzgx-dqbg-item::after {
  right: -41px;
  bottom: -41px;
}
.tzzgx-dqbg-item > dt em {
  font-size: 28px;
  /* height: 56px; */
}
.tzzgx-dqbg-item > dt i {
  font-size: 22px;
}
.tzzgx-dqbg-item > dd {
  font-size: 30px;
  bottom: 32px;
}
.tzzgx-tzzfw-items {
  margin: 0 40px;
}
.tzzgx-tzzfw-items > li {
  font-size: 30px;
}
.tzzgx-tzzfw-items > li p i {
  font-size: 28px;
  line-height: 24px;
}
.tzzgx-tzzfw-items > li {
  width: calc((100% - 45px) / 4);
  margin-bottom: 15px;
}
.tzzgx-tzzfw-items > li:nth-child(5) {
  margin-left: 0;
}
/* .tzzgx-tzzfw-items > li:nth-child(n + 5) {
  width: calc((100% - 30px) / 3);
} */
.tzzgx-tzzfw-carlendar {
  margin: 60px 40px 0;
}
.tzzgx-tzzfw-carlendar > dt {
  margin-left: 0;
  font-size: 50px;
}
.tzzgx-tzzfw-carlendar > dd {
  border: 0;
  border-radius: 0;
}
.tzzgx-tzzfw-carlendar > dt::before {
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.tzzgx-fxzl-box {
  margin: 40px;
}
.tzzgx-fxzl-item {
  height: auto;
  box-shadow: 10px 10px 0 0px #f5f5f5;
  display: block;
  margin-bottom: 40px;
  width: calc(100% - 40px);
  margin-left: 0;
  padding: 20px;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.tzzgx-fxzl-item > dt {
  width: 290px;
}
.tzzgx-fxzl-item > dt img {
  box-shadow: 10px 10px 0 0px #e5e5e5;
}
.tzzgx-fxzl-item-txt > dt em {
  font-style: normal;
  font-size: 34px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
.tzzgx-fxzl-item-txt > dt i {
  font-size: 28px;
  font-style: normal;
  display: block;
}
.tzzgx-fxzl-item > dd {
  margin-left: 40px;
  width: 280px;
  height: 300px;
}
.tzzgx-fxzl-item-txt {
  height: 100%;
}
.tzzgx-fxzl-item-txt > dd a {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  margin-top: 15px;
  text-indent: -25px;
  font-size: 30px;
}
.tzzgx-fxzl-item-txt > dd a img {
  width: 40px;
  margin-left: 10px;
  margin-top: 8px;
  height: 40px;
}
.tzzgx-tzzrx-item > dt {
  font-size: 24px;
  width: 26%;
}
.tzzgx-tzzrx-item > dd {
  width: 74%;
}
.tzzrx-item-phone > dt,
.tzzrx-item-other > dt em {
  font-size: 40px;
}
.tzzrx-item-phone > dd,
.tzzrx-item-other > dt i,
.tzzrx-item-other > dd {
  font-size: 24px;
}
.tzzrx-item-address > dt {
  font-size: 26px;
}
.xwzx-slide-box {
  height: auto;
  border-radius: 0;
}
.xwzx-slide-item {
  height: auto;
}
.xwzx-slide-item > dt {
  width: 100%;
  border-radius: 0;
  display: block;
}
.xwzx-slide-item > dd {
  display: block;
  padding: 0;
  width: 100%;
}
.xwzx-slide-item-txt {
  height: auto;
  margin: 70px 30px 0;
}
.xwzx-slide-item-txt > dd {
  display: none;
}
.xwzx-slide-items .zgjj-slide-nav {
  height: 50px;
  top: 200px;
  width: 96%;
  right: 2%;
  bottom: auto;
}
.xwzx-slide-items .zgjj-slide-nav button.zgjj-next,
.xwzx-slide-items .zgjj-slide-nav button.zgjj-prev {
  width: 30px;
  height: 50px;
  background: url(icon-mleft-nar.png) 0 0 no-repeat;
}
.xwzx-slide-items .zgjj-dots {
  width: 96%;
  right: 2%;
  left: auto;
  top: 440px;
  bottom: auto;
}
.xwzx-slide-items .zgjj-dots > .zgjj-dot {
  width: 16px;
  height: 16px;
  top: 0;
}
.xwzx-slide-item-txt > dt {
  font-size: 50px;
  line-height: 1.4;
}
.xwzx-tab-cocnt > dt {
  width: 100%;
}
.xwzx-tab-titles > li {
  height: 79px;
  line-height: 79px;
  border: 1px solid #e5e5e5;
  font-size: 34px;
  padding: 0 30px;
  margin: 0 10px;
}
.xwzx-tab-titles > li.cur {
  height: 84px;
  line-height: 84px;
}
.xwzx-tab-cntnt {
  margin: 0 45px;
}
.xwzx-tab-coitem > dt {
  width: 270px;
}
.xwzx-cotxt-title {
  font-size: 34px;
  line-height: 1.4;
}
.xwzx-cotxt-desc {
  display: none;
}
.xwzx-cotxt-time {
  right: 0;
  bottom: 20px;
}
.xwzx-cotxt-time em {
  font-size: 24px;
}
.xwzx-cotxt-time > em:last-child {
  display: none;
}
.xwzx-tab-coitem {
  padding: 60px 0;
}
.xwzx-tab-cocnt > dd {
  width: 100%;
  margin-top: 80px;
}
.xwzx-aside-box {
  margin-top: 80px;
  border-radius: 0;
}
.xwzx-aside-item > dt > i {
  display: none;
}
.xwzx-aside-item > dt {
  height: 100px;
  line-height: 110px;
  padding-bottom: 25px;
  border-bottom: 5px solid #dedede;
}
.xwzx-aside-item > dt::before {
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.xwzx-aside-item > dt > a {
  font-size: 50px;
}
.xwzx-item-txtlist > li::before {
  display: none;
}
.xwzx-item-txtlist > li {
  font-size: 34px;
  line-height: 1.6;
  padding: 25px 0 10px 0;
}
.xwzx-item-txtlist > li > i {
  font-size: 24px;
  color: #9a9a9a;
  margin-bottom: 10px;
}
.xwzx-aside-box .mpageion {
  margin: 50px auto 50px;
}
.xwzx-item-topic > dt {
  height: auto;
}
.xwzx-item-topic {
  margin-bottom: 50px;
}
.xwzx-item-topic > dd > a {
  font-size: 36px;
}
.xwzx-item-topic > dd > p {
  font-size: 28px;
}
.xwzx-item-topiclist {
  width: 100%;
  float: none;
  margin: 50px 0 10px;
}
.xwzx-item-topiclist > dt {
  border-radius: 0;
  height: auto;
}
.xwzx-item-topic > dd {
  margin: 20px 40px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 40px;
}
.xwzx-content-box {
  margin: 0;
}
.xwzx-content-box > dt {
  margin: 0 40px;
  width: calc(100% - 80px);
}

.xwzx-content-box > dd {
  width: 100%;
}
.xwzx-detail-title > dt {
  padding: 0;
  font-size: 50px;
  text-align: left;
  margin-bottom: 20px;
}
.xwzx-detail-title > dd {
  height: 50px;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  font-size: 24px;
}
.detail-title-size,
.detail-title-share {
  display: none;
}
.xwzx-detail-body {
  font-size: 32px;
}
.xwzx-detail-body img + span,
.xwzx-detail-body video + span {
  font-size: 24px;
}
.xwzx-content-box > dd .xwzx-item-txtlist > li {
  border-bottom: 2px solid #d1d1d1;
}
.xwzx-content-box > dd .xwzx-aside-box {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.xwzx-detail-attach > dt em {
  font-size: 30px;
}
.xwzx-detail-attach > dt i {
  font-size: 24px;
}
.xwzx-detail-attach {
  height: auto;
  margin-bottom: 30px;
}
.xwzx-detail-attach::before {
  width: 8px;
}
.xwzx-detail-attach > dd {
  position: static;
  margin: 0;
  width: 300px;
  height: 60px;
  background-color: #5a96da;
  border-radius: 30px;
  line-height: 60px;
  margin-top: 10px;
  text-align: center;
}
.xwzx-detail-attachs {
  padding: 20px;
}
.xwzx-detail-attach > dd a {
  font-size: 30px;
  text-indent: -40px;
}
.xwzx-detail-attach > dd img {
  height: 28px;
  width: 28px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-top: 4px;
  margin-left: 8px;
}
.xwzx-detail-author {
  font-size: 24px;
}
.xwzx-detail-author > li > img {
  width: 24px;
  height: 24px;
}
.xwzx-detail-author > li {
  height: auto;
  line-height: 46px;
}
.content-single-images p {
  font-size: 24px;
  margin-bottom: 10px;
}
.content-single-images img {
  margin-bottom: 40px;
  width: 98%;
}
.content-single-images {
  margin: 40px 0 0;
}
.ywly-items > dd {
  border-radius: 0;
  height: auto;
}
.ywly-box .cloumn-title {
  font-size: 60px;
  line-height: 160px;
  margin: 90px 0 50px 50px;
  height: 120px;
}
.ywly-box .cloumn-title::before {
  width: 120px;
  height: 130px;
}
.ywly-djt-pageion,
.ywly-dcs-pageion {
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  height: 97px;
  border-top: 3px solid #e5e5e5;
  width: 100%;
}
.ywly-djt-pageion::-webkit-scrollbar,
.ywly-dcs-pageion::-webkit-scrollbar {
  display: none;
}

.ywly-djt-pageion > li,
.ywly-dcs-pageion > li {
  line-height: 97px;
  width: auto;
  height: 97px;
  margin: 0 0px;
  text-align: center;
  padding: 0 30px;
  overflow: hidden;
}
.ywly-djt-pageion > li a,
.ywly-dcs-pageion > li a {
  color: #7d7d7d;
  font-size: 40px;
}
.ywly-djt-pageion > li.cur,
.ywly-dcs-pageion > li.cur {
  background-color: #f3f3f3;
}
.ywly-djt-pageion > li.cur a,
.ywly-dcs-pageion > li.cur a {
  color: #004898;
  font-weight: bold;
}
.ywly-items-djt,
.ywly-items-dcs {
  margin-top: 100px;
}
.ywly-items .ywly-djt-item span,
.ywly-items .zgjj-dots,
.ywly-items .zgjj-slide-nav {
  display: block;
}
.ywly-titems .xwzx-item-topiclist > dt {
  margin: 0 40px;
  height: auto;
}
.ywly-detail-title {
  font-size: 40px;
}
.ywly-detail-con .zgjj-dots > .zgjj-dot {
  width: 20px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.ywly-detail-con .zgjj-dots > .active {
  width: 40px;
}
.ywly-detail-con .item-pages {
  display: none;
}
.ywly-detail-txt {
  font-size: 30px;
}
.ywly-detail-txt p {
  margin: 20px 0;
}
.ywly-items-dcsd {
  height: 260px;
  border-bottom: 0;
  background: #f5f5f5;
  padding: 45px 0 45px 20px;
}
.ywly-items-dcsd .ywly-djt-item img {
  height: 180px;
}
.ywly-list-con .ywly-djt-item span {
  font-size: 26px;
  height: 90px;
}
.ywly-detail-con > dd {
  background: #fff;
}
.ywly-detail-con > dd .ywly-detail-title {
  background-color: #f5f5f5;
}
.ghlt-slogan-txt em {
  font-size: 28px;
}
.common-cnts-title {
  font-size: 50px;
}
.common-cnts-title::before {
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.rlzy-zyrw-pageion {
  overflow: hidden;
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 117px;
  border-top: 3px solid #e5e5e5;
}
.rlzy-zyrw-pageion > li {
  width: 33%;
  height: 117px;
  /* float: left; */
  display: block;
}
.rlzy-zyrw-pageion > li i {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 3px;
}
.rlzy-zyrw-pageion > li em {
  font-size: 35px;
}
.rlzy-zyrw-slide {
  margin-top: 120px;
}
.rlzy-zyrw-pageion > li.cur {
  height: 112px;
  margin-top: -2px;
}
.rlzy-zyrw-pageion::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.rlzy-box {
  margin: 10px 40px;
}
.rlzy-gjjv-items > li {
  width: 100%;
  margin-top: 40px;
}
.rlzy-gjjv-items > li:first-child {
  margin-top: 20px;
}
.rlzy-gjjv-items > li:nth-child(2) {
  margin: 40px 0 0;
}
.rlzy-zyrw-cntbox {
  height: auto;
  padding: 30px 40px;
  font-size: 28px;
}
.rlzy-box-reset {
  margin: 0;
}
.rlzy-rczp-zpgg-dsc {
  height: 280px;
  overflow: hidden;
  background-position-x: -150px;
}
.rlzy-rczp-zpgg-dsc > dt {
  width: 298px;
  height: 180px;
  left: -150px;
}
.rlzy-rczp-zpgg-dsc > dd {
  width: 179px;
  height: 220px;
}
.rlzy-rczp-zpgg-box {
  border: 0;
  padding: 0 40px;
}
.rlzy-rczp-zpgg-title {
  margin: 0 40px;
}
.rlzy-rczp-zpgg-title > li {
  height: 90px;
  line-height: 90px;
  font-size: 28px;
}
.rlzy-rczp-rcyj-dsc {
  height: auto;
  display: block;
  margin: 40px;
}
.rlzy-rczp-rcyj-dsc > dt {
  width: 38%;
  font-size: 36px;
  font-weight: normal;
}
.rlzy-rczp-rcyj-dsc > dt i {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.rlzy-rczp-rcyj-dsc-txt {
  overflow: hidden;
  font-size: 28px;
  color: #333;
  margin: 50px 40px 0;
}
.rlzy-rczp-rcyj-mbox {
  overflow: hidden;
  margin-top: 50px;
}
.rlzy-rczp-rcyj-mitem {
  padding: 50px 45px;
  border-top: 2px solid #dadada;
}
.rlzy-rczp-rcyj-mitem > dt {
  position: relative;
  overflow: hidden;
  color: #18577b;
  margin-bottom: 20px;
}
.rlzy-rczp-rcyj-mitem > dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  background-color: #e99886;
  height: 100%;
  border-radius: 6px;
}
.rlzy-rczp-rcyj-mitem > dt i {
  display: block;
  font-style: normal;
  font-size: 30px;
  margin-left: 24px;
  line-height: 1.2;
  margin-top: 8px;
}
.rlzy-rczp-rcyj-mitem > dt em {
  display: block;
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  margin-left: 24px;
  line-height: 1.4;
}
.rlzy-rczp-rcyj-mitem > dt i.txtnull {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.4;
}
.rlzy-rczp-rcyj-mitem > dd img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.rlzy-rczp-rcyj-mitem > dd span {
  font-size: 28px;
  color: #333;
  display: block;
}
.rcdw-slogan-item {
  width: 100%;
}
.rcdw-slogan-item:nth-child(2) {
  margin: 0;
}
.rcdw-box {
  margin-left: 0;
  margin-right: 0;
}
.rcdw-slogan-item,
.rcdw-slogan-item:nth-child(2) {
  margin-bottom: 80px;
}
/* .rcdw-slogan-item:last-child {
  margin-bottom: 0;
} */
.rcdw-slogan-item > dt {
  position: relative;
}
.rcdw-slogan-item > dt img {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-left: 60px;
}
.rcdw-slogan-item > dt span {
  height: 146px;
  /* width: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  border-radius: 0;
  font-size: 50px;
  line-height: 146px;
  text-align: right;
  padding-right: 120px;
  font-weight: bold;
  background-color: #f3f3f3 !important;
}
.rcdw-slogan-item:first-child > dt span {
  color: #ddab4b;
}
.rcdw-slogan-item:nth-child(2) > dt span {
  color: #f14e56;
}
.rcdw-slogan-item:last-child > dt span {
  color: #436cd7;
}
.rcdw-slogan-item > dd {
  font-size: 28px;
  padding: 0;
  margin: 40px 80px 0;
}
.rlzy-rcdw-cnbox {
  background-color: transparent;
  padding: 0;
  margin: 0 40px;
}
.rlzy-rcdw-cnbox p {
  margin-top: 40px;
  padding-top: 0;
  border-top: 0;
  font-size: 28px;
}
.rlzy-rcdw-cnbox p img {
  padding: 30px;
  margin: 50px auto;
  border: 6px solid #f3f3f3;
  border-radius: 20px;
}
.rccx-sys-item {
  margin-top: 100px;
  height: auto;
  display: table;
}
.rccx-sys-item > dd img {
  margin: -40px 0 0 0;
}
.rccx-sys-item > dd {
  width: 100%;
  transform: none;
  border-radius: 0;
  right: 0;
  height: 306px;
  top: 30px;
  bottom: auto;
}
.rccx-sys-item > dt {
  margin-top: -60px;
  margin-left: 40px;
  position: relative;
}
.rccx-sys-item:nth-child(2) > dt {
  margin-left: 40px;
  text-align: left;
}
.rccx-sys-item:nth-child(2) > dd {
  left: 0;
  text-align: right;
}
.rccx-sys-item > dt em::before {
  width: 100px;
  height: 100px;
  border-radius: 35px;
}
.rccx-sys-item:nth-child(2) > dt em::before {
  left: 0;
  right: auto;
  background-color: #f0ddd0;
}
.rccx-sys-item:nth-child(2) > dt p {
  min-height: 240px;
}
.rccx-sys-item > dt em {
  font-size: 50px;
  line-height: 100px;
  height: 100px;
}
.rccx-sys-item:nth-child(2) > dd img {
  margin: -40px 0 0 20px;
}
.rccx-sys-item > dt i {
  font-size: 28px;
  line-height: 1.4;
  display: block;
  margin-top: 8px;
}
.rccx-sys-item > dt p {
  font-size: 28px;
  overflow: hidden;
}
.rccx-revo-items > dt {
  width: auto;
  margin: 0 0 0 40px;
}
.rccx-revo-items > dt em {
  font-size: 50px;
  line-height: 100px;
  height: 100px;
}
.rccx-revo-items > dt em::before {
  width: 100px;
  height: 100px;
  border-radius: 35px;
}
.rccx-revo-items > dt i {
  font-size: 28px;
  text-align: left;
}
.rccx-revo-items > dd,
.rccx-revo-items > dd:first-of-type {
  width: calc(100% - 80px);
  display: block;
  font-size: 28px;
  margin-left: 0;
  margin: 40px 40px 0;
}
.rccx-revo-items > dd::before {
  width: 180px;
}
.rccx-sys-item:last-child > dt {
  width: calc(100% - 80px);
}
.rccx-sys-item:last-child > dt p::before {
  content: "";
  width: 182px;
  height: 246px;
  float: right;
}
.kjcx-kjcg-items::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.kjcx-kjdt-item > dt {
  width: 100%;
  height: auto;
}
.kjcx-kjdt-item > dt span {
  background: transparent;
  position: unset;
  left: 0;
  bottom: 0;
  padding: 10px 0 30px;
  display: block;
  margin: 0 40px;
  width: calc(100% - 80px);
  font-size: 50px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
}
.kjcx-kjdt-item > dd {
  width: calc(100% - 80px);
  border-right: 0;
  margin: 0 40px;
}
.kjcx-kjdt-list > li {
  height: auto;
  line-height: 46px;
  font-size: 34px;
  padding: 30px 0;
  border-bottom: 2px solid #e5e5e5;
}
.kjcx-kjdt-list > li::before {
  display: none;
}
.kjcx-kjcg-items {
  margin-left: 20px;
  margin-bottom: 50px;
}
.kjcx-kjcg-items > li {
  width: 280px;
  margin: 20px 20px 0;
  box-shadow: none;
}
.kjcx-sjzx-items > dt {
  margin-left: 40px;
}
.kjcx-common-layer > dt {
  line-height: 120px;
  font-size: 50px;
  height: 100px;
}
.kjcx-common-layer > dt > a {
  font-size: 50px;
}
.kjcx-common-layer > dt::before {
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.kjcx-sjzx-item > li {
  line-height: 1.3;
}
.kjcx-sjzx-item > li b {
  display: block;
}
.kjcx-kjxw-items {
  width: calc(100% - 80px);
  padding: 0;
  margin: 0 40px;
  border: 0;
}
.kjcx-kjcg-img {
  border: 0;
  width: 100%;
  margin: 80px auto 0;
}
.kjcx-kjcg-img img {
  margin: 30px 0 0;
}
.kjcx-kjcg-img + .kjcx-qyjgf-item {
  margin-top: 150px;
}
.kjcx-qyjgf-item {
  padding: 20px;
}
.kjcx-qyjgf-item > dt {
  text-align: center;
}
.kjcx-qyjgf-item > dt a {
  margin: 10px auto 20px;
  width: 300px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-size: 30px;
  text-indent: -30px;
}
.kjcx-qyjgf-item > dt b {
  font-size: 36px;
  line-height: 1.8;
}
.kjcx-qyjgf-item > dt a img {
  width: 50px;
  height: 50px;
}
.kjcx-gdzx-item > dt img {
  border-radius: 0;
}
.kjcx-gdzx-item > dd > span {
  width: 240px;
  border-radius: 10px;
  margin: 0 40px 0;
  background-color: transparent;
}
.kjcx-gdzx-item > dd > span::before,
.kjcx-gdzx-item > dd > span::after {
  display: none;
}
.kjcx-gdzx-item > dd > span > a {
  font-size: 30px;
  width: calc(100% - 40px);
}
.kjcx-gdzx-item > dd > p {
  font-size: 28px;
}
.kjcx-gnwsjdj-item:nth-child(odd),
.kjcx-gnwsjdj-item:nth-child(even) {
  float: none;
}
.kjcx-gnwsjdj-item {
  overflow: hidden;
  width: 100%;
  margin: 90px 0 0;
}
.kjcx-gnwsjdj-item > dd a {
  width: 300px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-size: 30px;
  text-indent: -30px;
  margin-top: 40px;
}
.kjcx-gnwsjdj-item > dd a img {
  width: 50px;
  height: 50px;
}

.zgjj-carousel .zgjj-item .rlzy-zyrw-item img {
  height: 500px;
}
.shzr-cloumn-banner .rlzy-zyrw-slide {
  margin-bottom: 80px;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 78px;
  bottom: -28px;
}
.shzr-cloumn-banner .rlzy-zyrw-pageion > li span {
  font-size: 28px;
}
.shzr-innerbox {
  margin: 0 40px;
}
.shzr-zrxd-items > li,
.shzr-zrxd-items > li:nth-child(n + 4):nth-child(-n + 7) {
  width: 100%;
  margin-left: 0;
}
.zrxd-item-cotitle {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
}
.zrxd-item-cotitle span,
.zrxd-item-cotitle .zrxd-more {
  font-size: 34px;
  color: #fff;
}
.shzr-zrxd-items > li img,
.shzr-zrxd-items > li:nth-child(n + 4):nth-child(-n + 7) img {
  height: auto;
}
.zrxd-item-cotxt {
  height: 80px;
  line-height: 80px;
  font-size: 34px;
  background: none;
}
.zrbg-items-box {
  overflow: hidden;
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-top: 50px;
}
.zrbg-items-box::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.zrbg-items-box > li {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 38%;
}
.zrbg-items-box > li img {
  height: 340px;
}
.shzr-zrbg-items {
  width: 100%;
}
.shzr-zrry-items {
  width: 100%;
  margin-top: 80px;
}
.shzr-zrry-items .kjcx-kjdt-list {
  padding-top: 0;
  margin-top: 50px;
}
.zrbg-items-box > li .zrbg-item-download {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  font-size: 30px;
  text-indent: -30px;
  margin-top: 40px;
}
.zrbg-items-box > li .zrbg-item-download img {
  width: 50px;
  height: 50px;
}
.shzr-innerbox .kjcx-common-layer > dt > .kjcx-more {
  display: none;
}
.shzr-zrmx-imgs .common-cnts-title,
.shzr-zzjg-imgs .common-cnts-title {
  margin-left: 40px;
  color: #0082cb;
}
.shzr-zrgl-box {
  margin: 40px;
}
.shzr-zrgl-item {
  width: 100%;
  margin-bottom: 40px;
}
.shzr-zrgl-item > dt span {
  font-size: 50px;
  padding-left: 12px;
}
.shzr-zrgl-item > dt span::before {
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.shzr-zrgl-item > dd {
  font-size: 28px;
}
.shzr-item-list {
  margin: 0 40px;
  padding: 40px 0;
}
.shzr-item-list > dt {
  width: 42%;
}
.shzr-item-list > dd {
  width: 56%;
}
.shzr-item-list > dd > a {
  font-size: 34px;
  line-height: 1.3;
}
.shzr-item-list > dd > p {
  display: none;
}
.shzr-zrbg-lists {
  display: block;
  overflow-x: hidden;
  margin: 0 40px;
  width: calc(100% - 80px);
}
.shzr-zrbg-lists > li:nth-child(2n + 1) {
  margin-left: 0;
}
.shzr-zrbg-lists > li {
  display: inline-block;
  width: 47%;
  margin-left: 6%;
}
.shzr-zrbg-lists > li span {
  font-size: 34px;
  line-height: 1.3;
  margin-top: 5px;
  display: block;
}
.shzr-zrbg-lists > li .zrbg-item-download {
  margin-top: 20px;
}
.ppwh-whln-slide .zgjj-slide-nav {
  height: 66px;
  top: 50%;
}
.ppwh-whln-slide .zgjj-slide-nav button.zgjj-next,
.ppwh-whln-slide .zgjj-slide-nav button.zgjj-prev {
  width: 40px;
  height: 66px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion {
  overflow: hidden;
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-top: 50px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li {
  display: block;
  font-size: 32px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li.cur {
  font-size: 40px;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li.cur span::before {
  width: 20px;
  height: 20px;
  bottom: -10px;
}
.ppwh-mrgn-fixed {
  margin: 50px 40px 0;
}
.ppwh-whgs-item {
  height: auto;
}
.ppwh-whgs-item > dt span {
  height: auto;
  width: 100%;
  margin: 0;
  border-bottom: 0;
  padding: 10px 0;
  font-size: 36px;
}
.ppwh-whgs-item > dt p {
  font-size: 28px;
  color: #9a9a9a;
}
.ppwh-whgs-item > dd {
  width: 100%;
  margin: 0;
  height: auto;
  margin-top: 50px;
}
.ppwh-whgs-imglist > li {
  width: calc((50% - 20px));
  margin: 0;
  font-size: 30px;
  margin-bottom: 30px;
  height: auto;
}
.ppwh-whgs-imglist > li:nth-child(even) {
  margin-left: 40px;
}
.ppwh-whgs-imglist > li span {
  height: auto;
  line-height: 1.5;
}
.ppwh-whgs-imglist > li img {
  height: 210px;
  border-radius: 10px;
}
.ppsl-mrgn-fixed {
  margin: 50px 40px auto;
}
.ppwh-ppsl-items {
  width: 100%;
}
.ppwh-ppsl-items > dt img {
  height: 100px;
}
.ppwh-ppcon-box {
  margin: 0 40px;
}
.ppwh-ppcon-item {
  width: 100%;
  margin: 25px 0;
}
.ppwh-ppcon-item:nth-child(2) {
  margin: 25px 0;
}
.ppwh-ppcon-item > dd {
  padding-bottom: 30px;
}
.ppwh-ppcon-item > dd em {
  width: 270px;
  height: 60px;
  border-radius: 36px;
  font-size: 32px;
  line-height: 60px;
}
.ppwh-whln-slide .rlzy-zyrw-item em {
  margin: 0 20%;
}
.ppwh-whln-block > dt {
  margin: 0 40px 25px;
}
.ppwh-whln-block > dd {
  display: block;
  width: 100%;
}
.ppwh-whln-block .ppwh-whln-item > dt {
  border-radius: 0;
}
.ppwh-whln-block .ppwh-whln-item > dt em {
  width: calc(100% - 210px);
  font-size: 50px;
  padding: 20px 50px;
  text-align: center;
}
.ppwh-whln-block .ppwh-whln-item > dt em > b {
  display: block;
}
.ppwh-whln-block .ppwh-whln-item > dd {
  font-size: 28px;
}
.ppwh-whln-block .ppwh-whln-item > dd span {
  display: inline-block;
  max-height: 300px;
  overflow: hidden;
}
.ppwh-whln-block .ppwh-whln-item > dt i {
  font-size: 36px;
}
.mread-more {
  margin: 30px auto;
}
.mread-more > a {
  border-radius: 40px;
  border-color: #d3d3d3;
}
.pageion-mobile {
  font-size: 0;
}
.pageion-mobile > li {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  font-size: 28px;
  margin: 0 2%;
}
.mpageion a {
  width: 100%;
  height: 60px;
  border: 2px solid #c8d4e6;
  line-height: 60px;
  padding: 0;
  border-radius: 10px;
  color: #406691;
}
.ppwh-lists-item {
  margin: 50px 40px 0;
}
.ppwh-lists-item > dt {
  width: 100%;
}
.ppwh-lists-item > dt b {
  font-size: 50px;
  margin-top: 24px;
}
.ppwh-lists-item > dt ul {
  font-size: 26px;
  margin-top: 10px;
}
.ppwh-lists-item > dd:first-of-type {
  width: 100%;
  position: unset;
  margin-top: 20px;
}
.ppwh-lists-item > dd:last-child {
  width: calc(100% - 40px);
  font-size: 28px;
}
.ppwh-lists-item > dd:last-child .mread-more {
  width: 50%;
}
.ppwh-lists-item > dd:last-child .mpageion a {
  border: 2px solid #d3d3d3;
  border-radius: 30px;
  color: #333;
}
.ppwh-lists-item > dd:last-child span {
  max-height: 260px;
  overflow: hidden;
  display: inline-block;
}
.ppwh-pptd-box .gltd-leader-items > li img {
  height: auto;
}
.ppwh-pptd-box .gltd-leader-items > li {
  height: auto;
}
.ppwh-pptd-detail .gltd-leaders-desc-txt > dt > span i {
  font-size: 26px;
}
.ppwh-pptd-detail .gltd-leaders-desc > dt {
  margin: 0 40px;
  width: auto;
}
.ppwh-pptd-detail .gltd-leaders-desc > dt img {
  border-radius: 0;
}
.ppwh-pptd-detail .gltd-leaders-desc-txt > dt > span {
  margin-top: 10px;
  margin-left: 8px;
}
.ppwh-pptd-detail .gltd-leaders-desc > dd {
  width: 100%;
  margin-right: 0;
}
.gltd-leaders-desc-txt {
  margin: 0 40px;
  width: auto;
}
.ppwh-ppyg-box .gltd-leader-items > li {
  height: auto;
  margin-top: 70px;
}
.ppwh-ppyg-box .gltd-leader-items > li img {
  height: auto;
}
.ppwh-ppyg-box .gltd-leader-items {
  font-size: 0;
}
.ppwh-ppyg-box .gltd-leader-items > li {
  height: auto;
  margin-top: 70px;
  width: 48%;
  display: inline-block;
}
.ppwh-ppyg-box .gltd-leader-items > li:nth-child(even) {
  margin-left: 4%;
}
.ppwh-ppyg-box .gltd-leader-items > li img {
  height: 240px;
}
.ppwh-ppyg-box .gltd-leader-items > li p::before {
  height: 100%;
}
.ppwh-ppyg-box .gltd-leader-items > li p i {
  font-size: 30px;
  display: block;
}
.ppwh-ppyg-box .gltd-leader-items > li p {
  height: auto;
  padding-top: 10px;
}
.ppwh-ppyg-detail {
  margin-left: 40px;
}
.ppwh-ppyg-detail .gltd-leaders-desc > dt {
  width: 56%;
  float: left;
  margin-right: 4%;
  margin-top: 0;
}
.ppwh-ppyg-detail .gltd-leaders-desc > dd {
  width: auto;
  margin-top: 0;
}
.ppwh-ppyg-detail .gltd-leaders-desc-txt > dd::before {
  display: block;
  right: 32%;
  top: 0;
  left: auto;
  width: 54px;
  height: 45px;
}
.ppwh-ppyg-detail .gltd-leaders-desc-txt {
  margin: 0;
}
.ppwh-ppyg-detail .gltd-leaders-desc-txt > dt {
  text-align: right;
}
.ppwh-ppyg-detail .gltd-leaders-desc-txt > dd {
  text-indent: 0;
}
.ppwh-ppyg-detail .gltd-leaders-desc-txt > dt > span {
  margin-top: 10px;
  margin-right: 5px;
}
.ppwh-ppyg-detail .gltd-leaders-desc-txt > dt > span i {
  font-size: 26px;
}
.xxgk-items-box {
  margin-top: 20px;
}
.xxgk-items-box > li {
  font-size: 40px;
  width: 80%;
  margin: 30px 10% 0;
}
.copy-contact-us .tzzgx-tzzrx-item > dt {
  display: none;
}
.copy-contact-us .tzzgx-tzzrx-item > dd {
  border-left-width: 5px;
  margin-bottom: 50px;
  margin-left: 50px;
  width: 88%;
}
.copy-contact-us .tzzgx-tzzrx-item > dd i {
  font-size: 28px;
  color: #939393;
  font-style: normal;
  display: block;
}
.copy-bqsm-box {
  background-color: transparent;
  border-radius: 0;
  margin: 40px;
}
.bqsm-content-box {
  font-size: 28px;
}
.yqlj-inner-box {
  margin: 20px 40px;
}
.yqlj-inner-box > li {
  width: 100% !important;
}
.yqlj-item-box {
  margin-bottom: 50px;
}
.yqlj-item-box > dt {
  height: auto;
  background-color: transparent;
  line-height: 1.8;
  font-size: 46px;
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: 10px;
  font-weight: bold;
}
.yqlj-item-list {
  display: block;
  font-size: 16px;
  width: 100%;
  border-left: 2px solid #ebebeb;
  padding: 5px 0;
  margin-top: 0;
}
.yqlj-item-list > li {
  height: 72px;
  line-height: 72px;
  font-size: 32px;
  padding-left: 24px;
}
.yqlj-item-list > li::before {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  left: -6px;
  top: 30px;
}
.co-gylxt-box .tzzgx-tzzrx-map > dt {
  border-bottom: 0;
}
.co-enterxt {
  width: 324px;
  height: 82px;
  border: 2px solid #e19f3b;
  border-radius: 82px;
  font-size: 46px;
  line-height: 84px;
  top: -96px;
}
.co-gylxt-box .tzzgx-tzzrx-map > dd {
  background-color: transparent;
  padding: 50px 40px;
}
.c-gyxtdesc {
  font-size: 28px;
}
.co-gyxtdesc-blockg {
  padding: 1em;
}
.website-map-box {
  border-radius: 0;
  border: 0;
  padding: 40px;
}
.website-map-cnt {
  font-size: 28px;
}
.website-table-title > td:first-child {
  font-size: 32px;
}
.website-map-cnt table {
  empty-cells: hide;
  margin-bottom: 10px;
}
.website-map-cnt table td {
  height: 72px;
}
/* main content end */
/* idx */
.m_idx-header {
  margin-bottom: 20px;
}
.index-cloumn-banner .ppwh-whln-slide {
  height: 430px;
}
.index-cloumn-banner .ppwh-whln-slide .rlzy-zyrw-item img {
  height: 400px;
}
.index-cloumn-banner button.zgjj-dot {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  margin: 14px 8px 0;
}
.index-cloumn-banner .ppwh-whln-slide .zgjj-slide-nav {
  top: 38%;
}
.hover-mask {
  display: block;
}
.mpageion .mobile-tmore {
  width: 198px;
  height: 78px;
  border: 1px solid #000;
  line-height: 78px;
  padding: 0 40px;
  display: block;
  margin: 0 auto;
  color: #000;
}
.idx-news-ttitle > li:not(:first-child)::before {
  margin: 0 15px;
}
.idx-top-layer > dt {
  margin: 20px 40px;
  padding-bottom: 70px;
}
.idx-news-ttitle {
  width: auto;
  height: 80px;
  top: 110px;
  left: 40px;
}
.idx-news-ttitle > li,
.idx-news-ttitle > li.cur {
  font-size: 34px;
}
.idx-news-ttitle > li.cur em {
  padding-bottom: 20px;
}
.idx-news-slide {
  width: 100%;
  height: auto;
}
.idx-news-slide .idx-news-item,
.idx-news-slide .zgjj-item img {
  height: 500px;
}
.idx-news-slide .idx-news-item span {
  font-size: 36px;
}
.idx-news-slide .zgjj-slide-nav button.zgjj-next,
.idx-news-slide .zgjj-slide-nav button.zgjj-prev {
  width: 40px;
  height: 66px;
}
.idx-news-lists {
  width: calc(100% - 80px);
  margin: 20px 40px 0;
}
.idx-news-tcnt {
  border-top: 5px solid #f3f3f3;
  min-height: unset;
  margin-top: 10px;
}
.idx-news-lists > dt {
  height: unset;
}
.idx-news-lists > dt > a {
  font-size: 50px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}
.idx-news-lists > dt > p {
  font-size: 28px;
  margin-top: 10px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 30px;
}
.idx-news-list > li i,
.idx-news-list > li::before {
  display: none;
}
.idx-news-list > li {
  font-size: 34px;
  height: unset;
  line-height: 1.4;
  padding: 30px 0;
  border-bottom: 2px solid #f0f0f0;
}
.idx-news-list > li > a {
  max-width: unset;
  overflow: hidden;
  display: block;
  height: unset;
  overflow: visible;
  white-space: unset;
  text-overflow: unset;
}
.idx-news-list {
  margin-top: 0;
}
.idx-topic-box > dt {
  width: unset;
  font-size: 50px;
  margin-left: 40px;
  height: 100px;
  line-height: 100px;
}
.idx-topic-box > dt::before {
  width: 100px;
  height: 100px;
  border-radius: 40px;
}
.idx-topic-box > dd {
  width: auto;
  margin: 0 0 0 40px;
}
.idx-topic-item {
  margin-left: -50px;
}
.idx-topic-box {
  height: unset;
}
.idx-topic-items .zgjj-slide-nav button.zgjj-next,
.idx-topic-items .zgjj-slide-nav button.zgjj-prev {
  width: 40px;
  height: 66px;
}
.bigdata-actives-items {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.bigdata-actives-items > li {
  margin: 0 10px;
}
.bigdata-actives-items > li em {
  font-size: 72px;
  font-weight: normal;
  height: 110px;
}
.bigdata-actives-items > li i,
.bigdata-actives-items > li:last-child i {
  font-size: 24px;
  max-width: 100%;
}
.idx-big-three-video {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}
.idx-big-three-video > dt img {
  width: 30px;
  margin-right: 10px;
}
.idx-big-three-video > dt i {
  font-size: 24px;
}
.idx-big-three-video > dt {
  height: 30px;
  bottom: 30px;
}
.idx-big-three-video > dd {
  height: 100%;
}
.idx-big-three-video.cur > dd span {
  font-size: 28px;
  left: 0;
  height: 60px;
  line-height: 54px;
}
.idx-big-three-video > dd video {
  margin: 76px auto 0;
}
.trafic-city-subnav {
  width: 90%;
  bottom: 50px;
}
.trafic-city-subnav > li {
  font-size: 28px;
  border-radius: 30px;
  height: 60px;
  width: 23%;
  margin: 15px 1%;
  line-height: 60px;
  padding: 0 10px;
}
.big-three-box {
  margin-top: 40px;
}
.idx-bottom-infos {
  width: calc(100% - 80px);
  margin: 0 40px 0;
}
.idx-bottom-infos > dt,
.idx-bottom-infos > dd {
  width: 100%;
}
.idx-mtop-layer {
  margin-top: 50px;
}
.idx-mtop-layer .idx-news-list {
  border-top: 2px solid #e5e5e5;
}
.idx-mtop-layer > dt > a {
  color: #dbc07b;
}
.idx-mtop-layer > dt::before {
  background-color: #f5f5f5;
}
.idx-infos-items {
  margin-top: 50px;
}
.idx-infos-items .idx-news-ttitle {
  height: 100px;
  line-height: 120px;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  padding-bottom: 25px;
}
.idx-infos-items .idx-news-ttitle > li,
.idx-infos-items .idx-news-ttitle > li.cur {
  font-size: 50px;
  padding-left: 18px;
}
.idx-infos-items .idx-news-ttitle > li::before,
.idx-infos-items .idx-news-ttitle > li.cur::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 40px;
  background-color: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.zgjj-idx-logos {
  justify-content: space-between;
}
.zgjj-idx-logos > li {
  margin: 15px 2%;
}
.more-forward {
  height: 64px;
  border-radius: 32px;
  line-height: 64px;
  font-size: 26px;
}
.ywly-list-con .ywly-djt-item span {
  font-size: 26px;
  height: 72px;
  line-height: 1.3;
  margin-top: 10px;
}
.ywly-detail-con > dd .ywly-detail-title {
  margin-bottom: 40px;
}
.xwzx-item-topic > dd > a,
.xwzx-item-topic > dd > p {
  height: auto;
}
.ppwh-whln-block:first-child .ppwh-whln-item > dt em {
  text-align: left;
  width: calc(100% - 190px);
  padding: 20px 40px;
}
.ppwh-whln-block .ppwh-whln-item > dd span {
  max-height: 250px;
}
.mread-more {
  margin: 30px auto;
  width: 248px;
  height: 70px;
}
.mpageion a {
  width: 100%;
  height: 68px;
  border: 2px solid #d3d3d3;
  line-height: 68px;
  border-radius: 35px;
  color: #333;
}
/* idx */
.tzzgx-gszl-item {
  height: auto;
  line-height: 1.5;
  padding: 25px 0;
  overflow: hidden;
  margin-bottom: 0;
}
.tzzgx-gszl-item > dt {
  width: 100%;
}
.ppwh-whln-slide .rlzy-zyrw-item em {
  margin: 0 16%;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="1"] em {
  margin: 0 8%;
}
.ppwh-whln-slide .rlzy-zyrw-item[data-hash="3"] em {
  margin: 0 2%;
}
.xwzz-sign-box {
  text-indent: 0;
}
.xwzz-text-con {
  margin: 0 60px;
}
.kjcx-ydyl-cntb {
  padding: 30px;
}
.kjcx-ydyl-cntb > dd {
  font-size: 28px;
  text-align: left;
  padding: 30px;
}
.video-responed.cur > span {
  font-size: 24px;
  left: auto;
  right: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 12px 0 0 12px;
}
.content-box > .topic-common-title {
  width: 100%;
  margin-right: 0;
  background-color: #004898;
}
.topic-common-title .cloumn-menus {
  display: -webkit-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  height: 90px;
  border-top: 0;
  width: 100%;
  margin-left: 25px;
  /* margin-top: 5px; */
}
.topic-common-title .cloumn-menus::-webkit-scrollbar {
  display: none;
}
.topic-common-title .cloumn-menus > li {
  line-height: 90px;
  width: auto;
  height: 90px;
  margin: 0 0px;
  text-align: center;
  padding: 0 30px;
  overflow: hidden;
  font-size: 30px;
}
.topic-common-title .cloumn-menus > li:last-child {
  margin-right: 25px;
}
.topic-common-title .cloumn-menus > li.cur {
  background-color: #2776cd;
  font-weight: normal;
}
.topic-common-title .cloumn-menus > li a {
  color: #fff;
  font-size: 30px;
}
.topic-common-title .cloumn-menus > li.cur a {
  font-weight: normal;
}
.topic-common-title .cloumn-menus > li a::after {
  display: none;
}
.topic-list-topimg + .tzzgx-gszl-item {
  border-top: 1px solid #e5e5e5;
}
.topic-content-box .tzzgx-gszl-item > dt {
  width: 100%;
}
.topic-lists-items {
  background-color: #f8f8f8;
}
.topic-lists-items .mpageion {
  margin: 0 auto 0;
  padding-top: 50px;
  background: #fff;
}
.topic-lists-item {
  height: auto;
  margin: 30px 0 0;
  padding: 40px;
  background-color: #fff;
}
.topic-lists-item > dt,
.topic-lists-item > dd {
  width: 100%;
}
.topic-lists-item > dd > div {
  display: none;
}
.topic-lists-item > dd > b {
  width: 100%;
  font-size: 50px;
  line-height: 1.3;
  font-weight: normal;
}
.topic-lists-item > dd > p {
  font-size: 28px;
  width: 100%;
  /* line-height: 1.3; */
}
.topic-common-banner {
  height: auto;
}
.video-responed,
.video-responed.cur {
  border-radius: 0;
}
.ppwh-cloumn-banner .ppwh-whln-pageion > li > div {
  display: none;
}
.ywly-titems .xwzx-item-topiclist {
  margin: 40px 0 0;
  width: 100%;
}
.xwzx-detail-body p i {
  width: 100%;
}
.xwzx-detail-body img,
.xwzx-detail-body video,
.xwzx-detail-body p i img,
.xwzx-detail-body p i video {
  width: calc(100% - 20px) !important;
}
.xwzx-detail-body p i img + span,
.xwzx-detail-body p i video + span {
  width: 100%;
}
.xwzx-detail-body > p img,
.xwzx-detail-body > img {
  width: 100% !important;
}
.xwzx-detail-attach > dd img {
  width: 28px !important;
}
.xwzx-detail-author > li > img {
  width: 24px !important;
}
.ywly-items-dcsd .zgjj-slide-nav {
  display: none !important;
}
.ppwh-whln-block .ppwh-whln-item {
  overflow: hidden;
}
.ppwh-whln-block .ppwh-whln-item > dt {
  overflow: visible;
}

.xwzx-detail-body p > span,
.xwzx-detail-body p > b,
.xwzx-detail-body p > b span font {
  font-size: 32px !important;
  /* line-height: 1.8 !important;
  font-family: "微软雅黑", sans-serif !important; */
}
/* .xwzx-detail-body p > b {
  font-size: 36px !important;
} */
.xwzx-detail-body p > b > span {
  font-size: 38px !important;
  /* line-height: 1.8 !important;
  font-family: "微软雅黑", sans-serif !important; */
}
/* .xwzx-detail-body p > span font {
  font-family: "微软雅黑", sans-serif !important;
} */
.ppwh-whln-block .ppwh-whln-item > dd {
  margin: 0;
  padding: 20px 100px 40px;
}
/* .ppwh-whln-block:first-of-type .ppwh-whln-item > dt span, .ppwh-whln-block:first-of-type .ppwh-whln-item > dd */
.ppwh-whln-block:first-of-type .ppwh-whln-item em {
  bottom: -166px;
}
.ppwh-whln-block:first-of-type .ppwh-whln-item > dd {
  padding-top: 186px;
}
.ppwh-whln-block:first-of-type .ppwh-whln-item > dt em::before {
  display: block;
}
.ppwh-whln-block:nth-of-type(2) .ppwh-whln-item em {
  bottom: -86px;
}
.ppwh-whln-block:nth-of-type(2) .ppwh-whln-item > dd {
  padding-top: 106px;
}
.ppwh-whln-block:nth-of-type(2) .ppwh-whln-item > dt em::before {
  position: absolute;
  left: 110px;
}
.ppwh-whln-block:nth-of-type(3) .ppwh-whln-item em {
  bottom: -146px;
}
.ppwh-whln-block:nth-of-type(3) .ppwh-whln-item > dd {
  padding-top: 166px;
}
.ppwh-whln-block:nth-of-type(3) .ppwh-whln-item > dt em::before {
  position: absolute;
  left: 110px;
}
.ppwh-whln-block:nth-of-type(4) .ppwh-whln-item em,
.ppwh-whln-block:last-of-type .ppwh-whln-item em {
  bottom: -46px;
}
.ppwh-whln-block:nth-of-type(4) .ppwh-whln-item > dd,
.ppwh-whln-block:last-of-type .ppwh-whln-item > dd {
  padding-top: 66px;
}
.m_menu {
  min-height: 200%;
  /* overflow-y: auto; */
}
.qqbj-orgnize-items {
  top: 100px;
  width: calc(100% - 100px);
}
.qqbj-orgnize-box {
  min-height: 650px;
}
.xwzx-detail-body *,
.xwzx-detail-body div *,
.ywly-detail-txt *,
.ywly-detail-txt div *,
.ywly-detail-txt p {
  font-size: 2rem !important;
}
.ywly-detail-txt div[style*="center"] {
  font-size: 1.5rem !important;
  margin-top: 0;
}
.ywly-titems .xwzx-item-topiclist > dt {
  margin: 0 auto;
  height: 440px;
  width: 660px;
}
/* .ywly-detail-txt .TRS_Editor DIV {
  font-size: 2rem;
} */
.ywly-detail-con dd > .ywly-detail-title + .ywly-items-djtd .ywly-djt-item img {
  max-width: 100%;
}
.tzzgx-tzzfw-items > li:first-child p,
.tzzgx-tzzfw-items > li:nth-child(7) p,
.tzzgx-tzzfw-items > li:last-child p {
  bottom: 50px;
}
.tzzgx-dqbg-item > dd {
  font-size: 26px;
  bottom: 40px;
}
.tzzgx-dqbg-item-dnimg {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin-top: 4px;
}
.tzzgx-dqbg-item-preview {
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
}
.tzzgx-dqbg-item-double:hover .tzzgx-dqbg-item-dnimg {
  background-size: 40px 40px;
}
.tzzgx-dqbg-item-double:hover {
  box-shadow: 8px 8px 0 0 #f5f5f5;
}
.tzzgx-dqbg-item-double::after {
  border: 30px solid transparent;
  right: -40px;
  bottom: -40px;
  border-left-color: #fff;
}
/* .tzzgx-iframe-box {
  margin: 40px;
  width: calc(100% - 80px);
  height: 100%;
} */
.tzzgx-dqbg-item-dnimg {
  margin-left: 20px;
}
.tzzgx-dqbg-item-preview {
  margin-right: 15px;
}
.kjcx-cloumn-slide-box {
  padding: 0;
}
.kjcx-cloumn-slide-box .kjcx-common-layer > dt {
  margin-left: 40px;
}
.kjcx-cloumn-slide-box .kjcx-cloumn-slide .idx-news-slide {
  margin-bottom: 50px;
}
.kjcx-cloumn-slide .idx-news-slide button.zgjj-dot {
  bottom: 0px;
}
/* .kjcx-cloumn-slide .idx-news-slide .idx-news-item {
  padding-bottom: 120px;
} */
.kjcx-cloumn-slide .idx-news-slide .idx-news-item span {
  top: 20px;
  background: transparent;
  color: #333;
  padding: 10px 30px;
  position: relative;
}
.idx-news-slide .zgjj-dots {
  top: 440px;
  position: absolute;
  width: 100%;
}
.kjcx-cloumn-slide-box + .kjcx-kjdt-items .kjcx-kjcg-items {
  margin-top: 0;
}
.kjcx-cloumn-slide .idx-news-slide .idx-news-item {
  border-radius: 0;
  height: auto;
}
.kjcx-cloumn-slide .idx-news-slide .idx-news-item span {
  border-radius: 0;
  font-weight: bold;
}
/* .kjcx-cloumn-slide-box .rlzy-rcyj-slide .zgjj-slide-nav {
  top: 200px;
} */
.kjcx-cloumn-slide-box .rlzy-rcyj-slide .zgjj-slide-nav {
  top: 200px;
  bottom: unset;
  left: 20px;
  right: unset;
  width: calc(100% - 40px);
  display: none;
}
.kjcx-cloumn-slide .idx-news-slide button.zgjj-dot.active {
  background-color: #fff;
}
/* mend search */
.search-results-con .mpageion a {
  width: 40%;
}
.search-page-box > dt {
  background-color: #fff;
  padding: 50px 0;
  border-top: 2px solid #e9edf2;
  border-bottom: 2px solid #e9edf2;
}
.search_header {
  width: calc(100% - 80px);
  margin: 0 40px;
  height: 80px;
}
.searchBox {
  width: 100%;
  height: 80px;
  margin: 0;
}
.ser_ipt2 {
  width: 74%;
  height: 80px;
  padding: 0 20px;
  font-size: 40px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 2px solid #dcdcdc;
}
.ser_btn2 {
  width: 24%;
  height: 80px;
  font-size: 40px;
  background: #004898;
  color: #fff;
}
.search-results-con {
  margin: 0 40px;
}
.search-results-con > dt {
  font-size: 40px;
}
.search-results-con > dt span {
  display: block;
}
.no-search-result-notice {
  font-size: 40px;
  width: 380px;
  margin-top: 100px;
}
.no-search-result-notice > dd {
  margin-top: 40px;
}
.search_list li h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.search_list li h4 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: normal;
}
.search_list li {
  font-size: 28px;
}
.search-item-funs {
  margin-top: 10px;
}
.search-item-funs > a {
  display: none;
}
.search-item-funs > span {
  font-size: 28px;
  margin-left: 0;
}
.search_list li {
  border-top-width: 2px;
}
.search-results-con .mpageion {
  position: relative;
  padding-top: 50px;
}
.search-results-con .mpageion::before {
  content: "";
  width: 100%;
  border-top: 5px solid #e0e5eb;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.topic-mend-new > dt {
  margin: 50px 0 0;
}
.topic-mend-new > .topic-common-title {
  background-color: #fff;
}
.topic-mend-new > .topic-common-title .cloumn-menus > li {
  background-color: #eaeaea;
  margin: 0 20px 0 0;
}
.topic-mend-new > .topic-common-title .cloumn-menus > li.cur a {
  font-weight: bold;
}
.topic-mend-new > .topic-common-title .cloumn-menus > li:last-child {
  margin-right: 0;
}
.topic-mend-new > .topic-common-title .cloumn-menus > li a {
  color: #333;
  font-size: 34px;
}
.topic-mend-new .topic-lists-item {
  margin: 0 0 30px;
}
.topic-mend-new .topic-common-title .cloumn-menus {
  margin-left: 0;
}
.topic-mend-new .topic-lists-item > dd > b {
  font-weight: bold;
  margin: 15px 0;
}