	ul.news {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0px 20px;
	}
	ul.news li {
		margin-bottom: 20px;
		position:relative;
	}
	ul.news li.left {
		display: block;
		float: left;
		width: 280px;
		clear: left;
	}
	ul.news li.right {
		display: block;
		float: left;
		width: 280px;
		margin-left: 15px;
	}
	ul.news li a.title {
		display: block;
		clear: both;
	}
	ul.news li img.news {
		display: block;
		width: 93px;
		height: 72px;
		border: 1px solid #a00;
		margin-right: 5px;
		float: left;
	}
	ul.news li.news p {
		margin: 0px;
		height: 10px;
		line-height:11px;
	}
	ul.news li.news a.raquo,
	ul.news li.news a.raquo:visited {
		cursor: pointer;
		display:inline-block;
		height: 10px;
		font-size: 10px;
		color: #000000;
		text-decoration: underline;
	}
	ul.news li.news a.raquo:hover {
		color: #a00;
	}
	ul.news li.news h3 {
		font-size: 10px;
	}
	ul.news li.news h3 span.date {
		color: #000;
	}
	ul.news li div.other {
		position: absolute;
		bottom:2px;
		left:100px;
	}