/*-核心代码-*/
/* Menu style */
#container {
	position: relative;
	/* overflow: hidden; */
	width: 1250px;
}

.c1 {
	width: 96%;
    height: 2px;
    background: url(../images/dot.png) no-repeat center top/cover;
    position: absolute;
    top: 139px;
    left: 19px;
}

#timeline {
	width: 1248px;
	/* height: 431px; */
	/* overflow: hidden; */
	margin-top: 62px;
	position: relative;
	/* background: url('../images/dot.png') left 45px repeat-x; */
}


#dates .selected{
	height: 87px;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates {
	width: 1200px;
	height: 87px;
	overflow: hidden;
	margin-left: 0 !important;
}

#dates a{
	display: block;
}

#dates a {
	list-style: none;
	float: left;
	width: 270px;
	height: 84px;
	font-size: 24px;
	text-align: center;
	/* margin-right: 50px; */
	background: url('../images/biggerdot-0.png') center bottom no-repeat;

}

#dates a {
	font-size: 28px;
	line-height: 40px;
	padding-bottom: 10px;
	font-weight: 500;
	color: rgba(59, 112, 255, 0.6);
}

#dates .selected {
	font-size: 32px;
	font-weight: 500;
	color: #3B70FF;
}

#issues {
	width: 1200px;
	height: 350px;
	overflow: hidden;
}

#issues li {
	width: 1200px;
	height: 350px;
	list-style: none;
	float: left;
}

#issues li .line3 {
	width: 39px;
	height: 3px;
	background: #666666;
	margin-top: 8px;
}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
}

#issues li h1 {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
}

#issues li p {
	width: 1067px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
	padding-top: 20px;
	text-align: justify;
}

.pt4-text {
	padding: 0 61px 30px 0;
}



#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#next:hover,
#prev:hover {
	background-position: 0 -76px;
}

#next {
	right: 0;
	background-image: url('../images/next.png');
}

#prev {
	left: 0;
	background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}