/*
******************************
********** 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:46%;
	margin-left:2%;
	margin-right:2%;
	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:90%;
	float:left;
	margin-left:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:16px;
}