.article-wrap {
    padding: 50px 100px 30px;
}

.article .article-title h1 {
    font-size: 36px;
    color: #B40003;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
}

.article .article-tool {
    padding: 36px 0 10px;
    border-bottom: 1px solid #EEEEF3;
    width: 100%;
    display: flex;
    justify-content: center;
}

.article .article-tool span {
    font-size: 16px;
    line-height: 28px;
    color: #666A6B;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 28px;
}

.article .article-tool span:first-child {
    margin-left: 0;
}

.article .article-tool-right .font {
    float: left;
    line-height: 24px;
    color: #666A6B;
    margin-left: 28px;
}

.article .article-tool-right .font a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #FFDFC8;
    border-radius: 4px;
    *zoom: 1;
    text-align: center;
    *display: inline;
    font-size: 14px;
    color: #666;
}

.article .article-tool-right .font a.cur {
    color: #fff;
    background-color: #E70014;
}

.article-wrap .print {
    padding-left: 23px;
    cursor: pointer;
    line-height: 23px;
    width: 100%;
    padding-top: 16px;
    margin-top: 56px;
    border-top: 1px solid #ccc;
    text-align: right;
    color: #999;
}

.article-footer p a {
    color: #828282;
}

.article-footer p a:hover {
    color: #0172DC;
}

/***************************************/
#large * {
    font-size: 20pt !important;
}

#medium * {
    font-size: 16pt !important;
}

#small * {
    font-size: 14pt !important;
}
