.fishBone *{
	margin: 0;
	padding: 0;
}
.fishBone ul{
	overflow: visible!important;	
}
.fishBone ul,li{
	list-style: none;
	line-height: 2em
}
.fishBone{
	color: #767676;
	width: 100%;
	height: 100%;
	white-space:nowrap;
	position: relative;
	font-size: 12px;
}
.fishBone .wrapper{
  padding: 0 10px;
  margin: auto;
  overflow: hidden;
}
.fishBone .wrapper .bd {
	overflow: hidden;
}
.fishBone .item{
	position: relative;
	width: 30px;
	height: 150px;
	display: inline-block;
	margin-left:20px;
}
.fishBone .item .first{
	line-height:2em;
}
.fishBone .item .title{
	border-left:none;
}
.fishBone .item .title{
	display: block;
	position: relative;
	left: -33px;
	background: url(../images/line-point.png) no-repeat 12px -212px;
}
.fishBone .item.top .title{
}
.fishBone .item.bottom .title{
	bottom: 0;
}
.fishBone .item .content{
	padding-left: 13px;
	position: absolute;
	top:1rem;
	padding-top: 10px;
}

.fishBone .item .content ul li{
/*	padding-left:13px;*/
	text-align: center;
	writing-mode:vertical-rl;
	line-height: normal;
}
/**prev next*/
.fishBone .prev {
	position: absolute;
	top: -15px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 40px;
	background: url(../images/arrow.png) no-repeat -1px 13px;
}
.fishBone .prev:hover{
cursor: pointer;
background-position-y: -28px;
}
.fishBone .next:hover{
cursor: pointer;
background-position-y: -28px;
}
.fishBone .next {
	position: absolute;
	top: -15px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 40px;
	background: url(../images/arrow.png) no-repeat -19px 13px;
}
/**line**/
.fishBone .line {
	position: absolute;
	top: 0.3rem;
	height: 1px;
	width: 100%;
	border-bottom: 2px dashed #CAC1B8;
	z-index: 0;
}
.fishBone .item .line-point {
	position: absolute;
/*
	left: 4px;
	bottom: -4px;
*/
	display: block;
	height: 14px;
	width: 14px;
	background: url(../images/line-point.png) no-repeat center 0px;
	top: -1rem;
	z-index: 1;

}
.fishBone .item:hover .line-point, .fishBone .item.act .line-point {
	background: url(../images/line-point-selected.png) no-repeat center 0px;

}
.fishBone .item:hover , .fishBone .item.act{
	font-weight: bold;
	color: #000;
	cursor:pointer;
}
