@charset "UTF-8";

.nl-note-list li .nl-note-info,.nl-note-list li .nl-note-summary,.nl-note-list li h2,.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#noteList {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-color: #f7f7f7
}

.nl-note-list li {
	margin: 10px;
	position: relative
}

.nl-note-list li:last-of-type {
	margin-bottom: 0
}

.nl-note-list li a {
	display: block;
	width: 100%;
	padding: 28.125%
}

.nl-note-list li .nl-note-cover,.nl-note-list li .nl-note-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.nl-note-list li .nl-note-cover {
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(0,0,0,.5)),color-stop(33%,rgba(0,0,0,.1)),color-stop(66%,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.5)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 33%,rgba(0,0,0,.1) 66%,rgba(0,0,0,.5) 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 33%,rgba(0,0,0,.1) 66%,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 33%,rgba(0,0,0,.1) 66%,rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 33%,rgba(0,0,0,.1) 66%,rgba(0,0,0,.5) 100%)
}

.nl-note-list li .nl-note-cover div {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border-radius: 20px;
	border: 1px solid #fff;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fff),color-stop(100%,#fff));
	background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
	background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
	background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
	background-image: linear-gradient(top,#fff 0,#fff 100%)
}

.nl-note-list li .nl-note-cover div img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%
}

.nl-note-list li h2 {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	margin: 10px 10px 6px
}

.nl-note-list li .nl-note-summary {
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	margin: 0 10px
}

.nl-note-list li .nl-note-info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	width: 100%;
	padding-left: 60px;
	text-align: right
}[data-role=widget-pagination] {
	border-top: none!important;
	background-color: #f7f7f7!important;
	border-bottom: none!important
}

.nodata {
	text-align: center;
	margin-top: 115px;
	font-size: 16px
}

.nodata h2 {
	font-weight: 700
}

.nodata summary {
	color: #999;
	margin-top: 16px
}