.outBox {
    width: 100%;
    text-align: left;
}

.outBox .hd {
    border-bottom: 1px solid #6584be;
    position: relative;
}

.outBox .hd:after,
.outBox .hd ul:after {
    display: table;
    content: "";
    clear: both;
}

.outBox .hd ul li {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #333;
}

.outBox .hd ul>li.on {
    background: #fff;
    border-bottom: 4px solid #6584be;
    color: #6584be;
}

.inBox {
    position: relative;
}

.inBox .inHd ul {
    overflow: hidden;
    zoom: 1;
}

.inBox .inHd ul li {
    padding: 0 20px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.inBox .inHd ul li.on {
    background: #ccc;
    color: #fff;
}

.inBox .inBd {
    min-height: 220px;
    border: 1px solid #ccc;
}

.inBox .inBd ul {
    /* padding:15px; */
    zoom: 1;
    overflow: hidden;
}

.inBox .inBd .nav li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    zoom: 1;
}

.inBox .inBd li .date {
    float: right;
    color: #999;
}

.inBox .sn,
.inBox .sp {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 20px;
    height: 28px;
    /*border:1px solid #ccc;*/
    z-index: 999;
}

.inBox .sp {
    left: 0;
}

.inBox .sn {
    right: 0;
}


/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */