@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{_background-attachment:fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/ } 
body{color:#535353;font-size:12px;font-family: "arial","微软雅黑";background:#f0f1f1;}
.clear{clear:both;display:block;height:0;overflow:hidden;}

/* history */
.mainContent{width: 834px;height:820px;position:relative;margin:50px auto 0 auto; left: -80px;}
#history{width:830px;height:800px;position:relative;margin:50px auto 0 auto; top: 50px; left: 77px;}
.title{height:95px;line-height:95px;text-indent:280px;}
.title h2{color:#7c7c7c;font-size:18px;font-weight:500;}

#content{height:760px;width:1180px;overflow:hidden;background:url(../images/vertical.png) no-repeat 256px 2px;padding-top:10px;}
.list{overflow:hidden;position:relative;}
.list li{height:110px;vertical-align:bottom;overflow:hidden;position:relative;}
.liwrap{height:55px;margin-top:28px;}
.lileft{position:absolute;top:0;left:-72px;height:55px;width:300px;line-height:55px;text-align:right;}
.liright{
	position: absolute;
	top:0px;
	right: 410px;
	height: 60px;
	width: 480px;
}

.liright .img{width: 130px; height: 80px; float: left; margin-right: 10px;} 
.liright .txt{width: 320px; height: 80px; float: left;font-size: 14px;}
.histt{height:35px;line-height:35px;}
.hisct{font-size:14px;color:#6e6e6e;}
.md{font-size:18px;color:#AEAEAE;}
.lileft .time{font-size:12px;color:#AEAEAE;margin-right:10px;font-size: 20px;}
.point{width:55px;height:55px;position:absolute;top:0;left:409px;background:url(../images/point.png) no-repeat 0px 18px;overflow:hidden;}
.point b{
	height:16px;width:16px;background:#fff;display:block;margin:17px 0 0 19px;border-radius:18px;border:2px solid #096DD9;
	-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(9,109,217,0.6);margin:12px 0px 0px 14px;border-radius:52px;width: 26px; height: 26px;}
.thiscur .histt a{color:#096DD9;}
.histt a{
	font-size:24px;color:#747474;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#arrow{position:absolute;left:38.5%; height: 820px;}
*html #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:350px;}

#arrow ul li{
	display:block;height:20px;width:36px;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 .arrowup{position:absolute; z-index: 99; background-position:0px -26px;margin-bottom:10px;}
#arrow ul .arrowdown{position:absolute; bottom: 0; z-index: 99; background-position:0px 0px;}
