body {
    background: #F1F1F1;
}
.wrap {
    width: 1400px;
    margin: 10px auto 50px auto;
    min-height: 800px;
}

.content-middle {
    width: 100%;
    padding-bottom: 30px;
}

.content-middle .box {
    width: 330px;
    height: 240px;
    display: inline-block;
    margin: 10px;
    background: white;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-middle .box:hover{
    cursor: pointer;
    background: #99999911;
}
.content-middle .box h3 {
    font-weight: normal;
    color: #373d41;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}

.content-middle .box p.description {
    font-size: 14px;
    line-height: 22px;
    height: 85px;
    white-space: normal;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.content-middle .box .box-bottom {
    border-top: 1px #ddd solid;
    margin-top: 25px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-middle .box .box-bottom img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.content-middle .box .box-bottom .right {
    width: 82%;
}

.content-middle .box .box-bottom .right p.addr-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6px;
}

.content-middle .box .box-bottom .right p.addr-read span.read-count, .content-middle .box .box-bottom .right p.addr-read span.addr {
    color: #858585;
}
