.post-share-bar[data-v-50cf8e79] {
    flex-direction: column;
    align-items: center
}

.post-share-bar span[data-v-50cf8e79] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #000;
    margin-bottom: 16px;
    text-align: center;
    cursor: pointer
}

.post-share-bar span[data-v-50cf8e79]:hover {
    background: #0086f0
}

.post-share-bar span.weixin-wrap[data-v-50cf8e79] {
    position: relative
}

.post-share-bar span.weixin-wrap:hover .weixin-erweima[data-v-50cf8e79] {
    display: block;
    right: -40px;
    top: 37px
}

.post-share-bar i[data-v-50cf8e79] {
    font-size: 18px;
    color: #fff
}

.txt[data-v-50cf8e79] {
    color: #333;
    font-size: 12px;
    text-align: left;
    font-family: PingFangSC-Regular
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .post-share-bar[data-v-50cf8e79] {
        flex-direction: row
    }

    .post-share-bar span[data-v-50cf8e79] {
        margin-right: 16px
    }

    .post-share-bar .weixin-erweima[data-v-50cf8e79] {
        top: 46px;
        left: 0
    }

    .txt[data-v-50cf8e79] {
        margin-right: 16px
    }
}

.post-border-right {
    border-right: 1px dashed rgba(51, 51, 51, .2)
}

.post-top-bar {
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 1px dotted rgba(51, 51, 51, .2);
    flex-wrap: wrap;
    position: relative
}

.post-top-bar span {
    font-size: 14px;
    color: #333;
    padding: 0 16px;
    vertical-align: middle;
    position: relative;
    left: -16px;
    margin-bottom: 8px
}

.post-top-bar span i {
    vertical-align: middle;
    margin-right: 4px;
    height: 15px;
    display: inline-block
}

.post-top-bar span.time {
    display: flex;
    align-items: center
}

.author {
    cursor: pointer
}

.author:hover {
    color: #0086f0
}

.infoCard {
    width: 356px;
    position: absolute;
    right: -40px;
    top: 20px;
    background: #fff;
    box-shadow: 0 8px 64px 0 rgba(0, 0, 0, .16);
    border-radius: 4px;
    display: flex;
    padding: 16px
}

.infoCard .card-box {
    display: flex
}

.infoCard .card-box .card-left {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-left: -20px;
    border-radius: 40px
}

.infoCard .card-box .card-left .card-avatar {
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 40px
}

.infoCard .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #fff;
    color: #66b1ff
}

.infoCard .authorName {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    border-right: none;
    margin-top: -6px
}

.infoCard .authorName:hover {
    color: #0086f0
}

.infoCard .authorName span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-top: 4px
}

.infoCard .authorName span.is-internal {
    background: url(/dist/src/assets/imgs/internal.svg?042681a1e0a2ff5ffa7b400e540b5344);
    background-size: 100% 100%
}

.infoCard .authorName span.is-certification {
    background: url(/dist/src/assets/imgs/certification.svg?c8035a05c0a95742ad538c085a1534fe) no-repeat 50%;
    background-size: 100% 100%
}

.infoCard .authorName span.is-media {
    background: url(/dist/src/assets/imgs/media.svg?bfb5651deed5e994c8ab64a430329122) no-repeat 50%;
    background-size: 100% 100%
}

.infoCard .authorDesc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.infoCard .authorTag {
    border-right: none
}

.infoCard .author-follow {
    background: #0086f0;
    border-radius: 14px;
    color: #fff;
    line-height: 16px;
    border: 1px solid #0086f0;
    border-right: none;
    right: 16px
}

.infoCard .author-follow,
.infoCard .author-followed {
    width: 64px;
    height: 24px;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding: 3px 8px;
    cursor: pointer;
    position: absolute
}

.infoCard .author-followed {
    border-radius: 14px;
    color: #999;
    line-height: 18px;
    border: 1px solid #eee;
    border-right: none;
    right: 10px
}

