.banner{
	width:100%;
	height:300px;
	background:url("../images/banner_huan.jpg") no-repeat center top;
	margin-top:-320px;
}



.content{
	width:1200px;
	margin:0 auto;
/*	line-height:28px;*/
	margin-bottom:60px;
	/*min-height:500px;*/
	/*background:#eee3e3;*/
	margin-top:50px;
}
.title{
	margin-bottom:40px;
}
.content li{
	width:100%;
	
	
	line-height:40px;
	border-bottom:1px dashed #ccc;
	position:relative;
}
.content ul img{
	margin:0 10px;
}
.content li a:hover{
	color:#479724;
}
li#last{
	border:none;
}
.hide{
	display:none;
}

.content1{
	width:1200px;
	margin:0 auto;
/*	line-height:28px;*/
	margin-bottom:60px;
	/*min-height:500px;*/
	/*background:#eee3e3;*/
	margin-top:50px;
	line-height:1.7rem;
}
.content1 img{
	max-width:100%;
}


@media (max-width:1220px){
	ul.channel{
	margin-left:-10px;
}
.banner{
	width:100%;
	height:210px;
	background:url("../images/banner_huan.jpg") no-repeat center top/1300px;
	margin-top:-360px;
}

.content{
	width:700px;
}
.content1{
	width:700px;
}
}



@media (max-width:720px){
.banner{
	width:100%;
	height:130px;
	background:url("../images/banner_huan.jpg") no-repeat center top/800px;
}
.content{
	width:100%;
}
.content1{
	width:100%;
}
}


@media (max-width:400px){
.banner{
	height:97px;
	background:url("../images/banner_huan.jpg") no-repeat center top/600px;
	margin-top:-360px;
}
}