.kefu-container {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
    background-color: #fff;
}
.kefu-container .kefu-label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    line-height: 26px;
    position: relative;
}
.el-row {
    box-sizing: border-box;
}
.kefu-container .kefu-list {
    width: 100%;
    margin: 30px 0 50px;
    display: inline-block;
}
.el-row:after, .el-row:before {
    display: table;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 .kefu-item-l {
    float: left;
    width: 320px;
    height: 102px;
    margin-right: 6px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #f6faff;
}
.kefu-item-l .kefu-left {
    float: left;
    margin: 20px 0 20px 20px;
}
 .kefu-item-l .kefu-left .l-name {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
 .kefu-item-l .kefu-left .l-name-desc {
    color: #999;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 288px;
}
.kefu-item-l .kefu-right {
    position: absolute;
    height: 100%;
    padding-right: 12px;
    margin-left: 220px;
    margin-top: 8px;
}
.btn {
    width: 120px;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    border: 1px solid transparent;
    margin: 20px 0 0 0;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.btn-primary {
    padding: 5px 10px;
    width: 62px;
    color: #fff;
    background-color: #128bed;
    border-color: #128bed;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}
.kefu-item-l:after {
    display: table;
    content: " ";
    clear: both;
}
.el-col-6 {
    width: 25%;
}