/**bodynews**/
.bodynews{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}
/**newslbleft**/
.newsleft{
	width: 45%;
	height: auto;
	float: left;
	margin-left: 16%;
	margin-top: 80px;
}
.newsleft h1{
	text-align: center;
	margin-bottom: 20px;
}
.newsleft p{
	text-indent: 2em;
	color: #666666;
	line-height: 2.5;
	font-size: 18px;
}
.newsleft img{
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
/**newslbright**/
.newsright{
	width: 20%;
	height: auto;
	float: left;
	margin-top: 80px;
	margin-left: 3%;
	background-color: #f0f8ff;
}
.newsright h2{
	margin: 30px 30px 10px 35px;
}
.newsright hr{
	width: 80%;margin: 0 auto;
}
.newsrighttext{
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 15px;
}
.newsrighttext a{
	text-decoration:none;
	color:#000000;
}
.newsrighttext p{
	margin-left: 35px;
}


@media screen and (max-width:1200px){
/**bodynews**/
.bodynews{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}
/**newslbleft**/
.newsleft{
	width: 80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 80px;
}
.newsleft h1{
	text-align: center;
	margin-bottom: 20px;
}
.newsleft p{
	text-indent: 2em;
	color: #666666;
	line-height: 2.2;
	font-size: 15px;
}
.newsleft img{
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
/**newslbright**/
.newsright{
	width: 80%;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 10%;
	background-color: #f0f8ff;
}
.newsright h2{
	margin: 30px 30px 10px 35px;
}
.newsright hr{
	width: 92%;margin: 0 auto;
}
.newsrighttext{
	width: 50%;
	height: 50px;
	float: left;
	margin-top: 15px;
}
.newsrighttext p{
	margin-left: 35px;
}

}