.subindex{
 background:#fff !important;
}
.list-content-wrapper {
    background:#fff !important;
}
.detail-container {
    width: 1200px;
    margin: 0 auto;
}
.detail-container .fjlb {
color:#007aff;
text-decoration: underline;

}
.doc-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    text-align: center;

}

.doc-leadTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.doc-info {
    width: 800px;
    display: flex;
    margin: 30px auto 0;
    justify-content: space-between;
}

.doc-info-left {
     width: 500px;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.doc-share {
    width: 180px;
    display: none;
}

.share-icon {
    margin-right: 20px;
}

.share-icon img {
    width: 18px;
    margin-top: 8px;

}

.share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(0, 69, 130, 0.1);
    border-radius: 53px;
    position: relative;
    margin-left: 8px;
    cursor: pointer;

}

.share-item img {
    width: 16px;
}

.share-item:hover {
    background: #004582
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(0, 69, 130, 0.26);
    margin: 20px 0 35px;
}

.doc-html {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 40px;
}

.doc-html img {
    margin: 0 auto;
}