﻿/*贴吧热门评论*/
.public-domainnewtopic
{
    width: 718px;
    border: 1px solid #D8D8D8;
    float: left;
    margin-top: 15px;
}

.public-domainnewtopic .border
{
    width: 680px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}

.public-domainnewtopic .border .title
{
    width: 100%;
    height: 20px;
    font-size: 16px;
    float: left;
    color: #616161;
    font-weight: 700;
    text-align: left;
}

.public-domainnewtopic .border .list
{
    width: 100%;
    float: left;
}
.public-domainnewtopic .border .list .info
{
    width: 313px;
    height: 54px;
    float: left;
    margin-top: 15px;
    overflow: hidden;
}

.public-domainnewtopic .border .list .info .image
{
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    border: 1px solid #616161;
}
.public-domainnewtopic .border .list .info .info-list
{
    width: 253px;
    height: 54px;
    text-align: left;
    float: left;
    color: #848484;
    overflow: hidden;
    margin-left: 8px;
}

.public-domainnewtopic .border .list .info .user-o-user-row
{
    width: 100%;
    height: 18px;
    line-height: 18px;
    float: left;
    overflow: hidden;
}

.public-domainnewtopic .border .list .info .c-content
{
    width: 100%;
    height: 36px;
    line-height: 18px;
    float: left;
    overflow: hidden;
}

