@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: 14px;
	padding: 0 0 6px 0;
	margin-bottom: 0px;
	border-bottom: 2px solid #ccc;
}
#article h2{
	padding: 18px 0 0 0;
	line-height: 160%;
	font-weight: normal;
}

#article h3{
	padding: 14px 0 0 0;
	line-height: 160%;
	border-bottom: 1px dashed #ddd;
}

#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;
}

.list li{
	margin-bottom: 6px;
}


.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;
	left: -1px;
	top: -1px;
}
#right-col{
	width: 300px;
	float: right;
	padding: 130px 0 0 0;
}

.button-list {
	width:230px;
	margin: 0 auto;
}

.button a{ 
	width:230px; 
	height:30px; 
	line-height:30px; 
	margin-top:15px; 
	border-radius:5px; 
	background:#ccc; 
	color:#333; 
	display:block; 
	text-align:center;
	font-family: "微软雅黑", sans-serif;
	font-size:12px;
	text-decoration: none;
}
.button a:hover{ background:#999}

.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;
}
.fields{
	list-style: none;
	margin: 18px 0 50px 0;
}
.fields li{
	border-bottom: 1px dashed #ccc;
}
