.list
{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.list .category
{
    width: 1160px;
    background: #eeeeee;
    padding: 20px;
    display: inline-block;
}

.list .category .categoryLev
{
    width: 100px;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #888888;
}

.list .category ul
{
    width: 1060px;
    float: left;
}

.list .category ul li
{
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #eeeeee;
    padding: 0 10px;
    margin-right: 20px;
    color: #888888;
}

.list .category ul li:hover, .list .category ul li.active
{
    background: #000000;
}

.list .category ul li a
{
    color: #888888;
}

.list .category ul li:hover a, .list .category ul li.active a
{
    color: #ffffff;
}

.list .category ul li.categoryLev:hover
{
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

.list .secondCategory
{
    padding-top: 0;
}





.list .search
{
    text-align: right;
    margin-bottom: 20px;
    height: 32px;
    margin-top: 20px;
}

.list .search span
{
    height: 30px;
    line-height: 30px;
    display: block;
    float: right;
    border: 1px solid #dddddd;
    padding: 0 10px;
    margin-left: 20px;
    cursor: pointer;
}

.list .search .active, .list .search span:hover
{
    background: #000000;
    color: #ffffff;
}

.list ul.product
{
    display: inline-block;
}

.list ul.product li
{
    float: left;
    margin-right: 20px;
    text-align: center;
    background: #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list ul.product li img
{
    width: 245px;
    height: 245px;
    padding: 20px;
}

.list ul.product li .mainTitle
{
    font-size: 16px;
    width: 245px;
    padding: 0 20px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #888888;
}

.list ul.product li .price
{
    color: #ff6060;
    font-size: 20px;
}





.page-main
{
    text-align: right;
    margin: 0 auto 20px;
    color: #666666;
}

.yiiPager
{
    margin-top: 10px;
}

.yiiPager li
{
    display: inline;
}

.yiiPager li a
{
    display: inline-block;
    border: solid 1px #666666;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    color: #666666;
}

.yiiPager li a:hover
{
    background: #eeeeee;
}

.yiiPager .selected a, .yiiPager .selected a:hover
{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}