@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: darkred;
}
body{
	min-width: 1400px;
	background-color: #f4f4f4;
	margin: 0 auto;
}
.clearfix{
	clear: both;
}
.banner{
	height: 300px;
	BACKGROUND-REPEAT: no-repeat;
	background-image: url(lxqbgx_banner.jpg);
	background-position: center;
	overflow: hidden;
	margin: 0 auto;
}
.text{
	width: 1140px;
	margin: 0 auto;
	height: 100px;
	background-color: white;
	display: block;
	padding: 40px 30px;
	margin-bottom: 40px;
}
.text p{
	line-height: 28px;
	font-size: 18px;
	display: block;
}
.news{
	margin: 0 auto;
	width: 1200px;
}
.smallnews{
	width: 1200px;
	background-color: white;
	margin-bottom: 30px;
}
.newsleft{
	display: block;
	width: 400px;
	height: 240px;
	float: left;
}
.newsright{
	width: 800px;
	height: 240px;
	float: right;
}
.newsright h6{
	font-size: 24px;
	width: 700px;
	line-height: 30px;
	height: 60px;
	margin: 30px 0 0 50px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.newsright p{
	font-size: 18px;
	width: 700px;
	line-height: 24px;
	height: 96px;
	margin: 10px 0 0 50px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.copy {
	text-align: center; padding-bottom: 40px; LINE-HEIGHT: 22px; background-color: #cecece; padding-top: 30px;margin-top: 30px;
}
.pagew {
	width: 1200px; margin-left: auto; margin-right: auto;
}

image{
	border: none;
}