﻿.newlist ul li{
	overflow:hidden;
	line-height:40px;
	border-bottom:1px dotted #ccc;
	background: url(images/dot3.jpg) left no-repeat;
    padding-left: 20px;
}
.newlist ul li .n-tit{
	width:560px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:14px;
	color:#333;
	background:
}
.newlist ul li .n-time{
	text-align:right;
	fot-size:12px;
	display:block;
	margin-right:20px;
}
.newlist ul li .n-tit:hover{
	color:#0c64ce;
	font-weight:bold;
}
.newlist ul li a:hover{
	text-decoration:none!important;
}