/* 名句详情页内联样式外提；DOM class 与老站 mingjuv.aspx 一致 */
.yzsSpan {
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    background-color: #A8A69D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
    padding: 3px 4px 3px 4px;
    position: relative;
    top: -2px;
}

.hr {
    height: 15px;
    margin-top: 15px;
    overflow: hidden;
    border-top: 1px solid #DAD9D1;
}
