.maincontent{
	width: 100%;
	overflow:hidden;
}
.listBox{
	width: 100%;
	height: auto;
}
.webaddress{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.webaddress h2{
	font-size: 16px;
    color: #333333;
}
.listLeft{
	width: 230px;
	height: auto;
	float: left;
}
.leftMenu{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #38a4ff;
	border-radius: 4px 4px 0 0;
}
.leftMenu h2{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 48px;
	background: url(menu1.png) no-repeat 16px center;
}
.listLeft ul{
	padding: 8px 0 64px 0;
	border: 1px solid #DBEFFF;
	border-top: none;
}
.listLeft ul li{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 64px;
	border-bottom: 1px dashed #E5E5E5;
}
.listLeft ul li.active{
	color: #1B81D7;
	background: url(liststyle4.png) no-repeat 40px center;
}
.listRight{
	width: 100%;
	margin-left: 254px;
	height: auto;
}

.list_content{
	width: 78%;
	height: auto;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 44px;
}
.rightMenu{
	width: 100%;
	height: 44px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
}
.rightMenu h2{
	width: 160px;
	height: 44px;
	text-align: center;
	font-size: 18px;
	color: #ff5d38;
	border-bottom: 2px solid #ff5d38;
}
.list_content ul li{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 2em;
	float: left;
/* 	padding-left: 24px; */
/* 	background: url(liststyle5.png) no-repeat 4px center; */
}
.list_content ul li em{
	color: #969696;
	float: right;
}
/*list content end*/

.pageBox{
	width: 100%;
	height: 80px;
}
/* maincontent end*/



@media screen and (max-width:1200px) {
	.containbox{
		width: 100%;
	}
	.containbox{
		margin: 0 auto;
	}
	.topbox{
		height: 200px;
		background: url(top_bj.png) no-repeat right bottom;
	}
	.logobox img{
		float: left;
		margin: 24px 0 10px 12px;
	}
	.topbox .headright{
		width: 100%;
		float: left;
		padding: 0 20px;
	}
	.headright ul{
		display: none;
	}
	.headright img{
		display: none;
	}
	.searchbox{
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    float: left;
	    margin: 0 auto;
    }
    .searchimg{
    	height: 50px;
    }
    .homechildbox{
    	width: 640px;
    }
    .homechildbox .deom{
    	margin-left: 44px;
    }
    .homechildbox ul li{
    	margin: 0 12px;
    }
    .footlogobox{
    	display: none;
    }
    .footbeian{
    	width: 100%;
    }
    .pageBox{
    	padding-left: 0;
    }
    .maincontent{
    	padding: 0 2%;
    }
}
/* 适配1366*768分辨率样式*/

@media screen and (max-width:1920px){
	.containbox{
		width: 1000px;
	}
	.containbox{
		margin: 0 auto;
	}
	.list_content ul li{
		font-size: 14px;
		padding-left: 20px;
	}
	.listLeft{
		width: 200px;
	}
	.listRight{
		margin-left: 224px;
	}
	.list_content{
		width: 77.7%;
	}
}
/* 适配结束*/
@media screen and (max-width:900px) {
	.containbox{
		width: 100%;
	}
	.containbox{
		margin: 0 auto;
	}
    .pageBox{
    	padding-left: 0;
    }
    .maincontent{
    	padding: 0 2%;
    }
}

















