.note-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.note-list li {
	position: relative;
	width: 100%;
	margin: 0 0 15px;
	padding: 15px 2px 20px 0;
	border-bottom: 1px solid #f0f0f0;
	word-wrap: break-word
}

.note-list li.have-img {
	min-height: 140px
}

.note-list .is_top .title:before {
	content: "\7F6E\9876";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	line-height: 22px;
	border-radius: 4px;
	margin-right: 8px;
	font-size: 12px;
	text-align: center;
	background-color: #e9634c;
	color: #fff;
	font-weight: 400
}

.note-list .have-img .wrap-img {
	position: absolute;
	top: 50%;
	margin-top: -60px;
	right: 0;
	width: 125px;
	height: 100px
}

.note-list .have-img .wrap-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #f0f0f0
}

.note-list .have-img>div {
	padding-right: 140px
}

.note-list .content .cancel {
	display: none
}

.note-list .content:hover .cancel {
	display: inline
}

.note-list .author {
	margin-bottom: 14px;
	font-size: 13px
}

.note-list .author-restyle {
	margin-bottom: 0
}

.note-list .author .avatar {
	margin: 0 5px 0 0
}

.note-list .author .avatar,
.note-list .author .info {
	display: inline-block;
	vertical-align: middle
}

.note-list .author .info .nickname {
	vertical-align: middle
}

.note-list .author .info .badge-icon {
	width: 15px;
	height: 15px
}

.note-list .author .info span {
	display: inline-block;
	padding-left: 3px;
	color: #969696;
	vertical-align: middle
}

.note-list .author a {
	color: #333
}

.note-list .author a:hover {
	color: #2f2f2f
}

.note-list .author .time {
	color: #969696
}

.note-list .title {
	margin: -7px 0 4px;
	display: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5
}

.note-list .title:hover {
	text-decoration: underline
}

.note-list .title:visited {
	color: #969696
}

.note-list .title:empty:before {
	content: "\65E0\9898"
}

.note-list .origin-author {
	display: inline;
	margin-bottom: 5px;
	font-size: 12px;
	color: #969696
}

.note-list .origin-author a {
	margin-right: 5px
}

.note-list .comment {
	font-size: 15px;
	line-height: 1.7
}

.note-list .comment a,
.note-list a.maleskine-author {
	color: #3194d0
}

.note-list blockquote {
	margin-bottom: 0;
	color: #969696;
	border-left: 3px solid #d9d9d9
}

.note-list blockquote .single-line {
	margin: 0
}

body.reader-night-mode .note-list blockquote .single-line a {
	color: #c8c8c8
}

.note-list blockquote .title {
	margin: 0 0 4px;
	font-size: 15px
}

.note-list blockquote .abstract {
	margin: 0 0 4px
}

.note-list .abstract {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 24px;
	color: #999
}

.note-list .collection-tag {
	display: inline-block;
	padding: 3px 6px;
	margin-top: -1px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	vertical-align: middle;
	color: #ea6f5a !important;
	border: 1px solid rgba(236, 97, 73, .7);
	border-radius: 3px
}

.note-list .collection-tag,
.note-list .collection-tag:hover {
	transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-ms-transition: .1s ease-in
}

.note-list .collection-tag:hover {
	color: #ec6149 !important;
	background-color: rgba(236, 97, 73, .05);
	border-color: #ec6149
}

.note-list .follow-detail {
	padding: 20px;
	background-color: hsla(0, 0%, 71%, .1);
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 12px
}

.note-list .follow-detail .avatar,
.note-list .follow-detail .avatar-collection {
	float: left;
	margin-right: 10px;
	width: 48px;
	height: 48px
}

.note-list .follow-detail .info .title {
	margin: 0;
	font-size: 17px;
	font-weight: 400
}

.note-list .follow-detail .info .title:visited {
	color: inherit
}

.note-list .follow-detail .info p {
	margin-bottom: 0;
	color: #969696
}

.note-list .follow-detail .creater,
.note-list .follow-detail .creater:hover {
	color: #3194d0
}

.note-list .follow-detail .btn {
	float: right;
	margin-top: 4px;
	padding: 8px 0;
	width: 100px
}

.note-list .follow-detail .signature {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	color: #969696;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.note-list .meta {
	padding-right: 0 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px
}

.note-list .meta .paid-meta {
	color: #e2b882 !important
}

.note-list .meta a {
	margin-right: 10px;
	color: #b4b4b4
}

.note-list .meta a,
.note-list .meta a:hover {
	transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-ms-transition: .1s ease-in
}

.note-list .meta a:hover {
	color: #787878
}

.note-list .meta span {
	margin-right: 10px;
	color: #b4b4b4
}

.note-list .push-action {
	margin-top: 10px
}

