@charset "utf-8";
/* CSS Document */

.head {
  text-align: center;
  /* overflow: hidden */
}
.select{z-index: 2;text-align: left;}
.head h1 {
  font-size: 3.5rem
}

.head h1 > img {
  position: static;
  text-align: center;
  width: 28%;
}
input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.main {
  width: 95%;
  max-width: 1340px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding-bottom:40px;
}

.inp01 {
  width: 420px;
  border: 2px solid #2d66a5;
  height: 44px;
  line-height: 44px;
  text-indent: 10px;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  float: left;
  outline: none;
  box-sizing: content-box;
}

.btn01 {
  width: 60px;
  /* height: 49px; */
  border: 0;
  background: url(../images/xxgk/fdj.png) no-repeat center #fff;
  float: left;
  border: 2px solid #2d66a5;
  border-left: none;
  border-radius: 0 8px 8px 0;
}

.leftNav{
  width: 28%;
}
.leftNav > li {
  width: 100%
}

.leftNav > li {
  margin-bottom: 10px
}

.leftNav > li > a {
  display: block;
  padding-left: 100px;
  font-size: 0.9rem;
  height: 40px;
  padding: 14px 0 14px 100px;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
  box-sizing: content-box;
}

.leftNav > li.d05 > a {
  line-height: 50px
}

.leftNav > li.d00 > a:after {
  content: '+';
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -21px;
  font-size: 1.5rem;
  line-height: 40px;
}

.leftNav > li.d00 > a.cur:after {
  content: '-';
}

.leftNav > li.d01 > a,
.leftNav > li.d02 > a,
.leftNav > li.d03 > a,
.leftNav > li.d04 > a,
.leftNav > li.d05 > a,
.leftNav > li.d06 > a,
.leftNav > li.d07 > a {
  background: url(../images/xxgk/zc_white_02.png) #fff no-repeat 30px center;
}

.leftNav > li.d00 > a {
  background: #fff url(../images/xxgk/zc_white.png) no-repeat 30px center;
  line-height: 52px;
}

.leftNav > li.d02 > a {
  background-image: url(../images/xxgk/zc_white_03.png)
}

.leftNav > li.d03 > a {
  background-image: url(../images/xxgk/zc_white_04.png)
}

.leftNav > li.d04 > a {
  background-image: url(../images/xxgk/zc_white_07.png)
}

.leftNav > li.d05 > a {
  background-image: url(../images/xxgk/zc_white_08.png)
}

.leftNav > li.d06 > a {
  background-image: url(../images/xxgk/zc_white_05.png)
}

.leftNav > li.d07 > a {
  background-image: url(../images/xxgk/zc_white_06.png);
  line-height: 52px;
}

