.st{
position: relative;
overflow: scroll;
width: 680px;
height: 300px;
}

.st .belt{
position: absolute;
left: 0;
top: 0;
}

.st .panel{
float: left;
overflow: hidden;
margin-top: 10px;
width: 680px;
height:300px;
}

.st_b{
position: relative;
overflow: scroll;
width: 680px;
height: 300px;
}

.st_b .belt_b{
position: absolute;
left: 0;
top: 0;
}

.st_b .panel_b{
float: left;
overflow: hidden;
margin-top: 10px;
width: 680px;
height:300px;
}

a.cur {
	color:#222;
	cursor:pointer;
	padding:4px 6px;
}

a.cur:hover {
	color:#fff;
	background:#bbdc1c;
}

ul.list {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
	padding:0px;
}

ul.list img {
	padding:4px;
	border:1px #ddd solid;
	margin-right:5px;
	margin-bottom:5px;
}

ul.list .title a {
	color:#ed1c24;
	text-decoration:none;
	font-size:14px;
}

ul.list .title a:hover {
	color:#bbdc1c;
}

ul.list .author {
	color:#888;
	font-size:10px;
}

ul.list .more a {
	color:#ed1c24;
	text-decoration:none;
	font-size:10px;
	float:right;
}

ul.list .more a:hover {
	color:#bbdc1c;
}

.odd {
	background:#fff;
	margin-left:0px;
	margin-bottom:4px;
	border-bottom:1px #ddd solid;
}

