.detail-panel {
	padding: 40px 60px
}
.article-header {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px
}
.article-title {
	font-family: SourceHanSansBold, sans-serif;
	font-size: 28px;
	color: #333;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 400
}
.article-meta {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 14px;
	color: #999;
	display: flex;
	justify-content: center;
	gap: 30px
}
.article-content {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 2.2
}
.article-content p {
	margin-bottom: 20px;
	text-indent: 2em;
	text-align: justify
}
.article-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 20px auto
}
.article-empty {
	text-align: center;
	padding: 100px 0;
	color: #999;
	font-size: 16px;
	font-family: SourceHanSansRegular, sans-serif
}
.article-footer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-align: right
}
.editor-info {
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 13px;
	color: #1c76ca;
	margin-bottom: 15px
}
.editor-info span {
	margin-left: 20px
}
.action-btns {
	text-align: right
}
.print-btn {
	background: 0 0;
	border: none;
	color: #333;
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 14px;
	cursor: pointer;
	padding: 0;
	transition: color .3s
}
.print-btn:hover {
	color: #1c76ca
}
@media (max-width:768px) {
.detail-panel {
	padding: 20px
}
.article-title {
	font-size: 20px
}
.article-meta {
	flex-direction: column;
	gap: 10px
}
.article-content {
	font-size: 14px;
	line-height: 1.8
}
}
@media print {
.detail-panel {
	padding: 0!important;
	border: none!important;
	box-shadow: none!important;
	background: 0 0!important
}
.article-title {
	color: #000!important
}
.article-content {
	color: #000!important
}
.editor-info {
	color: #000!important
}
}
.hidden {
	display: none;
}
