.list-item{
	width:100px;
	height:100px;
	border:1px solid #ececec;
	position:relative;
	text-align: center;
	line-height: 85px;
	margin-right: 14px;
	margin-bottom:14px;
	padding-top: 15px;
	box-sizing: border-box;
	background: #fafafa;
	font-size: 20px;
	color: #bbb;
	float: left;
}
.list-item:hover{
	background: #efefef;
}
.status{
	position: absolute;
	top:2px;
	left:4px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
}
.list-item input{
	
	position: absolute;
	top:4px;
	right:4px;
	width:18px;
	height:18px;
}