.agency-detail-info {
    width: 1200px;
    height: 186px;
    background: #FFFFFF;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 24px;
}

/*
.agency-detail-info .img-contain {
    width: 148px;
    height: 148px;
    display: table-cell;
vertical-align: middle;
text-align: center;
    border: 1px solid #F1F2F6;
}

.agency-detail-info .img-contain img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
*/
.agency-detail-info .img-contain{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    width: 148px;
    height: 148px;
}
.agency-detail-info .img-contain img {
    max-width: 148px;
    height: auto;
    width: auto;
}
.agency-detail-info .content {
    margin-left: 24px;
    width: 723px;
}

.agency-detail-info .content h4 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    margin-bottom: 12px;
}

.agency-detail-info .content p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    margin-bottom: 21px;
}

.agency-detail-info .content .type {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}

.agency-detail-info .content .type i {
    font-size: 20px;
    color: #D3A774;
    margin-right: 10px;
}

.agency-detail-info .contact {
    width: 253px;
    height: 138px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding-top: 20px;
}

.agency-detail-info .contact .title {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.agency-detail-info .contact .title span {
    width: 36px;
    height: 1px;
    background: #999999;
    margin: 0 7px;
}

.agency-detail-info .contact .contact-detail {
    padding-left: 18px;
    justify-content: start;
    display: flex;
    margin-bottom: 16px;
}

.agency-detail-info .contact .contact-detail i.contact-icon {
    width: 20px;
    height: 20px;
    background: url('../images/website/ef_contact_icon.png') no-repeat;
    object-fit: cover;
    display: inline-block;

}

.agency-detail-info .contact .contact-detail i.phone-icon {
    width: 20px;
    height: 20px;
    background: url('../images/website/ef_phone_icon.png') no-repeat;
    object-fit: cover;
    display: inline-block;

}

.agency-detail-info .contact .contact-detail span:nth-child(2) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-left: 12px;

}

.agency-detail-info .contact .contact-detail span:nth-child(3) {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.agency-title {
    width: 1200px;
    height: 55px;
    background: #F1F6FF;
    padding: 18px 0 17px 20px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    display: flex;
    justify-content: start;
    margin-top: 24px;
}

.agency-title span {
    width: 4px;
    height: 20px;
    background: #DFAE77;
    display: inline-block;
    margin-right: 17px;
}

.introduction-detail {
    width: 1200px;
    min-height: 112px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #232628;
    line-height: 20px;
    padding: 24px 20px;
}

.case-detail {
    width: 1200px;
    min-height: 112px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 20px;
}

.case-detail ul li {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 24px 0;

    border-bottom: 1px solid #F7F8FA;
}
.case-detail ul li .time i {
    width: 11px;
    height: 11px;
    background: #DFAE77;
    border: 1px solid #DFAE77;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px;
}

.case-detail ul li .time span {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 22px;
}
.case-detail ul li .content {
    margin-left: 25px;
    width: 1035px;
}
.case-detail ul li .content h4 {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    margin-bottom: 16px;
}

.case-detail ul li .content p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
}

.case-detail ul li:last-child {
    border-bottom: none;
}