*{margin:0;padding:0;}
ul,li{list-style:none;}
body{font:13px/1.3 'Microsoft Yahei','宋体';}
a{ text-decoration:none;}
/*-核心代码-*/
/* Menu style */
#page{
    width:840px; 
    height:660px;
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -330px 0 0 -420px;
	background:#fff;
	display:none;
}
#container{margin:0 auto; width:840px; height:620px;}
#container p{padding:3px 0;}
.bg{
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display:none;
}
.page_nav
{
   position:relative;
   height:60px; line-height:60px;
   width:100%;
   background:#A5BFE0;
}
.page_left, .page_right
{
   width:50%;
   float:left;
   line-height:60px;
   text-align:center;
   font-size:20px;
   color:#fff;
}
.page_right
{
   width:50%;
}
.page_left
{
    background:#6C92C1;
}
.page_left span
{
   position:relative;
   top:3px;
   margin-right:10px;
}
.page_right span
{
   position:relative;
   top:3px;
   margin-right:10px;
   display:none;
}
.close
{
   float:right;
   height:40px;
   margin-top:10px;
}
#timeline {
	width: 830px;
	margin:0 auto;
	height: 560px;
	overflow: hidden;
	position: relative;
	border-radius:5px;
	background:url(../addimages/dot_01.png) no-repeat left 51px;
	display:none;
}
#dates {
	width: 840px;
	height: 60px;
	overflow: hidden;
	padding-top:10px;
}
#dates li {
	list-style: none;
	float: left;
	width: 140px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../addimages/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color:#333;
}
#dates .selected {
    font-size: 32px;
	color:#f40;
}
		
#issues {
	width: 800px;
	height: 510px;
	overflow: hidden;
}	
#issues li {
	width: 840px;
	height: 510px;
	list-style: none;
	float: left;
}

#issues li h3 {
	width:830px;
	height:40px;
	color: #FFE681;
	font-size: 30px;
	margin:5px 0;
	background:#6F995A;
	border-radius:5px;
	text-shadow: #0c4c0c 1px 1px 2px;
	text-indent:50px;
	box-shadow: 0px 0px 5px #6F995A;
}
#issues li h3 span{
    font-size:14px;
	margin-left:10px;
}
#issues li p {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-indent:5em;
}
#issues li .font
{
    font-weight:bold;
	font-size:14px;
	margin-top:20px;
}
#next {
    right: 50%;
    margin-right: -400px;
}
#next, #prev {
    position: absolute;
    font-size: 70px;
    font-family: "宋体";
    top: 280px;
    width: 35px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    color: #713611;
}
#next:hover, #prev:hover
{
   text-decoration:none;
}
