.banner{
	min-width:1500px;
	width:100%;
	height: 620px;
}
.banner img{
	width: 100%;
	height: 620px;
}

.news{
	min-width: 1200px;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 63px;
}
.news-title{
	min-width: 1200px;
	width: 1200px;
	height: 90px;
	text-align: center;
	background: url(../images/title-bg.png)center bottom no-repeat;
}
.news-title h2{
	font-size: 40px;
	color: #444444;
}
.news-title p{
	font-size: 18px;
	color: #999999;
}
.news-top{
	width: 1200px;
	height: auto;
	padding: 50px;
}
.news-top ul li{
	width: 1064px;
	height: auto;
	padding-bottom: 20px;
	background: url(../images/newsbg.jpg)center center no-repeat;
	zoom:  1;
	overflow: hidden;
	
}
.news-top-l{
	width: 515px;
	height: auto;
	float: left;
	text-align: center;
	overflow: hidden;
	padding-right: 30px;
	padding-left: 50px;
}
.news-top-l img,.news-top-r img{
	width:100%;
}
.news-top-r{
	width: 515px;
	float: right;
	padding-left: 50px;
	padding-top: 20px;
}
.news-top-r h2{
	color: #40210f;
	font-size: 24px;
	font-weight: normal;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-top-r p{
	color: #999;
	font-size: 24px;
}
.news-top-l-l{
	width: 515px;
	float: left;
	text-align: right;
	padding-top: 20px;
}
.news-top-l-l h2{
	padding-right: 50px;
	color: #40210f;
	font-size: 24px;
	font-weight: normal;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-top-l-l p{
	color: #999;
	font-size: 24px;
	padding-right: 50px;
}