@charset "gb2312";
/* style reset
-----------------------------------------------------------------------------------------------------*/




.newslist {
	width: 1100px;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 12px;
}
.newslistdl {
	float: left;
	width: 550px;
	height: 91px;
	border-bottom: 1px solid #d5d5d5;
}
.newslistdl a {
	width: 550px;
	height: 90px;
	display: block;
	padding-bottom: 1px;
}
.newslistdl a:hover {
	background: #003668;
}
.newslistdl a:hover .title {
	color: #ffffff;
}
.newslistdl a:hover .intro {
	color: #fff;
}
.newslistdl a:hover .num {
	color: #ffffff;
}
.newslistdl dt {
	float: left;
	width: 90px;
	height: 90px;
	color: #4a2a1d;
	font-size: 48px;
	line-height: 90px;
	font-family: impact;
	text-align: center;
}
.newslistdl dd {
	float: left;
	width: 410px;
	height: 90px;
}
.newslistdl .title {
	width: 450px;

	display: block;
	padding-top: 18px;
	color: #42525b;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.newslistdl .intro {
	width: 450px;
	height: 40px;
	display: block;
	overflow: hidden;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
/* end newslistdl */	
	



