/* history */
.course {}

.course .admin {
	position: relative;
}

.course #history {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 50px auto 0 auto;
}

.course .title {
	height: 95px;
	line-height: 95px;
	text-indent: 280px;
}

.course .title h2 {
	color: #7c7c7c;
	font-size: 20px;
	font-weight: 500;
	height: 95px;
	line-height: 95px;
	text-indent: 185px;
	font-weight: bold;
}

.course #circle {
	width: 95px;
	height: 95px;
	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;
}

.course #circle .cmsk {
	height: 83px;
	position: absolute;
	width: 83px;
	top: 0;
	left: 0;
}

.course #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);
}

.course .clock {
	display: block;
}

.course #circle:hover {
	border-color: rgba(255, 255, 255, 0.6);
	background-color: #F06005;
}

.course #circle:hover .clock {
	display: block;
}

.course #circle:hover .circlecontent {
	display: none;
}

.course #circle span {
	font-size: 18px;
	color: #b0b0b0;
}

.course #circle .clock {
	background: url(../images/clock.png) no-repeat 0 0;
	width: 95px;
	height: 95px;
	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;
}

.course #circle:hover .clock {
	border-radius: 83px;
}

.course .timeyear {
	color: #b0b0b0;
	font-size: 18px;
	line-height: 20px;
}

.course .timeblock {
	height: 28px;
	margin-top: 22px;
	margin-left: 5px;
	line-height: 28px;
	font-weight: bold;
}

.course .timeblock span {
	display: block;
	height: 24px;
	width: 18px;
	/* background: url(../images/date.png) no-repeat 0 0; */
	float: left;
}

.course .timeblock .numf {
	background-position: 0px -48px;
}

.course .timeblock .nums {
	background-position: 0px 0px;
}

.course .timeblock .numt {
	background-position: 0px -24px;
}

.course .timeblock .numfo {
	background-position: 0px -72px;
}

.course #content {
	height: 355px;
	width: 1180px;
	overflow: hidden;
	background: url(../images/vertical.png) no-repeat 434px 2px;
	padding-top: 10px;
}

.course .lists {
	overflow: hidden;
	position: relative;
}

.course .lists li {
	height: 110px;
	vertical-align: bottom;
	overflow: hidden;
	position: relative;
}

.course .liwrap {
	height: 55px;
	margin-top: 28px;
}

.course .lileft {
	position: absolute;
	top: 0;
	left: 0px;
	height: 55px;
	width: 400px;
	line-height: 55px;
	text-align: right;
}

.course .liright {
	position: absolute;
	top: 0;
	right: 0px;
	height: 55px;
	width: 700px;
}

.course .histt {
	height: 35px;
	line-height: 35px;
}

.course .hisct {
	font-size: 14px;
	color: #6e6e6e;
}

.course .md {
	font-size: 18px;
	color: #AEAEAE;
}

.course .year {
	font-size: 12px;
	color: #AEAEAE;
	margin-right: 10px;
}

.course .point {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 409px;
	background: url(../images/point.png) no-repeat 0px 18px;
	overflow: hidden;
}

.course .point b {
	height: 18px;
	width: 18px;
	background: #fff;
	display: block;
	margin: 17px 0 0 19px;
	border-radius: 18px;
	border: 2px solid #F06005;
	-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;
}

.course .thiscur .point b {
	border: 7px solid rgba(240, 96, 5, 0.6);
	border-radius: 52px;
}

.course .thiscur .histt a {
	color: #F06005;
}

.course .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;
}

.course .admin {
	position: relative;
}

.course .admin #arrow {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -60px;
	z-index: 333;
}

*html .course #arrow {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
	margin-top: 350px;
}

.course #arrow ul li {
	display: block;
	height: 60px;
	width: 60px;
	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;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	background-color: #F06005;
	color: #FFF;
}

.course #arrow ul li:nth-child(1):before {
	content: "\e6e0";
	font-family: "iconfont";
}

.course #arrow ul li:nth-child(2):before {
	content: "\e6e1";
	font-family: "iconfont";
}

.course #arrow ul li .active {
	background-color: #F06005;
}

#arrow ul li.arrow_active {
	background-color: #F06005;
	color: #FFF;
	-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 .arrow_active:before {
	color: #FFF;
}

#arrow ul .arrowup {
	background-position: 0px -26px;
	margin-bottom: 10px;
}

#arrow ul .arrowdown {
	background-position: 0px 0px;
}
