.commlist{
 padding: 5px;
    color: #292929;
    font-weight: 400;
}
.commlist .comm{
    border-bottom: 4px solid #ececec;
    margin-bottom: 4px;
    font-size: 13px;
    margin-top: 4px;
}
.comm .utitle{
    height:36px;
    margin-bottom: 5px;
    padding: 3px 0;
}
.comm .utitle .imghead{
    width:35px;
    height:35px;
    display: inline-block;
    float: left;
}
.comm .utitle .imghead img{
    width:100%;
    height:100%;
}
.comm .utitle div{
    float: left;
    display: inline-block;
    margin-left: 14px;
    font-size: 13px;
}
.comm .utitle b {
    background: url(/Public/Web/images/pjicon.png) no-repeat left top;
    width: 61px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-top: 3px;
    margin-right: 7px;
}

.comm .utitle b.t1 {
    background-position: 0 0;
}

.comm .utitle b.t2 {
    background-position: 0 -25px;
}

.comm .utitle b.t3 {
    background-position: 0 -51px;
}
.comm .utitle p.dt{
    font-size: 11px;
}
.comm .cr{
    clear: both;
}
.comm .info{
    min-height: 50px;
}
.comm .rate{
    padding: 4px 0;
}
.comm .name i{
    color: #ff5b6b;;
    font-style: normal;
    font-size:12px;

}
.comm .dp b{
    font-weight: 400;
    display: inline-block;
    width: 60px;
    text-align: center;
}
.comm .dp b.pl{
    margin-left: 63px;
}
.comm .dp i{
    margin-top:2px;
    padding:1px;
    border:1px solid;
    height:16px;
    line-height: 18px;
    min-width: 50px;
    text-align: center;
    display: inline-block;
}
.comm  u{
    text-decoration: none;
    font-style: normal;
    color: #ccc;
}
.comm .comment_tag{
    background-color: #757575;
    color:#fff;
    padding: 2px;
}
.comm .name span{
    line-height: 25px;
}
.stat{
    height:40px;
    border-bottom: 4px solid #ececec;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    color:#000;
    box-sizing: border-box;
}
.stat p{
    font-weight: 500;
    display: inline-block;
}
.stat p b{
    color:#da2f8b;
    font-size: 20px;
}
.stat span{
    float: right;
    margin-right: 20px;
}
.comm .answer{
    min-height: 60px;
    font-size: 13px;
    color: #af874d;
    line-height: 25px;
    border-top: solid 1px #af1a8f;
}