.main{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.main img{
	width: 100%;
	height: 36.15rem;
	border:none;
	display: block;
}
.bread{
	height: 3.4375rem;
	width: 100%;
	border-bottom:1px solid #535353;
	line-height: 3.4375rem;
	
}
.content{
	width: 100%;
	overflow: hidden;
background: url(../images/lxbg.jpg);
background-position: bottom;
background-repeat: no-repeat;
background-size: 100%;
}
.bread{
	height: 3.4375rem;
	width: 100%;
	border-bottom:1px solid #535353;
	line-height: 3.4375rem;
	
}
.bread-nav{
	width: 65.625rem;
	margin:0px 10rem;
}
.bread-nav img{
	vertical-align: middle;
	border: none;
	margin-right: 0.5rem;

}
.c-1{
	
	margin:0px 10rem;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color: #FFFFFF;*/
}

.newslist{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding-top: 3rem;
	margin-bottom: 2rem;
}
.newslist ul{
	box-sizing: border-box;
	padding:2rem;
	overflow: hidden;
}
.newslist ul li{
	display: block;
	float: left;
	text-align: center;
	box-sizing: border-box;
	width: 25%;
}
.newslist ul li img{
	width:90%;
	border:none;
	transition: all 0.6s;  
}
.newslist ul li img:hover{
	transform: scale(1.02);  
}
.newslist ul li p{
	text-align: center;
	line-height: 3rem;
}
.newslist ul li a:link,.newslist ul li a:visited{
	text-decoration: none;;
	color:#000000;
}
.newslist ul li a:hover{
	text-decoration: none;;
	color:orange;
}
.pagelist{
	text-align: center;
	margin-bottom: 3rem;
	box-sizing: border-box;
}
