
/*结束符号换行*/
.essaySuffix-eof {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ddd;
    text-indent: 0;
}
/*内容版权声明*/
.essaySuffix-box {
    font-family: Microsoft YaHei,微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
    font-size: 14px;
    background: #f8f9fb!important;
    padding: 17px;
    border: 1px solid #edeef2!important;
    border-radius: 3px;
    color: #414857;
    text-indent: 0;
}
.essaySuffix-box-left {
    width: 15%;
    float: left;
}
.essaySuffix-box-left img{
    width: 90%;
}
.essaySuffix-box-right {
    width: 85%;
    float: right;
}
.essaySuffix-right-title{
    font-weight: bold;white-space:nowrap;
}
