/**
 * 列表页
 */
.log{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 7px;
}
.log_item{
	display:flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 590px;
	height: 76px;
	background: #FFFFFF;
	padding:0 30px;
	margin-bottom: 20px;
}
.log_item_title{
	font-size: 18px;
	color: #000000;
}
.log_item_time{
	font-size: 14px;
	color: #666666;
}
