.fd-list{
	position: relative;
}
.fd-list li{
	position: relative;
	padding: 0 100px 0 24px;
	width: 100%;
	height: 51px;
	border-bottom: 1px solid #e0c899;
}
.fd-list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background:#303030;
}

.fd-list li span,
.fd-list li a{
	font: 20px/50px "microsoft yahei";
	color: #333;
}
.fd-list li:hover a{
	color: #7b331b ;
}
.fd-list li a{
	max-width: 90%;
	overflow: hidden;
  	white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.fd-time{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	cursor: default;
}
