@charset "utf-8";
.news {
width:auto;
float:left
}
.news ul{
	margin: 0px;
	padding: 0px;
}
.news li{
	width:auto;
	line-height: 32px;
	text-decoration: none;
	list-style-type: none;
}

.news li a{
color:#666666
}
