* {
  box-sizing: border-box;
}

.clearfix {
  *zoom: 0;
}

.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

em {
  font-style: inherit;
  color: red;
}

.zfxx-container {
  width: 1130px;
  margin: 0 auto 50px auto;
  background-color: #f2f2f2;
  padding: 80px 35px 40px;
}

.zfxx-banner {
  /*position: relative;*/
  height: 480px;
  background: url(../img/xxgk_banner.jpg) no-repeat center top;
}

.zfxx-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -550px;
  width: auto;
}

.zfxx-title {
  width: 1200px;
  margin: 0 auto 80px;
  text-align: center;
}

.zfxx-box {
  width: 100%;
  background: url(../img/xxgk_banner.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.zfxx-title img {
  margin-top: 170px;
}

.zfxx-search-box {
  position: relative;
  margin-bottom: 50px;
}

.search-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 2px solid #dfdfdf;
}

.search-box {
  position: relative;
  background-color: #f2f2f2;
  padding: 0 20px;
  width: 510px;
  margin: 0 auto;
}

.search-content {
  width: 100%;
  border: 2px solid #2d66a5;
  border-radius: 5px;
  background-color: #fff;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}

.search-content input {
  outline: none;
  height: 44px;
  line-height: 44px;
  width: 88%;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}

.search-content a {
  display: block;
  float: right;
  margin-top: 3px;
  width: 10%;
}

.search-content a img {
  width: auto;
}

.zfxx-left {
  float: left;
  width: 270px;
}

.zfxx-left ul {
  width: 100%;
}

.zfxx-left li {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
}

.zfxx-left li .tab-menu {
  display: block;
  height: 70px;
  width: auto;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  padding: 10px 18px 15px 20px;
}

.zfxx-left li .tab-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2d66a5;
}

.zfxx-leftnew li .tab-menu .policy-tab {
  width: 27px;
  height: 27px;
  background: url(../img/xxgk_icon_menus.png) no-repeat -6px -7px;
  background-size: 156% auto;
}
.zfxx-leftnew li .tab-menu .policy-tab-on {
  width: 27px;
  height: 27px;
  background: url(../img/xxgk_icon_menus_hover.png) no-repeat -6px -7px;
  background-size: 156% auto;
}

.zfxx-left li .tab-menu span {
  float: left;
  font-size: 22px;
  line-height: 1.1;
}

.zfxx-left li .icon-tab {
  float: left;
  margin: 5px 15px 0 0;
}

.zfxx-left li .icon-tab-on {
  display: none;
}

.zfxx-left li.on .icon-tab {
  display: none;
}

.zfxx-left li.on .icon-tab-on {
  display: block;
}

.zfxx-left li.on .tab-menu {
  border: 1px solid #dfdfdf;
  background-color: #116cbf;
}

.zfxx-left li.on .tab-menu a {
  color: #fff;
}

.zfxx-left li em {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 22px;
  height: 30px;
  font-size: 30px;
  color: #2d66a5;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.zfxx-left li em.reduce {
  display: none;
}

.zfxx-left li.on em {
  color: #fff;
}

.zfxx-left li em.redue {
  display: none;
}

.sub-menu {
  border: 1px solid #dfdfdf;
  border-top: 0;
  width: auto;
  padding: 12px 0;
  display: none;
}

/* 信息公开内容 */
.toggle-til {
  width: 100%;
  height: 33px;
  line-height: 33px;
}

.toggle-til span {
  float: left;
  width: 49.5%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #e5e5e5;
  cursor: pointer;
}

.toggle-til .fr {
  float: right;
}

.toggle-til span.active {
  color: #3a66a0;
  background-color: #e9f5fe;
}

.detail-content ul {
  /* display: none;
	margin: 12px 0; */
}

.zfxx-left .detail-content ul>li {
  position: relative;
  /* width: 182px; */
  line-height: 32px;

  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #2d66a5;
  font-size: 15px;
  background: url(../images/zwgk/zfxxgk/circle.png) 33px 13px;
  background-repeat: no-repeat;
  /*background-position: 40px;*/
}

.detail-content ul>li.active,
.detail-content ul>li:hover {
  background-color: #e6f5ff;
  background-image: url(../images/zwgk/zfxxgk/circle_h.png);
}

.zfxx-left .detail-content li a {
  padding-left: 20%;
  width: 80%;
  /*100%;*/
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* 信息公开指南 */
.zfxx-content-title {
  font-size: 32px;
  font-weight: bold;
  color: #2d66a5;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.zfxx-centext {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.nb-list li {
  display: block;
  padding: 5px 5px 5px 0;
  line-height: 35px;
  height: 35px;
}

.nb-list a {
  display: inline-block;
  color: #4b4b4b;
  width: 545px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb-list .time {
  display: block;
  float: right;
  width: 102px;
  /*95px;*/
  padding-left: 5px;
  color: #999;
  text-align: center;
}

.zfxx-right {
  float: right;
  width: 770px;
  background: #fff;
  padding: 30px 20px 20px 25px;
}

.zfxx-content-title {
  font-size: 32px;
  font-weight: bold;
  color: #2d66a5;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.zfxx-centext {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.zfxx-content-gknb dl {
  margin-bottom: 20px;
}

.zfxx-content-gknb dt {
  position: relative;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  background-color: #116cbf;
  margin-bottom: -2px;
  text-align: center;
  color: #fff;
}

.zfxx-content-gknb dd {
  border-top: 2px solid #dfdfdf;
  padding-top: 30px;
}

.zfxx-content-gknb dd p {
  line-height: 1;
  font-size: 16px;
  padding-bottom: 20px;
}

.zfxx-content-gknb dd a {
  color: #333;
  margin-right: 15px;
}

.zfxx-content-gknb dd span {
  color: #999;
}

.select-box {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.select-show {
  position: relative;
  width: 200px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #bcd8ea;
  background-color: #e6f5ff;
  color: #2d66a5;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.select-box i {
  position: absolute;
  top: 12px;
  right: 23px;
  height: 0;
  display: block;
  border-top: 8px solid #5189ae;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  cursor: pointer;
}

.select-box i.up {
  top: 3px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #5189ae;
  cursor: pointer;
}

.select-list {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  text-align: center;
  line-height: 30px;
  color: #333;
  display: none;
}

.select-list p:hover {
  background-color: #e6f5ff;
  color: #2d66a5;
  cursor: pointer;
}

.print {
  margin: 20px auto;
  text-align: center;
}

.print img {
  display: inline-block;
}

.print a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}

.gkzd-list {
  margin-bottom: 20px;
  max-height: 1100px;
  overflow-y: auto;
}

.gkzd-list li {
  overflow: hidden;
  margin-bottom: 5px;
}

.gkzd-list li a {
  float: left;
  display: inline-block;
  max-width: 80%;
  margin-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 32px;
}

.gkzd-list li span {
  float: left;
  display: inline-block;
  color: #999;
  line-height: 32px;
}

.gkzd-list li a:hover {
  color: #2d66a5;
}

.zfxx-centext::-webkit-scrollbar {
  width: 6px;
}

.zfxx-centext::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 2em;
}

.zfxx-centext::-webkit-scrollbar-thumb {
  background-color: #116cbf;
  border-radius: 2em;
}

/* 主动公开 */
.zfxx-content-zdgk .zfxx-centext {
  min-height: none;
}

.headerBg ul {
  line-height: 2;
  overflow: hidden;
}

.headerBg {
  color: #265696;
  background: #f3f6fa;
  line-height: 2.3;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.headerBg ul li.rightTxt {
  float: right;
  line-height: 40px;
}

.headerBg ul .rightTitle {
  text-align: center;
}

.rightList {
  width: 100%;
}

.bm_white14 {
  width: 100%;
  height: 42px;
}

.right_list ul li {
  height: 40px;
  /* line-height: 40px;display:table; */
  width: 100%;
  vertical-align: middle;
}

.right_list ul li:nth-child(even) {
  background-color: #e4e8f0;
}

.right_list ul li:nth-child(odd) {
  background-color: #F7F7F7;
}

.right_list ul li:nth-child(odd) .right_l {
  border-left: 1px solid #fff;
}

.right_list ul li:nth-child(even) .right_l {
  border-left: 1px solid #e4e8f0;
}

.right_l {
  display: inline-block;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.rightNum {
  width: 80px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  float: left;
}

.rightTitle a {
  width: 100%;
  line-height: 40px;
  color: #333;
}

.rightTitle {
  width: 500px;
  text-align: left;
  padding: 0px 5px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  float: left;
}

.rightTime {
  width: 145px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.rightTxt {
  width: 145px;
  padding: 0px 5px;
  white-space: normal;
  text-overflow: clip;
  align-items: center;
  height: auto;
  vertical-align: middle;
  line-height: 1;
}

.cur-location {
  display: inline-block;
  margin-bottom: 5px;
}

.show_title {
  border: 1px solid #333;
  width: 435px;
  height: 100px;
  z-index: 1000;
  position: absolute;
  font-size: 12px;
  padding: 5px;
  background-color: white;
  display: none;
}

.right_list ul li .rightTitle .show_title ul li {
  line-height: 2;
  background-color: #fff;
  height: 25px;
}

.show_title ul li div {
  flex: 1;
  font-weight: bold;
}

.show_title ul li div span {
  font-weight: normal;
  margin-left: 10px;
}

.bz_title {
  cursor: pointer;
}

.right_list ul li {
  height: 50px;
}

div.rightNum {
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

div.rightTime {
  color: #939393;
  height: 50px;
  line-height: 50px;
}

div.rightTitle {
  height: 50px;
  line-height: 50px;
}

div.rightTxt {
  height: 50px;
  line-height: 50px;
}

.zfxx-right img {
  display: inline-block;
}

/*分页*/
#pagination-input {
  width: 40px;
  height: 24px;
  line-height: 18px;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

#page_div .pagination-index,
#page_div .pagination-num {
  color: #666666;
  border: 1px #b2b2b2 solid;
  padding: 5px 12px;
  margin-right: 6px;
  text-align: center;
  font-size: 14px;
}

#page_div .pagination-index a,
#page_div .pagination-num a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666666;
  display: block;
  font-size: 14px;
}

#page_div pagination-num:hover,
#page_div,
#pageDiv {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
}

#page_div .pagination_index_last {
  width: 260px;
  float: right;
  text-align: right;
  margin: 0 auto;
}

#page_div a.hover {
  background-color: #257295;
  color: #fff;
  font-size: 14px;
}

#page_div a.hover a:hover {
  color: #fff;
}

