﻿body{
    /*解决bshare弹窗定位出错问题*/
    position: relative;
}
.article-content{
    width: 100%;
}

.article-content .article-title{
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #48abff;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.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;
}
.article-content .article-info .article-info-detail{
    margin: 0 auto;
    position: relative;
    z-index: 9;
    text-align: center;
    width: 100%;
}

.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;
}
.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 ol{
    padding-left: 20px;
}
.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 {
    float: right;
    line-height: 40px;
}
.download-file,
.article-xappendixs table tr td:hover,
.article-content .article-footer .close-article:hover{
    color: #256294;
}

.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 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-content .article-info {
        height: .7rem;
        margin-bottom: .6rem;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .article-content .article-info div {
        font-family: MicrosoftYaHei;
        font-size: .22rem;
        margin: 0;
    }
    .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 .TRS_UEDITOR div{
        max-width: 100% !important;
    }
    .article-content .article-detail ol{
        padding-left: 0.2rem;
    }
    .article-content .article-footer{
        display: none;
    }
    .article-content img{
        max-width: 100%;
    }
}