.main{
	width: 100%;
	height: auto;
}
.list{
	margin: 0 0.37rem;
}
.list ul li{
	display: block;
	clear: both;
	width: 100%;
	height: 0.79rem;
	border-bottom: 1px solid #e1e1e1;
	line-height: 0.79rem;
}
.list ul li a p{
	float: left;
	font-size: 0.26rem;
	color: #666666;
	width: 74%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list ul li a time{
	float: right;
	font-size: 0.17rem;
	color: #999999;
}
.list ul li:last-child{
	border-bottom: none;
}