.page_num {
  padding-top: 25px;
  padding-bottom: 20px;
  height: auto;
  overflow: hidden;
  width: 96%;
  margin: auto;
  font-size: 14px;
  clear: both;
  text-align: center;
}

.newspage {
  /* height:30px; */
  color: #000;
  margin: 0 auto;
  line-height: 30px;
}

.newspage li {
  color: #104c6e;
  margin-right: 2px;
  float: left;
  text-align: center;
  font-size: 12px;
}

.newspage li a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666666;
  display: block;
  font-size: 12px;
  padding: 0px 8px;
  border: 1px #b2b2b2 solid;
}

.newspage li a:hover {
  color: #cc0001;
  font-size: 12px;
}

#page_div div.page_loca {
  background-color: #104c6e;
}

#page_div div.page_loca a {
  color: #fff;
  font-size: 12px;
}

#page_div div.page_loca a:hover {
  color: #fff;
}

#page_div .pagination_index_last {
  border: none;
  width: auto;
  float: left;
  text-align: left;
}

#page_div .pagination_index_last .page_a_tz {
  border: 1px #b2b2b2 solid;
  padding: 3px 8px;
}

#pagination_input {
  width: 20px;
  height: 16px;
  line-height: 16px;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

div.zxf_pagediv {
  text-align: center;
  color: #999999;
  padding: 20px 20px 40px 0;
}

