﻿.news{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;}

.news ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;}
.news ul li {
	width: 100%;
	line-height: 32px;
	height: 32px;
	float: left;
	border-bottom: 1px dotted #ccc;}
.news ul li a {
	float: left;
	color: #000;
	font-size: 14px;
	width: 80%;
	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	padding-left: 8px;
 	background: url(../images/news-li-bg.jpg) no-repeat left center;}
/*.news ul li:hover a {
	color: #8ec6f3;
}*/
.news .n-date {
	float: right;
	color: #000;
	line-height: 32px;
	font-size: 14px;}