﻿.left-content-div,.right-content-div {
    overflow: hidden;
}
.left-content-div,.right-content-div {
    height: 180px;
    width: 100%;
    border-bottom: 1px solid ;
}

.left-content-div .pic {
    float: left;
}

.right-content-div .pic {
    float: right;
}

.pic {
    width: 107px;
    height: 107px;
    margin-top: 37px;
    float: left;
}
 .pic img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.title {
    width: 1075px;
    height: 110px;
    float: right;
    padding: 35px 0px;
    color: #232323;
    font-size: 16px;
}

.left-content-div .title {
    float: right;
}

.right-content-div .title {
    float: left;
}

.title .contents p{
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
}

.title .contents .statistics {
    font-size: 12px;
    color: #888888;
}

.title .contents .statistics img {
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.title .contents .statistics span {
    margin-right: 35px;
}