@charset "utf-8";
@media all and (min-width: 768px) {
  .bdse {
    max-width: 1100px;
    background: #f2f2f2;
  }
}
.bdse {
  margin: 0 auto;
}
.xxgk-bd {
  padding: 30px 20px 60px 20px;
}
.gk-tnm {
  margin: 55px 0;
}
.gk-tnm img {
  display: block;
  margin: 0 auto;
}
/*============================搜索=================================*/
.gk-search {
  height: auto;
  overflow: hidden;
  padding: 24px 0;
  margin: 0 auto;
  position: relative;
}
.gk-search form {
  margin: 0 auto;
  width: 510px;
  position: relative;
  z-index: 9;
  padding: 0 2%;
  background: #f2f2f2;
  overflow: hidden;
}
.gk-search .input {
  line-height: 48px;
  border-radius: 10px 0 0 10px;
  border: solid 1px #225c9f;
  border-right: none;
  width: 80%;
  margin: 0 auto;
  display: block;
  float: left;
  text-indent: 1em;
  color: #343434;
  height: 50px;
}
.gk-search .gkbtn {
  background: #fff url("../../images/gk/search.png") no-repeat center center;
  float: right;
  width: 20%;
  height: 50px;
  border-radius: 0 10px 10px 0;
  display: block;
  border: solid 1px #225c9f;
  border-left: none;
  cursor: pointer;
}
.gk-search:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
#share,
#share2 {
  padding-left: 40px;
}
/*============================导航=================================*/
.change li .gk_btn {
  display: block;
  line-height: 26px;
  height: 70px;
  background: #fff;
  margin-top: 10px;
  cursor: pointer;
  color: #225c9f;
  font-size: 23px;
  padding: 10px 70px 10px 20px;
  position: relative;
}
.change li .gk_btn:hover {
  background: #225c9f;
  color: #fff;
}
.change li .gk_btn:hover .gk_zn_1 {
  background: url(../../images/gk/zn_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_zd_2 {
  background: url(../../images/gk/zd_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_nr_3 {
  background: url(../../images/gk/nr_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_ysq_4 {
  background: url(../../images/gk/ysq_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_ly_5 {
  background: url(../../images/gk/ly_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_nb_6 {
  background: url(../../images/gk/nb_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_bg_7 {
  background: url(../../images/gk/bg_hv.png) no-repeat;
}
.change li .gk_btn:hover .gk_bm_8 {
  background: url(../../images/gk/bm_hv.png) no-repeat;
}
.change li .gk_btn:hover .icon {
  background: url(../../images/gk/jia1.png) no-repeat;
}
.change li .gk_btn .icon {
  position: absolute;
  line-height: 13px;
  right: 22px;
  top: 30px;
  width: 13px;
  height: 13px;
  background: url(../../images/gk/jia.png) no-repeat;
}
.change li:first-child .gk_btn {
  margin-top: 0;
}
.change #ysq .gk_btn,
.change #zc .gk_btn {
  line-height: 50px;
  padding: 10px 20px;
}
.change .active .gk_btn {
  background: #225c9f;
  color: #fff;
}
.change .active .gk_btn .icon {
  background: url(../../images/gk/jian.png) no-repeat;
}
.change .p {
  display: none;
  background: #fff;
  max-height: 455px;
  overflow-x: hidden;
  padding: 12px 0;
  /*定义滚动条轨道（凹槽）样式*/
  /*定义滑块 样式*/
}
.change .p::-webkit-scrollbar {
  width: 10px;
  /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
}
.change .p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* 较少使用 */
  border-radius: 5px;
}
.change .p::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 80px;
  /* 滚动条滑块长度 */
  background-color: #225c9f;
}
.change .p a {
  display: block;
  text-align: left;
  line-height: 32px;
  position: relative;
  padding-left: 50px;
  font-size: 16px;
}
.change .p a:last-child {
  border: none;
}
.change .p a:before {
  display: block;
  position: absolute;
  top: 14px;
  left: 40px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #999;
}
.change .p a:hover {
  background: #e6f5ff;
  color: #225c9f;
  font-weight: bold;
}
.change .p .on {
  background: #e6f5ff;
  color: #225c9f;
  font-weight: bold;
}
.change .p .p1 {
  display: block;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.change .p .p1 span {
  display: block;
  padding-left: 50px;
}
.change .p .p1 span:last-child {
  border: none;
}
.change .p .p1 span:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 37px;
  content: attr(data-attr);
  font-size: 16px;
  color: #999;
}
.change .p .p1 span:hover {
  background: #e6f5ff;
  color: #225c9f;
  font-weight: bold;
}
.change .p .p1 span:hover:before {
  color: #225c9f;
}
.change .p .p1 span:hover {
  background: #e6f5ff;
  color: #225c9f;
  font-weight: bold;
}
.change .p .p1 span.active {
  background: #e6f5ff;
  color: #225c9f;
  font-weight: bold;
}
.change .p .p1 span.active:before {
  color: #225c9f;
}
.change .p .p1 div {
  display: none;
  text-align: left;
  line-height: 32px;
  position: relative;
}
.change .p .p1 div a {
  padding-left: 60px;
}
.change .p .p1 div a:before {
  top: 14px;
  left: 50px;
}
.active .gk_zn_1 {
  background: url(../../images/gk/zn_hv.png) no-repeat;
}
.active .gk_zd_2 {
  background: url(../../images/gk/zd_hv.png) no-repeat;
}
.active .gk_nr_3 {
  background: url(../../images/gk/nr_hv.png) no-repeat;
}
.active .gk_ysq_4 {
  background: url(../../images/gk/ysq_hv.png) no-repeat;
}
.active .gk_ly_5 {
  background: url(../../images/gk/ly_hv.png) no-repeat;
}
.active .gk_nb_6 {
  background: url(../../images/gk/nb_hv.png) no-repeat;
}
.active .gk_bg_7 {
  background: url(../../images/gk/bg_hv.png) no-repeat;
}
.active .gk_bm_8 {
  background: url(../../images/gk/bm_hv.png) no-repeat;
}
span[class^='gk_'] {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-right: 28px;
}
.gk_zn_1 {
  background: url(../../images/gk/zn.png) no-repeat;
}
.gk_zd_2 {
  background: url(../../images/gk/zd.png) no-repeat;
}
.gk_nr_3 {
  background: url(../../images/gk/nr.png) no-repeat;
}
.gk_ysq_4 {
  background: url(../../images/gk/ysq.png) no-repeat;
}
.gk_ly_5 {
  background: url(../../images/gk/ly.png) no-repeat;
}
.gk_nb_6 {
  background: url(../../images/gk/nb.png) no-repeat;
}
.gk_bg_7 {
  background: url(../../images/gk/bg.png) no-repeat;
}
.gk_bm_8 {
  background: url(../../images/gk/bm.png) no-repeat;
}
/*============================滚动条=================================*/
.scroll_wrap {
  position: relative;
  width: 100%;
  height: 1020px;
}
.scroll_wrap .scroll_cont {
  overflow: hidden;
  height: 100%;
  padding: 16px 32px;
  background: #fff;
  font-size: 16px;
}
.scroll_wrap .scroll_bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  border-radius: 8px;
  background-color: #e4e4e4;
}
.scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 80px;
  opacity: 1;
  border-radius: 8px;
  background: #225c9f;
}
.scroll_wrap .scroll_slider:hover {
  opacity: 1;
}
.scroll_wrap2 {
  height: 900px;
}
.scroll_wrap2 .scroll_cont {
  padding: 16px 32px 16px 0;
}
.scroll_wrap2 ul li {
  background: none;
  text-indent: 0;
}
/*============================政务公开内容=================================*/
.gk-main {
  padding: 1.5rem;
  overflow: hidden;
  margin-left: 18px;
  min-height: 1005px;
}
.gk-tit {
  line-height: 35px;
  height: 35px;
  border-bottom: solid 1px #e1e1e1;
  clear: both;
}
.gk-tit a {
  font-size: 18px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background: #225c9f;
}
.gk-tit1 {
  border-bottom: none;
  float: left;
  padding-right: 20px;
  margin-bottom: 12px;
  clear: none;
}
.gk-tit1 a {
  border-bottom: solid 3px #225c9f;
  color: #225c9f;
  background: none;
  font-weight: bold;
  padding: 0;
}
.gk-list-more {
  line-height: 30px;
  width: 100px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.gk-list-more a {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #343434;
  background: #e6e6e6;
}
/*============================指南==================================*/
.gkzn-tit {
  line-height: 92px;
  width: 100%;
  text-align: center;
  background: #fff;
}
.gkzn-tit span {
  font-size: 32px;
  font-weight: 700;
  color: #225c9f;
}
.gk-gkzn {
  overflow: hidden;
  height: auto;
}
.gk-gkzn h1 {
  font-size: 32px;
  line-height: 38px;
  color: #225c9f;
}
/*============================制度==================================*/
.gkzd-line {
  background: #e1e1e1;
  margin: 24px 0;
}
/*============================规章==================================*/
.gk-gkgz {
  color: #000;
}
.gk-gkgz .th {
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
  border-bottom: 2px solid #0f5a9b;
}
.gk-gkgz .gz-lst {
  align-items: center;
  text-align: center;
  height: auto;
  overflow: hidden;
  padding: 13px 0;
  font-family: NSimSun, SimSun, STSong;
}
.gk-gkgz .gz-lst p {
  margin: 0;
}
.gk-gkgz .gz-lst .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.gk-gkgz .gz-lst .time {
  line-height: 24px;
  color: #5d89b6;
  font-size: 14px;
}
.gk-gkgz .gz-lst .xz a {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.gk-gkgz .gz-lst:nth-child(odd) {
  background: #eee;
}
/*============================年报==================================*/
.gknb-sj {
  height: 54px;
  line-height: 54px;
  width: 33.3333%;
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.gknb-u-nm {
  border: none;
  margin-bottom: 5px;
  clear: both;
}
.gknb-u-nm a {
  padding: 0 14px;
  background: #225c9f;
  color: #fff;
  line-height: 40px;
}
.gknb-lst {
  padding-bottom: 30px;
}
.gknb-lst ul {
  background: url(../../images/gk/gknb-bg.jpg) repeat;
}
.gknb-lst li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-left: 1px #e6e8e9 solid;
}
.gknb-lst li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*============================报表==================================*/
.wzxxgknb-tt {
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 15px;
}
/*============================领导==================================*/
.m-ld-list {
  margin-bottom: 75px;
}
.m-ld-list .m-ld-info {
  text-align: center;
}
.m-ld-list .u-zw {
  font-size: 20px;
  font-weight: bold;
  color: #225c9f;
  padding-top: 138px;
}
.m-ld-list .m-rt {
  padding-top: 20px;
}
.m-ld-list .u-ldnm {
  font-size: 20px;
}
.m-ld-list .u-ldzw {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-ld-list .u-ck {
  display: inline-block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 22px;
}
.m-ld-list .u-pic {
  margin: 0 auto;
  max-width: 140px;
}
.m-ld-list2 {
  font-size: 18px;
}
.m-ld-list2 .leader-shi {
  background: url(../../images/gk/leader-bg.png) no-repeat;
  text-align: center;
  padding-top: 37px;
}
.m-ld-list2 .leader-shi .txt {
  font-weight: bold;
}
.m-ld-list2 .leader-shi .photo {
  padding: 2px;
  border: 1px solid #d5d5d5;
  max-width: 125px;
}
.m-ld-list2 .leader-shi .look {
  display: inline-block;
  margin: 20px auto 40px auto;
  padding: 6px 26%;
  border: 1px solid #225c9f;
  border-radius: 25px;
  color: #225c9f;
}
.m-ld-list2 .tnm {
  margin: 24px 0;
  font-size: 22px;
  font-weight: 700;
  background: #f7f8fb;
  line-height: 45px;
  padding-left: 10px;
}
.m-ld-list2 .tnm a {
  padding-left: 13px;
  border-left: 5px solid #225c9f;
}
.m-ld-list2 .Carousel .Carousel-bd ul li img {
  width: 912px;
  height: 377px;
}
.m-ld-list2 .m-lst36 ul {
  padding: 0 8px;
}
.m-ld-list2 .mgt-0 {
  margin-top: 0;
}
.m-ld-list {
  border: 1px solid #e7dcc3;
  border-bottom: 0;
  background: #f8f4f0;
}
.m-ld-list .m-ld-info {
  border-bottom: 1px solid #e7dcc3;
}
.m-ld-list .m-rt {
  border-left: 1px solid #e7dcc3;
}
.m-ld-list .u-ck {
  border: 1px solid #e7dcc3;
}
body {
  background: url(../../images/gk/zfxxgk_bg.jpg) no-repeat center top;
}
.gk_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.gk_top .gk_logo {
  display: flex;
  align-items: center;
  line-height: 70px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.gk_top .gk_logo img {
  display: block;
  width: 70px;
  margin-right: 20px;
}
.gk_top .go_back {
  padding: 6px 2em;
  background: #225c9f;
  color: #fff;
  border-radius: 10px;
}
.gk_banner_txt {
  line-height: 120px;
  width: 780px;
  padding: 40px 0;
  text-align: center;
  font-size: 100px;
  text-shadow: 5px 5px 0 #666;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: bold;
}
.gk_banner_txt .banner-lines {
  margin-top: 10px;
  width: 488px;
  height: 2px;
  background: #fff;
  float: right;
  display: block;
}
.m-zfjg li {
  background: url(../../images/gk/ztzl_ico.png) no-repeat left center;
  padding-left: 10px;
}
.zfjg-bd .zfjg-title {
  display: block;
  border-bottom: 1px solid #ddd;
  background: none;
  padding: 0;
}
.zfjg-bd .zfjg-title a {
  display: inline-block;
  font-size: 18px;
  padding: 0 20px;
  color: #fff;
  background-color: #225c9f;
}
@media all and (max-width: 750px) {
  .m-ld-list .u-zw {
    border-bottom: 1px solid #e7dcc3;
  }
  .gk_banner_txt {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    padding-bottom: 20px;
    text-shadow: none;
    margin: 0;
  }
  .gk_banner_txt .banner-lines {
    display: none;
  }
  .gk_top {
    padding: 10px 0;
  }
  .gk_top .gk_logo {
    line-height: 1;
    font-size: 18px;
  }
  .gk_top .gk_logo img {
    width: 40px;
    margin-right: 6px;
  }
  .gk_top .go_back {
    padding: 4px 10px;
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .gk-main {
    min-height: auto;
  }
  .change li .gk_btn {
    font-size: 22px;
  }
  .xxgk-bd {
    padding: 30px 10px 60px 10px;
  }
  span[class^=gk_] {
    margin-right: 20px;
  }
  .change li .gk_btn {
    padding: 10px 72px 10px 10px;
  }
  .change #ysq .gk_btn,
  .change #zc .gk_btn {
    padding: 10px;
  }
  .m-ld-list2 .Carousel .Carousel-bd ul li img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  span[class^=gk_] {
    margin-right: 5px;
  }
  .change li .gk_btn {
    padding: 10px 38px 10px 10px;
  }
  .gknb-sj {
    width: 38%;
    padding-left: 0;
  }
}
@media all and (max-width: 750px) {
  .gknb-sj {
    width: 100%;
  }
  .gk-tnm {
    margin: 12px 0;
  }
  .gk-gkgz .gz-lst {
    text-align: left;
  }
  .gkzn-tit {
    line-height: 40px;
  }
  .gkzn-tit span {
    font-size: 20px;
  }
  .m-ld-list .m-rt {
    border-left: none;
  }
  .m-ld-list .u-zw {
    padding-top: 0;
  }
}
