
.ZWGK_List {
	background-color:#FFF;
	font-size:12pt;
}

.ZWGK_List h2 {
	clear:both;
	margin:20px;
	padding:15px;
	background-color:#EEE;
	color:#666;
	text-align: center;
}

.ZWGK_List ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ZWGK_List ul li {
	float: left;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: none;
}
.ZWGK_List a {
	display: block;
	width: 163px;
	height: 120px;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
	border-radius: 15px;
}
.ZWGK_List a:link, .ZWGK_List a:visited {
	background-color: #FFF;
	color: #1990E0;
}
.ZWGK_List a:hover {
	background-color: #e7e7ed;
	color: #1990E0;
}
.ZWGK_List a:active {
	background-color: #EDA25A;
	color: #FFF;
}
.ZWGK_List a i {
	display: block;
	position: relative;
	top: 25px;
}
.ZWGK_List a span {
	display: block;
	position: relative;
	top: 40px;
}