@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{_background-image:url(about:blank);/*用浏览器空白页面作为背景*/_background-attachment:fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/ } 
body{color:#535353;font-size:15px;font-family: "arial","微软雅黑";background:#f0f1f1;}
.clear{clear:both;display:block;height:0;overflow:hidden;}

/* history */
#history{width:600px;height:370px;position:relative; background: #3d3b38; margin-left:10px;}

#content{height:370px;width:600px;overflow:hidden;background:url(../images/contbg.gif) repeat-y 72px 0px;padding-top:5px;margin-top:10px;}
.list{overflow:hidden;position:relative;}
.list li{height:50px;vertical-align:bottom;overflow:hidden;position:relative;}
.liwrap{height:50px;margin-top:0px;}
.lileft{position:absolute;top:0px;left:0px;height:50px;width:50px;line-height:50px;text-align:right;}
.liright{position:absolute;top:18px; height:50px;width:470px;}

.hisct{font-size:14px;color:#ffffff;font-family:"微软雅黑";line-height:16px;width:470px;position:absolute; left:-20px;}
.thiscur .hisct{font-size:15px;color:#ffffff;font-family:"微软雅黑";line-height:26px;font-weight:bold;}
.year{font-size:15px;color:#ffffff; font-weight:bold;}
.point{width:28px;height:50px;position:absolute;top:0px;left:66px;}
.point b{
	height:10px;width:10px;background:#fff;display:block;margin:23px 0 0 0px;border-radius:10px;border:1px solid #E7E8E5;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	position:absolute;
	top:0;left:0;
}
.thiscur .point b{border:7px solid rgba(226,234,218,0.6);margin:23px 0px 0px 0px;border-radius:32px; position:absolute;left:-5px; top:-2px;}


}
#arrow{position:absolute; top:50px; left:500px;}
 #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:150px; margin-left:620px;}

#arrow ul li{
	display:block;height:20px;width:20px;background:url(../images/icons.png) no-repeat 0 0;cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#arrow ul li:active{background-color:#000;}
#arrow ul .arrow_active{
	background-color:#000;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
#arrow ul .arrowup{background-position:0px -26px;margin-bottom:10px;}
#arrow ul .arrowdown{background-position:0px 0px;}
