#Contents .indexes {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 10px);
	max-width: 1000px;
	overflow: hidden;
}
#Contents .index.delegate {
	position: relative;
	float: left;
	/*margin: 0 5px 10px;
	padding: 1px 5px;
	width: calc(100% / 5 - 10px);*/
	width:100%;
	box-sizing: border-box;
}
#Contents .index.delegate header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#Contents .index.delegate header a {
	color: inherit;
}
#Contents .index.delegate header .avatar {
	float: left;
	margin: 11px 5px;
	border: 1px solid #999;
	border-radius: 14px;
	width: 26px;
	height: 26px;
	font-size: 0;
	line-height: 26px;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
#Contents .index.delegate header .avatar:first-letter {
	font-size: 20px;
}

#Contents .index.delegate div.image {
	box-sizing: border-box;
}
#Contents .index.delegate div.image a {
	display: block;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
#Contents .index.delegate div.image a:after {
	content: '';
	display: block;
	margin-top: 100%;
	width: 0;
	height: 0;
}
#Contents .index.delegate div.headline {
	padding: 0 5px;
	width: 100%;
	height: 60px;
	font-size: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
#Contents .index.delegate footer {
	margin: 5px 5px 10px;
	border-bottom: 1px dotted #CCC;
	width: calc(100% - 10px);
	font-size: 0.7rem;
	color: #999;
	overflow: hidden;
}
#Contents .index.delegate footer span.item {
	float: left;
}
#Contents .index.delegate footer span.date {
	float: right;
}
#Contents .index.delegate .book {
	top: 50px; right: 0;
}
#Contents .index.delegate .visibility {
	position: absolute;
	bottom: 5px;
	right: 0;
	line-height: 15px;
	text-align: right;
	color: #999;
	cursor: pointer;
}
#Contents .index.delegate .visibility .button {
	display: inline-block;
	width: 30px;
	height: 15px;
	background-image: url(../../../../file/image/visibility.png);
	background-size: cover;
	background-position: 0 0;
	vertical-align: bottom;
}
#Contents .index.delegate .visibility.on .button {
	background-position: 0 -15px;
}
#Contents .index.delegate .edit_a{
	
}
#Contents .index.delegate .edit {
	position: absolute;
	bottom: 0px;
	right: 35px;
	width: 30px;
	height: 30px;
	background-image: url(../../../../file/image/edit.png);
	background-position: 0 0;
	background-size: 30px;
}
#Contents .index.delegate .edit:hover {
	background-position: 0 -30px;
	cursor: pointer;
}
