@charset "utf-8";
.time div{ overflow:visible;}

@charset "utf-8";

* {
	margin:0;
	padding:0;
}

ul{ list-style:none;}
a{
	text-decoration: none;
}
a img{
	border:0px;
}

body {
	text-align:left;
	font-size:12px;
}
h1 {
	font-size:16px;
}
.time{
	margin:0 auto;
	background:url(../images/time.jpg) no-repeat;
	width:508px;
	height:160px;
}
#scrollbar {
	width: 520px;
	margin:10px auto;
}
#scrollbar .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 8px;
}
#scrollbar .viewport {
	width: 500px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#scrollbar .track {
	background: #ccc;
	height: 100%;
	width: 8px;
	position: relative;
}
#scrollbar .thumb {
	background: #CC0071;
	height: 20px;
	width: 8px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar .viewport {
	width: 500px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#scrollbar .overview {
	list-style: none;
	position: absolute;
	left:0;
	top: 0;
	padding: 0;
	margin: 0;
}

#scrollbar .overview p {
	color:#999;
	line-height:200%;
	text-indent:2em;
}
#scrollbar2 {
	margin: 10px auto;
	width: 508px;
}
#scrollbar2 .scrollbar {	
	top:17px;
	!top:17px!important;
	clear: both;
	height:1px;
	margin: 0 0 5px;
	position: relative;
	background:#ccc;
}
#scrollbar2 .track {
	background:#ccc;
	height: 8x;
	position: relative;
	width: 100%;
}
#scrollbar2 .thumb {
	background:url(../images/time_Scrollbar.jpg) no-repeat;
	height:11px;
	top: -5px;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
}
#scrollbar2 .viewport {
	height: 52px;
	overflow: hidden;
	position: relative;
	top:80px;
	*top:80px!imporant;
	width: 508px;
	*width: 500px!important;
}
#scrollbar2 .overview {
	left:7px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	padding-left:7px;
	position: absolute;
	top: 0;
	width:1970px;
	*width: 1905px !important;
   
}





.use {
	width:500px;
	height:auto;
	margin:30px auto;
	color:#999;
}
.use p {
	text-align:left;
	color:#999;
	line-height:180%;
	text-indent:2em;
}

/*修改部分  修改人：孟雁斌   时间：2014.5.14*/
#scrollbar2 .overview a{ display:block; height:100%; font-size:20px; width:100%; color:#e5e4e0; font-weight: bold}
#scrollbar2 .overview ul .on,#scrollbar2 .overview a:hover{color:#f69a69;}
#scrollbar2 .overview ul li{float:left; height:20px; font-size:20px; color:#e5e4e0; text-align:center; line-height:20px}
#scrollbar2 .overview ul{width:100%; *margin-left:10px;}
