@charset "utf-8";
.newss{
	width: 848px;
}

.listDiv{
	margin-top: 20px;
	width: 848px;
}
.listDiv ul{
	width: 810px;
	min-height: 411px;
	margin: 0px 19px 0px 19px;
}
.listContent{
	width: 808px;
	height: 36px;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #BBB;
}
.listContent1{
	border-top: 1px dashed #FFF;
}
.listContent:HOVER{
	border-color: #BBB;
	border-left: 1px dashed #BBB;
	border-right: 1px dashed #BBB;
	background-color: #F1F1F1;
}
.listContent div{
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.listContent a{
	font-size: 14px;
	color: #333;
}
.listContent a:HOVER{
	color: #ff8246;
}
.listContent font{
	font-size: 14px;
	color: #333;
}
