.fishBoneNew * {
    margin: 0;
    padding: 0;
}
.fishBoneNew {
    color: #fff;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    position: relative;
    font-size: 12px;
}
    .fishBoneNew ul {
        overflow: visible !important;
    }
    .fishBoneNew ul, li {
        list-style: none;
        line-height: 2em
    }

    .fishBoneNew .fbwrapper {
        padding: 0 10px;
        margin: auto;
        overflow: hidden;
    }
        .fishBoneNew .fbwrapper .bd {
            overflow: hidden;
        }
    .fishBoneNew .item {
        position: relative;
        width: 80px;
        height: 350px;
        display: inline-block;
        margin-left: 10px;
		left: -50px;
    }
        .fishBoneNew .item .first {
            line-height: 2em;
        }
        .fishBoneNew .item .title {
            border-left: none;
        }
            .fishBoneNew .item .title .title-left {
                display: inline-block;
                width: 15px;
                line-height: 2.1em;
                background: url("../images/title.png") no-repeat 0 0;
                font-size: 14px;
            }
            .fishBoneNew .item .title .title-center {
                display: inline-block;
                background: url("../images/title.png") repeat-x 0 -600px;
                font-size: 15px;
                font-weight: bold;
                font-family: '微软雅黑';
                line-height: 2.1em;
                color: white;
            }
            .fishBoneNew .item .title .title-right {
                display: inline-block;
                width: 15px;
                line-height: 2.1em;
                background: url("../images/title.png") no-repeat 0 -1200px;
                font-size: 14px;
            }
        .fishBoneNew .item .title {
            display: block;
            position: relative;
            left: -33px;
            background: url(../images/line-point.png) no-repeat 12px -212px;
        }
        .fishBoneNew .item.top .title {
        }
        .fishBoneNew .item.bottom .title {
            bottom: 0;
        }


        .fishBoneNew .item .content {
            padding-left: 0px;
            margin-top: 15px;
            margin-bottom: 15px;
            width: 180px;
            height: 100px;
            position: absolute;
            background: url("../images/biankuang.png");
            background-size: 100% 100%;
        }

        .fishBoneNew .item.top .content {
            padding-top: 5px;
            top: 10px;
            padding-bottom: 13px;
        }
        .fishBoneNew .item.bottom .content {
            bottom: 7px;
            padding-top: 15px;
            padding-bottom: 15px;
            width: 180px;
            height: 100px;
            background: url("../images/bg_up.png");
            background-size: 100% 100%;
        }
        .fishBoneNew .item.bottom {
        }

        .fishBoneNew .item .content ul {
        }
            .fishBoneNew .item .content ul li {
                padding-left: 6px;
                padding-right: 6px;
            }

                .fishBoneNew .item .content ul li.line-first {
                    position: relative;
                    padding-left: 19px;
                    left: -4px;
                    border-left: 0 !important;
                    font-size: 16px;
                    font-family: 'Arial black';
                    font-weight: bold;
                }
                .fishBoneNew .item .content ul li.line-last {
                    border-left: none;
                }
        .fishBoneNew .item.top .content ul li .name {
        }
        .fishBoneNew .item.top .content ul li .text {
        }
/**prev next*/
    .fishBoneNew .prev {
        position: absolute;
        top: 154px;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 40px;
        background: url(../images/arrow.png) no-repeat -1px 13px;
        z-index: 4;
    }
        .fishBoneNew .prev:hover {
            cursor: pointer;
            background-position-y: -28px;
        }
    .fishBoneNew .next:hover {
        cursor: pointer;
        background-position-y: -28px;
    }
    .fishBoneNew .next {
        position: absolute;
        top: 154px;
        right: 0;
        display: inline-block;
        width: 20px;
        height: 40px;
        background: url(../images/arrow.png) no-repeat -19px 13px;
        z-index: 4;
    }
/**line**/
    .fishBoneNew .line {
        position: absolute;
        top: 175px;
        height: 1px;
        width: 100%;
        border-bottom: 2px solid #ff6982;
        z-index: 3;
    }
    .fishBoneNew .item .line-point {
        position: absolute;
        left: 85px;
        bottom: -44px;
        display: block;
        height: 18px;
        width: 18px;
        background: url(../images/line-point.png) no-repeat 0px 0px;
    }
    .fishBoneNew .item.bottom .line-point {
        top: -31px;
		left: 80px;
        background: url(../images/line-point.png) no-repeat 0px 0px;
    }