
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#F60;
	text-decoration:underline;
}

.content {
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top: 40px;
}

a:hover{
	text-decoration: none;
	cursor: point;
}
.wrapper hr {
	height: 0;
	border-left: none;
	border-right: 0;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
}
.top{
	margin-top: 60px;
}
.top img{
	width: 100%;
	margin-top: -10px;
}

.content .wrapper {
	position: relative;
	background: url("../images/log/release-bg.png") no-repeat right top;
	width: 960px;
	margin: 0 auto;
}

.content .line-left {
	position: absolute;
	left: 0;
	top: 15px;
	width: 70px;
}
.content .line-right {
	position: absolute;
	right: 0;
	top: 15px;
	width: 460px;
}
.content .mainBox {
	background: url("../images/log/line-bg.png") repeat-y 249px 0;
}
.content .mainBox .contentTitle {
	position: absolute;
	line-height: 40px;
	padding-left: 67px;
	left: 230px;
	top: 0;
	color: #0C9;
	font-size: 24px;
	background: url("../images/log/clock.png") no-repeat left top;
}
.content .mainBox .year {
	position: relative;
	z-index: 100;
}
.year h2{
	height: 40px;
	width: 170px;
	padding-right: 30px;
	text-align: right;
}
.content .mainBox .year h2 a {
	color: #0C9;
	font-size: 24px;
	line-height: 40px;
	text-align: right;
}
.mainBox .year h2 i{
	display:block;
	position:relative;
	height:0;
	width:0;
	left:190px;
	top:-20px;
	border-width:6px;
	border-style:solid;
	border-color:#0C9 transparent transparent transparent;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	-webkit-transform-origin:6px 3px;
	-moz-transform-origin:6px 3px;
	-ms-transform-origin:6px 3px;
	-o-transform-origin:6px 3px;
	transform-origin:6px 3px
}
.year .timeList{
	margin:10px 0;
	overflow:hidden;
	position: relative;
	height: 468px;
	-webkit-transition:height 1s ease,opacity 1s;
	-moz-transition:height 1s ease,opacity 1s;
	-ms-transition:height 1s ease,opacity 1s;
	-o-transition:height 1s ease,opacity 1s;
	transition:height 1s ease,opacity 1s
}
.content .year .timeList ul {
	bottom:0px;
	position: absolute;
}
.content .year .timeList ul li {
	background: url("../images/log/circle.png") no-repeat 235px 31px;
	padding: 30px 0;
	color: #a1a4b8;
	display: inline-block;
}
.content .year .timeList ul li.highlight {
	background-image:url(../images/log/circle-h.png)
}
.cls {
	zoom: 1;
}
.cls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.timeList ul li.highlight .date,.timeList ul li.highlight .intro {
	color: #ec6a13;
}
.timeList ul li .date,.timeList ul li .version{
	float:left;
	display:block;
	clear:left;
	width:200px;
	line-height:24px;
	text-align:right
}
.timeList  ul li .date{
	font-size:18px;
	line-height:32px;
	color:#bec1d5
}
.timeList ul li .intro, .timeList ul li .moreHistory {
	float: left;
	display: block;
	width: 400px;
	margin-left: 100px;
	line-height: 24px;
}
.timeList ul li .intro {
	font-size: 18px;
	line-height: 32px;
	color: #0C9;
}
.content .wrapper .close h2 i{
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg)
}
.content .wrapper .close .timeList{
	opacity:0;
	height:0;

}
.ie7 .content .mainBox .year h2 i{
	left:40px
}