div.zxf_pagediv a {
  text-decoration: none;
}

div.zxf_pagediv span,
div.zxf_pagediv a {
  display: inline-block;
  box-sizing: border-box;
}

.current {
  display: inline-block;
  color: #ffffff;
  background: #257295;
  width: 40px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
}

.zxfPagenum {
  display: inline-block;
  color: #666;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  border-radius: 3px;
}

.nextpage {
  margin: 0 5px;
}

.nextbtn,
.prebtn,
span.disabled {
  display: inline-block;
  color: #666;
  background: #fff;
  width: 66px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
}

.zxfinput {
  width: 50px;
  height: 25px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  margin: 0 12px;
  border-radius: 3px;
  color: #666;
}

.zxfokbtn {
  display: inline-block;
  width: 48px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #E6E6E6;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* 20200108 */
.zfxx-content-gkzd,
.zfxx-content-zdgk,
.zfxx-content-gknb,
.zfxx-content-gksq {
  display: none;
}

.zfxx-right {
  min-height: 360px;
}

.zfxx-centext.zfxx-centext-bjtj .content p span {
  font-family: "Microsoft YaHei", "Arial", "微软雅黑" !important;
  font-size: 16px !important;
}

.zfxx-left .show_list li .activeList {
  color: #2d66a5;
  font-weight: bold;
}

.zfxx-container img {
  display: block;
}

.zfxx-container .print img {
  display: inline-block;
}

/* 规章制度样式 */
/* 政策菜单样式 */
.zfxx-left li .tab-menu .zc-title {
  line-height: 50px;
}

.zfxx-left .zc-menu li {
  margin-bottom: 0;
}

.zc-menu li.active a {
  /*color: #2e65a6;*/
}

.zc-menu .sub-menu li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  font-weight: bold;
}

