/*
* @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 {  border-bottom: 1px dashed #05b8b4; margin-bottom: 0.6rem; text-align: center; }
.news_detail_tit h1 { font-size:20px; font-weight: bold; margin-bottom:20px; }
.news_detail_tit .func * { font-size:14px; 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 { max-width: 100%; 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, .news_detail_con * { font-size:16px; line-height: 2; word-wrap: break-word; }
.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: flex-end; }
.news_datail_bot a {padding: 8px; text-align: center; font-size: 16px;color: #fff; border-radius: 5px;text-align: center; }
.news_datail_bot a.detail_print { background: #035191; }
.news_datail_bot a.detail_close { background: #db3132; }

.btbox .box .bt .hits{display:block;}

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

/* 适配代码 */

@media screen and (min-width: 1024px){

.nav h2{margin-right: 0;margin-top: -45px;}

.nav ul li a img { width: 15px;height: 15px;}

}


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


}
@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.em; }
	.news_datail_bot { margin-top: 20px; display: none; }
.news_detail_tit .func * {font-size:.35rem!important;}
.social-share .social-share-icon {width: .4rem!important;height: .4rem!important;font-size: .25rem!important;line-height: .4rem!important;}
 .func .fbsj,.wzly{float: none;display: block; line-height: 2; margin-left: 0px;}
}
@media only screen and (max-width: 720px){
 .func .fbsj,.wzly{float: none;display: block; line-height: 2; margin-left: 0px;}

}