.xhjj_body_con > .name{
    font-size: .30rem;
    text-align: center;
    
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 超出几行省略 */
    overflow: hidden;
}
.xhjj_body_con > .browse{
    margin-top: .2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: .15rem;
}
.fgx{
    width: 100%;
    height: .2rem;
    border-bottom: .01rem solid #cccccc;
}
.conter img{
    width: 100%;
}