@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
.clear{clear:both;display:block;height:0;overflow:hidden;}

/* history */
#history{width:800px;margin:50px auto 0 auto;}
.title{height:95px;line-height:95px;text-indent:280px;}
.title h2{color:#7c7c7c;font-size:18px;font-weight:500;width:400px;}
#circle{
	width:83px;height:83px;position:absolute;margin-top:0px;margin-left:90px;border:6px solid rgba(0,0,0,0.15);border-radius:95px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#circle .cmsk{height:83px;position:absolute;width:83px;top:0;left:0;}

.clock{display:block;}

.timeyear{color:#0D6FB8;font-size:18px;line-height:20px;}
.timeblock{height:28px;margin-top:22px;margin-left:5px;background:url(../../images/front/kaili.png)}
.timeblock span{display:block;height:24px;width:18px;background:url(../../images/front/date.png) no-repeat 0 0;float:left;}
.timeblock .numf{background-position:0px -48px;}
.timeblock .nums{background-position:0px 0px;}
.timeblock .numt{background-position:0px -24px;}
.timeblock .numfo{background-position:0px -72px;}
#content{width:800px;overflow:hidden;background:url(../../images/front/vertical.png) repeat-y 134px 2px;padding-top:10px;}
.list{overflow:hidden;position:relative;}
.list li{height:110px;vertical-align:bottom;overflow:hidden;position:relative;}
.list li:hover{
border:1px solid #6e6e6e;
-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	filter: alpha(opacity=90);
opacity: 0.9;
}
.liwrap{height:55px;margin-top:28px;}
.lileft{position:absolute;top:0;left:0px;height:55px;width:100px;line-height:55px;text-align:right;}
.liright{position:absolute;top:0;right:0px;height:55px;width:600px;}
.histt{height:35px;line-height:35px;}
.hisct{font-size:14px;color:#6e6e6e;}
.md{font-size:18px;color:#AEAEAE;}
.year{font-size:12px;color:#AEAEAE;margin-right:10px;}
.point{width:55px;height:55px;position:absolute;top:0;left:108px;background:url(../../images/front/point.png) no-repeat 0px 18px;overflow:hidden;}
.point b{
	height:14px;width:14px;background:#fff;display:block;margin:17px 0 0 19px;border-radius:16px;border:4px solid #2B5796;
	-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:6px solid #2B5796;border-radius:52px;}
.thiscur .histt{color:#2B5796;font-size:24px;}
.histt {
	font-size:20px;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;1
}


#arrow ul li{
	display:block;height:20px;width:20px;background:url(../../images/front/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;}