.contain {
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.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 32px;
    margin: auto;
    overflow: hidden
}

.fishBone .wrapper .bd {
    overflow: hidden
}

.fishBone .wrapper .bd .tempWrap {
    width: 100% !important
}

.fishBone .item {
    position: relative;
    width: 170px;
    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(../img/title.png) no-repeat 0 0;
    font-size: 14px
}

.fishBone .item .title .title-center {
    display: inline-block;
    background: url(../img/title.png) repeat-x 0 -600px;
    font-size: 15px;
    font-weight: 700;
    font-family: '微软雅黑';
    line-height: 2.1em;
    color: #fff
}

.fishBone .item .title .title-right {
    display: inline-block;
    width: 15px;
    line-height: 2.1em;
    background: url(../img/title.png) no-repeat 0 -1200px;
    font-size: 14px
}

.fishBone .item .title {
    display: block;
    position: relative;
    left: -33px;
    background: url(../img/line-point.png) no-repeat 12px -212px
}

.fishBone .item.bottom .title {
    bottom: 0
}

.fishBone .item .content {
    padding-left: 22px;
    position: absolute
}

.fishBone .item.top .content {
    padding-top: 5px;
    top: 10px;
    padding-bottom: 9px;
	border-bottom: 2px #7e899d dashed;	
}

.fishBone .item.bottom .content {
    bottom: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
	border-top: 2px #7e899d dashed;
}

.fishBone .item .content ul li {
    padding-left: 13px
}

.fishBone .item .content ul li.line-first {
    position: relative;
    padding-left: 19px;
    left: -4px;
    border-left: 0 !important;
    background: url(../img/line-first.png) no-repeat 0 0;
    font-size: 14px;
    font-family: '微软雅黑';
    font-weight: 550
}

.fishBone .item .content ul li.line-last {
    border-left: none
}

.fishBone .prev {
    position: absolute;
    top: 156px;
    left: -1px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid #7e899d;
    border-bottom: 20px solid transparent;
}

.fishBone .prev:hover {
    cursor: pointer
}

.fishBone .next:hover {
    cursor: pointer
}

.fishBone .next {
    position: absolute;
    top: 156px;
    right: -1px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid #7e899d;
    border-bottom: 20px solid transparent
}

.fishBone .line {
    position: absolute;
    top: 175px;
    height: 1px;
    width: 100%;
    border-bottom: 2px dashed #999;
    z-index: -1
}

.fishBone .item .line-point {
    position: absolute;
    left: 14px;
    bottom: -4px;
    display: block;
    height: 18px;
    width: 18px;
    background: url(../img/line-point.png) no-repeat 0 0
}

.fishBone .item.bottom .line-point {
    top: -6px
}