.leftNav > li.d01 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_02_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d00 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d02 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_03_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d03 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_04_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d04 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_07_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d06 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_05_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d05 > a:hover {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_08_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d03 > a:after,
.leftNav > li.d04 > a:after {
  content: '+';
  position: absolute;
  right: 5%;
  top: 22px;
  font-size: 1.5rem;
}

.leftNav > li.d03 > a.cur:after,
.leftNav > li.d04 > a.cur:after {
  content: '-'
}

.leftNav > li > ul {
  display: none;
  padding: 10px 0;
  background-color: #f9f9f9
}

.leftNav > li > ul > li {
  background: url(../images/dot01.png) 6% 16px no-repeat;
  line-height: 24px;
}

.leftNav > li > ul > li > a {
  padding-left: 10%;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px
}

.leftNav > li > ul > li > a:before {
  /*content:'·';
  font-weight:bold;
  margin-right:10px*/
}

.leftNav > li > ul > li > a:hover,
.leftNav > li > ul > li.cur a {
  color: #2d66a5;
  background: #ddd url(../images/dot01_h.png) 6% 16px no-repeat;
}

.leftNav > li.d01 > a:hover, .leftNav > li.d02 > a:hover, .leftNav > li.d03 > a:hover, .leftNav > li.d04 > a:hover, .leftNav > li.d05 > a:hover, .leftNav > li > a.cur {
  background-color: #2d66a5;
  color: white;
  border: 1px solid #2d66a5;
}

.leftNav > li.d00 > a.cur {
  background: url(../images/xxgk/zc_white_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d01 > a.cur {
  background: url(../images/xxgk/zc_white_02_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d02 > a.cur {
  background: url(../images/xxgk/zc_white_03_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d03 > a.cur {
  background: url(../images/xxgk/zc_white_04_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d06 > a.cur {
  background: url(../images/xxgk/zc_white_05_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d07 > a.cur {
  background: url(../images/xxgk/zc_white_06_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d04 > a.cur {
  background: url(../images/xxgk/zc_white_07_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d05 > a.cur {
  background: url(../images/xxgk/zc_white_08_hover.png) #2d66a5 no-repeat 30px center;
}

.leftNav > li.d07 > a:hover, .leftNav > li > .d07 a.cur {
  color: white;
  border: 1px solid #2d66a5;
  background: url(../images/xxgk/zc_white_06_hover.png) #2d66a5 no-repeat 30px center;
}

.rightCon {
  width: 70%;
  margin-bottom: 20px;
  background-color: #fff;
}

.content h3 {
  margin-bottom: 20px;
  color: #2d66a5;
  font-size: 1.6rem
}

.content h4 {
  font-size: 1.1rem;
  margin-bottom: 20px
}

.content h5.date {
  font-size: 0.8rem;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px
}

.content p {
  padding-right: 20px;
  font-size: 0.8rem;
  line-height: 30px;
  margin-bottom: 20px
}

#zoom {
  height: 600px;
  overflow: auto;
}

.foot {
  line-height: 24px;
  padding: 30px 0;
  margin-top: 20px;
  border-top: 6px solid #2d66a5
}

/*-----------------------------------*/
.list_con > .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dedede
}

.list_con ul {
  padding-right: 20px
}

.list_con ul li,
.box_list ul li {
  font-size: 0.8rem;
  line-height: 24px;
  margin-bottom: 20px;
  color: #777
}

.list_con ul li span,
.box_list ul li span {
  margin-left: 10px
}

.box_list > .title {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #dedede
}

.box_list > .title > h3 {
  float: left;
  padding: 0 20px;
  background-color: #2d66a5;
  height: 36px;
  text-align: center
}

.box_list a.more {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #dedede;
  margin: 0 auto;
  margin-top: -25px;
  text-align: center
}

.box_list a.more:hover {
  background-color: #2d66a5;
  color: white
}

.nb_title {
  line-height: 60px;
  text-indent: 20px
}

.tb01,
.tb02 {
  border-right: 1px solid #dedede
}

.tb01 td,
.tb02 td,
.tb02 th {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede
}

.zUIpanelScrollBox, .zUIpanelScrollBar {
  width: 10px;
  top: 4px;
  right: 2px;
  border-radius: 5px;
}

.zUIpanelScrollBox {
  background: black;
  opacity: 0.05;
  filter: alpha(opacity=5);
}

.zUIpanelScrollBar {
  /*background: #aaa;*/
  background: #2d66a5;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*------------------------*/
.tb02 td,
.tb02 th {
  font-weight: normal;
  line-height: 20px;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box
}

.inp02 {
  border: 0;
  border-bottom: 1px solid #dedede;
  background-color: #fbfbfb
}

.tb02 .last td span {
  margin: 10px 0;
  width: 32%;
  display: inline-block
}

.tb02 .last td span.text-right {
  width: 66%
}

form input {
  vertical-align: middle
}

body {
  background-repeat: no-repeat;
}

.head {
  height: 300px;
}

.head h1 {
  line-height: 300px;
}

.head h1 span {
  position: absolute;
  width: 488px;
  height: 2px;
  background-color: red;
  bottom: 100px;
  right: 160px
}

.inp01 {
  width: 446px
}

form.mgt20 {
  width: 512px;
  margin: 0 auto;
  margin-top: 54px;
  margin-bottom: 84px;
  display: flex;
}

.leftNav > li {
  margin-bottom: 15px
}

.leftNav > li > a {
  font-size: 1.2rem;
  height: 52px;
  padding: 8px 0 8px 100px;
  line-height: 26px;
  color: #2d66a5;
  word-break: keep-all;
}

.leftNav > li > ul > li > a {
  font-size: 0.8rem;
}

.list_con ul li, .box_list ul li {
  line-height: 30px
}

.pd30 {
  padding: 30px 36px;
}

.footer {
  margin: 0 auto;
}

.footer-box {
  width: 95%;
  max-width: 1340px !important;
}

.footer-cont {
  width: 95%;
  max-width: 1340px !important;
}

.foot_nav {
  line-height: 41px;
  color: #333;
}

.foot_nav a {
  color: #333;
}

.foot_nav a:hover {
  text-decoration: underline;
}

.foot_con {
  position: relative;
  padding: 15px 60px;
  padding-bottom: 0;
  line-height: 24px;
}

.foot_con p {
  margin-bottom: 10px;
}

.footer .foot_nav, .footer .foot_con {
  padding-left: 240px;
  text-align: left
}

.jiucuowx {
  position: absolute;
  top: 5px;
  right: 100px;
}

.govlogo {
  position: absolute;
  top: 0px;
  left: 150px;
}

.leftNav > li > ul > li dl {
  display: none
}

.leftNav > li > ul > li.cur dl {
  padding: 10px 0;
  background-color: #f5f5f5;
  display: block;
  font-size: 0.8rem;
}

.leftNav > li > ul > li.cur dl dd {
  padding: 5px 10% 5px 15%;
  line-height: 16px;
  background: none;
  color: #777;
  margin: 2px 0;
}

.leftNav > li > ul > li.cur dl dd a {

  background: none;
  color: #777
}

.leftNav > li > ul > li.cur dl dd:hover,
.leftNav > li > ul > li.cur dl dd.cur {
  background-color: #dedede;
}

/*.leftNav > li > ul > li.cur dl dd:hover a,*/
.leftNav > li > ul > li.cur dl dd.cur a {
  color: #1559a3;
}

.page_text_total {
  font-style: normal;
  margin: 0 10px;
  font-size: 0.8rem
}

.minsheng dl dd > a {
  padding-left: 20px
}

#fdnr {
  position: relative
}

.ss_menu {
  display: none;
  padding-top: 10px;
  line-height: 28px
}

.ss_menu span {
  display: block;
  text-indent: 1em
}

.has_child > a {
  display: block;
  padding-left: 20px;
  background: url(../images/icon_subp.png) no-repeat left center !important;
}

.has_child.arrow > a {
  background: url(../images/icon_subp2.png) no-repeat left center !important;
}

.has_child.cur a {
  color: #777 !important;
}

.has_child .ss_menu a.cur {
  color: #1559a3 !important;
}


/* 树状结构样式 */
.leftNav > li > ul.navml>li{font-size: 0.8rem;background: #e5e5e5;margin-bottom: 10px;line-height: 28px;padding-left: 40px;position: relative;cursor: pointer;}
.leftNav > li > ul.navml>li i{font-size: 18px;top:4px;left: 8px;background: #005293;width: 20px;height: 20px;line-height: 16px;text-align: center;color: #fff;position: absolute;font-style: normal;}
.leftNav > li > ul.navml>li>a{padding-left: 0 !important;font-size: 0.8rem;color: #333;}
.leftNav > li > ul.navml>li:hover,.leftNav > li > ul.navml>li.open{background: #2d66a5;color: #fff;}
.leftNav > li > ul.navml>li:hover{background: #2d66a5 !important;color: #fff !important;border: none !important;}
.leftNav > li > ul.navml>div .dTreeNode{display: flex;align-items: flex-start;}

@media(max-width:1440px){
  .head h1 > img{width: 40%;}
}

@media only screen and (min-width: 1024px) {
  .mobile_lnav {
    display: none
  }
}

/*-----------------------------------------*/
@media only screen and (max-width: 1024px) {
  /* .head_gzk .header-box{
    flex-direction: row;
  }
  .head .header-box{
    flex-direction: row;
  }
  .head_gzk .header-box .header-top-left a img{
    width: 80%;
  }
  .head .header-box .header-top-left a img{
    width: 80%;
  }

  .header-box .header-top-right {
    text-align: right;
  } */
  .xxgk-img-search{flex-direction: column;justify-content: center;}
  .pc-logo{display: none;}
  .mobile-logo{display: block;margin-bottom: 20px;}
  .search-box{width: 70%;}
  .input-sub{width: 15%;}


  .w1040,
  .leftNav,
  .leftNav > li,
  .leftNav > li > a,
  .rightCon, .footer {
    width: 100%;
    box-sizing: border-box
  }

  .leftNav > li > a {
    height: 68px
  }

  .leftNav > li.d00 > a, .leftNav > li.d07 > a {
    line-height: 42px !important;
  }

  .leftNav > li > a {
    line-height: 26px;
  }

  .leftNav > li {
    margin-bottom: 10px;
  }

  .rightCon {
    width: 100% !important;
    padding-bottom: 10px;
  }

  #zoom > div {
    position: relative !important;
  }

  .content h3 {
    font-size: 1.3rem;
    margin-top: 20px;
  }

  .head h1 {
    font-size: .6em;
    top: 78px;
  }

  form.mgt20 {
    width: 100%;
  }

  .pd30 {
    padding: 2%
  }

  .inp01 {
    width: 80%
  }

  form {
    margin-top: 2% !important;
    margin-bottom: 5% !important
  }

  .head h1 span {
    display: none
  }

  .head {
    height: 240px;
  }

  .head h1{
    line-height: 240px;
  }

  input {
    box-sizing: border-box
  }

  .btn01 {
    width: 20%;
    background-position: right center;
    border-top: 2px solid #2d66a5;
    border-bottom: 2px solid #2d66a5;
    border-radius: 0 8px 8px 0
  }

  .inp01 {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
  }

  .leftNav > li > a {
    font-size: 1.2em
  }

  .jiucuowx {
    display: none
  }

  .govlogo {
    position: static
  }

  .head h1 > img {
    width: 60%;
    height: auto
  }

  #zoom {
    height: auto;
    overflow: auto
  }

  /*------------------mobile nav--------------------*/
 
  .mobile_lnav {
    float: none;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
  }

  .mobile_lnav > ul > li {
    width: 100%;
    line-height: 40px;
    text-indent: 10px;
    position: relative;
  }

  .mobile_lnav > ul > li > a {
    display: block;
    color: #333;
    text-align: center
  }

  .mobile_lnav > ul > li > a > img {
    vertical-align: middle;
    margin-left: 5px;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -ms-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
  }

  .mobile_lnav > ul > li > a.show img {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .mobile_lnav > ul > li > ul {
    position: absolute;
    left: -1px;
    top: 40px;
    width: 100%;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    height: 400px;
    overflow-y: auto;
    display: none;
  }

  .mobile_lnav > ul > li > ul > li {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f5f5f5
  }

  .mobile_lnav > ul > li > ul > li > a,
  .mobile_lnav > ul > li > ul > li > div > ul > li > a {
    display: block;
    color: #777;
  }

  .mobile_lnav > ul > li > ul > li > a:hover,
  .mobile_lnav > ul > li > ul > li.cur > a,
  .mobile_lnav > ul > li > ul > li > div > ul > li > a:hover {
    background-color: #2d66a5;
    color: white
  }

  .mobile_lnav > ul > li > ul > li > div {
    background-color: #dedede;
    display: none
  }

  .mobile_lnav > ul > li > ul > li > div > ul > li {
    height: 30px;
    line-height: 30px
  }

  .footer .foot_nav, .footer .foot_con {
    padding-left: 0;
    text-align: center
  }

  .foot_con {
    padding: 0;
  }

  /*------------------mobile nav--------------------*/
}


@media(max-width:1300px){
  .header-top-left{width: 34%;}
  .header-top-right{width: 65%;}
}

@media (max-width: 1024px) {
  .w1040 {
    width: 95%;
  }

  .rightCon {
    width: calc(100% - 260px);
  }
  .select-name{padding-left: 15px;}
}
@media (max-width: 915px){
  .select-name{padding-left: 10px;}
  .select{padding-right: 1%;}
}
@media (max-width: 800px) {
  .head h1{top: 15px;}
  .select {width: 17%;}
}
@media (max-width: 675px){
  .select {width: 19%;}
  .input-text{width: 63%;}
}
@media (max-width: 640px){
  .select {width: 22%;}
  .input-text{width: 56%;}
}
@media(max-width:550px){
  .select-name{padding-left: 5px;}
  .head h1 > img{width: 70%;}
  .head h1{top: 8px;padding-bottom: 30px;}
  .head{height: 240px;}
  body{background-size: 130%;}
  .head .header-box .header-top-left a img{width: 150%;margin-top: 10px;}
  .head_gzk .header-box .header-top-left a img{width: 80%;}
  .w1040 .header-box .header-top-left{width: 100% !important;background: none;padding-left: 0;}
  .header-box .header-top-right{text-align: center;}
  .header-top-right span.wza{padding-right: 0;}
  .header-top-right{padding-right: 0;text-align: right;}
  .w1040 .header-box .header-top-right{text-align: right;}
}

@media(max-width:450px){
  .head h1 > img{width: 60%;}
  .head{height: 200px;}
  .head h1{top: -15px;padding-bottom: 10px;}
}

@media(max-width:380px){
  .search-box{width: 85%;}
  .head h1 > img{width: 60%;}
  .head{height: 190px;}
  .head .header-box .header-top-left a img{margin-bottom: 10px;}
}

@media(max-width:780px){
  .header-box{flex-direction: row;justify-content: space-between;}
  .header-top-right{justify-content: flex-end;}
}

@media(max-width:640px){
  .header-box{height: auto;justify-content: center;flex-direction: column;}
  .header-top-left,.header-top-right{width: 100%;text-align: center;justify-content: center;display: flex;}
  .head{height: 180px;}
  .head h1{line-height: 180px;}
  .search-box{width: 85%;}
  .xxgk-img-search img{width: 42%;}
}
@media(max-width:550px){
  .head{height: 180px;}
  .head h1{line-height: 180px;}
  .search-box{width: 85%;}
  .xxgk-img-search img{width: 42%;}
  .header-top-right span.btn-change{
    background: url(../images/icon_zzb.png) no-repeat #f79637 center 10px;
    font-weight: 500;
    top: 50%;
    right: 0;
    z-index: 999;
    padding: 35px 10px 10px 10px;
    height: auto;
    width: 48px;
    text-align: center;
    line-height: 1.1;
    background-size: 20px;
    border-radius: 5px 0 0 5px;
    position: fixed;
    margin-left: 0;
    font-size: 1.1rem;
  }
  /* .header-box>div a:before, .header-box>div span:before{width: 1px;} */
  .header-box>div .btn-group{width: auto;}
  .header-top-left{width: 100%;padding: 10px;justify-content: flex-start;margin-bottom: 10px;}
  .header-box>div .btn-group{width: 55%;}
  .header-top-right{display: flex;padding: 0 10px;margin-top: 5px;justify-content: flex-start;}
}

@media(max-width:420px){
  .nav ul li a{line-height: 44px;}
  .header-box{padding-top: 0;}
  .head h1{line-height: 140px;}
  .head{height: 140px;}
  .xxgk-img-search img{width: 50%;}
}