.note-list .btn-gray,
.note-list .hollow {
	margin: 0 10px;
	padding: 4px 12px;
	font-size: 12px
}

.note-list .push-status,
.note-list .push-time {
	font-size: 12px;
	color: #969696
}

.note-list .push-status {
	margin-right: 5px;
	font-weight: 700
}

.note-list .push-remove {
	font-weight: 400;
	color: #ea6f5a
}

@media (max-width:1080px) {
	.note-list li.have-img {
		min-height: 112px
	}

	.note-list .have-img .wrap-img {
		margin-top: -58px;
		bottom: 40px;
		width: 125px;
		height: 100px
	}

	.note-list .have-img>div {
		padding-right: 135px
	}
}

.index .row .slide {
	margin-bottom: 35px;
	border-radius: 6px;
	overflow: hidden;
	z-index: 1000
}

.index .row .slide img {
	width: 100%;
	height: 270px;
	background-color: hsla(0, 0%, 71%, .2)
}

body.reader-night-mode .index .row .slide img {
	opacity: .85
}

.index .row .carousel-indicators {
	margin-bottom: 8px;
	width: 80%;
	left: 40%
}

.index .row .carousel-indicators li {
	width: 25px;
	height: 2px;
	background-color: hsla(0, 0%, 47%, .4);
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in
}

.index .row .carousel-indicators .active {
	width: 25px;
	height: 2px;
	background-color: #fff
}

.index .row .carousel-control {
	opacity: 0;
	transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-ms-transition: .1s ease-in
}

.index .row .carousel-control i {
	position: absolute;
	top: 50%;
	margin-top: -14px
}

.index .row .carousel-control .ic-previous-s {
	left: 10px
}

.index .row .carousel-control .ic-next-s {
	right: 10px
}

.index .row .slide:hover .carousel-control {
	opacity: 1;
	transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-ms-transition: .1s ease-in
}

.index .main {
	padding-top: 30px;
	padding-right: 0
}

.index .main .split-line {
	margin: -5px 0 15px
}

.index .main .recommend-collection {
	margin-bottom: 20px
}

.index .main .recommend-collection .collection {
	display: inline-block;
	margin: 0 18px 18px 0;
	min-height: 32px;
	background-color: #f7f7f7;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	vertical-align: top;
	overflow: hidden
}

body.reader-night-mode .index .main .recommend-collection .collection {
	color: #c8c8c8;
	background-color: #4a4a4a;
	border-color: #2f2f2f
}

.index .main .recommend-collection .collection img {
	width: 32px;
	height: 32px
}

.index .main .recommend-collection .collection .name {
	display: inline-block;
	padding: 0 11px 0 6px;
	font-size: 14px
}

.index .main .recommend-collection .more-hot-collection {
	display: inline-block;
	margin-top: 7px;
	font-size: 14px;
	color: #787878
}

body.reader-night-mode .index .main .recommend-collection .more-hot-collection {
	color: #c8c8c8
}

.index .main .recommend-collection .more-hot-collection i {
	margin-left: -5px
}

.index .main .note-list .have-img .wrap-img {
	width: 150px
}

.index .main .note-list .have-img .content {
	padding-right: 165px
}

.index .main .notes-placeholder .img {
	width: 150px
}

.index .main .notes-placeholder .content {
	padding-right: 165px
}

.index .main .load-more {
	width: 100%;
	border-radius: 20px;
	background-color: #a5a5a5
}

.index .main .load-more:hover {
	background-color: #9b9b9b
}

.index .aside {
	padding: 30px 0 0
}

.index .aside .board {
	margin-top: -4px;
	padding-bottom: 4px;
	min-height: 228px
}

.index .aside .board img {
	width: 100%;
	min-height: 50px;
	margin-bottom: 6px;
	border-radius: 4px
}

body.reader-night-mode .index .aside .board img {
	opacity: .85
}

.index .aside .download {
	margin-bottom: 30px;
	padding: 10px 22px;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	background-color: #fff
}

body.reader-night-mode .index .aside .download {
	opacity: .85;
	border-color: #2f2f2f
}

.index .aside .download .qrcode {
	width: 60px;
	height: 60px;
	opacity: .85
}

.index .aside .download .info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px
}

.index .aside .download .info .title {
	font-size: 15px;
	color: #333
}

.index .aside .download .info .description {
	margin-top: 4px;
	font-size: 13px;
	color: #999
}

.index .aside .popover,
.index .aside .popover .popover-content {
	background-color: #fff !important
}

.index .aside .popover-content {
	padding: 10px;
	border: none
}

.index .aside .popover-content img {
	width: 160px;
	height: 160px
}

.index .aside .jianshu-daily {
	margin-bottom: 30px
}

