﻿
.element-list.list .element {
    display: flex;
    background-color: #FFF;
    margin-bottom: 1%;
    position: relative;
}

.element-list.list .element .element-pic-container {
    padding-top: 20%;
    position: relative;
    width: 30%;
}

.element-list.list .element .element-info {
    position: absolute;
    right: 0;
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1% 2%;
}

.element-list.list .element-info-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 1.6rem;
}



.element-list.list .element h3 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 13px;
}

.element-list.list .element h3 a {
    color: #1b1b1b;
}

.element-list.list .element .previous-price {
    display: inline-block;
    white-space: nowrap;
    text-decoration: line-through;
    color: #C00000;
    margin-left: 4px;
    font-size: 17px;
}

.element-list.list .element .element-price {
    display: inline-block;
    margin-left: 4px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
}



.element-list.list .element .element-excerpt {
    color: #8e8e8e;
    text-align: justify;
    line-height: 22px;
    font-size: 13px;
    overflow: hidden;
    white-space: pre-line;
    max-height: 65%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}




.element-list.list .element-footer {
    border-top: 1px solid #CCC;
    line-height: 1.6rem;
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    width: 100%;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