.zc-menu .sub-menu li {
  position: initial;
  line-height: 32px;
  /*padding-left: 50px;*/
  margin-bottom: 0;
  text-align: left;
  font-size: 15px;
  /*background-image: url(../images/zwgk/zfxxgk/circle.png);*/
  background-repeat: no-repeat;
  background-position: 55px;
}

.zc-menu .sub-menu li.active,
.zc-menu .sub-menu li:hover {
  background-color: #e6f5ff !important;
  background-image: url(../images/zwgk/zfxxgk/circle_h.png);
}

.zc-menu .sub-menu li.active a,
.zc-menu .sub-menu li:hover a {
  /*color: #2d66a5;*/
  background: url(../images/zwgk/zfxxgk/circle_h.png) no-repeat 33px 13px;
}

/* 政策表格样式 */
.table-wrap {
  display: none;
}

.tb_zcfg_title .gzbt {
  width: 545px;
}

.tb_zcfg_title .xz {
  width: 195px;
}

.tb_zcfg_title th {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  border-bottom: 2px solid #0f5a9b;
  font-family: '宋体';
}

.zc_info span {
  display: block;
  font-size: 16px;
  padding-top: 15px;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zc_info span.sub-til {
  font-size: 14px;
  color: #5d89b6;
  padding-bottom: 15px;
}

#zc-list-content td:first-child {
  width: 10%;
}

#zc-list-content .zc_info {
  width: 65%;
}

#zc-list-content .xz-btn {
  width: 25%;
}

.even-tr {
  background-color: #eee;
}

.xz-btn {
  font-size: 14px;
}

.xz-btn a:first-child {
  margin-right: 30px;
}

table {
  border: 1px solid #fff;
  color: #4d4d4d;
  border-collapse: collapse;
  border-spacing: 0;
}

.tb_zc_title th {
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  border-bottom: 6px solid #236caf;
  text-align: center;
}

.tb_zc_title .xh {
  width: 58px;
}

.tb_zc_title .bt {
  width: 274px;
  border-bottom-color: #32b9e6;
}

.tb_zc_title .fwrq {
  width: 194px;
  border-bottom-color: #16b1c1;
}

.tb_zc_title .cwrq {
  width: 100px;
  border-bottom-color: #2688c4;
}

.tb_zc_title .fbrq {
  width: 100px;
  border-bottom-color: #32b9e6;
}

.tb_zcfg_title .xh {
  width: 70px;
  text-align: left;
}

#zc-list-content2 tr {
  border-bottom: 1px solid #d4d6d7;
}

#zc-list-content2 td {
  padding: 10px 6px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

.info a,
.info a:hover {
  color: #4d4d4d;
}

