.newsList {
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
}

.listDetail {
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 0 110px 60px 110px;
	margin: 50px auto 0;
	background: #fff;
}

.listMain {
	height: auto;
	overflow: hidden;
}

.listMain li {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom:20px;
	cursor: pointer;
}

.listMain li h3 {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	line-height: 22px;
	margin-top: 30px;
	padding-bottom: 3px;
}

.newsMain {
	height: auto;
	overflow: hidden;
	background: #F8F8F8;
}

.newsDetail {
	width: 1090px;
	margin: 0 auto;
	background: #fff;
	padding: 0 110px 80px;
	height: auto;
	overflow: hidden;
}

.newsDetail h3 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	padding: 60px 0 18px 0;
	text-align: center;
}

.newsTips {
	font-size: 14px;
	color: #999;
	text-align: justify;
	line-height: 14px;
	padding-bottom: 36.5px;
	vertical-align: middle;
	font-family: PingFang SC, Microsoft YaHei, STHeiti, SimHei, Helvetica Neue, Arial, Verdana;
	display: block;
	text-align: center;
}

.listName {
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

.listImg {
	display: block;
	float: left;
}

.listName span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	left: 148px;
	bottom: 0;
}
.bannerMain {
	height: auto;
	overflow: hidden;
	background: #F8F8F8;
}

.bannerDetail {
	width: 1090px;
	margin:50px auto 0;
	background: #fff;
	padding: 0 110px 80px;
	height: auto;
	overflow: hidden;
}