/*
* @Author: Sun Jijing
* @Date:   2024-04-01 17:05:46
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-04-07 16:17:21
*/

/* 模块样式 */
.module_con { margin-bottom: 40px; -overflow: hidden; }
.module_item { width: 48%; }

.content_bg { padding: 30px; box-shadow: 0 0 10px #ccc; margin: 45px 0; }

.mk_tit { margin-bottom: 10px; }

/* 数据发布 */
.sjfb_box .mk_tit { margin-bottom: 20px; }
.sjfb_hd { width: 204px; padding-right: 8px; }
.sjfb_hd span { display: block; cursor: pointer; height: 54px; background: #eee; margin-bottom: 12px; line-height: 54px; text-align: center; font-size: 20px; color: #333; position: relative; }
.sjfb_hd span::after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 10px; border-color: transparent transparent transparent #0a5491; position: absolute; right: -16px; top: 50%; margin-top: -10px; display: none; }
.sjfb_hd span.on { background: #0a5491; color: #fff; font-weight: bold; }
.sjfb_hd span.on::after { display: block; }
.sjfb_hd span img { display: inline-block; vertical-align: middle; height: 34px; margin-right: 10px; }
.sjfb_hd span img.hov { display: none; }
.sjfb_hd span.on img.nor { display: none; }
.sjfb_hd span.on img.hov { display: inline-block; }
.sjfb_chart { width: 900px; height: 450px; }

/* 新闻 */
.news_list li { height: 42px; line-height: 42px; }
.news_list li a { display: block; width: 75%; float: left; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 10px; position: relative; }
.news_list li a::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: #0a5491; position: absolute; left: 0; top: 50%; margin-top: -2.5px; }
.news_list li span { font-size: 16px; float: right; color: #9a9a9a; }
.news_list li:hover a, .news_list li:hover span { color: #0a5491; }

/* 适配代码 */
@media screen and (max-width:1200px) {
	.content_bg { padding: 0; box-shadow: none; }

	.sjfb_con { display: flex; justify-content: space-between; }
	.sjfb_con::after { display: none; }
	.sjfb_hd { width: 160px; padding-right: 20px; flex-shrink: 0; }
	.sjfb_hd span { font-size: 16px; }
	.sjfb_bd, .sjfb_list, .sjfb_list li { width: 100%; }
	.sjfb_chart { width: 100%; } 	
}
@media screen and (max-width: 1024px) {
	.module_con { margin-bottom: 30px; }
	
	.module_item { width: 100%; float: none; }
	.module_item.fl { margin-bottom: 30px; }
	
}
@media screen and (max-width: 768px) {
	.module_con { margin-bottom: 20px; }
.module_item.fl{margin-bottom: 10px;}
	.content_bg { margin: 20px 0 10px 0; }
	.sjfb_con { display: block; }
	.sjfb_hd, .sjfb_bd { width: 100%; padding-right: 0; float: none; }
	.sjfb_hd span { font-size: 14px; height: 36px; line-height: 36px; margin-bottom: 5px; }
	
	.news_list li { height: 32px; line-height: 32px; }
	.news_list li a, .news_list li span { font-size: 14px; }
.news_tab_hd,
.mk_tit{height:42px;}
.news_tab_hd li span{line-height:39px;height:auto;font-size: 18px; }
.mk_tit > span{height:41px;line-height:41px;font-size: 18px;}
.news_tab_hd li a.more{font-size:14px;top:15px;}
.mk_tit > a{font-size:14px;margin-top:16px;}


}