body {
    background: #f6f6f6;
}

.breadcrumb {
    background: transparent;
    font-size: 12px;
    color: #666666;
    padding: 10px 0;
    margin-bottom: 0;
}

    .breadcrumb > li + li + li:before {
        color: #666666;
        font: normal normal normal 12px/1 LineAwesome;
        content: '\f112';
        padding: 0 5px;
    }

    .breadcrumb li a {
        font-size: 12px;
        color: #666666;
    }

.list-cont {
    background: #fff;
    padding: 0 50px 20px;
    margin-bottom: 30px;
}

.list-head {
    font-weight: 700;
    font-size: 24px;
    color: #003F8C;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 0;
}

.list-line {
    position: relative;
    line-height: 50px;
    padding-left: 30px;
}

    .list-line::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #BFBFBF;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }

    .list-line a {
        font-size: 18px;
        color: #1A1A1A;
        max-width: calc(100% - 110px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s ease;
    }

        .list-line a:hover {
            color: #004EB3;
        }

    .list-line span {
        font-size: 16px;
        color: #626262;
        min-width: 90px;
    }

.list-box {
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}
 
@media screen and (max-width:600px) {
    .list-cont {
        padding: 0 20px 20px;
    }
}
