@charset "UTF-8";
div.article {
    padding: 0 55px;
    margin: 10px auto;
}
div.article > h1 {
    text-align: center;
    font-size: 26px;
    color: #0064ac;
	padding:10px 0;

}
div.article-tishi {
    text-align: center;
    height: 50px;
    line-height: 50px;
}
div.article-con {
    padding:50px 0;
    position: relative;
    border-top: 1px dashed #c9c7c7;
    border-bottom: 1px dashed #c9c7c7;
    line-height: 2.2;
  font-size: 20px;
}

div.article-con span{
    display: inline-block;
    text-indent: 2em;
    text-align: justify;

}


/*added by zhouzhitian*/
div.article-con p{
    height: 44px!important;
    line-height: 44px!important;
    text-indent: 2em;
    text-align: justify!important;
}

div.article-con.article-connoep p{
    height: auto!important;
    line-height: 1.6!important;
    text-indent: 0em;
    text-align: center!important;
}

div.article-con.article-connoep span{
    text-align: left!important;
    text-indent: 0em;
    height: auto!important;
    line-height: 1.6!important;
}