@charset "utf-8";
/* CSS Document */
.newsLeft .listBox{
	border:1px solid #F0F0F0;
	background-color:#F0F0F0;
	height:94px;
	width:614px;
	margin-top:12px;
	margin-bottom:20px;
	}
.listBox img{
	float:left;
	}
.newsLeft .description{
	height:151px;
	width:614px;
	float:left;
	line-height:26px;
	}
.description .listitem{
	background-color:#F2BABB;
	height:33px;
	width:614px;
	float:left;
	line-height:33px;
	color:#535355;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
	margin-bottom:20px;
	}
.description a{
	color:#FE1800;
	}

