/*
* @Author: gongjiajie
* @Date:   2025-07-16 10:21:15
* @Last Modified by:   gongjiajie
* @Last Modified time: 2025-07-16 10:29:15
*/
.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; } 

/*海关法规表单*/
#hgfg_con{margin-bottom:10px;    border: 1px solid #999;padding: 10px 25px;}
.hgzs_lis1,.hgzs_lis2,.hgzs_lis3,.hgzs_lis4,.hgzs_lis5{ overflow:hidden; margin-top:5px;font-size: 0.25rem;}
.hgfg_list{float:left; width:380px;}
.hgfg_list span{width:130px; height:32px; line-height:32px; display:inline-block; color:#ff0000;}
.hgzs_lis5 .hgfg_list {width:100%;}

.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_detail_con table, .news_detail_con tr, .news_detail_con  td { border-collapse: collapse; border: 1px solid #ccc; }
.news_detail_con table { margin: 0 auto; }
.news_detail_con td { padding: 0.2rem; word-break: break-all; }
.news_detail_con td p { margin-bottom: 0; }

.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; }

/* 分享 */
.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 print {
	.customs_content { padding: 0; }
	.customs_con_left, .customs_con_right { display: none; }
	.customs_con_center { width: 100%; }
}

/* 适配代码 */
@media screen and (max-width:1200px) {
	.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) {
	.news_detail_tit { margin-bottom: 20px; }
	.news_detail_tit h1 { font-size: 20px; margin-bottom: 20px; }
	.news_detail_tit .func > span { margin: 0 10px; white-space: nowrap; }
	.news_detail_tit .func * { font-size: 14px; }
	.news_detail_con, .news_detail_con * { font-size: 16px; line-height: 1.8em; white-space: break-spaces; }
	.news_detail_con video { display: block; width: 100% !important; height: auto !important; }
	.news_detail_con table { max-width: 100%; }
	.news_datail_bot { margin-top: 20px; display: none; }

	.social-share .social-share-icon { font-size: 14px !important; border: none !important; }
	.social-share .icon-weibo:hover { background: none !important; color: #ff763b !important; }
	.social-share .icon-qq:hover { background: none !important; color: #56b6e7 !important; }
	.social-share .icon-wechat:hover { background: none !important; color: #7bc549 !important; }
	.social-share .icon-qzone:hover { background: none !important; color: #FDBE3D !important; }
    
        #hgfg_con { padding: 10px; }
    .hgfg_list { float: none; width: 100%; }
    .hgfg_list span{width:90px;}
}