@charset "gb2312";
.Product_ListUl
{
    margin-top: 10px;
    list-style: none;
    width: 99%;
    text-align: center;
    font-size: 11.5pt;
    color: #cccccc;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 35px;
    display: block;
    margin: 1%;
    padding: 0px;
}

    .Product_ListUl li
    {
        width: 31%;
        margin-right: 1%;
        display: block;
        float: left;
        margin-top: 8px;
        border: solid 1px;
    }

        .Product_ListUl li a
        {
            width: 95%;
            display: inline-block;
            margin-bottom: 8px;
            text-decoration: none;
        }

        .Product_ListUl li span
        {
            font-weight: 500;
            color: #8D8181;
            height: 17.5px;
            overflow: hidden;
            text-align: center;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    .Product_ListUl img
    {
        width: 100%;
    }

#Product_List_div
{
    margin-top: 10px;
}

.Product_ListUl li a div
{
    height:22px;
}
