﻿.bar {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cacaca;
    position: relative;
    /*margin-left:auto;*/
    text-indent: 10px;
    margin-bottom: 16px;
    font-size:14px;
}

    .bar span {
        position: absolute;
        right: 5px;
        top: 0;
        display: block;
        color: #bb3c03;
    }

    .bar b {
        color: #3a0b00;
        font-size: 22px;
        font-weight: 400;
    }

a {
    text-decoration: none;
    color: #454545;
}

    a:hover {
        text-decoration: underline;
        color: #ff0000;
    }

