@charset "utf-8";
.news {
	margin: 1px 0;
	width: 622px;
	height: 104px;
	clear: both;
	cursor: pointer;
}
.news .url {
	display: none;
}
.news .image {
	float: left;
	width: 100px;
	height: 100px;
	padding: 1px;
	border: #036 solid 1px;
}
.news .head {
	float: left;
	width: 513px;
	height: 16px;
	padding: 2px 0 0 3px;
	margin: 0 0 0 2px;
	background: #036;
	color: #fc0;
	position: relative;
}
.news .title {
	width: 400px;
	height: 14px;
	overflow: hidden;
}
.news .time {
	position: absolute;
	top: 2px;
	right: 3px;
}
.news .short {
	float: left;
	width: 510px;
	height: 78px;
	margin: 2px 4px;
}