* {
    margin: 0;
    padding: 0;
}

body.body-white {
    background-color: #F2F5F4;
}

.container {
    padding-top: 56px;
    position: relative;
    margin-top: 40px;
    background-color: #ffffff;
}

.row .breadcrumb {
    background-color: #ffffff;
    width: 98%;
    text-align: right;
    border-bottom: 2px solid #CCCCCC;
    position: absolute;
    top: 5px;
    right: 10px;
}

.row .breadcrumb li a {
    color: #333333;
    font-size: 12px;
}

#listinfo .list-boxes {
    width: 1140px;
    height: 60px;
    font-size: 14px;
    border: none;
    border-bottom: 1px dashed #666666;
    display: flex;
    justify-content: space-between;
}

#listinfo .list-boxes a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #666666;
}

#listinfo .list-boxes a img {
    margin-right: 10px;
}

#listinfo .list-boxes a:hover {
    text-decoration: none;
}

#listinfo .list-boxes a:hover span {
    color: #008F73;
}