@charset "utf-8";
/* CSS Document 
zhangtian
Pages CSS
2019-4-22
http://www.gkzy.com/
*/
a {
    cursor: pointer;
    text-decoration: none;
    color: #3f3f3f;
}

.pinglun {
    width: 760px;
    margin-left: 0;
}
.pinglun_head {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    margin-top: 15px;
}
#pinglun_content ul li {
    height: 70px;
    border-bottom: 1px solid #ededed;
    line-height: 50px;
    padding: 10px;
}
.user-ph {
    float: left;
    width: 50px;
    height: 50px;
}
.user-ph img{
    width: 100%;
    height: 100%;
}
.user-time, .user-info, .user-name {
    
    height: 14px;
    margin-left: 65px;
    font-size: 14px;
    line-height: 14px;
}
.user-info {
    height: 40px;
    margin-top: 5px;
}
.user-name span {
    float: right;
    background-position: 0px -14px;
    width: 70px;
    height: 14px;
    display: inline-block;
    padding: 0;
    background-image: url(/Z1/templates/default/Z1/front/images/pinglun.png);
    overflow: hidden;
    background-repeat: no-repeat;
}
.user-time {
    float: right;
}