* {
    margin: 0;
    padding: 0;
}

.wrap {
 
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: "";
        clear: both;
        display: block;
        height: 0;
        font-size: 0;
        visibility: hidden;
    }

.newIndexTab {
    
    width: 100%;
    height: 32px;
}

    .newIndexTab li:first-child {
        border-left: none;
    }

    .newIndexTab li {
        list-style: none;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        float: left;
        
        cursor: pointer;
        
        -webkit-user-select: none;
        margin-left: 30px;
    }

.newIndexList {
    width: 100%;
}

    .newIndexList li {
        list-style: none;
        border-top: none;
    }

.wrap .newIndexTab li.active {
    font-weight: bold;
    color: #1F86FC;
    border-bottom: 2px solid #1F86FC;
    position: relative;
    top: -1px;
    height: 31px;
}

.newIndexList li:first-child {
    display: block;
}

.newIndexList li {
    display: none;
}