.follow-author {
    background: #0086f0;
    border: 1px solid #0086f0;
    border-radius: 14px;
    color: #fff;
    right: -1px
}

.follow-author,
.followed-author {
    width: 64px;
    height: 24px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-left: 60px;
    position: absolute;
    display: block
}

.followed-author {
    border: 1px solid #eee;
    border-radius: 14px;
    color: #999;
    right: 0;
    background: none
}

.top-body {
    display: flex
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

    .follow-author,
    .followed-author {
        bottom: 15px
    }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .post-top-bar span {
        padding: 0 8px;
        left: 0;
        line-height: 15px
    }

    .post-top-bar {
        line-height: 12px
    }

    .post-top-bar span:last-child {
        border-right: 1px dashed rgba(51, 51, 51, .2)
    }

    .follow-author,
    .followed-author,
    .infoCard {
        display: none
    }

    .author:hover,
    a,
    a:active,
    a:hover {
        color: #333
    }
}

.eo-sec-title {
    position: relative
}

.eosc-wrap {
    color: #333;
    font-size: 18px;
    height: 33px;
    position: relative
}

.eosc-title {
    margin-right: 14px;
    position: relative;
    font-weight: 700
}

.eosc-title-underline:before {
    content: "";
    width: 36px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    background-color: #333
}

.eosc-bottom-dashed {
    border-bottom: 1px dotted rgba(51, 51, 51, .2)
}

.eo-post-tag.type {
    color: #333
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

    .collectTag,
    .eo-post-tag.type {
        font-size: 12px
    }
}

.eo-type-report {
    position: relative;
    flex: 1
}

.eo-type-report:last-child {
    margin-right: 0
}

.eo-type-report .left {
    flex: 1;
    margin-right: 16px;
    overflow: hidden;
    position: relative
}

.eo-type-report .left .report-img img {
    /* width: auto; */
    height: 100%;
    object-fit: cover;;
    /* min-width: 100% */
}

.eo-type-report .right {
    flex: 1.9;
    position: relative;
    top: -2px
}

.eo-type-report .right .eo-post-tag {
    font-size: 12px;
    line-height: 18px
}

.eo-type-report .right .title {
    margin-top: 6px;
    font-weight: 700
}

.show-des {
    font-size: 14px;
    color: #666;
    margin: 6px 0;
}

.eo-type-report .time {
    font-size: 14px;
    color: #999;
}

.eo-type-report .right .eo-post-date {
    font-size: 12px
}

@media screen and (min-width: 1280px) {
    .eo-type-report .left {
        height: 136.18738px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .eo-type-report .left {
        height: calc(15.63575vw - 62.85571px)
    }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .eo-type-report .left {
        height: 117.89668px
    }

    .eo-type-report .right .title {
        font-size: 18px
    }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .eo-type-report {
        flex: none;
        border-bottom: none
    }

    .eo-type-report .left {
        margin-right: 10px;
        height: 110px
    }

    .eo-type-report .right .title {
        font-size: 14px
    }
}

.eo-latest-report {
    background: #fff;
    padding: 16px 16px 0
}

.eo-latest-report .eo-bottom-dashed:last-of-type {
    border: none
}

.eolr-icon {
    width: 24px;
    height: 12px;
    display: inline-block;
    margin-left: 4px
}

.eolr-more {
    color: #333;
    font-size: 12px;
    position: absolute;
    bottom: 12px;
    right: 0
}

.eolr-more .icon {
    font-size: 12px;
    font-weight: 700;
    margin-left: -4px
}

.eolr-report {
    padding: 16px 0
}

.eolr-report-rfe {
    color: #999;
    font-size: 12px;
    position: absolute;
    bottom: 0
}

.eolr-post-flag {
    padding: 2px 6px;
    background: #0086f0;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .eolr-report {
        padding: 8px 0
    }
}

