<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
******************************
********** author:@zhou灏忕櫧鐚�
******************************
*/

@import "common.css";
@import "other_common.css";

.con_right_box{
}
.con_right_box ul{
	margin-top:10px;
}
.con_right_box ul li{
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	background:url(../../images/taoci/ico_point.gif) no-repeat 0;
	border-bottom:1px dashed #e3e3e3;
}
.con_right_box ul li span.date{
	width:auto;
	float:right;
	color:#999;
	font-size:13px;
}
.con_right_box ul li a.detail{
	width:590px;
	float:left;
	margin-left:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}</pre></body></html>