@charset "gb2312";
.ctrl-history .btns .next {
	width: 13px;
	height: 45px;
	float: right;
	cursor: pointer;
	background: url(ctrl-history-right.png) no-repeat;
	margin-top: 140px;
}
.ctrl-history .btns .prev {
	width: 14px;
	height: 45px;
	float: left;
	cursor: pointer;
	background: url(ctrl-history-left.png) no-repeat;
	margin-top: 140px;
}
.ctrl-history .tips {
	width: 100%;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
	color: #888;
	min-height: 94px;
	height: auto !important;
	height: 94px;
	position: absolute;
	margin-top: -300px;
}
.ctrl-history .tips img {
	margin-bottom: 20px;
}
.ctrl-history .tips h2 {
	font-size: 80px;
	line-height: 80px;
	color: #FFF;
	float: left;
	margin-left: -290px;
}
.ctrl-history .tips p {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	text-align: left;
	margin-top: 90px;
}
.ctrl-history .btns {
	width: 1300px;
	height: 340px;
	margin: auto;
}
.ctrl-history .btns .list {
	width: 1210px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 30px;
}
.ctrl-history .btns .line {
	width: 100%;
	height: 12px;
	background: url(ctrl-history-line.png);
	position: absolute;
	left: 0;
	top: 158px;
	z-index: 1;
}
.ctrl-history .btns ul {
	float: left;
	position: relative;
	z-index: 2;
}
.ctrl-history .btns li {
	width: 330px;
	overflow: hidden;
	float: left;
	margin: 0 -60px;
	display: inline;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
.ctrl-history .btns li h1 {
	font-size: 16px;
	color: #fff;
}
.ctrl-history .btns li span {
	width: 40px;
	height: 1px;
	background: #eccd5b;
	display: block;
	margin: 10px auto;
}
.ctrl-history .btns li p {
	font-size: 14px;
	color: #fff; /* height:60px;*/ overflow: hidden;
}
.ctrl-history .btns li.down {
	height: 170px;
	background: url(ctrl-history-spot.png) no-repeat center 15px;
	margin-top: 143px;
	padding-top: 50px;
}
.ctrl-history .btns li.up {
	height: 170px;
	background: url(ctrl-history-spot.png) no-repeat center 148px;
	margin-top: 10px;
	padding-bottom: 66px;
}
.ctrl-history .btns li.down.on {
	background: url(ctrl-history-icon.png) no-repeat center top;
}
.ctrl-history .btns li.up.on {
	background: url(ctrl-history-icon.png) no-repeat center bottom;
}
.ctrl-history .btns li.on h1 {
	color: #eccd5b;
}