.eo-collect[data-v-459b50aa] {
    flex-direction: column;
    align-items: center
}

.eoc-group[data-v-459b50aa] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #000;
    margin-bottom: 16px;
    text-align: center;
    cursor: pointer
}

.eoc-group.active[data-v-459b50aa],
.eoc-group[data-v-459b50aa]:hover {
    background: #0086f0
}

.eoc-icon-collect[data-v-459b50aa] {
    font-size: 18px;
    color: #fff
}

.txt[data-v-459b50aa] {
    color: #333;
    font-size: 12px;
    text-align: left
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .txt[data-v-459b50aa] {
        display: none
    }

    .eo-collect[data-v-459b50aa] {
        flex-direction: inherit
    }
}

.author-item {
    padding: 16px;
    position: relative;
    background-color: #fff
}

.author-item .author-info {
    margin-bottom: 10px;
    align-items: unset
}

.author-item .author-info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px
}

.author-item .author-info .right {
    min-width: 0;
    padding-top: 6px
}

.author-item .author-info .name {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px
}

.author-item .author-info .name span {
    display: inline-block;
    width: 12px;
    height: 12px
}

.author-item .author-info .name span.is-internal {
    background: url(/dist/src/assets/imgs/internal.svg?042681a1e0a2ff5ffa7b400e540b5344);
    background-size: 100% 100%
}

.author-item .author-info .name span.is-certification {
    background: url(/dist/src/assets/imgs/certification.svg?c8035a05c0a95742ad538c085a1534fe) no-repeat 50%;
    background-size: 100% 100%
}

.author-item .author-info .name span.is-media {
    background: url(/dist/src/assets/imgs/media.svg?bfb5651deed5e994c8ab64a430329122) no-repeat 50%;
    background-size: 100% 100%
}

.author-item .author-info .name span.is-expert {
    background: url(/dist/src/assets/imgs/commune-logo.svg?7b192f0bc435e078163e7a8837ed5fde) no-repeat 50%;
    background-size: 100% 100%
}

.author-item .author-info .title {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    display: inline-block;
    white-space: nowrap;
    width: 187px;
    overflow: hidden;
    text-overflow: ellipsis
}

.author-item .about-data {
    color: #666;
    line-height: 20px;
    font-size: 14px
}

.author-item .about-data span {
    color: #0086f0
}

.author-item .center-line {
    border-bottom: 1px dotted rgba(51, 51, 51, .2);
    margin: 12px 0
}

.author-item .hot-post {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-top: 16px
}

.author-item .hot-title {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 16px;
    cursor: pointer
}

.author-item .hot-title:hover {
    color: #0086f0
}

.author-item .dot-icon {
    font-weight: 700;
    margin-right: 6px
}

.followsuccess {
    width: 64px;
    height: 28px;
    position: absolute;
    top: 16px;
    right: 16px;
    border: 1px solid #eee;
    border-radius: 14px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    background: none
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .author-item {
        width: 100%;
        box-shadow: unset;
        padding: 16px
    }

    .author-item .author-info .title {
        width: 140px
    }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .author-item {
        width: 100%;
        box-shadow: unset;
        border: 1px dotted rgba(0, 134, 240, .3);
        margin-bottom: 32px
    }

    .author-item .author-info img {
        width: 48px;
        height: 48px;
        margin-right: 8px
    }

    .author-item .author-info .right {
        padding-top: 0
    }

    .author-item .author-info .name {
        font-weight: 700;
        color: #333;
        margin-bottom: 4px
    }

    .author-item .author-info .title {
        width: 100%;
        margin-top: 8px
    }

    .author-item .about-data {
        margin-left: 56px;
        margin-top: -10px
    }

    .author-item .center-line,
    .author-item .hot-post,
    .author-item .hot-title {
        display: none
    }
}

.eo-hot-article-item {
    padding: 16px 0;
}

.eo-bottom-dashed:last-of-type {
    border: none
}

