﻿.proBox
{
    width: 990px;
    margin: 0 auto;
    padding: 5px;
}

.singlePro
{
    border: 1px solid #ddd;
    width:475px;
    float:left;
    margin-left:15px;
    margin-top:10px;
}

.proLeft
{
    width: 180px;
    height: 140px;
    float: left;
}

    .proLeft img
    {
        width: 180px;
        height: 140px;
    }

.proCenter
{
    width: 130px;
    height: 110px;
    margin-left: 10px;
    float: left;
    color: #666;
}

    .proCenter h3
    {
        height: 25px;
        line-height: 25px;
        padding-left: 5px;
        overflow:hidden;
    }

        .proCenter h3 a
        {
            color: #36c;
            font-weight: bold;
            font-size:14px;
        }

            .proCenter h3 a:hover
            {
                color: #FD8F02;
            }


.proSm
{
    text-indent: 2em;
    line-height: 22px;
}

.clear
{
    clear: both;
}

.gao
{
    height: 20px;
}

.noInfo
{
    text-align: left;
    text-indent: 2em;
    color: red;
    font-size: 12px;
}

.proRight
{
    width:150px;
    float:right;
}

    .proRight ul
    {
        list-style: none;
    }

        .proRight ul li
        {
            color: #E62C13;
            font-size: 14px;
            font-weight: bold;
            text-align:left;
        }
            .proRight ul li span
            {
                float:right;
                color:rgb(89,177,0);
                cursor:pointer;
            }

.proDg
{
    height: 22px;
    line-height: 22px;
    position:absolute;
    bottom:5px; right:5px;
}

    .proDg span
    {
        float: right;
        margin-right: 5px;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
    }

