.comment {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 200px;
}

.ched {
    width: 100%;
    text-align: center;
    line-height: 44px;
    margin-bottom: 30px;
}

.ched p:nth-child(1) {
    font-size: 22px;
    color: #262626;
}

.ched p:nth-child(1) span {
    color: #999999;
    margin: 0 20px;
}

.ched p:nth-child(2) {
    font-size: 18px;
    color: #262626;
}

.jjmain {
    width: 100%;
}

.jjmain ul {
    width: 100%;
}

.jjmain ul li {
    width: 100%;
    height: 293px;
    overflow: hidden;
}

.jtext {
    width: 50%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;

}

.jth {
    width: 100%;
    font-size: 18px;
    color: #333333;
    transition: all 0.5s;
    -webkit-transition: all 0.5ss;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;

}

.jsj {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 20px;
}

.jxian {
    height: 2px;
    width: 50px;
    background-color: #ff671f;
    margin-top: 20px;
}

.jmt {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gd {
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 25px;
}

.gd img {
    width: 15px;
    margin-top: -5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5ss;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.jimgbox {
    width: 50%;

    overflow: hidden;
}

.jimgbox img{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5ss;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.jjleft .jtext {
    float: left;
}

.jjright .jtext {
    float: right;
}

.jjleft .jimgbox {
    float: right;
}

.jjleft .jimgbox {
    float: left;
}  

 .jimgbox img:hover{
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.jjmain ul li:hover .gd img{
    margin-left: 15px;
}
.jjmain ul li:hover .jth{
    color: #ff671f;
}
@media screen and (max-width: 700px){
    .comment {
        width: 100%;
        padding: 0.5rem 0rem 2rem;
    }
    .ched {
        width: 100%;
        text-align: center;
        line-height: 0.5rem;
    }
    .ched p:nth-child(1) {
        font-size: 0.28rem;
    }
    .ched p:nth-child(2) {
        font-size: 0.26rem;
    }

    .jtext {
        width: 50%;
        padding-top: 0.2rem;
        padding-left:0.1rem;
        padding-right: 0.1rem;
    }
    .jth {
        width: 100%;
        font-size: 0.26rem;
        color: #333333;

    }
    .jsj {
        display: none;
    }
    .jxian{
        display: none;
    }
    .jmt {
        color: #666666;
        font-size: 0.24rem;
        line-height: 0.4rem;
        margin-top: 0.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .gd {
        color: #4c4c4c;
        font-size: 0.24rem;
        display: none;
        margin-top: 0.2rem;
    }
    .jjmain ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding:0 0.3rem;
    }

}