.eohai-content {
    font-size: 14px;
    color: #333;
    line-height: 20px
}

.eohai-content .eohai-order-front {
    color: #333
}

.eohai-tag {
    padding: 1px 4px;
    font-size: 12px;
    flex: 0 1 auto;
    color: #0086f0;
    margin-right: 4px;
    background-color: rgba(0, 134, 240, .1)
}

.eohai-order {
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 700;
    font-style: italic;
    margin-right: 4px;
    font-family: AlibabaPuHuiTiH
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .eohai-content a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }
}

.eo-hot-article {
    padding: 16px;
    background: #fff
}

.eoha-tab-divider {
    display: inline-block;
    height: 10px;
    border-right: 1px dotted #c9c9c9;
    margin: 0 8px
}

.search-button {
    display: inline-block;
    height: 40px;
    width: 100%;
    color: #f5f6f8 !important;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    font-family: "微软雅黑";
    background-color: #153069
}

.search-button:hover {
    background-color: #0086f0;
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .eo-hot-article {
        padding: 0;
        margin-bottom: 32px
    }
}

.recommend-read {
    background: #fff
}

.recommend-item {
    flex: 1 1 auto;
    position: relative;
    z-index: 2
}

.recommend-box {
    margin-right: 24px
}

.recommend-box:last-child {
    margin-right: 0
}

.recommend-title a {
    line-height: 21px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    font-family: PingFangSC-Medium
}

.recommend-title:hover {
    color: #0086f0
}

.recommend-img {
    display: inline-block
}

.recommend-img img {
    width: 160px;
    height: 107px;
    object-fit: cover;
    filter:blur(20px);
}

.recommend-title{
    width: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eo-sec-title {
    border-bottom: 1px dotted rgba(51, 51, 51, .2);
    margin-bottom: 24px
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .recommend-read {
        display: none
    }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .recommend-read {
        padding-bottom: 0
    }

    .recommend-content {
        flex-wrap: wrap
    }

    .recommend-box {
        margin-right: 0 !important;
        margin-bottom: 16px
    }

    .recommend-box:last-child {
        margin-bottom: 0
    }

    .recommend-item {
        width: 100%;
        height: 100%;
        display: flex;
        margin-bottom: 24px
    }

    .recommend-item:last-child {
        margin-bottom: 0
    }

    .recommend-img {
        flex: 0.87;
        margin-right: 16px;
        margin-bottom: 0
    }

    .recommend-title {
        flex: 1.67
    }
}

.eo-company-list {
    padding: 16px 16px 6px;
    background: #fff
}

.company-item {
    height: 74px;
    padding-top: 16px;
    padding-bottom: 10px
}

.company-item:last-child {
    border-bottom: none
}

.company-item > a {
    display: flex;
    align-items: center;
    padding-right: 4px
}

.company-item .logo {
    margin-right: 8px;
    display: inline-block
}

.company-item .logo img {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    border: .5px solid #eee;
    -o-object-fit: contain;
    object-fit: contain
}

.company-item .logo img:not([src]),
.company-item .logo img[src=""] {
    min-height: 48px;
    opacity: 0
}

.company-item .name {
    vertical-align: middle;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    max-width: 130px;
    color: #333
}

.company-item .name:hover {
    color: #0086f0
}

.company-item .briefTitle {
    font-size: 12px;
    color: #999;
    margin-top: 7px
}

.company-item .cp-name-flex {
    display: flex;
    align-items: center
}

.company-item .cp-name-flex .tag-run {
    border-radius: 2px;
    background: rgba(0, 134, 240, .1);
    min-width: 51px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    margin-left: 8px;
    text-align: center;
    color: #0086f0;
    font-size: 11px;
    font-family: PingFangSC-Regular
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .eolr-report {
        padding: 8px 0
    }

    .eo-company-list {
        padding: 0;
        background: #fff
    }
}

[data-v-a90accae] .content {
    overflow-y: auto
}

[data-v-a90accae] .content img {
    display: inline-block;
    box-shadow: none;
    max-width: 100%
}

[data-v-a90accae] .content blockquote {
    display: block;
    padding: 7px 16px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background: #f8f8f8;
    border-radius: 4px
}

[data-v-a90accae] .content .bulletin-card {
    border-left: none;
    border-radius: 4px
}

[data-v-a90accae] .content .edit-link {
    color: #333
}

[data-v-a90accae] .content .edit-link:hover {
    color: #2888d1
}

[data-v-a90accae] .content i {
    font-style: oblique
}

[data-v-a90accae] .content video {
    display: inline-block;
    max-width: 100%
}

[data-v-a90accae] .content ol {
    list-style: auto
}

[data-v-a90accae] .content ul {
    list-style: disc
}

[data-v-a90accae] .content ol,
[data-v-a90accae] .content ul {
    margin: 10px 0 10px 20px
}

[data-v-a90accae] .content h1,
[data-v-a90accae] .content h2,
[data-v-a90accae] .content h3,
[data-v-a90accae] .content h4,
[data-v-a90accae] .content h5,
[data-v-a90accae] .content p,
[data-v-a90accae] .content pre,
[data-v-a90accae] .content table {
    margin: 10px 0;
    line-height: 1.5
}

[data-v-a90accae] .content h1,
[data-v-a90accae] .content h2,
[data-v-a90accae] .content h3,
[data-v-a90accae] .content h4,
[data-v-a90accae] .content h5,
[data-v-a90accae] .content h6 {
    font-weight: 500
}

[data-v-a90accae] .content table {
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

[data-v-a90accae] .content table td,
[data-v-a90accae] .content table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
    min-height: 30px;
    font-weight: 500
}

[data-v-a90accae] .content table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
    background-color: #f1f1f1;
    font-weight: 700
}

