.tab-block {
    width: 100%;
    float: left;
    height: auto;
    border-top: none;
    padding: 0;
    display: block;
    max-width: 1000px;
    float: none;
    margin: 0 auto;
}

.tab-content {
    position: relative;
    max-width: 100%;
    padding: 30px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tab-content>.tab-pane {
    box-sizing: border-box;
    height: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
}

.info-list {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding-top: 0;
}

list-left {
    width: 50%;
    float: left;
}

.list-block {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
}

.list-block label {
    width: 145px;
    float: left;
    font-size: 16px;
    color: #999;
    font-weight: 500;
}
.list-block span {
    color: #999;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.info-list br {
    display: inline;
    content: ' ';
    padding: 0 3px;
}

ul {
    margin: 0;
    list-style-type: none;
}

.list-right {
    width: 50%;
    float: left;
}




