<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
* @version:	 		    2017.10.25
* @createTime: 	 		2017.10.25
* @updateTime: 			2017.10.25
* @author:				wusj
* @name:  				component-grid.css
* @description          列表
 */
.fd-grid01{}
.fd-grid01 .fd-item{
	position: relative;
	padding-left: 15px;
	padding-right: 105px;
}
.fd-grid01 .fd-item:before{
	position: absolute;
	content: "";
	top:24px;
	left: 5px;
	width:3px;
	height:3px;
	background: #4d5457;
}
.fd-grid01 .fd-title{
	position: relative;
	color: #4d5457;
	font:16px/50px "microsoft yahei";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.fd-grid01 .fd-date{
	position: absolute;
	top:0;
	right: 0;
	color: #95989a;
	font:16px/51px "microsoft yahei";
}
.fd-grid01 .fd-item:hover *{
	color: #ce3335 !important;
}</pre></body></html>