/*
copyright: 古蜀彩灯
date: 2017-08
for: 图片新闻
*/
/* CSS Document */
#picNews {
	width: 100%;
	margin-top: 5px;
}
#picNews li {
	width: 1080px;
	padding: 0 10px 15px;
	margin-top: 15px;
	background: url(../images/lineBg.gif) repeat-x bottom center;
	float: left;
}
#picNews li a {
	width: 100%;
	height: 192px;
	display: block;
}
#picNews li a img {
	width: 251px;
	height: 188px;
	border: 2px solid #eee;
}
#picNews li a:hover img {
	border-color: #e6212a;
}
#picNews li a h1 {
	width: 795px;
	height: 40px;
	font-size: 18px;
	color: #5c5c5c;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#picNews li a:hover h1 {
	color: #e6212a;
}
#picNews li a .brief,
#picNews li a .info {
	width: 795px;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
#picNews li a .brief {
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#picNews li a .info {
	margin-top: 25px;
}
#picNews li a .info span {
	color: #5c5c5c;
}
#picNews li a:hover .brief,
#picNews li a:hover .info,
#picNews li a:hover .info span {
	color: #e6212a;
}
#pagination {
	padding-top: 20px;
}