/*
copyright: 古蜀彩灯
date: 2017-08
for: 新闻列表
*/
/* CSS Document */
#newsList {
	width: 100%;
	margin: 10px auto 0;
}
#newsList li {
	width: 1080px;
	padding: 0 10px;
	float: left;
}
#newsList li a {
	width: 100%;
	height: 40px;
	display: block;
}
#newsList li a h1 {
	font-size: 16px;
	color: #5c5c5c;
	line-height: 40px;
	padding-left: 15px;
	background: url(../images/newsBg.gif) no-repeat top left;
	width: 976px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#newsList li a span {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
#newsList li a:hover h1,
#newsList li a:hover span {
	color: #e6212a;
}
#newsList li a:hover h1 {
	background-position: bottom left;
}
#newsList .line {
	width: 1100px;
	margin: 10px 0;
	height: 1px;
	background: url(../images/lineBg.gif) repeat-x center center;
	float: left;
}
#pagination {
	padding-top: 10px;
}