#timeline_main{
}
#timeline_main table{
	position: relative;
	width: 1160px;
	margin: 0 auto;
	table-layout: fixed;
}
.timeline_td1{
	width: 90px;
	z-index: 9;
}
.timeline_td2{
	width: 1160px;
}
.timeline_td3{
	width: 90px;
}
#timeline{
	width: 1160px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: url(time_line.png) left 65px repeat-x;
	font-family: "微软雅黑" Georgia, serif;
	margin-top: 40px;
}
#dates{
	width: 740px;
	height: 80px;
	overflow: hidden;
}
#dates li{
	list-style: none;
	float: left;
	width: 230px;
	height: 75px;
	font-size: 24px;
	text-align: center;
	background: url(time_dot.png) center bottom no-repeat;
}
#dates a{
	line-height: 38px;
	padding-bottom: 25px;
	font-size: 24px;
	text-decoration: none;
	color: #373590;
	height: 60px;
	display: block;
}
#dates a:hover{
	color: #D36A31;
}
#dates .selected{
	font-size: 40px;
	height: 60px;
	display: block;
	color: #D36A31;
}
#issues{
	width: 800px;
	padding-top: 30px;
	overflow: hidden;
}
#issues li{
	width: 1160px;
	height: 160px;
	list-style: none;
	float: left;
}
#issues li .issuescontent{
	width: 750px;
	margin: 0 200px;
	height: 100%;
}
#issues li p{
	font-size: 20px;
	color: #999999;
	margin-right: 70px;
	margin: 10px;
	font-weight: normal;
	line-height: 22px;
	text-align:center;
}
.issuescontent {
	width: 100%;
	margin: auto;
}
.contentleft {
	width: 210px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	font-size: 50px;
	float: left;
	color: #EE1C24;
	font-weight: lighter;
}
.contentright{
	float: left;
	text-align: left;
	width: 90%;
	font-size: 24px;
	height: 160px;
	overflow:hidden;
	display:table;    
}
.contentright>div{
	text-align:left;
    display:table-cell;
    vertical-align:middle;
}
.timeline_td1{
	position: absolute;
	left: 180px;
	top: 210px;
}
#time_prev{
	width: 76px;
	height: 61px;
	background: url(left_no_hover.png);
	cursor: pointer;
	z-index: 9;
}
.timeline_td3{
	position: absolute;
	top: 210px;
	right: 180px;
}
#time_next{
	width: 76px;
	height: 61px;
	background: url(right_no_hover.png);
	cursor: pointer;
}
@media (max-width: 767px){
	#timeline_main table{
		position: relative;
		width: 100%;
		margin: 0 auto;
		table-layout: fixed;
	}
	.timeline_td2{
		width:100%;
	}
	.timeline_td1 {
		position: absolute;
		left: 10px;
		top: 180px;
	}
	.timeline_td3 {
		position: absolute;
		top: 180px;
		right: 10px;
	}
	#timeline{
		width: 100%;
		height: 300px;
		overflow: hidden;
		margin: 10px auto;
	}
	#issues {
		padding-left: 0px;
	}
	#issues li {
		height: 160px;
		list-style: none;
		float: left;
	}
	#issues li p{
		font-size: 15px;
	}
	#issues li .issuescontent {
		width: 100%;
		margin: 0px;
		height: 100%;
	}
	.contentleft {
		display:none;
	}
	.contentright {
		width: 100%;
		font-size: 24px;
	}
	#dates {
		width: 740px;
		height: 80px;
		overflow: hidden;
	}
	#dates li {
		list-style: none;
		float: left;
		width: 130px;
		height: 75px;
		font-size: 16px;
	}
	#dates a {
		line-height: 20px;
		padding-bottom: 15px;
		font-size: 16px;
		height: 22px;
	}
	#dates .selected {
		color:#D36A31;
		font-size: 22px;
	}
}