.fishBone *{
	margin: 0;
	padding: 0;
}
.fishBone ul{
	overflow: visible!important;	
}
.fishBone ul,li{
	list-style: none;
    padding-bottom: 20px;
	/* 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: 150px;
	height: 350px;
	display: inline-block;
	margin-left:20px;
}
.fishBone .item .first{
	line-height:2em;
}
.fishBone .item .title{
	border-left:none;
}
.fishBone .item .title .title-left{
	display:inline-block;
	width:15px;
	line-height: 2.1em;
	background: url("../image/title.png") no-repeat 0 0;
	font-size: 14px;
}
.fishBone .item .title .title-center{
	display:inline-block;
	background: url("../image/title.png") repeat-x 0 -600px;
	font-size: 15px;
	font-weight:bold;
	font-family:'微软雅黑';
	line-height: 2.1em;
	color: white;
}
.fishBone .item .title .title-right{
	display:inline-block;
	width:15px;
	line-height: 2.1em;
	background: url("../image/title.png") no-repeat 0 -1200px;
	font-size: 14px;
}
.fishBone .item .title{
	display: block;
	position: relative;
	left: -33px;
	background: url(../image/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;
}
.fishBone .item.top .content{
	padding-top: 5px;
	top: 3px;
	padding-bottom: 13px;
    width: 100%;
}
.fishBone .item.bottom .content{
	bottom: -50%;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
}
.fishBone .item.bottom{
}

.fishBone .item .content ul{
    width: 100%;
}
.fishBone .item .content ul li{
	padding-left:13px;
	cursor: pointer;
}
.fishBone .item .content ul li.line-first{
	position: relative;
	padding-left: 19px;
	left: -4px;
	border-left: 0!important;
	background: url(../image/line-first.png) no-repeat 0px 0px;
	font-size: 14px;
	font-family:'微软雅黑';
	font-weight: 550;
}
.line-info {
	height: 130px;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: auto;
}
.fishBone .item.bottom .content .line-info span {
	/* display: table-cell;
    vertical-align: bottom; */
    display: table-cell;
    vertical-align: bottom;
    height: 130px;
}
.fishBone .item .content ul li.line-last{
	border-left:none;
    z-index: 1;
}
.fishBone .item.top .content ul li .name{}
.fishBone .item.top .content ul li .text{}
/**prev next*/
.fishBone .prev {
	position: absolute;
	top: 155px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 40px;
	background: url(../image/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: 155px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 40px;
	background: url(../image/arrow.png) no-repeat -19px 13px;
}
/**line**/
.fishBone .line {
	position: absolute;
	top: 175px;
	height: 1px;
	width: 100%;
	border-bottom: 4px dashed #7E899D;
	/* z-index: -1; */
}
.fishBone .item .line-point {
	position: absolute;
	left: 5px;
	/* bottom: -4px; */
	display: block;
	height: 18px;
	width: 18px;
	background: url(../image/line-point.png) no-repeat 0px 0px;
}
.fishBone .item.bottom .line-point {
	top: -6px
}
/* 滚动条设置 */
.line-info::-webkit-scrollbar {
    width: 0px;    
}
.line-info::-webkit-scrollbar-thumb {
     border-radius: 0px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     background: rgba(0,0,0,0.2);
}
.line-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}