/*
 * CopyRight 2009-2019 GxPanDa.com
*/

/* CSS Document */
html,ul,a {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.col {
	width:1200px;
	margin:0 auto;
	text-align:left;
}

/*最新公告*/  
.notice {
	margin-top:26px;
	padding-bottom:20px;
	height:33px;
	border-bottom:1px solid #ccc;
}
.notice strong {
	display:inline-block;
	float:left;
	width:100px;
	margin-right:20px;
	background:url(../image/notice_ico1.png) no-repeat right 0;
	font:bold 20px/33px "思源黑体 Normal";
	color:#555;
}
.notice #scrollDiv {
	display:inline-block;
	float:left;
	margin:4px 0;
	height:25px;
	overflow:hidden;
	width:1000px;
}
.notice li {
	height:25px;
	overflow:hidden;
}
.notice li a {
	font:19px/25px "思源黑体 Normal";
	color:#555;
}
.notice li a:hover {
	color:#e91811;
}
.notice span {
	display:inline-block;
	float:right;
	padding:4px 0;
	width:63px;
	height:25px;
}
.notice span a {
	display:inline-block;
	width:63px;
	height:25px;
	background:url(../image/more_notice.png) no-repeat;
}
.notice span a:hover {
	background-position:0 -25px;
}
