.work-hour{
    text-align:left;
    overflow:hidden;
    line-height:16px;
    @include feedSetFont();
    .ux_hour_list{
        float:left;
        width:220px;
    }
    .hour_list{
        border-right:1px dotted $gay5;
        font-family:Arial;
    }
    .ux_minite_list{
        float:left;
        width:45px;
        padding-left:30px;
        text-align:center;
    }
    .minite_list{
        float:left;
        font-family:Arial;
        
    }
    h2{
        font-size:14px;
        color:$gay1;
        text-align:center;
    }
    a{
        width:25px;
        height:25px;
        border-radius:5px;
        color:$gay1;
        display:inline-block;
        line-height:25px;
        font-size:14px;
        text-align:center;
        &:hover{
            background:$gay7;
            color:$gay1;
        }
        &.current{
            color:$white;
            background:#357ebd;
        }
    }
}