@charset "utf-8";

#link {
	width:930px;
	text-align: center;
	margin:0 auto 0 auto;
	padding: 0px auto;
}
#link .tiview {
	background:#133b7f;
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding: 0px;
	width:930px;
	margin: 3px;
	height: 24px;
	line-height:24px;
}
#link ul {
	overflow:hidden;
	width:930px;
	margin:0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#link li {
	text-align: center;
	width: 220px;
	height: 70px;
	margin: 5px;
	padding: 10px 0;
	float: left;
	border:1px dotted #133b7f;
	line-height:16px;
	overflow:hidden;
}


#link li.tclear{
	clear: both;
}
#link .comm{
	margin:0;
	padding:0;
	font-size:12px;
	color: #666;
	text-align:left;
}

A:link ,
A:visited,
A:active{ text-decoration: none ;color:#133b7f; font-size:14px;}
A:hover { color: #ffccff; text-decoration:none ;font-size:14px;}
