

/* history */
.title{height:80px;line-height:70px;}
.title2{height:120px;line-height:120px;}
.title1{ width:160px;line-height:80px; }
.title h2{color:#7c7c7c;font-size:18px;font-weight:500;}
#circle2{
	width:90px;height:90px; font-size:18px; margin-left:-12px;border:6px solid rgba(0,0,0,0.15);border-radius:120px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	background:#fff5c0;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#circle2 .cmsk{height:100px;}
#circle2:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	border-color:rgba(0,0,0,0);
}
#circle2:hover {border-color:rgba(255,255,255,0.6);background-color:#48bb87; color:#fff;}

#circle1{
	width:70px;height:70px; font-size:18px;position:absolute;top:0;left:450px;border:6px solid rgba(0,0,0,0.15);border-radius:95px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	background:#fff5c0;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#circle1 .cmsk{height:70px;position:absolute;width:70px;top:0;left:0;}
#circle1:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	border-color:rgba(0,0,0,0);
}
#circle1:hover {border-color:rgba(255,255,255,0.6);background-color:#48bb87; color:#fff;}

#circle{
	width:70px;height:70px; font-size:18px;border:6px solid rgba(0,0,0,0.15);border-radius:95px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	background:#fff5c0;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#circle .cmsk{height:70px;}
#circle:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	border-color:rgba(0,0,0,0);
}
#circle:hover {border-color:rgba(255,255,255,0.6);background-color:#48bb87; color:#fff;}

#content{height:2405px;width:980px;background:url(../images/vertical.png) repeat-y 488px 2px;padding-top:10px;}
.list{overflow:hidden;position:relative;}
.list li{min-height:110px;vertical-align:bottom;position:relative; margin-bottom:20px;}
.list li.ty{ height:250px;}
.list li.ty1{ height:330px;}
.liwrap{ width:440px;margin-top:28px;}
.lileft{position:absolute;top:0;left:0px;}
.lft{left:20px;}
.lileft1{height:55px;width:460px;line-height:55px;text-align:right;}
.date1{line-height:50px;}
.liright{position:absolute;top:0; left:54%;}
.liright1{width:400px; padding:15px 20px; background:#fcfcfc}
.hisct{font-size:13px;color:#6e6e6e; text-align:right; border-top:solid 1px #b8b8ba; margin-top:10px;}
.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:50%; margin-left:-28px;background:url(../images/point.png) no-repeat 0px 18px;overflow:hidden;}
.point1{width:55px;height:55px;position:absolute;top:0;left:463x;background:url(../images/point1.png) no-repeat 18px 18px;overflow:hidden;}
.point b{
	height:16px;width:16px;background:#fff;display:block;margin:17px 0 0 19px;border-radius:18px;border:2px solid #c09d1c;
	-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;
}
.ss-row .point b{border:7px solid #48bb87;margin:12px 0px 0px 14px;border-radius:52px;}
.ss-row .histt a{color:#c09d1c;}
.histt .left{ float:left; width:180px;}
.histt a{
	font-size:14px;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:fixed;top:50%;left:30px; z-index:1002;}
*html #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:350px;}

#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;}

.ty_2{ width:190px; float:right;}