﻿/* section */

.section {
  width: 100%;
  padding-bottom: 30px;
}

.section > .container {
  padding: 20px;
  padding-bottom: 30px;
  background: #ffffff;
  overflow: hidden;
}

.division-line {
  width: 1px;
  background: #e6e6e6;
}

/*  */

.left-box {
  width: 340px;
  float: left;
}

.left-box .tit {
  width: 100%;
  padding:20px 0px;
  line-height: 40px;
  text-align: center;
  background: #1a56a8;
  font-size: 22px;
  font-weight: bold;
}

.left-box .tit img {
  vertical-align: text-bottom;
}

.left-box .tit a {
  color: #ffffff;
  display: block; padding:0 15px;
}

.left-box ul li {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  padding: 15px 0 15px 26px;
  background: #f1f1f1 url(ic-17.png) no-repeat 296px center;
  margin-top: 5px;
}

.left-box ul li a {
  float: left;
  /* width: 100%; */
  height: 100%;
  width: 80%;
  text-align: left;
  display: block;
}

.left-box ul li.active {
  background: #e8eef6 url(ic-17.png) no-repeat 296px center;
}

.left-box ul li.active a {
  color: #1a56a8;
  font-weight: bold;
}

.right-box {
  width: 760px;
  float: right;
}

.common-list-items ul li .split-line {
  background: none;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #e6e6e6;
  padding: 0;
  margin: 20px 0;
}
.common-list-items ul li a {
  float: left;
}
.right-bigbox {
  width: 800px;
  border-left: 1px solid #eae8e8;
  float: right;
  min-height: 400px;
  /* padding-bottom: 35px; */
}
.table-sh-yc {
  height: 100%;
}
.fd {
  float: left;
}
.container {
  width: 1220px;
  height: 100%;
}

/*******自适应*********/

