.docList-doc-list{
	background: #fff;
	border-radius: 8px;
	margin: 20px auto;
	padding: 40px;
}
.docList-doc-title{
	margin: 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.docList-doc-title>a{
	margin-top: 4px;
	color: #007aff;
}
.docList-doc-subs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px solid #f2f2f2
}
.docList-doc-name{
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
font-size: 16px;
}
.docList-doc-name>a:hover{
	color: #007aff;
}
.docList-doc-date{
	margin-left: 40px;
}