.ecomm ul li img {
    width: 180px;
    height: 58px;
    display: block;}


.ecomm ul li {
    width: 100%;
    height: 54px;
    margin-top: 15px;
    position: relative;}

.ecomm ul li p {
    width: 100%;
    height: 27px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-indent: 20px;
    background: rgba(0,0,0,0.46);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;}
