
/*
* 文章正文
*/
.MainBody{
    font-size: 15px;
    line-height: 40px;
    text-indent: 35px
}

/*
正文添加下划线
*/
.MainBodyUnderLine{
    border-bottom: black solid 1px;
}