
body .article p span {
    display: inline;
}


.article .title {
    text-align: center;
    color: #222;
    font-size: 26px;
    margin: 10px 0 40px;
}

.article .share {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
    color: #999;
    margin-bottom: 50px;
    text-align: center;
}

    .article .share .icon {
        font-size: 14px;
        width: 26px;
        height: 26px;
        background-color: #CCCECE;
        color: #fff;
        line-height: 26px;
        text-align: center;
        border-radius: 2px;
        margin: 0 1px;
        cursor: pointer;
    }

    .article .share time {
        margin-right: 30px;
    }

    .article .share .fontadd:hover,
    .article .share .fontmiddle:hover,
    .article .share .fontmuic:hover,
    .article .share .print:hover,
    .article .share .close:hover {
        cursor: pointer;
        color: #a62120;
    }

.article h6 {
    font-weight: bold !important;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #444444;
    margin-bottom: 10px;
}

.article p {
    line-height: 2;
    margin-bottom: 48px;
    font-weight: normal;
}

    .article p, .article p * {
        letter-spacing: 0px;
        color: #444444;
    }

.TRS_Editor {
    font-size: 16px;
    line-height: 32px;
}

    .TRS_Editor p {
        margin-bottom: 26px;
    }

    .TRS_Editor table p {
        text-indent: 0;
        margin: 0;
    }

@media screen and (max-width:768px) {
    .article img {
        width: 100%;
        display: block;
    }
}

.linkBox {
    margin-top: 20px;
    width: 100%;
    border: solid 1px #e5e5e5;
    display: none;
}


    .linkBox .linkHeader {
        width: 100%;
        line-height: 40px;
        height: 40px;
        padding-left: 36px;
        background-color: #ffeded;
        font-family: MicrosoftYaHei-Bold;
        font-size: 17px;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #a51515;
    }

    .linkBox .linkContent {
        width: 100%;
        padding: 0 36px;
    }

    .linkBox .links {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #444444;
        padding: 20px 0;
        border-bottom: solid 1px #e5e5e5;
    }

    .linkBox .linkContent :last-child.links {
        border-bottom: none;
    }
