.comment{
    width: 100%;
    padding: 70px 0 140px;
}
.newul{
    width: 100%;
}
.newul li{
    width: 100%;
    padding: 20px;
    height: 202px;
    border:1px solid #e6e6e6;
    box-sizing:border-box; 
    margin-top: 20px;
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;
}
.newimg{
    float: left;
    width: 280px;
    height: 160px;
    overflow: hidden;
    text-align: center;
    line-height: 160px;
}
.newimg img{
    max-width: 100%;
    max-height: 100%;
}
.newtext{
    width: calc(100% - 280px);
    float: left;
    padding: 0px 20px;
}
.newtext h3{
    font-size: 16px;
    line-height: 55px;
    color: #333333;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all  0.5ss;
    -moz-transition: all  0.5s;
    -o-transition: all  0.5s;
    -ms-transition: all 2 0.5s;

}
.newtext p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
overflow: hidden;
}
.biao{
    font-size: 0;
    height: 40px;
    line-height: 40px;

}
.biao img{
    margin-top: -10px;
    margin-right: 10px;
}
.biao span{
    color: #999999;
    font-size: 14px;
    margin-right: 25px;
}
.newul li:hover{
    background-color: #f7f7f7;
    border:1px solid #f7f7f7;
    padding-left: 30px;
}
.newul li:hover h3{
    color: #ff671f;
}

@media screen and (max-width: 700px){
    .comment {
        width: 100%;

        padding: 0.5rem 0.2rem 0.5rem;
    }
    .newul{
        min-height: 7.05rem;
    }
    .newul li {
        width: 100%;
        padding: 0.2rem;
        height: 2rem;
        border: 1px solid #e6e6e6;
        box-sizing: border-box
    }

    .newimg {
        float: left;
        width: 40%;
        height: 1.6rem;
        overflow: hidden;
        text-align: center;
        line-height: 1.6rem;
        font-size: 0;
    }
    .newtext {
        width: 60%;
        float: left;
        padding: 0.2rem;
    }
    .newtext h3 {
        font-size: 0.24rem;
        line-height: 0.3rem;
        color: #333333;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    overflow: hidden;
    }
    .newtext p {
        font-size: 0.24rem;
        color: #999999;
        line-height: 0.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 0.2rem
    }
    .biao{
        display:none;
    }

}