<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "æ€æºé»‘ä½“ CN";
	src: url("../newindex/font/æ€æºé»‘ä½“ CN-Regular.otf");
}

*{
	font-family: "æ€æºé»‘ä½“ CN";
}

body{
	background: white;
	color: #333333;
}

#globalNav{
	background-color: white;
	box-shadow: none;
	margin-bottom: 0px;
}

#globalHeader .top{
	height: 100px;
}

#globalHeader .top h1{
	padding: 10px 290px 10px 0;
}

#globalHeader .top h1 a{
	background: url(../newindex/logo.png) center no-repeat;
}

#globalNav .topMenu-item a{
	color: black;
}

#globalNav .subMenu a:hover {
	color: white; background-color: #05502B;
}

#globalNav .topMenu-item:hover &gt; a, #globalNav .topMenu-item-active &gt; a, #globalNav .topMenu-item-current &gt; a{
	color: #05502B;
}

#globalHeader .top .lang{
	right:0;
	color: black;
}#globalHeader .top .lang a{
	color: black;
}

#globalFooter{
	background: #05502B;
	height: 200px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#focus{
	width: 100%;
	height: auto;
}

#articleCol{
	height: 210px;
}
#articleCol .introa,#articleCol .informa,#articleCol .mirobloga{
	background: #F2F8ED;
}

#articleCol article{
	box-shadow:none;
	transition:none;
}#articleCol article:hover{
	background: #F2F8ED;
}#articleCol article p{
	color: #333333;
}#articleCol article h2{
	display: flex;
	padding: 10px 0 10px 20px;
	text-indent:20px;
}

#articleCol article p a{
	display: block;
	width: 100%;
	text-align: center;
	color: #55A40A;
}.mirobloga p{
	display: flex;
	align-items: center;
	padding: 16px 25px !important;
}.mirobloga span{
	padding-left: 10px;
}

#shareLinks{
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: none;
	height: 390px;
}#shareLinks div{
	text-align: center;
}
#shareLinks ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}#shareLinks ul li{
	width: 23.3333%;
	height: auto;
	margin: 0;
	padding: 4% 5% 0 5%;
}


.nsharelink{
	width: 940px;
	height: 275px;
	margin: 0 auto;
	display: flex;
}.share-item{
	width: 29.3333%;
	margin: 0 2%;
}.share-title{
	margin-bottom: 20px;
}.share-title p{
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset:10px;
}.share-list,.share-list a{
	color: #888;
}</pre></body></html>