/*
* +---------------------------+
* +    writer: xiaofeng       +
* + Email:215628355@qq.com    +
* + http://www.xfzones.net    +
* + data:2014Äê10ÔÂ18ÈÕ 21:43 +
* +---------------------------+
*/

.timeliner{
	margin:0;
	padding:0;
	position:relative;
	display:none;
}
.timeliner .slide{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	position:absolute;
	display:block;
}
.timeliner .timeline{
	display:block;
	position:absolute;
	z-index:2;
	list-style:none;
}
.timeliner .innertimeline{
	position:absolute;
	bottom:0;
	z-index:3;
	overflow:hidden;
}
.timeliner .timedisplay{
	position:absolute;
	text-align:right;
	cursor:default;
	white-space:nowrap;
}
.timeliner .node{
	position:absolute;
	z-index:4;
	cursor:pointer;
}
.timeliner .tooltip{
	position:absolute;
	white-space:nowrap;
	display:none;
}
.timeliner .pause, .timeliner .play, .timeliner .previous, .timeliner .next{
	position:absolute;
	list-style:none;
	z-index:3;
	cursor:pointer;
}
.timeliner .previous, .timeliner .next{
	z-index:2;
}
.timeliner img{
	vertical-align:bottom
}
#shijianzhou{
	background:url(images/bg.gif) center no-repeat #000000;
	border:1px solid #000000;
}
/* Each slide */
#shijianzhou .slide{	
	padding:20px;
	padding-left:3px;
	font: 20px 'segoe ui',helvetica,arial,sans-serif;
	line-height:120%;
	color:#ffffff;
}
/* The timeline background */
#shijianzhou .timeline{
	background:#ddd;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
/* The timeline fill bar */
#shijianzhou .innertimeline{
	background:#cf3300;
}
/* The time display */
#shijianzhou .timedisplay{
	color:#777;
}
/* Each node */
#shijianzhou .node{
	background:url(images/node.png) center no-repeat;
	width:26px;
	height:26px;
}
/* The active node */
#shijianzhou .node_active{
	background:url(images/node_active.png) center no-repeat;
}
/* Each node tooltip */
#shijianzhou .tooltip{
	background:#fff;
	padding:5px 8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
/* The time display inside a tooltip */
#shijianzhou .tooltiptime{
	font-size:8pt;
	font-weight:bold;
}
/* The pause/play button */
#shijianzhou .pause, #shijianzhou .play{
	width:80px;
	height:80px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 10px #bbb;
	-moz-box-shadow:0 0 10px #bbb;
	box-shadow:0 0 10px #bbb;
}
/* The pause button */
#shijianzhou .pause{
	background:#fff url(images/pause.gif) center no-repeat;
}
/* The play button */
#shijianzhou .play{
	background:#fff url(images/play.gif) center no-repeat;
}
/* The previous/next buttons */
#shijianzhou .previous, #shijianzhou .next{
	width:43px;
	height:50px;
}
/* The previous button */
#shijianzhou .previous{
	background:#fff url(images/previous.gif) center no-repeat;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
/* The next button */
#shijianzhou .next{
	background:#fff url(images/next.gif) center no-repeat;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}

/*shijianzhoubox*/

.shijianzhoubox{
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	position:absolute;
}
.shijianzhoubox .list{
	width:245px;
	margin-right:3px;
	float:left
}
.shijianzhoubox .list-title{
	text-align:center;
	height:24px;
	line-height:24px;
	background:#333333;
}
.shijianzhoubox .jian{
	background:url(images/jian.png) center no-repeat;
	height:13px;
	margin-top:-2px;
}
.shijianzhoubox .list-box{
	width:245px;
	overflow:hidden;
	height:510px;	
}
.shijianzhoubox .box{
	width:245px;
	height:165px;
	overflow:hidden;
	background:url(images/ddbg.png) 0 0 no-repeat;
}

.shijianzhoubox .box dt{
	height:24px;
	line-height:24px;
	margin-left:24px;
	font-size:14px;
	width:80px;
	text-align: center;
	
	/* Gecko browsers */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	 
	/* Webkit browsers */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	 
	/* W3C syntax */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius:  0;
}
.shijianzhoubox .box dt a{
	color:#ffffff !important;
}
.shijianzhoubox .box dd b{
	display:block;
	height:24px;
	line-height:24px;
	color:#000000;
	font-size:12px;
	padding-left:5px;
	font-family:"Î¢ÈíÑÅºÚ"
}
.shijianzhoubox .box dd b a{color:#000000;}
.shijianzhoubox .box dd span{
	display:block;
	width:75px;
	float:left;
	height:90px;
	padding-left:10px;
	overflow:hidden

}
.shijianzhoubox .box dd p{
	display:block;
	width:135px;
	height:90px;
	padding-right:10px;
	float:right;
	color:#000000;
	font-size:12px;
	line-height:18px;
	overflow:hidden
}
.shijianzhoubox .box dd .more{
	display:block;
	width:50px;
	margin-left:175px;
	height:20px;
	line-height:20px;
	clear:both;
	overflow:hidden	
}
