
.hiscontent {
	min-height: 720px;
	width: 100%;
}
.hiscontent .wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.hiscontent .line-left {
	position: absolute;
	left: 0;
	top: 15px;
	width: 70px;
}
.hiscontent .line-right {
	position: absolute;
	right: 0;
	top: 15px;
	width: 460px;
}
.hiscontent .main {
	background: url("../images/tl/line-bg.png") repeat-y 249px 0;
}
.hiscontent .main .title {
	position: absolute;
	line-height: 40px;
	padding-left: 67px;
	left: 230px;
	top: 0;
	color: #ae0d15;
	font-size: 24px;
	font-weight: bold;
	background: url("../images/tl/clock.png") no-repeat left top;
}
.hiscontent .main .year {
	position: relative;
	z-index: 100;
}
.hiscontent .main .year h2 {
	height: 40px;
	width: 170px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 40px;
	text-align: right;
}
.hiscontent .main .year h2 a {
	color: #58a6fb;
}
.hiscontent .main .year h2 i{
	display:block;
	position:relative;
	height:0;
	width:0;
	left:190px;
	top:-20px;
	border-width:6px;
	border-style:solid;
	border-color:#59a7fb 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
}
.hiscontent .main .year .list{
	margin:10px 0;
	position:relative;
	overflow:hidden;
	-webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	-moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	-ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	-o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
	transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
}
.hiscontent .main .year .list ul {
	bottom: 0;
}
.hiscontent .main .year .list ul li {
	background: url("../images/tl/circle.png") no-repeat 235px 31px;
	padding: 30px 0;
	color: #a1a4b8;
}
.hiscontent .main .year .list ul li.highlight {
	background-image: url("../images/tl/circle-h.png");
}
.cls {
	zoom: 1;
}
.cls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hiscontent .main .year .list ul li.highlight .date, .hiscontent .main .year .list ul li.highlight .intro {
	color: #3d3d3d;
	font-weight: bold;
}
.hiscontent .main .year .list ul li.highlight .date a:hover, .hiscontent .main .year .list ul li.highlight .intro a:hover{
	color: #b11d23;
	cursor: pointer;
}
.hiscontent .main .year .list ul li .date,.hiscontent .main .year .list ul li .version{
	float:left;
	display:block;
	clear:left;
	width:200px;
	line-height:24px;
	text-align:right
}
.hiscontent .main .year .list ul li .date{
	font-size:18px;
	line-height:32px;
	color:#000
}
.hiscontent .main .year .list ul li .intro, .hiscontent .main .year .list ul li .more, .hiscontent .main .year .list ul li .image {
	float: left;
	display: block;
	width: 800px;
	margin-left: 100px;
	line-height: 24px;
	color:#727272;
}
.hiscontent .main .year .list ul li .intro {
	font-size: 18px;
	line-height: 32px;
	color: #63d029;
}
.hiscontent .wrapper:first-child .main .year.close h2 i{
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg)
}
.hiscontent .wrapper:first-child .main .year.close .list{
	opacity:0;
	height:0!important;
}