@charset "UTF-8";
div.article {
    padding: 0 55px;
    margin: 10px auto;
}
div.article > h1 {
    text-align: center;
    font-size: 26px;
    color: #0064ac;
    font-family: 雅黑;
    height: 50px;
    line-height: 50px;
}
div.article-tishi {
    text-align: center;
    height: 50px;
    line-height: 50px;
}
div.article-con {
    padding: 30px 0 100px;
    position: relative;
    border-top: 1px dashed #c9c7c7;
    border-bottom: 1px dashed #c9c7c7;
    line-height: 2.2;

}
div.article-con h3{
    font-family: 雅黑;
}
div.article-con span{
    /*display: inline-block;*/
    text-indent: 2em;

    /*added by zhouzhitian*/
    text-align: justify;
    font-size: 15pt!important;
    font-family: 雅黑 !important;
}


/*added by zhouzhitian*/
div.article-con p{
    height: 100%!important;
    line-height: 44px!important;
    text-indent: 0em;
    text-align: justify!important;
    font-size: 15pt;
    font-family: 雅黑!important;
}
div.article-con img {
    display: inline-block;
    position: relative;
    width: 98% !important;
    height: 98% !important;
    text-align: right;
}
