﻿
.h3
{
    text-align:left;
    margin:0 5px;
  
}
    .h3 label
    {
        font-size: 1em;
        font-weight: bold;
        color: #ff6a00;
        border-left: 3px solid #ff6a00;
        padding-left: 10px;
        height: 36px;
        line-height: 36px;
    }
.CaiPingList
{
    border-top:2px dotted #d0cdcd;
    padding:10px 5px;
    background: #f0eff4;
}

.CaiPingList a
{
    display:block;
    width:100%;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    box-shadow:0px 0px 3px #e9eef2;
    padding:3px 2px;
    box-sizing:border-box;
    margin:15px 0;
    position:relative;
    
}

.CaiPingList a .lfImgArea
    {
        width:33%;
        float:left;
        overflow:hidden;
        position:relative;
    }
     
.CaiPingList a .lfImgArea::after
        {
            display:block;
            content:'';
            padding-top:65.6%;
        }
.CaiPingList a .lfImgArea .leftImg
        {
            position:absolute;
            left:0;
            top:0;
            right:0;
            bottom:0;
            background:#f5f2f2 url(images/ymt_logo.gif) no-repeat center center;
            background-size:32px 38px;
            overflow:hidden
        }
.CaiPingList a .lfImgArea .leftImg img
            {
                width:100%;
                height:100%;
                vertical-align:top;
            }
.CaiPingList a .rgTitleArea
    {
        overflow:hidden;
        line-height:22px;
        padding-left:15px;
             
    }
.CaiPingList a .rgTitleArea h4
        {
           
            font-size:1em;
            overflow:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
            height:22px;
            line-height:22px;
                       
        }
.CaiPingList a .rgTitleArea .summary
        {
            overflow:hidden;
            height:52px;

            line-height:24px;
            word-wrap:break-word;
            word-break:break-all; 
           
            font-size:16px;    
            color:#333;
            
            overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;       
        }
.CaiPingList a .rgTitleArea .subItem
        {
            overflow:hidden;
            height:22px;
            line-height:22px;
            font-size:0.75em;
            color:rgba(0,0,0,0.45);
        }
.CaiPingList a .rgTitleArea .subItem label
            {
                font-weight:normal;
                color:#f00;
                font-size:0.875em;
                padding-right:10px;

            }
.CaiPingList a .rgTitleArea .subItem .xinimg
            {
               
                background-image:url(images/xin.png);
                background-repeat:no-repeat;
                
                
            }
.CaiPingList a .rgTitleArea .subItem .xinimg::after
                {
                    display:inline-block;
                    content:'';
                    width:90px;
                    height:20px;
                    line-height:20px;
                }
.CaiPingList a .rgTitleArea .subItem .xinpos
        {
            background-position:-93px -110px;
               }


.nav5
    {
       background:#157bf8 url(./images/cart.png) no-repeat center 5px;
       background-size:28px;
    }

.cart
{
       display:block;
       box-sizing:border-box;
       border-radius:5px;
       width:30px;
       height:30px;
       
       position:absolute;
       bottom:10px;
       right:10px;
       margin-top:-15px;
       text-align:center;
       border:0px solid #ff6a00;
       background:#d92b2b url(./images/cart.png) no-repeat center center;
       background-size:28px;
}

