<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	letter-spacing: 0;
}

.newsNav {
	background: #f9f9f9;
	line-height: 60px;
}

.newsNav .content div {
	width: 136px;
	text-align: center;
	color: #000;
	cursor: pointer;
	float: left;
}
.newsNav .content div:hover{
	background: #006ab3;
	color: #fff !important;
}
.newsNav .content a:hover{
	color: #fff !important;
}
.navAc {
	background: #006ab3;
	color: #fff !important;
}
.navAc a{
	background: #006ab3;
	color: #fff !important;
}
.newsList ul {
	display: none;
}

.newsList ul:first-child {
	display: block;
}

.newsList ul li:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.newsList ul li {
	zoom: 1;
}

.newImg {
	width: 240px;
	height: 130px;
	position: relative;
	overflow: hidden;
}

.newImg a {
	display: block;
}

.newImg img {
	position: absolute;
	display: block;
	width: 100%;
	left: 50%!important;
	top: 50%!important;
	-webkit-transform: translate(-50%, -50%)!important;
	-ms-transform: translate(-50%, -50%)!important;
	transform: translate(-50%, -50%)!important;
}

.newsList ul {
	padding: 20px 10px;
	height:auto !important;
	height:100px; /*å‡å®šæœ€ä½Žé«˜åº¦æ˜¯200px*/
	min-height:100px; 
}

.newsList ul li {
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0;
}

.newInner {
	width: 911px;
}

.newTit {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 10px;
	color: #fff;
}

.newTime {
	font-size: 14px;
	color: #c8c8c8;
	margin-bottom: 10px;
}

.newTime img {
	width: 16px;
	vertical-align: text-bottom;
}

.timeVal {
	color: #969696;
}

.newCont {
	color: #999;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
}

.boxInner ul {
	display: none;
}

.boxInner ul:first-child {
	display: block;
}

.newBox {
	margin: 40px 0 60px 0;
}

.newBox .newTitel {
	font-size: 24px;
	color: #006ab3;
	text-align: center;
}
.newBox .newsTitel {
	font-size:14px;
	color:#000;
	height:25px;
	line-height:25px;
	padding-top:25px;
	text-align: center;
}
.newTxt {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0;
	margin: 30px 0;
	font-size: 14px;
	color: #000;
	line-height: 24px;
}</pre></body></html>