<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----新闻页-----*/
#content&gt;hgroup {
	height: auto !important;
	overflow: hidden;
}
#content&gt;hgroup&gt;figure {
	position: relative;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/*-----产品列表标题-----*/
#content&gt;hgroup&gt;.product-list-1 img {
	float: left;
	width: 28%;
}
#content&gt;hgroup&gt;.product-list-1 figcaption {
	float: left;
	width: 72%;
}
/*-----新闻列表标题-----*/
#content&gt;hgroup&gt;.news-list-1 img {
	float: left;
	width: 20%;
}
#content&gt;hgroup&gt;.news-list-1 figcaption {
	float: left;
	width: 80%;
}
#content&gt;hgroup&gt;figure h3 {
	font-weight: normal;
}
#content&gt;hgroup&gt;figure h3 a {
	width: 98%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content&gt;hgroup&gt;figure&gt;figcaption&gt;span {
	font-size: 1.4em;
	color: #999;
	padding-left: 20px;
}
/*----新闻列表内容-----*/
#content&gt;hgroup&gt;figure figcaption p {
	font-size: 1.4em;
	line-height: 24px;
	padding: 0 0px 5px 20px;
	color: #999;
}
#content&gt;hgroup&gt;figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	padding: 20px 25px 0px 25px;
	margin: 0 auto;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.6em;
	padding: 5px 0;
	font-weight: normal;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3em;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header p.p2 {
	font-size: 1.3em;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	font-size: 1.5em;
	padding: 12px 0px 10px 0px;
	line-height: 26px;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom:25px;
}
.news-info .news-body .proimgs img{
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .prodes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body&gt;p, .news-info .news-body .prodes&gt;p{
	margin-bottom: 15px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info table {
	width: 100%;
	margin-bottom:10px;
	border-collapse: collapse;
}
.news-info table, .news-info table th, .news-info table td {
	border: 1px solid #7C7C7C;
}
.news-info table td {
	padding:4px 6px;
	font-size: 14px;
	line-height: 24px;
}
.news-info table td p{
	margin-bottom:0;
}</pre></body></html>