.sec_info span{
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: .68rem;
    font-size: .32rem;
    line-height: .68rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #47b3e3;
    padding: 0 .133rem;
    background: #f3f6f9;
    -webkit-border-radius: .053rem;
    -moz-border-radius: .053rem;
    border-radius: .053rem;
}