
.content .wrapper {position: relative; width: 960px; margin: 0 auto; }

.content .main {
	background: url("../images/ico/ry-line-bg.png") repeat-y 249px 0;
}

.content .main .year {
	position: relative;
	z-index: 100;
}
.content .main .year h3 {
	height: 40px;
	width: 170px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 40px;
	text-align: right;
}
.content .main .year h3 a {
	color: #ccb17a;
}
.content .main .year h3 i{
	display:block;
	position:relative;
	height:0;
	width:0;
	left:190px;
	top:-20px;
	border-width:6px;
	border-style:solid;
	border-color:#ccb17a 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
}
.content .main .year .list{
	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
}
.content .main .year .list ul {
	bottom: 0;
}
.content .main .year .list ul li {
	background: url("../images/ico/circle-h.png") no-repeat 235px 11px;
	padding: 10px 0;
	color: #a1a4b8;
}

.cls {
	zoom: 1;
}
.cls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.content .main .year .list ul li .date{
	float:left;
	display:block;
	clear:left;
	width:200px;height: 30px;
	color:#fff;
}
.content .main .year .list ul li .intro{
	float: left;
	display: block;
	width: 500px;
	margin-left: 100px;
	line-height: 24px;
	font-size: 16px;
	color: #666;margin-top: 5px
}
.content .wrapper:first-child .main .year.close h3 i{
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg)
}
.content .wrapper:first-child .main .year.close .list{
	opacity:0;
	height:0!important;
}
.ie7 .content .main .year h3 i{
	left:40px
}