.comment {
    width: 100%;
    float: left;
}

.comment .title {
    padding: 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.comment ul {
    list-style: none;
}

.comment .lz-msg {
    width: 100%;
    float: left;
}

.comment .lz-msg .icon {
    float: left;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

.comment .lz-msg .icon img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.comment .lz-msg .lz-info {
    line-height: 20px;
    float: left;
}

.comment ul li {
    margin-top: 10px;
}

.comment .lz-msg .cl {
    float: right;
    color: #CCC;
    font-size: 12px;
}

.comment .lz-msg .lz-info .lz-name {
    color: #02879f;
}

.comment .lz-msg .lz-info .lz-level {
    color: #888;
    font-size: 12px;
}

.comment .lz-content {
    padding: 10px;
    border-bottom: 1px solid rgb(188, 192, 197);
    line-height: 180%;
}

.comment .lz-content img {
    display: block;
    width: 100%;
}

.recomment {
    background: #f1f1f1;
    padding: 5px 10px;
    margin-top: 10px;
}

.recomment .recomment-name {
    color: #02879F;
    margin-top: 8px;
    line-height: 150%;
}