.nitags li{
	position: relative;
	float: left;
	width: 7pc;
	margin: 8px!important;
	background: #f6f6f6;
	box-shadow: 0 0 1px rgba(0,0,0,.15);
} 
.nitags li a{
	display: block;
	line-height: 36px;
	padding: 0 10px 0 10px;
	font-size: 1pc;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nitags li span{
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 14px;
	line-height: 36px;
}
.nitags li span a{
	color: #fe704e;
}