.background-white {
    padding: 16px 12px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.list-left,
.list-content {
    float: left;
}

.list-left {
    width: 248px;
    margin-right: 24px;
}

.list-left li {
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-bottom: 1px dashed #eaeaea;
    cursor: pointer;
}

.list-left li:nth-child(1) {
    background-color: #1977cb;
    color: #fff;
    border-bottom: none
}

.list-left-active{
    color: #1977cb;
}



/* .right {
    margin-left: 20px;
    width: 860px;
    overflow: hidden;
}

.right .title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #eaeaea
}
.right .title p{
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-bottom: 1px solid #e71626
} */


.list-content {
    float: left;
    width: 900px;
}

.list-content .title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #eaeaea
}
.list-content .title p{
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-bottom: 1px solid #e71626
}
.list-content .list{
    margin-top: 10px;
    overflow: hidden;
}
.list-content .list li{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #e5e5e5;
}