body {
    background: #F6F7F8;
}
.hbyx-header, .header-wrap {
    background: #FFFFFF;
}
.breadcrumb {
    display: flex;
    height: 14px;
    width: 1152px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 24px;
    position: absolute;
    bottom: 0;
}
.breadcrumb li {
    margin-right: 6px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #222222;
    line-height: 22px;
}
.breadcrumb li a {
    color: #222222;
}
.breadcrumb li span {
    color: #555555;
}
.breadcrumb li img {
    width: 14px;
    height: 14px;
}
.breadcrumb-item-home img {
    margin-right: 4px;
}
.breadcrumb .separator {
    width: 10px;
    height: 10px;
}
.detail-banner-bg {
    position: relative;
    display: flex;
    justify-content: center;
}
.list-common-wrapper {
    background: #FFFFFF;
    min-height: calc(100vh - 514px);
    margin-bottom: 60px;
}
.list-wrapper {
    background: #FFFFFF;
    padding: 60px 80px;
    border-top: 1px solid #E2E5E5;
}
.detail-banner .detail-banner-bg>img{
    display: block;
    width: 1600px;
    margin: 0 auto;
}
.panel-body {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
}
.case-detail-name {
    text-align: center;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 12px;
}

.expert-name-desc {
    text-align: center;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0E4124;
    line-height: 30px;
    position: relative;
    margin: 44px 0;
}
.expert-name-desc:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 83px;
    width: 360px;
    height: 5px;
    background: linear-gradient( 270deg, #FFD0B9 0%, #A3EFC3 100%);
    border-radius: 3px;
}
.expert-name-desc:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 83px;
    width: 360px;
    height: 5px;
    background: linear-gradient( 90deg, #FFD0B9 0%, #A3EFC3 100%);
    border-radius: 3px;
}
.case-detail-date {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 30px;
}