.special-list li{ margin-bottom: 30px; }
.special-list .item-container{
    position: relative;
    padding-right: 20px;
    padding-bottom: 130px; }
.special-list .img-box{
    padding: 0 20px 20px 0;
    position: relative; }
.special-list .img-box:before{
    content: "";
    position: absolute;
    width: 222px;
    height: 222px;
    background: #e0d8d5;
    left: 10px;
    top: 6px;
    border-radius: 50%; }
.special-list .img-box img{
    position: relative;
    border-radius: 50%;
    padding: 5px;
    border: 1px dashed var(--second-color); }
.special-list .info-box{
    position: absolute;
    width: 260px;
    padding: 10px 15px 15px 15px;
    background: #f4f1ef;
    right: 0;
    bottom: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.special-list .info-box h5{
    height: 36px;
    line-height: 18px;
    display: table;
    font-size: 14px;
    font-weight: var(--primary-font-bold);
    margin: 0 0 2px 0; }
.special-list .info-box h5 a {
    color: var(--primary-color);
    display: table-cell;
    vertical-align: middle; }
.special-list .info-box .description{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: var(--gray-color);
    overflow: hidden;
    height: 44px; }
.special-list .info-box .more{ margin-top: 10px; }
.special-list .info-box .more a{
    font-size: 15px;
    color: var(--second-color); }
.special-list .info-box .more a:hover{ color: var(--primary-color); }
.special-list .info-box .more a i{
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-left: 8px; }

.product-list li{ margin-bottom: 30px; }
.product-list .img-box a{
    display: block;
    position: relative; }
.product-list .img-box a .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3); }
.product-list .img-box a .bg h5{
    position: absolute;
    color: #fff;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: var(--primary-font-medium);
    left: 30px;
    bottom: 30px; }
.product-list .img-box a .bg span:before,
.product-list .img-box a .bg span:after{
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.6);
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.product-list .img-box a .bg span.border-left:before{
    width: calc(80% - 30px);
    height: 1px;
    left: 15px;
    top: 15px; }
.product-list .img-box a .bg span.border-left:after{
    height: calc(80% - 30px);
    width: 1px;
    left: 15px;
    top: 15px; }
.product-list .img-box a .bg span.border-right:before{
    width: calc(80% - 30px);
    height: 1px;
    right: 15px;
    bottom: 15px; }
.product-list .img-box a .bg span.border-right:after{
    height: calc(80% - 30px);
    width: 1px;
    right: 15px;
    bottom: 15px; }
.product-list .img-box a:hover .bg span.border-left:before,
.product-list .img-box a:hover .bg span.border-right:before{
    width: calc(100% - 30px); }
.product-list .img-box a:hover .bg span.border-left:after,
.product-list .img-box a:hover .bg span.border-right:after{
    height: calc(100% - 30px); }
.product-list .info-box{ padding: 15px 20px 0 20px; }
.product-list .info-box .description{
    color: var(--gray-color);
    line-height: 22px;
    height: 66px;
    overflow: hidden; }
.product-list .info-box .more{ margin-top: 7px; }
.product-list .info-box .more a{
    font-size: 15px;
    color: var(--second-color); }
.product-list .info-box .more a:hover{ color: var(--primary-color); }
.product-list .info-box .more a i{
    position: relative;
    top: 1px;
    font-size: 14px;
    padding-left: 8px; }