.preview_wrap[data-v-a90accae] {
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s;
    will-change: opacity;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    cursor: zoom-out
}

.preview_wrap .preview_img[data-v-a90accae] {
    width: 700px
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .preview_wrap .preview_img[data-v-a90accae] {
        width: 100%;
        padding: 16px
    }
}

.index_wrap[data-v-d81870de] {
    max-width: 800px;
    min-height: 200px;
    height: auto;
    margin: 0 auto;
    background-color: #fff
}

.eoi-adv[data-v-d8f94262] {
    width: 100%;
    position: relative
}

.eoi-adv .adType[data-v-d8f94262] {
    padding: 2px 6px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.body-hiddle {
    overflow: hidden
}

.preview712 {
    width: 20vw
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .preview712 {
        width: 75vw;
        margin: 0 auto
    }
}

.preview1000 {
    width: 25vw
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .preview1000 {
        width: 75vw;
        margin: 0 auto
    }
}

/* .active {
  display: none
} */

.previewActive {
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6)
}

.img-wrap,
.previewActive {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.eo-briefing-detail {
    background: #f5f6f8
}

.eoad-wrap {
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 40px
}

.eoad-wrap-left {
    margin-right: 24px;
    flex: 1;
    background: #fff;
    padding: 40px 64px;
    position: relative
}

.eoad-wrap-left .eoad-aside {
    margin-top: 11px
}

.eoad-title {
    font-size: 28px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.post-guide {
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    background: #f2f9fe;
    display: flex
}

.post-guide .read-guide {
    font-size: 16px;
    color: #333
}

.post-guide .read-guide-detail {
    font-size: 16px;
    color: #333;
    line-height: 24px
}

.post-guide .read-guide-quatation {
    font-size: 20px;
    color: #0086f0
}

.post-body {
    margin-bottom: 32px
}

.post-body em,
.post-body i {
    font-style: italic !important
}

.post-body /deep/ blockquote {
    padding: 20px 20px 1px 45px !important;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 24px;
    background: #f9fcff;
    text-align: left;
    text-indent: 32px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    position: relative
}

.post-body /deep/ blockquote:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 33px;
    background: url(/dist/src/assets/imgs/yinyong.png?48d8d505a1a65863c170cbdf75641995);
    background-size: 100%;
    top: -10px;
    left: 20px
}

.post-body /deep/ .eo500-company {
    position: relative;
    color: #0086f0;
    cursor: default;
    padding-bottom: 30px
}

.post-body /deep/ .eo500-company:hover .company-brief-wrap {
    display: block
}

.post-body /deep/ .eo500-company .company-brief-wrap {
    display: none;
    position: absolute;
    top: 26px;
    left: -30px;
    z-index: 9;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2)
}

