body {
	background: #f3f3f3;
}

.header_pc{ display:block;}
.header_mobile{ display:none;}
.footer_pc{ display:block;}
.footer_mobile{ display:none;}

.content {
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	margin-bottom: 11.5px;
}




.section {
  width: 100%;
  min-height:475px;
}

.section > .container {
  background: #ffffff;
  overflow: hidden;
  padding:0 20px;
}

.division-line {
  width: 1px;
  background: #e6e6e6;
}

.left-box {
  width: 270px;
  float: left;
}

.left-box .tit {
  width: 100%;
  height: 65px;
  line-height: 65px;
  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;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-left: 3px;
}

.left-box ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  background: #f1f1f1 url(../png/lag2m9.png) no-repeat 230px center;
  margin-top: 10px;
}

.left-box ul li a {
  float: left;
  height: 100%;
  color: #333;
  padding-left: 20px;
  width: 100%;
  text-align: left;
}

.left-box ul li.active {
  background: #e8eef6 url(../png/lag2m9.png) no-repeat 230px center;
}

.left-box ul li.active a {
  color: #1a56a8;
  font-weight: bold;
}

.right-box {
  width: 700px;
  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;
  color: #333;
  font-size: 17px;
}
.right-bigbox {
  width: 720px;
  border-left: 1px solid #eae8e8;
  float: right;
}
.table-sh-yc {
  height: 100%;
}
.fd {
  float: left;
  font-size: 19px;
}
.container {
  width: 100%;
  height: 100%;
}

.common-list {
    width: 100%;
}

.common-list-tit {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eae8e8;
}

.common-list-tit li {
    float: left;
    height: 50px;
    line-height: 45px;
    font-size: 22px;
    margin-right: 35px;
}

.common-list-tit li.on {
    font-weight: bold;
    border-bottom: 3px solid #1a56a8;
}

.common-list-tit li.on a {
    color: #1a56a8;
}

.common-list-items {
    overflow: hidden;
	font-size:17px;
	min-height:470px;
}

.common-list-items li {
    width: 100%;
    height: 42.5px;
    line-height: 42.5px;
    font-size: 16px;
    padding-left: 15px;
    background: url(../png/9tq1a1.png) no-repeat left center;
}

.common-list-items li span {
    color: #adadad;
    margin-left: 15px;
}

.common-list-pic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.common-list-pic img {
    width: 100%;
    height: 100%;
}

.common-list-pic-txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 34px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.8;
    overflow: hidden;
}

.common-list-pic-txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 34px;
    line-height: 33px;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.common-list-pic-txt a {
    font-size: 14px;
    color: #ffffff;
}

.current-position {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #1a56a8;
}

.current-position a {
    color: #1a56a8;
    font-size: 14px;
}

.current-position > .container {
    background: url(../png/ap6m1u.png) no-repeat 25px center;
    padding-left: 50px;
}
.default_pgContainer a{    color: #333;text-align: left;display: block;}

@media( max-width:1600px){
	.header_pc{ display:block;}
	.header_mobile{ display:none;}
	.footer_pc{ display:block;}
	.footer_mobile{ display:none;}
	
	
	.content{
		width: 1000px;
		padding: 0;
		margin-bottom: 10px;
	}
	.right-bigbox {
    	width: 670px;
    	margin-bottom: 13px;
    	min-height: 539px;
    }
    .right-box {
	    width: 650px;
	    float: right;
	}
	.common-list-tit {
	    height: 45px;
	}
	.common-list-tit li {
	    height: 45px;
	    line-height: 40px;
	    font-size: 20px;
	}
	.common-list-items li {
	    height: 35px;
	    line-height: 35px;
	    font-size: 15px;
	    padding-left: 15px;
	}
	.common-list-items > ul > li > a {
	    font-size: 15px;
	}
	.current-position {
	    height: 40px;
	    line-height: 40px;
	}
	.left-box .tit {
	    height: 60px;
	    line-height: 60px;
	    font-size: 20px;
	}
	.left-box ul li {
	    height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	}
	.left-box {
	    width: 270px;
	}
}






@media (max-width: 700px) {
	.header_pc{ display:none;}
	.header_mobile{ display:block;}
	.footer_pc{ display:none;}
	.footer_mobile{ display:block;}
	
  body {
    min-width: 100%;
    background: #fff;
  }
  .right-bigbox { margin-bottom:0.1rem;}
  .content{
		width: 100%;
		padding: 0px;
		margin-bottom: 4.5px;
	}
  
  .container {
    width: 100%;
	padding:0 20px;
  }
  .current-position {
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #1a56a8;
  }
  .current-position > .container { background:none;
  }
  .container .wzlocal{ display:none;}
  .section {
  	min-height: 20px;
  }
  .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(../png/q7bqqo.png) no-repeat;
    background-size: 100%;
    margin: 25px;
	margin-top:10px;
	margin-bottom: 0;
  }
  #mask li {
    width: 100%;
    font-size: 18px;
    border: none;
    background-color: #E9EEF6;
    margin-top: 0;
}
.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;
}
.common-list-items{ min-height:atuo;}
.logo-r-bg {
    
    background: url(../png/8y2ukn.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;
}

.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;
}
#_jiucuo_,#_span_jiucuo{display: none;}
.foot-nav{text-align: center;margin-left: 85px;}
.foot-box p{height: auto !important;text-align: center;padding:0 20px;}
.banner{
	  width: 100%;
	  height: auto !important;
  }
.fd{ font-size:15px;}
.fd a{ font-size:15px;}
.common-list-items li {text-align: left;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
}
.default_pgContainer a{    color: #333;text-align: left;display: inline;}
}