﻿@charset "utf-8";
/* Menu style */
#timeline {
	width: 1000px;
	height: 420px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	
}
#dates {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 160px;
	height: 50px;
	font-size: 15px;
	text-align: center;
}


#dates a {
width: 44px;
height: 73px;
display: block;
line-height: 20px;
text-decoration: none;
border-radius: 1000px;
font-weight: bold;
margin-left: 0px;
}

#dates .selected {
	font-weight: bold;
	background-color: #4c9ed9;
	color: #fff;
}
#dates .selected a {
	color: #ffffff;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}
#issues li {
	width: 1000px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues .con {
	position: relative;
	width: 1000px;
	height: 313px;
	color:#333333;
	background: url('../images/bg02.png') no-repeat;
}
#issues .con h2 {
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#issues .con h2 a{color:#000;}
.box01 {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 290px;
	height: 220px;
}
.box02 {
	position: absolute;
	top: 35px;
	left: 370px;
	width: 585px;
	height: 165px;

}
.box02 h2 {
	margin: 10px 0;
	font-size: 48px;

}
.box02 p {
	font-size: 14px;
	font-weight: normal;
	color:#000;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;

}
.box02 p a {
	padding-left: 10px;

}
#issues li .con .auto1 {
	overflow: auto;
	height: 160px;
}
#sjz {
	width: 1000px;
	height: 469px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	font-family: "宋体";
	color: #fff;
	font-size: 14px;
	background: #fff;
	line-height: 28px;
	background: url('./bg.jpg') no-repeat;
}
.con {
	position: absolute;
	z-index: 2;
}