.post-body /deep/ .eo500-company .company-brief-wrap a {
    padding: 8px 16px;
    background: #fff;
    align-items: center;
    border-bottom: none;
    display: flex
}

.post-body /deep/ .eo500-company .company-brief-wrap img {
    width: 40px;
    margin-right: 16px;
    margin-bottom: 0;
    max-width: none
}

.post-body /deep/ .eo500-company .company-brief-wrap i {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    width: -moz-max-content;
    width: max-content
}

.post-body /deep/ .eo500-company .company-brief-wrap i:hover {
    color: #0086f0
}

.post-body img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.post-body img:not([src]),
.post-body img[src=""] {
    display: none;
    min-height: 0;
    max-height: 0
}

.post-body figure {
    margin: auto
}

.post-body figure img {
    display: block;
    margin: 0 auto
}

.post-body a,
.post-body h1,
.post-body h2,
.post-body h3,
.post-body p {
    text-align: left
}

.post-body h4{
    font-size: 16px;
    margin-bottom: 10px;
}

.post-body p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 2em;
}

.post-body li{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 12px;
    text-indent: 2em;
}

.post-body h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px
}

.post-body h2,
.post-body h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    padding: 6px 0;
}

.post-body img {
    display: block;
    width: 90% !important;
    height: auto !important;
    margin: 0 auto;
    filter:blur(20px);
}

.post-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 4px auto;
}

table, td, th {
    border: 1px solid #999;
    vertical-align: middle;
    padding: 15px;
}

.post-body iframe {
    width: 100%;
    height: 503px;
    padding-right: 30px;
    margin-left: 0
}

.post-body a {
    color: #0086f0;
    border-bottom: 1px dashed #0086f0;
    word-wrap: break-word
}

.post-body pre {
    padding: 15px;
    font-size: 16px;
    font-family: 微软雅黑, 黑体, Tahoma, Verdana;
    background: #fbfbfb
}

.post-body ol,
.post-body ul {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 14px
}

.post-body ol {
    list-style-type: decimal
}

.post-body ul {
    list-style-type: disc
}

.post-body li {
    list-style-position: inside;
    list-style-type: inherit
}

.post-body li p {
    display: inline
}

.eoad-declare-wrap {
    margin-bottom: 32px
}

.eoad-declare-content {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: left
}

.eoad-declare-content .link {
    color: #0086f0;
    font-size: 14px;
    text-align: left
}

.eoad-declare-content:last-of-type {
    margin-top: 16px
}

.eoad-advertise {
    display: inline-block;
    position: relative;
    width: 100%
}

.ad {
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, .05)
}

