
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
html {
	line-height: 1;font-family: "微软雅黑",serif;font-size:16px; min-width:1440px;
}
body{ background:#f3f3f3;}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
i{font-style:normal;}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
a {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #11437d;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 949px;
	overflow: hidden;
	margin: 50px auto;
	position: relative;
	background: url('imagesdot.gif') left 45px repeat-x;
}
#dates {
	width: 949px;
	height: 80px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 110px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	background: url('imagesbiggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color:#898989;
}
#dates .selected {
	font-size: 24px;
	font-weight:bold;
	color:#0e5c87;
}
#issues {
	width: 949px;
	height: 500px;
	overflow: hidden;
}
#issues li {
	width: 949px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues li.selected .pic img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#issues li .pic img {
	float: left;
	margin: 20px 30px 0px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);/* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}
#issues li h1 {
	color: #0e5c87;
	font-size: 24px;
	font-weight:bold;
	margin: 20px 0;
}
#issues li p {
	font-size: 16px;
	margin-right: 70px;
	font-weight: normal;
	color:#686868;
	width:840px;
	margin:0 auto;
	line-height: 35px;
}
#issues li p span{ font-size:16px; font-weight:bold; display:block;}
#issues li p a{ color:#FF0004;}

#grad_left,  #grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 50px;
}
#grad_left {
	left: 0;
}
#grad_right {
	right: 0;
}
#next,  #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 250px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,  #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
	background-image: url('imagesnext.png');
}
#prev {
	left: 0;
	background-image: url('imagesprev.png');
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
