#news{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
}
.news-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.news-tab{
	float: left;
	width: 250px;
	height: auto;
	overflow: auto;
	background: #f8f8f8;
	padding: 20px 0;
}
.news-title{
	width: 250px;
	height: auto;
	overflow: auto;
}
.news-title h2{
	font-size: 26px;
	line-height: 60px;
	color: #444;
	text-align: center;
}
.news-line{
	width: 200px;
	height: 1px;
	margin: 10px auto;
	background: #ccc;
}
.news-tab ul{
	width: 250px;
	height: auto;
	overflow: auto;
	display: block;
}
.news-tab ul li{
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin: 10px 0;
}
.active{
	color: #0090D9 !important;
}
.normal{}

.news-content{
	float: right;
	width: 900px;
	height: auto;
	overflow: auto;
	background: #f8f8f8;
	padding: 25px;
}
.news-content ul{
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
}
.news-content ul li{
	width: 100%;
	height: auto;
	overflow: auto;
	border-bottom: 1px #ccc solid;
	padding: 15px 0;
}
.news-content ul li a{
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
}
.news-content ul li a h2{
	width: 750px;
	font-size: 20px;
	color: #444;
	line-height: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.news-content ul li a span{
	display: block;
	float: right;
	width: 100px;
	height: 40px;
	text-align: right;
	color: #888;
	font-size: 14px;
	line-height: 40px;
}
.news-content ul li a p{
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-content ul li:hover a h2{
	color: #0090D9 !important;
}
.news-more{
	width: 140px;
	height: 35px;
	background: #0090D9;
	text-align: center;
	line-height: 35px;
	margin: 30px auto 10px;
}
.news-more a{
	color: #fff;
}