/*
* @Author: Sun Jijing
* @Date:   2025-04-07 09:57:52
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-04-07 09:57:52
*/

.article_detail_box { padding: 1rem; -margin: 0.8rem auto 0; background: #f5f5f5; }
.article_detail_title { border-bottom: 1px solid #005e28; padding-bottom: 0.2rem; margin-bottom: 0.5rem; text-align: center; }
.article_detail_title h1 { font-size: 0.32rem; color: #005e28; line-height: 1.8em; }
.article_detail_title .info { margin-top: 0.2rem; }
.article_detail_title .info * { font-size: 0.24rem; color: #999; }
.article_detail_title .info > span { margin: 0 1em; }
.article_detail_con, .article_detail_con * { font-size: 0.24rem; line-height: 1.8em; color: #333; }
.article_detail_con p { min-height: 1em; margin-bottom: 1em; text-align: justify; }
.article_detail_con a { color: #0b6531; }
.article_detail_con p * { color: inherit; font-size: inherit; }
.article_detail_con table, .article_detail_con tr, .article_detail_con td { border-collapse: collapse; border: 1px solid #999; }
.article_detail_con td { padding: 5px 10px; }
.article_detail_con td p { margin-bottom: 0; }
.article_detail_page { margin-top: 0.4rem; padding-top: 0.4rem; border-top: 1px solid #0b6531; }
.article_detail_page p { margin-bottom: 0.1rem; display: flex; align-items: center; }
.article_detail_page p * { font-size: 0.24rem; color: #333; }
.article_detail_page p span a { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.article_detail_page p span.tit { display: inline-block; padding: 0.1rem 0.2rem; border-radius: 0.4rem; background: #0b6531; color: #fff; margin-right: 0.2rem; flex-shrink: 0; }

.social-share a { margin: 0 0.2em !important; }
.social-share .social-share-icon { width: 0.4rem !important; height: 0.4rem !important; line-height: 0.4rem !important; font-size: 0.24rem !important; }

/* 适配代码 */
@media screen and (max-width: 1200px){
	.article_detail_box { padding: 1rem; }
	.article_detail_title h1 { font-size: 0.5rem; }
	.article_detail_title .info { margin-top: 0; display: flex; flex-wrap: wrap; justify-content: center; }
	.article_detail_title .info * { font-size: 0.34rem; }
	.article_detail_con, .article_detail_con * { font-size: 0.34rem; }
	.article_detail_page p { margin-bottom: 0.2rem; }
	.article_detail_page p * { font-size: 0.34rem; }
	.article_detail_page p span.tit { padding: 0.1rem 0.4rem; }
	.article_detail_title .info > span { line-height: 2em; }

	.social-share .social-share-icon { width: 0.6rem !important; height: 0.6rem !important; line-height: 0.6rem !important; font-size: 0.34rem !important; }
}
@media screen and (max-width: 768px){
	.article_detail_box { padding: 1rem 5vw; width: 100%; }
	.article_detail_title .info > span { white-space: nowrap; }
	.article_detail_title .info * { font-size: 0.4rem; }
	.article_detail_con, .article_detail_con * { font-size: 0.4rem; }
	.article_detail_page p * { font-size: 0.4rem; }
	.article_detail_title .info > span#share { display: none; }
}