@charset "utf-8";
/* CSS Document */
/*链接*/
.links {
	width: 900px;
	color: #666;
	margin: 0 auto;
	background: url(links_line.gif) repeat-y 25px top;
	height: 100;
	padding-bottom: 50px;
	overflow: hidden
}
.links a {
	line-height: 30px;
	font-size: 16px;
	float: left;
	color: #666;
	width: 200px;
	background: url(map_icon.gif) no-repeat 5px 11px;
	margin: 0 30px 0 50px;
	padding-left: 17px
}

.links a:hover {
	color: #df3345;
	background: url(links_on.png) no-repeat 0 5px
}
.links h1 a{padding-left: 0px;margin: 10px 0 0 0;background:none; font-size:24px;}
.links h1 a:hover{color: #df3345;;background:none;}
.links h2 a.no{padding-left: 0px;margin: 0px;background:none;}
.links h2 a.no:hover{color: #df3345;;background:none;}
.links h1 {
	margin-top: 10px;
	background: url(links.png) no-repeat;
	font-weight: normal;
	height: 50px;
	padding-left: 70px;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 25px
}
.links h2 {
	color: #df3345;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	font-size: 14px;
	background: url(links_icon.png) no-repeat;
	margin-left: 10px;
	padding-left: 45px
}
.links h2 a{color: #df3345;}
.links .other a {
	width: 120px
}
.clear {
	clear: both;
}