body {
	font-family: '微软雅黑';
	color: #fff;
	font-size: 16px;
}
.jq22-container{
    width: 100%;
    height: 480px;
    position: relative;
	overflow: hidden;
}
#timeline a {
	color: #555;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#timeline a:hover,#timeline a.selected {
	color: #ffcc00;
}
#timeline {
	width: 800px;
	height: 540px;
	margin: -40px auto 0;
	position: relative;
	background: url(../img/13-bg.png) no-repeat center;
	background-size: cover;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 399px;
}
#dates li {
	list-style: none;
	float: left;
	width: 140px;
	height: 50px;
	font-size: 18px;
	text-align: center;
}
.pointTo{
	width: 16px;
	height: 30px;
	position: absolute;
	top: 350px;
	left: 50%;
    margin-left: -8px;
	background: url('/img/13-top.png') center bottom no-repeat;
	background-size: contain;    
}
#timeline .time{
	width: 800px;
	height: 30px;
	position: absolute;
	top: 365px;
	background: url('../img/13-time.png') center bottom no-repeat;
	background-size: contain;
	overflow: hidden;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
    font-size: 26px;
}
#issues {
	width: 800px;
	height: 358px;
	overflow: hidden;
	padding-top: 132px;
}	
#issues li {
	width: 800px;
	height: 230px;
	list-style: none;
	float: left;
}
#issues li.selected img {
	width: 210px;
	height: 158px;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#issues li img {
    width: 200px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out; 
	transition: all 1s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}
#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
}
#issues li p {
	width: 210px;
	margin: 16px auto;
	line-height: 24px;
	font-size: 13px;
	color: #555;
	text-align: left;
}

#grad_left,#grad_right {
	width: 100px;
	height: 280px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
}
#grad_right {
	right: 0;
}		
#next,#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 200px;
	width: 68px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	background-size: contain;
}
#next {
	right: 0;
	left: 50%;
	margin-left: 140px;
	background-image: url('/img/history-left.png');
}
#prev {
	left: 0;
	left: 50%;
	margin-left: -210px;
	background-image: url('/img/history-right.png');
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}