.expert {
    width: 100%;
}
.expert  .zj-box{
    width: 100%;
    background: #F5F5F5;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.expert  .zj-box .con{
    width: 60rem;
    margin: auto;
    padding-top: 1.2rem;
    padding-bottom: 2.15rem;
    background-color: #ffffff;
}

.expert  .zj-box .con .name,
.expert  .zj-box .con .info,
.expert  .zj-box .con .desc
{
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;

}

.expert  .zj-box .con .line{
    border-bottom: 1px solid  #F5F5F5;
    margin-top: 1.3rem;
    margin-bottom: 1.75rem;
}

.expert  .zj-box .con .name{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.8rem
}



.expert  .zj-box .con .info{
    padding: 0 1.75rem;
    display: flex;
    align-content: center;
    margin-bottom: 2rem;
    font-size: .8rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 1.2rem;
}

    .expert .zj-box .con .info img {
        width: 7rem;
        height: 7rem;
        object-fit: cover;
        object-position: top;
    }

.expert  .zj-box .con .info .left{
    padding: 1.4rem 0;
    box-sizing: border-box;
    margin-left: 2rem;
}

.expert  .zj-box .con .info .left .zc{
    margin-bottom: 1.8rem;
}

.expert  .zj-box .con .desc{
    font-size: .8rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.5rem;
    padding: 0 1.75rem;
    text-indent: 2em;
}

@media (max-width: 1680px) {
    .expert .zj-box .con {
        width: 65rem;
    }
}

@media (max-width: 1400px) {
    .expert .zj-box .con {
        width: 70rem;
    }
}

@media (max-width: 1366px) {
    .expert .zj-box .con {
        width: 75rem;
        padding-top: 12px;
        padding-bottom: 21px;
    }

    .expert .zj-box .con .name{
        font-size: 20px;
        line-height: 30px;
    }

    .expert .zj-box .con .line {
        margin-top: 13px;
        margin-bottom: 17px;
    }

    .expert .zj-box .con .info {
        padding: 0 17px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .expert .zj-box .con .info .left {
        padding: 14px 0;
        margin-left: 20px;
    }

    .expert .zj-box .con .desc {
        font-size: 16px;
        line-height: 24px;
        padding: 0 17px;
    }

    .expert .zj-box .con .info .left .zc {
        margin-bottom: 30px;
    }

    .expert .zj-box .con .info img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1366px) {
    .expert .zj-box .con {
        width: 80rem;
    }

    .expert .zj-box {
        padding-top: 15px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1024px) {
    .expert .zj-box .con {
        width: 90%;
    }
}