.adType {
    padding: 4px 6px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.eo-article-terms {
    margin-bottom: 40px;
    margin-top: 24px;
    flex-wrap: wrap
}

.eo-article-terms a {
    padding: 4px 8px;
    margin-right: 8px;
    margin-top: 8px;
    color: #6b7587;
    font-size: 14px;
    text-align: left;
    background-color: #f5f6f8;
    font-family: PingFangSC-Regular
}

.eo-article-terms a:last-of-type {
    margin-right: 0
}

.eo-article-terms a:hover {
    color: #0086f0
}

.eoad-recommend {
    margin-top: 40px
}

.eoad-wrap-right {
    width: 23.6%
}

.eoad-collect {
    display: none
}

.eoad-latest-report .eolr-post-flag {
    top: unset
}

.post-thumbnail {
    display: none
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .eoad-aside {
        display: none
    }

    .eoad-wrap-left {
        padding: 16px;
        margin-right: 16px
    }

    .eoad-wrap-right {
        width: 34.6%
    }

    .eoad-content {
        margin-left: 0
    }

    .eoad-input-txt {
        font-size: 12px
    }

    .post-guide {
        padding: 16px
    }

    .post-guide .read-guide {
        font-size: 14px
    }

    .post-guide .read-guide-quatation {
        font-size: 20px
    }

    .post-guide .read-guide-detail {
        line-height: 26px
    }

    .eoad-latest-report .eo-type-report .right .title {
        font-size: 16px
    }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
    .eoad-collect {
        display: flex
    }

    .eo-briefing-detail {
        background-color: #fff
    }

    .eoad-title {
        font-size: 20px;
        line-height: 32px
    }

    .eo-latest-report,
    .eoad-wrap-left {
        padding: 0
    }

    .eoad-wrap {
        width: 100%;
        flex-wrap: wrap;
        /* padding-top: 16px; */
        margin-top: 0
    }

    /* .bread_list  {
      width: 100%;
      padding: 20px 16px 0 16px;
      box-sizing: border-box;
    } */
    .eoad-wrap-right {
        width: 100%;
        margin-top: 24px
    }

    .eoad-wrap-left {
        width: 100%;
        margin-right: 0
    }

    .post-body {
        margin-top: 16px
    }

    .post-body /deep/ .eo500-company {
        position: static
    }

    .post-body /deep/ .eo500-company .company-brief-wrap {
        left: auto
    }

    .post-body h1,
    .post-body h2,
    .post-body h3,
    .post-body img,
    .post-body p {
        margin-bottom: 12px
    }

    .post-body h1,
    .post-body h2,
    .post-body h3 {
        font-size: 18px
    }

    .post-body h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .post-body p {
        line-height: 30px
    }

    .post-body video{
        height: 100%;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .post-body li {
        list-style: none;
        line-height: 30px;
        font-size: 16px;
        color: #333;
        margin-bottom: 12px;
        text-indent: 2em;
    }

    .post-body img {
        display: block;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        filter:blur(0);
    }

    .eoad-declare-content .link {
        font-size: inherit
    }

    .eoad-declare-content:last-of-type {
        margin-top: 10px
    }

    .post-thumbnail {
        display: block;
        width: 100%;
        margin-bottom: 24px
    }

    .post-thumbnail img {
        margin-bottom: 24px
    }

    .post-thumbnail p {
        font-size: 12px;
        color: #999
    }

    .post-thumbnail p a {
        color: #999
    }

    .post-thumbnail p a:hover {
        color: #0086f0
    }

    .post-thumbnail p span {
        margin-right: 6px
    }

    .img-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: normal
    }
    .sl-hos-item{
        padding: 10px 0;
    }
    .sl-hos-item a{
        width: 100%;
        display: flex;
    }
    .sl-hos-item a img{
        display: block;
        flex:  0 0 120px;
        width: 120px;
        height: 90px;
        filter:blur(0);
    }
    .sl-hos-item a .show_text{
        flex: 1;
        padding-left: 10px;
    }
    .sl-hos-item a .show_text h3{
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .sl-hos-item a .show_text .description{
        margin: 4px 0;
    }
    .sl-hos-item a .show_text .time{
        margin: 0;
    }
    @keyframes blink {
        0% {
          opacity: 1; /* 完全可见 */
        }
        50% {
          opacity: 0; /* 完全隐藏 */
        }
        100% {
          opacity: 1; /* 再次完全可见 */
        }
      }
}