

#page {
	margin:0 auto;
	width:1050px;
	background:#fff;
	color:#28415c;
	margin-top:10px;
}

#container {
	margin:0 auto;
}

#container p {
	padding:10px 0;
}



/*-核心代码-*/
/* Menu style*/

/*-- ---- timeline ---- --*/
#timeline {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	background: url('../images/aboutus/dot.gif') left 50px repeat-x;
}
#dates {
	width: 100%;
	height: 60px;
	margin-top:25px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 30px;
	font-size: 20px;
	text-align: center;
	background: url('../images/aboutus/biggerdot.png') center bottom no-repeat;
}
#dates a {
	width:18px;
	height:18px;
	line-height: 38px;
	padding-bottom: 10px;
	margin-left:41px;
	margin-top:12px;
	color:#999;
	display:block;
	opacity:0.75;
}
#dates a:hover {
	color:#28415c;
	opacity:1;
	background: url('../images/aboutus/dot_hole.png') center no-repeat;
}
#dates .selected {
	font-size: 38px;
	color:#28415c !important;
	opacity:1;
	background: url('../images/aboutus/dot_hole.png') center no-repeat;
}


/*-- ---- issues ---- --*/
#issues {
	width: 1050px;
	margin-top:20px;
	padding:0 45px;
	overflow: hidden;
}
#issues li {
	width: 1050px;
	list-style: none;
	float: left;
	overflow:hidden;
}
#issues li img {
	width:380px;
	height:auto;
	float: left;
	margin: 25px 30px 20px 50px;
}
#issues li h1 {
	color: #28415c;
	width:920px;
	font-size: 28px;
	line-height:40px;
	font-weight: normal;
	margin: 25px 0 0px 0;
}
#issues li p {
	width:900px;
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
}
#grad_left,#grad_right {
	width: 100px;
	position: absolute;
	top: 0;
}
#next,#prev {
	position: absolute;
	top: 210px;
	width: 40px;
	padding:15px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	
	opacity:0.75;
}
#next:hover,#prev:hover {
	opacity: 1;
}
#next {
	right: 0px;
	background: url('../images/aboutus/arrow_right.png') no-repeat center;
}
#prev {
	left: 0px;
	background: url('../images/aboutus/arrow_left.png') no-repeat center;
}
#next.disabled,#prev.disabled {
	opacity: 0.2;
}










/* Mobile */
@media screen and (max-width: 767px) {
#page {
	width:750px;
}

#issues {
	width: 750px;
	text-align:center;
	padding:0;
}
#issues li {
	width: 760px;
}
#issues li img {
	width:450px;
	float: none;
	margin:10px auto;
}
#issues li h1 {
	font-size:2.5em;
	width:100%;
	display:inline-block;
	margin:20px auto 20px auto;
}
#issues li p {
	width:90%;
	display:inline-block;
	
	
	margin:20px auto;
}

#next,#prev {
	opacity: 1;
	
	position: absolute;
	top: 230px;
	width: 40px;
	padding:15px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	
}
#next {
	background: url('../images/aboutus/arrow_right_m.png') no-repeat center;
}
#prev {
	background: url('../images/aboutus/arrow_left_m.png') no-repeat center;
}





}