<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#article{
	width: 588px;
	padding: 80px 0 0 0;
	float: left;
}
#article h1, #article h2, #article h3, #article h4, #article h5, #article p, #article li{
	font-family: "微软雅黑", sans-serif;
	line-height: 166%;
	font-size: 14px;
}
#article h1{
	font-size: 16px;
	border-bottom: 2px solid silver;
	padding: 0 0 6px 0;
	margin-bottom: 8px;
}
#article h3{
	padding: 22px 0 0 0;
	line-height: 160%;
}

#article h4{
	padding: 10px 0 0 0;
}

#article p{
	padding: 8px 0 0 0;
}

#article ol{
  padding: 0 0 0 2em;
}
.list{
	list-style: disc;
	padding: 0 0 0 2em;
}
 
.image-list li{
	float: left;
	padding: 4px 5px;
}
.image-list img{
	display: block;
} 
.image-list a{
  border: solid 1px #ccc;
  display: block;
  background-color: #F2F2F2;
  padding: 8px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.image-list li:HOVER{
	position: relative;
  -webkit-transform:scale(1.005);-moz-transform: scale(1.005);-o-transform:scale(1.005);
}
#right-col{
	width: 300px;
	float: right;
	padding: 130px 0 0 0;
}
#right-col li{
	padding: 8px;
}
#right-col li a {
	font-family: "微软雅黑", sans-serif;
	/* line-height: 260%; */
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	background: gray;
	border: 1px solid silver;
	display: block;
	text-align: center;
	color: white;
	border-radius: 8px;
}
#right-col li a:HOVER {
	background: silver;
}
.n{
	font-weight: normal;
}
.b{
	font-weight: bold;
}
.u{
	text-decoration: underline;
}
.e1{
	color: #e76725;
}
.e2{
	color: #e76725;
}
.hightlight{
	background-color: yellow;
}
.i{
	font-style: italic;
}
</pre></body></html>