@charset "utf-8";
/* CSS Document */

.rednews {
	clear:both;
	width:600px;
         background:#fff;
	height:357px;
	border:1px solid #c5d6ea;
	margin:0 auto;
}
.rednews h3 {
	margin:0;
	float:none;
	display:block;
	background:#dae6f2;
	height:30px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	width:588px;
	padding-left:12px;
}
.rednews dl {
	width:250px;
	margin:0 auto;
	margin-left:10px;
	margin-top:15px;
	line-height:inherit;
	display:inline;
	height:300px;
	overflow:hidden;
}
.rednews dl dt {
	text-align:center;
	line-height:25px;
	width:250px;
}
.rednews dl dd {
	width:250px;
	text-align:center;
	text-indent:0;
	margin-top:15;
	line-height:25px;
}
.rednews .redlist {
	width:310px;
	margin-top:10px;
	display:inline;
	margin-left:15px;
	float:left;
}
.rednews .redlist ul {
	height:130px;
	border-bottom:1px dashed #d5e1ed;
}
.rednews .redlist ul li {
	height:30px;
	overflow:hidden;
	background:url(http://www.weather.com.cn/m2/i/dian09.gif) no-repeat 0px 13px;
	padding-left:10px;
	line-height:30px;
}
.rednews .redlist ul li a {
	font-size:14px;
	padding-right:10px;
}
.rednews .redlist ul.redsed {
	margin-top:30px;
	border:none;
}
