/*
* @Author: Sun Jijing
* @Date:   2025-06-27 10:48:55
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-06-27 11:02:56
*/
.news_detail { margin-bottom: 0.62rem; }

.news_detail_tit { padding: 0.5rem 0; border-bottom: 1px dashed #05b8b4; margin-bottom: 0.6rem; text-align: center; }
.news_detail_tit h1 { font-size: 0.35rem; font-weight: bold; margin-bottom: 0.55rem; }
.news_detail_tit .func * { font-size: 0.23rem; color: #333; }
.news_detail_tit .func > span { margin: 0 0.25rem; }
.news_detail_tit .func a { cursor: pointer; }
.news_detail_tit .func a.active { color: #015293; }

.fagui_table, .fagui_table tr, .fagui_table td { border-collapse: collapse; border: 1px solid #ccc; }
.fagui_table { width: 80%; margin: 0 auto 0.5rem; }
.fagui_table td { padding: 0.1rem 0.2rem; }
.fagui_table td, .fagui_table td * { font-size: 0.24rem; color: #333; }
.fagui_table td:nth-child(2n+1) { background: #ecf1f9; width: 15%; text-align: center; }
.fagui_table td:nth-child(2n) { width: 35%; }

.news_detail_con { overflow-x: auto; width: 100%; }
.news_detail_con, .news_detail_con * { font-size: 0.23rem; line-height: 2em; }
.news_detail_con p { margin-bottom: 1em; min-height: 1em; }
.news_detail_con a { text-decoration: underline; }
.news_detail_con a:hover { color: #015293; }

.news_datail_bot { display: flex; justify-content: space-between; align-items: center; margin-top: 0.5rem; }
.news_datail_bot .hits { font-size: 0.23rem; color: #333; }
.news_datail_bot .but a { height: 0.4rem; padding: 0 0.1rem; text-align: center; font-size: 0.23rem; color: #fff; border-radius: 0.1rem; text-align: center; line-height: 0.4rem; min-width: 0.93rem; margin-right: 0.12rem; }
.news_datail_bot .but a.detail_print { background: #035191; }
.news_datail_bot .but a.detail_close { background: #db3132; }

/* 打印设置 */
@media print {
	.customs_content { padding: 0; }
	.customs_con_left, .customs_con_right { display: none; }
	.customs_con_center { width: 100%; }
}


/* 适配代码 */
@media screen and (max-width:1200px) {
	.fagui_table { width: 100%; }
	.fagui_table td, .fagui_table td * { font-size: 0.34rem; }

	.news_detail { margin-bottom: 1rem; }
	.news_detail_tit { margin-bottom: 0.5rem; }
	.news_detail_tit h1 { font-size: 0.4rem; margin-bottom: 0.2rem; }
	.news_detail_tit .func * { font-size: 0.34rem; }
	.news_detail_con, .news_detail_con * { font-size: 0.34rem; }
	.news_datail_bot a { height: 0.8rem; line-height: 0.8rem; font-size: 0.34rem; padding: 0 0.3rem; margin-left: 0.2rem; margin-right: 0; }
}
@media screen and (max-width:768px) {
	.fagui_table td:nth-child(2n), .fagui_table td:nth-child(2n+1) { width: 25%; }
	.fagui_table td, .fagui_table td * { font-size: 16px; word-break: break-all; }
	.fagui_table td { padding: 5px; }

	.news_detail_tit { padding: 20px 0; margin-bottom: 20px; }
	.news_detail_tit h1 { font-size: 20px; margin-bottom: 20px; }
	.news_detail_tit .func > span { margin: 0 10px; }
	.news_detail_tit .func * { font-size: 14px; }
	.news_detail_con, .news_detail_con * { font-size: 16px; line-height: 1.8em; }
	.news_datail_bot { margin-top: 20px; display: none; }
}