<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** copy from article.css */
@charset "UTF-8";

.article-column {
	line-height: 50px
}

.article-panel {
	margin-bottom: 15px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.article-column ul li {
	position: relative;
	display: inline-block;
	height: 50px;
}
.article-column ul li.on a {
	color: #1890ff;
}

.article-column ul li a {
	padding: 0 20px;
	color: #333;
}

#banner {
	overflow: hidden
}

.article-carousel-item a {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%
}

.article-carousel-item a img {
	width: 100%;
	height: 100%
}

.layui-card-header {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	margin-top: 0
}

.layui-card-header .lark-this {
	display: inline-block;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #1890ff;
	color: #1890ff
}

.art-list li {
	padding: 15px 0
}

.art-list li+li {
	border-top: solid 1px #f1f1f1
}

.lark-list li {
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	list-style: none
}

.lark-list li .layui-badge {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	padding: 0
}

.lark-list li .layui-badge .layui-bg-gray {
	background: #999
}

.lark-list li a {
	max-width: 85%;
	font-size: 14px
}

a {
	color: #333
}

.art-thumb img {
	width: 100%;
	height: 120px
}

.art-intro {
	position: relative
}

.art-intro h2 {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.art-intro .summary {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
	position: relative;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 25px;
	height: 50px
}

.art-intro .meta {
	color: #999;
	margin-top: 10px
}

.art-intro .meta a {
	color: #666;
	margin-right: 10px
}

.art-intro .meta i {
	margin-right: 3px
}

.art-intro .meta span {
	margin-right: 10px
}

.layui-breadcrumb span[lay-separator] {
	color: #999 !important
}

.art-detail {
	padding: 10px 15px;
	line-height: 24px
}

.art-head {
	padding: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}

.art-detail .title {
	word-break: break-word !important;
	word-break: break-all;
	font-family: -apple-system, SF UI Display, Arial, PingFang SC,
		Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5
}

.art-detail .meta {
	bottom: 0;
	color: #999;
	margin: 10px 0 0 0
}

.art-detail .meta span {
	margin-right: 15px
}

.art-detail .meta i {
	margin-right: 3px
}

.art-body {
	padding: 0 10px
}

.art-detail .content {
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em
}

.art-detail .content p {
	margin: 15px 0
}

.art-foot {
	padding: 10px;
	border-top: 1px solid #eee;
	margin-top: 10px;
	font-size: 14px;
	color: #666
}

.art-foot .meta {
	margin: 0
}

.art-detail .meta {
	bottom: 0;
	color: #999;
	margin: 10px 0 0 0
}

.art-detail .meta span {
	margin-right: 15px
}
</pre></body></html>