/*
			chapter
*/
.chapter {
	width:460px;
	float:right;
}
/*
			newslist
*/
.newslist {
	width:220px;
}
.newslist div {
	width:190px;
}
/*
			hot
*/
.newslist .hot {
	padding-top:0;
	padding-bottom:15px;
	background-color:#003968;
	border-bottom:1px solid #fff;
	background-image:url(../images/hotBgGradient.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height:191px;
}
.newslist .hot div {
	padding:15px;
	padding-bottom:0;
	padding-left:0;
	padding-top:30px;
	background-image:url(../images/hotBg.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.newslist .hot div h4 a {
	color:#ff6600;
	text-decoration:underline;
}
.newslist .hot div h4 a:hover {
	color:#bde4ff;
}
.newslist .hot div p {
	color:#fff;
}