@media screen and (max-width: 1366px) {
  .zfxx-logo img {
    width: 200px;
  }

  .zfxx-title {
    width: 100%;
  }

  .zfxx-title img {
    width: 450px;
    margin-top: 100px;
  }

  .zfxx-container {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-content {
    height: 36px;
    line-height: 36px;
  }

  .search-content a {
    width: auto;
    margin-right: 10px;
  }

  .search-content a img {
    height: 30px;
  }

  .search-content input {
    height: 36px;
    line-height: 36px;
  }
}

.gkzd-list li span {
  display: none;
}

.zfxx-centext-wysq img {
  display: inline-block;
}

@media screen and (max-width: 768px) {

  /* 背景图 */
  .zfxx-box {
    /*background: url(../images/xxgk/bg_m.jpg) no-repeat center top;*/
    background-size: contain;
  }

  .zfxx-title {
    margin-bottom: 40px;
  }

  .search-box {
    width: 90%;
    padding: 0 20px;
  }

  .zfxx-container {
    width: 100%;
    padding: 0;
  }

  .zfxx-left {
    width: 100%;
    padding: 0 20px;
  }

  .zfxx-right {
    width: 90%;
    padding: 5px 10px;
  }

  .gkzd-list li a {
    float: left;
    display: inline-block;
    max-width: 100%;
    margin-right: 15px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 35px;
  }

  .headerBg ul {
    display: none;
  }

  .zfxx-content-gknb dd span {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
  }

  .search-line {
    display: none;
  }

  .zfxx-logo img {
    width: 161px;
  }

  .zfxx-title img {
    width: 200px;
  }

  .zfxx-logo {
    margin-left: -171px;
  }

  .tb_zc_title .fbrq,
  .tb_zc_title .cwrq,
  .tb_zc_title .fwrq {
    width: 20%;
  }

  .right_list ul li {
    height: auto;
  }

  .rightTitle {
    display: inline-block;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    white-space: normal;
    word-wrap: break-word;
  }

  .rightTitle {
    width: 62%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rightTime {
    width: 30%;
  }

  .rightNum {
    width: 5%;
  }

  .zfxx-content-gknb dd p {
    line-height: 2;
  }

  .search-content input {
    width: 79%;
  }
}

.zfxx-centext-jdcx .zfxx-centext-jdcx {
  display: block;
}

.zfxx-centext-jdcx .content {
  padding-top: 0.1px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}

.zfxx-centext-jdcx .content table {
  margin-top: -110px;
}

.gkzd-list li a {
  max-width: 95%;
}

@media screen and (max-width: 320px) {
  .zfxx-logo {
    margin-left: -145px;
  }
}


/*平台链接*/
.zfxxgk-more-title {
  border-bottom: 2px solid #ccc;
  height: 33px;
  line-height: 33px;
}

.zfxxgk-more-title a,
.zfxxgk-more-table-title span,
.zfxxgk-more-title span {
  height: 33px;
  line-height: 33px;
  background-color: #2d66a3;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 70px;
}

.zfxxgk-channel-list {
  padding: 30px;
  overflow: hidden;
}

.zfxxgk-channel-list li {
  width: 218px;
  float: left;
  line-height: 40px;
  background-image: url(../images/zwgk/zfxxgk/circle.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 0 19px;
  padding-left: 15px;
  font-size: 16px;
}

.zfxxgk-channel-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*尾部*/
.xxgk-foot {
  margin-top: 30px;
  padding-top: 30px;
  overflow: hidden;
  color: #000;
  padding-bottom: 30px;
  text-align: center;
}

.foot-left {
  display: inline-block;
}

.foot-left p {
  line-height: 32px;
}

.foot-left p span {
  padding-right: 10px;
}

.foot-right {
  display: inline-flex;
  margin-left: 10px;
}






.zfxx-left .detail-content ol li {
  position: initial;
  width: 100%;
  line-height: 32px;
  padding-left: 13%;
  margin-bottom: 0;
  text-align: left;
  color: #2d66a5;
}

.zfxx-left .detail-content ol {
  display: none;
}

.zfxx-left .detail-content ol li a {
  font-size: 14px;
  background-image: none;
  background-repeat: no-repeat;
}

.detail-content li.active {
  background-color: #e6f5ff;
}

/* 20221009修改 */
#menuList li i.plus {
  position: relative;
}

#menuList li i.plus:before {
  content: '+';
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}

#menuList li i.plus.up:before {
  content: '\2013';
  right: 28px;
  width: 10px;
  overflow: hidden;
  color: #2d66a5;
}

