<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.header {
	font-family: "微软雅黑";
}

.breadcrumb_jz,
.news_content {
	font-family: "微软雅黑";
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #1c4f95;
}

.news_title {
	font-size: 30px;
    line-height: 50px;
    font-weight: normal;
}

ul {
	list-style: none;
}

.news_content p  {
    line-height: 32px;
}

.container {
	width: 1060px;
	margin: 0 auto;
}

.breadcrumb_jz,
.news_content {
	clear: both;
}

.breadcrumb_jz {
    margin-bottom: 12px;
    font-size: 14px;
}

.breadcrumb_jz span {
	margin: 0 6px;
}

.news_content {
	min-height: 500px;
	margin: 0 auto 15px;
    padding: 20px 84px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
}
.news_content #news_main img{text-align:center;max-width:none}
.fun_group {
    float: right;
}

.fun_group a {
    color: #666;
}

.content_options {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #dcdcdc;
	line-height: 54px;
}

/* 分享插件 */
.news_share {
	margin-left: 16px;
}

.clear {
	clear: both;
}




/* 响应式 */
@media screen and (max-width: 768px) {
	.container {
		width: 100vw;
	}

	.breadcrumb_jz,
	.news_content {
		width: 93vw;
	}

	.breadcrumb_jz {
		margin: 10px auto;
	}

	.news_content {
		padding: 15px;
	}

	.news_title {
		font-size: 24px;
		line-height: 32px;
	}

	.fun_group {
		float: left;
		clear: both;
		margin: 2px 18px;
	}

        #news_main img {
		max-width: 100%;
	}
}</pre></body></html>