﻿/* Block */
/* new list*/
.newlist {
	margin:0 auto;
	padding:0px;
	list-style:none;
	text-align:left;
}
.newlist a:link,a:visited {
	color: #00496C;
	font-size:12px;
	text-decoration:none;
}
.newlist a:hover{
	color: #FF3300;
}
.newlist li {
	width:49%;
	margin:0 auto;
	text-align:left;
	text-indent:15px;
	line-height:22px;
	color:#000;
	background: url("../images/item.gif") no-repeat 4px center;
	overflow:hidden;
	float:left;
}
.newlist .softtitle {
	color:#fff;
	overflow:hidden;
}
.newlist .dateandtime {
	width:100px;
	float:right;
	border:0px solid #9999BB;
}