@media only screen and (min-width: 700px) and (max-width: 1024px){
  	body {
    min-width: 100%;
    background: #fff;
  }
  /* 当前位置 */
  .container {
    width: 100%;
  }
  .current-position {
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #1a56a8;
  }
  .current-position .container {
  }

  .section {
  }
  .section .container {
    padding: 0px;
  }
  /* 左侧滑出 */
  .td-sh-yc,
  .division-line {
    display: none;
  }
  .table-sh-yc {
    width: 100% !important;
    table-layout: inherit;
  }
  .common-list-items ul li a {
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis;
  }
  .right-bigbox {
    width: 100%;
    border-left: none;
  }
  .right-box {
    width: 100%;
  }
  .common-list-tit {
    height: 40px;
  }
  .common-list-tit li {
    height: 40px;
    font-size: 20px;
  }
  .common-list-items ul li.split-line {
    margin: 10px 0;
  }
  .nav-base {
    width: 18px;
    height: 18px;
    float: right;
    background: url(wap-logo-r.png) no-repeat;
    background-size: 100%;
    margin: 25px;
	margin-bottom: 0;
  }
  #mask li {
    width: 100%;
    font-size: 18px;
    /* line-height: 1rem; */
    border: none;
    background-color: #E9EEF6;
}
.left-box ul li a {
    float: none;
    color: #1a56a8;;
    font-weight: bold;
}
.left-box ul li {
    padding-left: 0px;
    margin-top: 0px;
}
#mask{
    position: absolute;
    left: 0;
    display: none;
}
.left-box {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.left-box .tit {
    height: 60px;
    line-height: 60px;
}
.left-box ul li {
    background-image: none;
}
.left-box ul li.active {
    background-image: none;
}

.logo-r-bg {
    /* display: none; */
    background: url(wap-logo-r-1.png) no-repeat;
    background-size: 100%;
}

body {
    min-width: 100%;
    width: 100%;
    background: #fff;
}

.container {
    width: 100% !important;
    margin: 0 auto;
}


.section {
    overflow: hidden;
}

.section>.container {
    padding: 10px !important;
    background: #ffffff !important;
	    margin-top: -20px;
}
.top{
    display: none;
}
.search-box{
    display: none;
}
.link-nav{
display: none;
}
.nav{
height: auto !important;
}
.nav-list li {
float: left;
width: 33.3% !important;
font-size: 22px;
text-align: center;
border-right: 1px solid #6a91c6;
}
.logo{
display: none;
}
.common-list-tit li {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.common-list-tit {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eae8e8;
}
.name {
position: initial !important;
width: 100%;
}

.box-5 {
width: 100%;
height: 90px;
margin-top: 20px;
float: left;
}
.links .tit li{
width: 33.3% !important;
}
.footer{
height: auto !important;
    
}
.foot-box{
margin: 0 !important;
    height: auto;
}
.dzjg,#_jiucuo_,#_span_jiucuo{display: none;}
.foot-nav{text-align: center;display: flex;justify-content: center;}
.foot-box p{height: auto !important;text-align: center;padding:0 20px;}
.banner{
	  width: 100%;
	  height: auto !important;
  }
}

@media (max-width: 700px) {
  body {
    min-width: 100%;
    background: #fff;
  }
  /* 当前位置 */
  .container {
    width: 100%;
  }
  .current-position {
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #1a56a8;
  }
  .current-position .container {
  }

  .section {
  }
  .section .container {
    padding: 0px;
  }
  /* 左侧滑出 */
  .td-sh-yc,
  .division-line {
    display: none;
  }
  .table-sh-yc {
    width: 100% !important;
    table-layout: inherit;
  }




.bt-mod-wzpb-02{padding: 11px 6px;}
.common-list-items ul li{
   height:auto;
   background: url(dot-blue.png) no-repeat left 14px;
   text-align: left;
}
  .common-list-items ul li a {
    max-width: none;
    overflow: hidden;
    white-space: normal;
    float: none;
    text-overflow: ellipsis;
    display:inline;
  }



  .right-bigbox {
    width: 100%;
    border-left: none;
  }
  .right-box {
    width: 100%;
  }
  .common-list-tit {
    height: 40px;
  }
  .common-list-tit li {
    height: 40px;
    font-size: 20px;
  }
  .common-list-items ul li.split-line {
    margin: 10px 0;
  }
  .nav-base {
    width: 18px;
    height: 18px;
    float: right;
    background: url(wap-logo-r.png) no-repeat;
    background-size: 100%;
    margin: 25px;
	margin-bottom: 0;
  }
  #mask li {
    width: 100%;
    font-size: 18px;
    /* line-height: 1rem; */
    border: none;
    background-color: #E9EEF6;
}
.left-box ul li a {
    float: none;
    color: #1a56a8;;
    font-weight: bold;
}
.left-box ul li {
    padding-left: 0px;
    margin-top: 0px;
}
#mask{
    position: absolute;
    left: 0;
    display: none;
}
.left-box {
    width: 100%;
    float: left;
    padding: 0px !important;
}
.left-box .tit {
    /*height: 60px;
    line-height: 60px;*/
}
.left-box ul li {
    background-image: none;
}
.left-box ul li.active {
    background-image: none;
}

.logo-r-bg {
    /* display: none; */
    background: url(wap-logo-r-1.png) no-repeat;
    background-size: 100%;
}

body {
    min-width: 100%;
    width: 100%;
    background: #fff;
}

.container {
    width: 100% !important;
    margin: 0 auto;
}


.section {
    overflow: hidden;
}

.section>.container {
    padding: 10px !important;
    background: #ffffff !important;
	    margin-top: -20px;
}
.top{
    display: none;
}
.search-box{
    display: none;
}
.link-nav{
display: none;
}
.nav{
height: auto !important;
}
.nav-list li {
float: left;
width: 33.3% !important;
font-size: 22px;
text-align: center;
border-right: 1px solid #6a91c6;
}
.logo{
display: none;
}
.common-list-tit li {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.common-list-tit {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eae8e8;
}
.name {
position: initial !important;
width: 100%;
}

.box-5 {
width: 100%;
height: 90px;
margin-top: 20px;
float: left;
}
.links .tit li{
width: 33.3% !important;
}
.footer{
height: auto !important;
    
}
.foot-box{
margin: 0 !important;
    height: auto;
}
.dzjg,#_jiucuo_,#_span_jiucuo{display: none;}
.foot-nav{text-align: center;display: flex;justify-content: center;}
.foot-box p{height: auto !important;text-align: center;padding:0 20px;}
.banner{
	  width: 100%;
	  height: auto !important;
  }
}
