@charset "gb2312";
/* CSS Document */
@import url(header.css);
@import url(reset.css);
@import url(footer.css);

.content-main{ width: 1180px;background: #ffffff; margin: 15px auto; padding:10px;overflow: hidden;/*! border-top: 2px solid #676b6d; */}
.dqwz{ height:55px; background:#fff; line-height:55px; color:#333; font-size:14px; padding-left:35px; background:url(dqwz.png) 15px  center  no-repeat #daf7fd;filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);/*ie*/
    -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/ box-shadow:2px 2px 10px #909090;/*opera或ie9*/ }

.body_content { margin:10px auto 0 auto; overflow: hidden; background:#fff; border-bottom:#ccc solid 1px; padding:10px; color:#333; filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);/*ie*/
    -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/ box-shadow:2px 2px 10px #909090;/*opera或ie9*/ font-size:14px; line-height:30px; }

.main-content{width: 100%;}
/*链接*/
.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;
	
	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;
}