* {
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}

ul, li {
  list-style: none;
}
.main {
  width: 1200px;
  margin: 0 auto;
  padding:0;
}
.s-main {
  width: 1000px;
  margin: 0 auto;
}
iframe {
  overflow: hidden;
  width: 100%;
}

input,button {
  outline: none;
}
input {
  border: 1px solid #efefef;
}

.clear {
  clear: both;
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* 涓嶆崲琛� */
.no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 鍏敤椤堕儴钃濊壊杈规*/
.head-line-blue {
  border-bottom: 4px solid #1f6aaa;
}

body {
  min-width: 1200px;
  font-family: "Microsoft YaHei";
}
/* 闈㈠寘灞� */
.current-location {
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  color: rgb(72, 72, 72);
  border-bottom: 1px solid #e7e7e7;
  padding-left: 35px;
  background: url(spirit.png) no-repeat;
  background-position: 0 -294px;
  box-sizing: border-box;
}
.current-location a, .current-location a:hover, .current-location a:visited, .current-location a:active {
font-size: 14px;
color: rgb(72, 72, 72);
text-decoration:none;
}
/* 椤堕儴 */
.head-top {
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 12px;
  background: url(common-head-top-bg.jpg) repeat;
}
.head-top img {
  width: 17px;
  height: 19px;
  vertical-align: middle;
}

.head-top p {
  float: right;
  color: #fff;
  line-height:44px;
}
.head-top a {
  color: #fff;
  margin: 0 8px;
}
/* 淇℃伅鍏紑澶撮儴 */
.head-zfxxgk-bg {
  /*padding: 20px 0 0;*/
  height: 269px;
  background: url(common-head-bg.png) no-repeat;
  background-size: cover; 
}
.head-zfxxgk-bg .main {
  height: 265px;
  position:relative;
  /* padding:  0.1rem 0 0.5rem; */
}
.head-zfxxgk-logo {
  /* 293*53 */
  /*width: 293px;
  height: 53px;*/
  /* margin: 0.1rem 0 0; */
  display: block;
  position:absolute;
  top:19px;
  left:0;
}
.head-zfxxgk-title {
  display: block;
  position:absolute;
  width: 511px;
  height:82px;
  top:128px;
  left:344.5px;
}
/* common-left-nav-xxgk */
.left-nav {
  float: left;
  position: relative;
  width: 240px;
  margin: 0 auto;
}
.left-nav-list > li {
  margin: 0 0 13px;
  border: 1px solid #ddd;
  /*box-sizing: border-box;*/
}
.left-nav-list .current > .left-nav-title {
  background: #2d66a5;
  color: #fff;
}
.left-nav-title {
  position: relative;
  padding: 5px 0 5px 87px;
  /*height: 62px;*/
  line-height: 31px;
  font-size: 23px;
  color: #2d66a5;
  background: #fff;
  cursor: pointer;
  box-sizing:unset;
  cursor:pointer;
}
.left-nav-title .icon:after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 32px;
}
.left-nav-icon {
  position: absolute;
  top: 15px;
  left: 22px;
  width: 43px;
  height: 43px;
}
.left-nav-icon img {
  width: 100%;
  height: 100%;
}
.left-nav-icon img + img {
  display: none;
}
.left-nav-list .current .left-nav-title .left-nav-icon img:first-child {
  display: none;
}
.left-nav-list .current .left-nav-title .left-nav-icon img + img {
  display: block;
}
.left-nav-list .current .left-nav-title .icon:after {
  content: "-";
  font-size: 32px;
}
.left-nav-title .left-nav-name {
  display: inline-block;
  width: 100px;
}
.left-nav-title .left-nav-name-yfsq {
  width: 120px;
  line-height: 62px;
}
.left-nav-list > li ul {
  display: none;
  max-height:535px;
  overflow-y:auto;
}
.left-nav-list > li.current ul {
  display: block;
}
.left-child-title {
  position: relative;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px 0 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  cursor: pointer;
  color: #333;
}
.left-nav-list .left-child-title:hover,
.left-nav-list .left-child-title.selected,
.left-nav-list .current > .left-child-title {
    background: #e6f5ff;
}
.left-child-title .spot {
  position: absolute;
  top: 50%;
  left: 32px;
  margin: -2px 2px 0 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
.zfxxgk {
    padding: 0 36px 35px;
    box-sizing: border-box;
    background-color: #eaeaea;
    margin-bottom:35px;
}

.right-content {
    /*height:735px;
    max-height:735px;
    overflow-y:auto;*/
}
/* m */
@media screen and (max-device-width: 768px) {
    body {
      min-width: 100%;
  }
  .clear{
    overflow: visible;
  }
  .hide{
    display: none!important;
  }
  .main, .s-main {
    width: 100%;
    padding:0 0.3rem;
    box-sizing: border-box;
  }

    .right-content {
        height:auto;
        max-height:unset;
    }
    /* 椤堕儴 */
    .head-top {
        height: 0.43rem;
        line-height: 0.43rem;
        font-size: 0.18rem;
    }
  .head-top .main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0.25rem;
  }
  .head-top img {
    height: 0.24rem;
    width: 0.22rem;
    margin: 0 0.2rem 0 0;
}
  .head-top .current-now,
  .head-top p {
      display: none;
  }
  /* 闈㈠寘灞� */
  .current-location,
  .current-location a,
  .current-location a:hover,
  .current-location a:visited,
  .current-location a:active {
  font-size: 0.22rem;

  }
  .current-location{
  background: none;
  line-height: 0.75rem;
  height: 0.75rem;
  width: 92%;
  padding: 0;
  margin: 0 auto;
  }
  /* 淇℃伅鍏紑澶撮儴 */
  .head-zfxxgk-bg {
    padding-top: 0;
    width: 100%;
    height: auto;
    background: url(common-m-top-bg.png) no-repeat;
    background-size: cover;
  }
  .head-zfxxgk-bg .main {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding:  0.3rem 0.25rem 0;
  }
  .head-zfxxgk-logo {
      width: 2.74rem;
      height: auto;
      position:unset;
  }
  .head-zfxxgk-title {
      width: 4.4rem;
      height:unset;
      margin: 0.44rem auto 0.5rem;
      position:unset;
      top:unset;
      left:unset;
  }
  /* common-left-nav-xxgk */
  .left-nav {
    width: 100%;
    overflow: visible;
  }
  .left-nav-list  {
    display: flex;
    margin: 0.3rem auto 0.15rem;
    justify-content: center;
  }
  .left-nav-list > li,
  .left-nav-title {
    display: flex;
    height: 1.7rem;
    width: 1.38rem;
    border: none;
  }
  .left-nav-title {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2d66a5;
    background: #eaeaea;
    cursor: pointer;
  }
  .left-nav-icon {
    margin: 0.15rem auto;
  }
  .left-nav-icon,
  .left-nav-icon img {
    position: static;
    height: 0.43rem;
    width: 0.43rem;
    flex-shrink: 0;
  }
  .left-nav-title .icon {
    display: none;
  }
  .left-nav-title .left-nav-name {
    width: 0.8rem;
    font-size: 0.2rem;
    height: 0.89rem;
    line-height: 0.43rem;
    text-align: center;
    overflow: hidden;
  }
  .left-nav-list > li:nth-child(5) .left-nav-title .left-nav-name {
    width: 0.7rem;
  }
  .zfxxgk {
    padding: 0.2rem 0;
    background: #fff;
  }
  .left-child-title{
    background: #f9f9f9;
  }
  .left-nav-list > li ul {
    display: none;
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    z-index: 20;
    /* background: lightblue; */
    box-sizing: border-box;
    padding: 0 15px 15px;
    max-height:unset;
  }
}
@media screen and (max-device-width: 750px) {
	.head-line-blue {
	    border-bottom: 0.04rem solid #1f6aaa;
	}
  .left-nav-title .left-nav-name {
      width: 1rem;
  }
  .left-nav-list > li:nth-child(5) .left-nav-title .left-nav-name {
      width: 0.8rem;
  }
  .zfxxgk .qt-current-location {
    width: 92%;
    margin: 0 auto;
    height: auto;
	}
}
@media screen and (max-device-width: 400px) {
  .left-nav-title .left-nav-name {
      width: 1.1rem;
  }
  .left-nav-list > li:nth-child(5) .left-nav-title .left-nav-name {
      width: 0.9rem;
  }
}
@media screen and (max-device-width: 370px) {
  .left-nav-title .left-nav-name {
      width: 1.2rem;
  }
}