@charset "utf-8";
.contentzt {
	width: 1000px;

}
.zta_1 {
	width: 600px;
	height: 400px;
	float : left;
}
.zta_2 {
	width: 380px;
	margin: 0px 0px 0px 20px;
	float : left;text-align:left;
	height: 400px;font-size:16px;
line-height:24px;
}
.zta_3 {
	float : left;border: 1px solid #eaeaea;
}
.zta_4 {
	float : left;
}
.contentztA {height: 420px;
}
.contentztB {
}
.contentztC {
}
.contentztC p{
   line-height: 25px;
text-align:left;

    text-indent: 2em;
}

/*-核心代码-*/
/* Menu style */
#timeline {
	width: 1000px;
	height: 821px;
	overflow: hidden;
	margin: 10px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 1000px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 200px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
	font-weight: bold;
}
#issues {position: relative;
	overflow: hidden;
}
#issues li {
	width: 1000px;
	list-style: none;
	float: left;
}
#issues li img {
	float: left;
}
#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}
#issues .p {
	font-size: 18px;
	line-height: 22px;
}
#next,  #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 70px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,  #prev:hover {
	background-position: 0 -16px;
}
#next {
	right: 0;
	width: 500px;
	height: 600px;
}
#prev {
	left: 0;
	width: 500px;
	height: 600px;
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}

.Num {
position: relative;
width: 60px;
height: 35px;
margin-top: 0px;
float: left;
background: url(../images/tuhnum.png) left top no-repeat;
background-size: 40px 35px;
}
.Num .currNum {
position: absolute;
width: 38px;
text-align: right;
top: -15px;
left: -17px;
font-family: Georgia;
font-size: 36px;
color: #3ba354;
}
.Num .totalNum {
position: absolute;
text-align: right;
bottom: 1px;
left: 28px;
font-family: Georgia;
font-size: 24px;
color: #737373;
}