﻿body {
    /*解决bshare弹窗定位出错问题*/
    position: relative;
}

.article-content {
    width: 100%;
    background: #fff;
    padding: 38px 20px;
}

.article-info-margin {
    margin-left: 295px !important;
}

.article-content .article-title {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    /* color: #48abff; */
}
.article-content .article-top-title{
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    margin-bottom: 30px;
}
.article-content .article-bottom-title{
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    line-height: 24px;
    margin-top: 20px;
}
.article-content .article-second-title{
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    margin-top: 20px;
}

.article-content .article-info {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    margin-bottom: 45px;
    font-size: 0;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.article-content .article-info .article-info-detail{
    margin: 0 auto;
    position: relative;
    z-index: 9;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.article-related{
    padding-left: 28px;
}
.article-related .related-desc{
    font-weight: bold;
}

.article-related .related-title{
    /* line-height: 28px; */
}
.article-related table tr{
    margin-bottom: 15px;
}
.article-related table tr td{
    text-indent: 0px;
}
.article-content .article-info div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 65px;
}

.article-content .article-info .article-tools {
    /* float: right;
    margin-right: 50px; */
    position: absolute;
    right: 50px;
    z-index: 999;
}

.article-content .article-info .article-tools button {
    margin-left: 10px;
    margin-top: 6px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ececec;
    border: none;
    outline: none;
}

.article-content .article-info .article-tools button img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.article-content .article-info div {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.article-content .article-detail {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 75px;
    /* text-indent: 32px; */
    word-wrap: break-word;
    width: 93%;
    margin: 0 auto;
}
.article-content .article-detail ol{
    list-style: none;
}
.article-content .article-detail p {
    line-height: 1.5em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content .article-detail img {
    max-width: 100%;
}

.article-content .article-footer {
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* margin-bottom: 70px; */
    padding: 0 40px;
    cursor: pointer;

    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    /* overflow: hidden; */
}

.article-content .share-tools {
    float: left;
    position: relative;
    width: 250px;
    line-height: 40px;
}

.article-content .share-tools img {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.article-content .article-footer .close-article,
.article-content .article-footer .printer-article {
    float: right;
    line-height: 40px;
}

.download-file,
.article-xappendixs table tr td:hover,
.article-content .article-footer .close-article:hover {
    color: #256294;
}
.article-xappendixs{
    margin-bottom: 10px;
}
.article-xappendixs .xappendixs-title {
    font-size: 16px;

}

.article-xappendixs table {
    padding: 20px;
}

.article-xappendixs table tr td {
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    min-width: 220px;
    padding-left: 20px;
}
.article-xappendixs table tr td.xappendixs-title{
    min-width: 20px;
    padding-left: 0px;
}
.article-xappendixs table tr td img {
    max-height: 150px;
}

.article-content img {
    max-width: 100%;
}

.none-important {
    display: none !important;
}
.social-share{
    top: 2px !important;
}
@media screen and (max-width: 1200px) {
    .article-content .article-title {
        font-size: .36rem;
        line-height: .5rem;
        margin-bottom: .42rem;
    }

    .article-info-margin {
        margin-left: 0 !important;
    }

    .article-content .article-info {
        height: .7rem;
        margin-bottom: .6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .28rem;
    }

    .article-content .article-info .article-info-detail{
        display: flex;
        justify-content: space-between;
    }

    .article-content .article-info div {
        font-family: MicrosoftYaHei;
        font-size: .22rem;
        margin: 0;
        line-height: normal;
    }

    .article-content .article-info .article-tools {
        display: none;
    }

    .article-content .article-detail {
        margin-bottom: .6rem;
        font-size: .26rem;
        line-height: .6rem;
    }

    .article-content .article-detail p,
    .article-xappendixs table tr td,
    .article-xappendixs .xappendixs-title {
        font-size: 0.24rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 0.48rem;
    }

    .article-content .article-footer {
        display: none;
    }

    .article-content img {
        max-width: 100%;
    }

    .article-related{
        text-indent: .28rem;
    }
    .article-related .related-desc{
        font-weight: bold;
        font-size: 0.24rem;
        min-width: 1.5rem;
        display: block;
        margin-top: -.05rem;
    }
    
    .article-related .related-title{
        line-height: .24rem;
        font-size: 0.24rem;
    }
    .article-related table tr{
        margin-bottom: .15rem;
    }
    .article-related table tr td{
        text-indent: 0px;
    }
}