/*
copyright: 古蜀彩灯
date: 2017-08
for: 末级
*/
/* CSS Document */
.viewTitle {
	width: 1080px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 45px;
	color: #e6212a;
	text-align: center;
	margin-top: 10px;
}
.viewInfo {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
}
.viewInfo span {
	color: #5c5c5c;
}
.viewNews {
	width: 1080px;
	margin-top: 25px;
	padding: 15px 10px 0;
	display: table;
	background: url(../images/lineBg.gif) repeat-x top center;
}
.viewNews li {
	width: 1060px;
	font-size: 16px;
	color: #999;
	line-height: 40px;
	padding-left: 20px;
	background: url(../images/viewBg.jpg) no-repeat center left;
	float: left;
}
.viewNews li a {
	display: block;
	color: #5c5c5c;
	width: 996px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.viewNews li a:hover {
	color: #e6212a;
}