<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
}

.navDiv {
    position: relative;
}

.bannerDiv {
    width: 1200px;
    background: url(../../images/zjtd.png) no-repeat center;
    height: 329px;
}

.bannerDiv {
    text-align: center;
}

.bannerDiv:after,
.bannerDiv:before {
    width: 0;
    height: 0;
}

.breadcrumb {
    width: 290px;
    height: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    padding-top: 15px;
    padding-left: 60px;

}

.breadcrumb span,
.breadcrumb a {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
}

.bannerDiv .expertImg {

    width: 181.28px;
    height: 181.28px;
    text-align: center;
    background-color: red;
    margin: auto;
    margin-top: 108px;
}

.bannerDiv .expertImg img {
    width: 100%;
    height: 100%;
}

.experName {
    height: 40px;
    line-height: 34px;
    color: rgba(46, 46, 46, 1);
    font-size: 28px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    margin: auto;
    margin-top: 28px;
}

.experNotes {
    width: 1200px;
    min-height: 365px;
    margin: auto;
    margin-top: 13px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    margin-bottom: 204px;
    padding-top: 15px;
}

.experNotes .experNotes-t {
    width: 1080px;
    margin: auto;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-Semibold;
    position: relative;
}

.experNotes .experNotes-t::after {
    position: relative;
    display: block;
    content: " ";
    width: 1080px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
    margin-top: 9px;
}

.experNotes-tt {
    width: 1080px;
    min-height: 277px;
    margin: auto;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-Regular;
    margin-top: 16px;
}</pre></body></html>