.zfxx-left .detail-content ol li.active {
  color: #2d66a5;
  background: #fff;
}

.zfxx-left .detail-content ol li.active>a {
  color: #2d66a5;
  font-weight: bold;
}

/* #menuList li i.plus {
				position: absolute;
				top: 12px;
				right: 23px;
				height: 0;
				display: block;
				border-top: 8px solid #999999;
				border-right: 8px solid transparent;
				border-left: 8px solid transparent;
				border-bottom: 8px solid transparent;
			}
			
			#menuList li i.up {
				top: 3px;
				border-top: 8px solid transparent;
				border-right: 8px solid transparent;
				border-left: 8px solid transparent;
				border-bottom: 8px solid #999999;
			} */

#zcList>li {
  position: relative;
  /* width: 182px; */
  line-height: 32px;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  color: #2d66a5;
  font-size: 15px;
  background: url(../images/zwgk/zfxxgk/circle.png) 33px 13px;
  background-repeat: no-repeat;
  /*background-position: 40px;*/
}

#zcList>li a {
  padding-left: 20%;
  width: 100%;
  display: inline-block;
}

#zcList>li.active,
#zcList>li:hover {
  background-color: #e6f5ff !important;
  /*background-image: url(../images/xxgk/circle_h.png) !important;*/
}

#zcList li ol {
  width: 100%;
  display: inline-block;
  padding-left: 0;
}

#zcList li ol {
  display: none;
}

#zcList li ol li {
  position: initial;
  width: 100%;
  line-height: 32px;
  padding-left: 13%;
  margin-bottom: 0;
  text-align: left;
  color: #2d66a5;
  background-color: #fff;
}

#zcList li ol li.active,
#zcList li ol li:hover {
  background: none;
}

#zcList li ol li a {
  font-size: 14px;
  background-image: none;
  background-repeat: no-repeat;
}

#zcList li i.plus {
  position: absolute;
  top: 12px;
  right: 23px;
  height: 0;
  display: block;
  border-top: 8px solid #999999;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#zcList li i.up {
  top: 3px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #999999;
}

.ld {
  width: 100%;
  height: 220px;
  background: #f8f8f8;
  margin-top: 24px;
  padding: 8px 0;
}

.photo {
  height: 204px;
  width: 160px;
  margin-left: 8px;
}

.photo img {

  width: 100%;
  height: 200px;
}

.ld_text {
  margin-left: 20px;
  padding: 14px 0px;
  position: relative;
  height: 204px;
  width: 70%;
}

.ld-list h2 {
  height: 33px;
  line-height: 31px;
  background-color: #2d66a3;
  display: inline-block;
  /* float: left; */
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 70px;
  /*width: 150px;*/
}

.ld_text p {
  color: #565a5c;
  line-height: 1.2;
  text-align: left;
  margin: 16px 0 20px;
  /*text-indent: 2em;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;


  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ld_text h6 {
  position: absolute;
  bottom: 3px;
  font-size: 16px;
  color: #005298;
  font-weight: normal;
  line-height: 20px;
}

.ld-list .cz {
  width: 100%;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  position: relative;

}

.cz p {
  /* width: 80%;
  float: left; */
  margin-right: 7em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0px !important;
  line-height: 40px !important;
}

.cz .rqcz {
  color: #999;
  /* float:right; */
  position: absolute;
  right: 0;
  top: 0;
}

.ckgd {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  background: #e7e7e7;
  margin: 10px auto;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .photo {

    width: 31%;
    height: 43vw;
  }

  .photo img {
    height: 100%;
  }

  .ld {
    height: 43vw;
    padding: 0;
  }

  .ld_text {
    width: 60%;
    height: 43vw;
    padding-top: 14px;
  }

  .ld_text p {
    line-height: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .ld_text h2 {
    font-size: 20px;
  }

  #zc-list-content td:first-child {
    width: 15%;
  }

  .zc_info span {
    width: 99%;
    white-space: unset;
  }

  .xz-btn a:first-child {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }

  #zc-list-content .zc_info {
    width: 55%;
  }

  .nb-list a {
    width: 71%;
  }
}