.content-con {
    width: 1200px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
}
.content-right {
    width: 850px;
    float: none;
    background: #ffffff;
    padding-left: 50px;
    padding-right: 10px;
    display: inline-block;
}
.w-c-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.w-c-xx {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdfe6;
    color: #999;
}

.xx-fx > a {
    color: #cead3a;
}

.xx-v {
    margin: 0px 40px;
}

    .xx-v > img {
        margin-right: 10px;
    }
.con-content img{
    max-width:100%!important;    
}

.lvs-top {
    font-size: 20px;
    padding-left: 10px;
    border-left: 3px solid #bf8b23;
    color: #c78f1e;
}

.lvs {
    width: 275px;
    height: 780px;
    padding: 20px 8px;
    background-color: #c9c9c926;
    margin-top: 20px;
}

.lawyer {
    display: flex;
    margin: 30px 0px;
}

    .lawyer > img {
        max-height: 140px;
        max-width: 100px;
        border-radius: 5px;
    }

    .lawyer p:nth-child(1) {
        font-size: 18px;
    }

    .lawyer p:nth-child(2) {
        color: #DAB366;
        font-size: 16px;
        margin: 5px 0px;
    }

    .lawyer p:nth-child(3) {
        color: #606266d4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        height: 78px;
    }