<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#locale{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0px;
}
#locale span a,#locale span {
	color: #666;
}
#body-content{
	background: #F5F5F5;
	padding-bottom: 5em;
}
#nav-us{
	text-align: center;
	background: #fff;
	padding: 0px;
}
#nav-us ul{
	list-style: none;
	margin: 0 auto;
	text-align: center;
}
#nav-us ul li{
	display: inline-block;
	margin: 1em;
}
#nav-us ul li h4{
	font-size: 1.2em;
}
#nav-us ul li h4 a{
	color: #999;
	font-weight: 600;
}
#nav-us ul li:nth-child(2),#nav-us ul li:nth-child(4),#nav-us ul li:nth-child(6){
	width: 2px;
	height: 1.2em;
	background: #e9e9ee;
	vertical-align: middle;
}
#nav-us&gt;div&gt;div{
	overflow: hidden;
	width: 100%;
}
#nav-us&gt;div img{
	width: 100%;
	transition: all 1s ease ;
	-webkit-transform: all 1s ease ;
}
#nav-us&gt;div img:hover{
	transform: scale(1.3);
	-webkit-transform: scale(1.3);

}
#nav-us&gt;div article{
	margin-top: 4em;
	margin-bottom: 4em;
}
#nav-us&gt;div article h5{
	font-size: 1.2em;
	color: #C51526;
}
#nav-us&gt;div article p{
	color: #666;
	line-height: 2.5em;
}


@media screen and (max-width:768px){
	#locale{ padding-left:15px; padding-right:15px;}
	#nav-us{ padding-left:15px; padding-right:15px;}
	#nav-us&gt;div article{ margin-top:30px; margin-bottom:30px;}
	#nav-us aside p{ font-size:14px !important;}
	#nav-us ul li{margin:1em 5px;}
	#nav-us ul li h4{ font-size:14px; }
	#nav-us ul li:last-child{ display:none;}
	#nav-us iframe{ width:100% !important;}
		}</pre></body></html>