.pull-left {
    float: left;
}

.breadcrumb {
    background: none;

    a {
        /* font-size: 1.3rem; */
        color: rgba(38, 52, 63, .6);
        display: inline-block;
        width: auto;
    }

    a:hover {
        color: #d78338;
    }

    span {
        /* font-size: 1.3rem; */
        color: rgba(38, 52, 63, .6);
        display: inline-block;
        width: auto;
    }
}

.article-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e5e6
}

.article-section .article-title {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 33px;
    color: #1f2933
}

.article-section .article-info {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e5e6
}

.article-section .article-info span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: #9da4ab
}

.article-section .article-info .date {
    margin-right: 20px
}

.article-section .article-info .eye-icon {
    margin: 1px 4px 1px 0;
    width: 13px;
    height: 10px;
    vertical-align: middle;
    stroke: #9da4ab
}

.article-section .article-tools {
    margin-top: 20px
}

.article-section .article-content {
    word-break: break-all;
    color: #1f2933;
    line-height: 1.75;
    font-family: PingFang SC, NotoSansCJKsc, DroidSans, Roboto, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif, Arial, Verdana;
    padding-bottom: 30px
}

.article-section .article-content>:first-child,
.article-section .article-content>:first-child>:first-child {
    padding-top: 0;
    margin-top: 0
}

.article-section .article-content>:last-child,
.article-section .article-content>:last-child>:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-section .article-content h1,
.article-section .article-content h2,
.article-section .article-content h3,
.article-section .article-content h4,
.article-section .article-content h5,
.article-section .article-content h6,
.article-section .article-content p {
    margin: 1em 0
}

.article-section .article-content h1 {
    font-size: 2em;
    font-weight: 700
}

.article-section .article-content h2 {
    font-size: 1.5em;
    font-weight: 700
}

.article-section .article-content h3 {
    font-size: 1.17em
}

.article-section .article-content h3,
.article-section .article-content h4 {
    font-weight: 700
}

.article-section .article-content a {
    color: #1f2933;
    border-bottom: .1rem dotted #d78338;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-section .article-content a:hover {
    color: #d78338
}

.article-section .article-content figure {
    margin: 1em 0
}

.article-section .article-content figure figcaption {
    margin: .5em 0;
    font-size: .8em;
    text-align: center
}

.article-section .article-content figure>img,
.article-section .article-content figure>table,
.article-section .article-content figure>video {
    margin: 0 auto
}

.article-section .article-content img,
.article-section .article-content table,
.article-section .article-content video {
    display: block;
    max-width: 100%;
    margin: 1em auto
}

.article-section .article-content table {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    border-collapse: collapse;
    overflow: auto;
    padding: 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    font-size: .8em;
    margin: 1.25em 0;
    color: #666
}

.article-section .article-content table tbody {
    width: 100%;
    display: table
}

.article-section .article-content table tr {
    margin: 0;
    padding: 0
}

.article-section .article-content table tr td,
.article-section .article-content table tr th {
    min-width: 8em;
    margin: 0;
    padding: .7rem .5rem .5rem .5rem;
    border: 1px solid #ededed;
    text-align: left
}

.article-section .article-content table tr td:first-child,
.article-section .article-content table tr th:first-child {
    border-left: none
}

.article-section .article-content table tr td:last-child,
.article-section .article-content table tr th:last-child {
    border-right: none
}

.article-section .article-content ol {
    margin: 1em 0;
    padding-left: 2em;
    list-style: disc outside none;
    list-style: initial;
    list-style-type: decimal
}

.article-section .article-content ol ol,
.article-section .article-content ol ul {
    margin: 0
}

.article-section .article-content ol li {
    list-style: disc outside none;
    list-style: initial;
    list-style-type: decimal
}

.article-section .article-content ul {
    margin: 1em 0;
    padding-left: 2em;
    list-style: disc outside none;
    list-style: initial
}

.article-section .article-content ul ol,
.article-section .article-content ul ul {
    margin: 0
}

.article-section .article-content ul li {
    list-style: disc outside none;
    list-style: initial
}

.article-section .article-content code {
    background-color: hsla(0, 0%, 78%, .3);
    padding: .15em;
    border-radius: 2px
}

.article-section .article-content pre {
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px
}

.article-section .article-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0
}

.article-section .article-content blockquote {
    overflow: hidden;
    padding: 0 1.5em;
    margin: 1em 0;
    font-style: italic;
    border-left: .5em solid #ccc
}

.article-section .article-content hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #5e5e5e;
    margin: 0
}

.article-section .article-content .text-indent-1 {
    text-indent: 2em
}

.article-section .article-content .text-indent-2 {
    text-indent: 4em
}

.article-section .article-content .text-indent-3 {
    text-indent: 6em
}

.article-section .article-content .text-tiny {
    font-size: .7em
}

.article-section .article-content .text-small {
    font-size: .85em
}

.article-section .article-content .text-big {
    font-size: 1.4em
}

.article-section .article-content .text-huge {
    font-size: 1.8em
}

@media screen and (min-width: 1000px) {

    .article-section .article-content figure,
    .article-section .article-content img,
    .article-section .article-content table,
    .article-section .article-content video {
        margin: 1em auto;
        max-width: calc(100% - 4em)
    }

    .article-section .article-content figure.image-style-side {
        float: right;
        max-width: calc(50% - 4em)
    }
}

.article-section .article-content article[data-xxd-object=true] img {
    display: inline-block;
    margin: 0
}

.article-section .article-content article[data-xxd-object=true] a {
    border-bottom: none
}

.article-section .news-bottom-banner {
    margin-bottom: 30px;
    width: 100%
}

.article-section .tags-box {
    max-height: 58px;
    overflow: hidden
}

.article-section .tags-box .tag {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #9da4ab;
    line-height: 24px;
    font-size: 1rem
}