.index .aside .jianshu-daily .title,
.index .aside .jianshu-daily .title a {
	font-size: 14px;
	color: #969696
}

.index .aside .jianshu-daily .title a {
	float: right
}

.index .aside .jianshu-daily .title a:hover {
	color: #787878
}

body.reader-night-mode .index .aside .jianshu-daily .title a:hover {
	color: #c8c8c8
}

.index .aside .jianshu-daily .note {
	display: block;
	margin-top: 15px;
	height: 48px
}

.index .aside .jianshu-daily .note:visited .note-title {
	color: #969696
}

.index .aside .jianshu-daily .note img {
	float: left;
	margin-right: 10px;
	width: 48px;
	height: 48px
}

.index .aside .jianshu-daily .note .note-title {
	padding-top: 6px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

body.reader-night-mode .index .aside .jianshu-daily .note .note-title {
	color: #c8c8c8
}

.index .aside .jianshu-daily .note .note-title:hover {
	text-decoration: underline
}

footer {
	margin-bottom: 20px
}

footer .row {
	padding-top: 25px
}

footer .main {
	padding-right: 0;
	font-size: 13px;
	color: #969696
}

footer .main a {
	color: #969696;
	display: inline-block
}

footer .main a:hover {
	color: #2f2f2f
}

footer .icp {
	margin-top: 10px;
	font-size: 12px
}

footer .icp,
footer .icp a {
	color: #c8c8c8
}

footer .icp img {
	height: 30px
}

@media (max-width:1080px) {
	.index .main .slide img {
		height: 210px
	}

	.index .aside .board {
		min-height: 184px
	}

	.index .aside .board img {
		min-height: 39px
	}

	.index .aside .download {
		padding: 7px 10px
	}

	.index .aside .download .qrcode {
		width: 50px;
		height: 50px
	}

	.index .aside .download .info {
		margin-left: 2px
	}

	.index .aside .download .info .title {
		font-size: 14px
	}

	.index .aside .download .info .description {
		font-size: 12px
	}
}

.recommended-authors {
	margin-bottom: 20px;
	padding-top: 0;
	font-size: 13px;
	text-align: center
}

.recommended-authors .title {
	text-align: left
}

.recommended-authors .title span {
	font-size: 14px;
	color: #969696
}

.recommended-authors .title .page-change {
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #969696
}

.recommended-authors .title .page-change:hover {
	color: #787878
}

.recommended-authors .title .page-change i {
	display: inline-block;
	line-height: 1;
	transition: .5s ease
}

.recommended-authors .list {
	margin: 0 0 20px;
	text-align: left;
	list-style: none
}

.recommended-authors .list li {
	margin-top: 15px
}

.recommended-authors .list .avatar-collection {
	float: left;
	margin-right: 10px
}

.recommended-authors .list .avatar {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px
}

.recommended-authors .list .follow,
.recommended-authors .list .follow-cancel,
.recommended-authors .list .follow-each,
.recommended-authors .list .following {
	float: right;
	margin-top: 5px;
	padding: 0;
	font-size: 13px;
	color: #42c02e
}

.recommended-authors .list .follow-cancel i,
.recommended-authors .list .follow-each i,
.recommended-authors .list .follow i,
.recommended-authors .list .following i {
	position: inherit;
	width: inherit;
	height: inherit;
	font-size: 13px
}

.recommended-authors .list .follow-cancel,
.recommended-authors .list .follow-each,
.recommended-authors .list .following {
	color: #969696;
	border: none
}

.recommended-authors .list .follow-cancel:focus,
.recommended-authors .list .follow-cancel:hover,
.recommended-authors .list .follow-each:focus,
.recommended-authors .list .follow-each:hover,
.recommended-authors .list .following:focus,
.recommended-authors .list .following:hover {
	background: none !important
}

.recommended-authors .list .name {
	padding-top: 5px;
	margin-right: 60px;
	font-size: 14px;
	display: block
}

.recommended-authors .list p {
	margin-top: 2px;
	font-size: 12px;
	color: #969696
}

.recommended-authors .find-more {
	position: absolute;
	padding: 7px 7px 7px 12px;
	left: 0;
	width: 100%;
	font-size: 13px;
	color: #787878;
	background-color: #f7f7f7;
	border: 1px solid #dcdcdc;
	border-radius: 4px
}

.reader-night-mode .recommended-authors .list .name,
.reader-night-mode .recommended-authors .page-change:hover {
	color: #c8c8c8
}

.reader-night-mode .recommended-authors .find-more {
	color: #c8c8c8;
	border-color: #2f2f2f;
	background-color: #4a4a4a
}

/*# sourceMappingURL=entry-3c635873350a6c5950e9.css.map*/
