.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
/* history */
#history {
	max-width: 1300px;
	margin: 50px auto;
}
.title {
	height: 95px;
	line-height: 95px;
	text-indent: 280px;
}
.title h2 {
	color: #7c7c7c;
	font-size: 18px;
	font-weight: 500;
}
#circle {
	width: 83px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 390px;
	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;
}
#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);
}
.clock {
	display: block;
}
#circle:hover {
	border-color: rgba(255,255,255,0.6);
	background-color: #6bc30d;
}
#circle:hover .clock {
	display: block;
}
#circle:hover .circlecontent {
	display: none;
}
#circle span {
	font-size: 18px;
	color: #b0b0b0;
}
#circle .clock {
	width: 83px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	border-radius: 0;
}
#circle:hover .clock {
	border-radius: 83px;
}
.timeyear {
	color: #b0b0b0;
	font-size: 18px;
	line-height: 20px;
}
.timeblock {
	height: 28px;
	margin-top: 22px;
	margin-left: 5px;
}
.timeblock span {
	display: block;
	height: 24px;
	width: 18px;
	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 {
	max-width: 1300px;
}
.list {
	overflow: hidden;
}
.list li {
	vertical-align: bottom;
	position: relative;
}
.list li:after {
    content: "";
    right: 50%;
    top: 95px;
    position: absolute;
    height: 2px;
    width: 52px;
    background: #013378;
}
.list li:before {
    content: "";
    right: 50%;
    position: absolute;
    height: 280px;
    width: 2px;
    background: #013378;
}
.liwrap {
	position: relative;
}
.lileft {
    text-align: right;
    /*padding-right: 55%;*/
	position: absolute;
    top: 80px;
    width: 45%;
}
.liright {
    text-align: left;
    padding-left: 53%;
	margin-bottom:50px;
}
.histt {
	line-height: 35px;
}
.hisct {
	font-size: 14px;
	color: #6e6e6e;
}
.md {
	font-size: 18px;
	color: #666666;
	padding: 10px 0;
	line-height: 24px;
}
.year {
	font-size: 30px;
	color: #222222;
	font-weight:700;
}
.point {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 82px;
	right: 49%;
	overflow: hidden;
	z-index:9;
}
.point b {
	height: 28px;
	width: 28px;
	background: #013378;
	border-radius: 100%;
	-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;
	color:#fff;
	font-size:24px;
	text-align: center;
	line-height: 26px;
}
.thiscur .point b {
	border: 7px solid rgba(107,195,13,0.6);
	margin: 12px 0px 0px 14px;
	border-radius: 52px;
}
.thiscur .histt a {
	color: #6bc30d;
}
.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: fixed;
	top: 50%;
	right: 30px;
}
*html #arrow {
	position: absolute;
top:expression(eval(document.documentElement.scrollTop));
	margin-top: 350px;
}
#arrow ul li {
	display: block;
	height: 20px;
	width: 20px;
	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;
}