.list-item-container {
    line-height: 1;
    font-size: 14px;
    /*  padding: 15px 0px 15px 15px;*/
    padding: 0px 0px 0px 15px;
}
.list-item-left {
    width: 60px;
    margin-right: -60px;
    float: left;
}
.list-item-right {
    width: 100%;
    float: right;
}
.list-item-content {
    margin-left: 10px;
    margin-right: 30px;
}
.avator {
    width: 50px;
    height: 50px;
    /*margin-top: 5px;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.name {
    font-weight: 500;
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 6px;
}
.desc {
    line-height: 16px;
    opacity: 0.4;
}
.lucent {
    opacity: 0.4;
    text-align: right;
    /*  padding-right: 20px;
  padding-top: 3px;*/
}
.action {
    font-size: 35px;
    color: #EB5E2F;
    float: right;
}
.switch-action {
    /*  height: 30px;*/
    size: 10px;
    float: right;
    margin-top: 5px;
}