
#boxreirong{
	list-style-type:none;
	width:100%;
	height:30px;
	white-space:nowrap;
	display:block;
	word-break:keep-all;
	overflow: hidden;
}

#boxreirong li{
	float:left;
	padding-left:100px;
	height:30px;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#boxreirong li a{
	color:#333;
	text-decoration:none;
	font-size:12px;
}
#boxreirong li a:link,#boxreirong li a:visited{
	color:#333;
	text-decoration:none;
	font-size:12px;
}
#boxreirong li a:hover,#boxreirong li a:active{
	color:#f04363;
	font-size:12px;
	text-decoration:underline;
}

