﻿.list
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.list li
{
    display: block;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #999999;
    text-indent: 20px;
    background: url(images/bg_bullet.gif) no-repeat 0 center;
}
.list li *
{
    float: left;
}
.list li *.date
{
    float: right;
    margin-right: 20px;
    font-weight: bold;
}
.item
{
    float: left;
    width: 124px;
    height: 200px;
    border: 1px solid #7388C1;
    margin: 10px 0 0 10px;
    padding: 5px;
    text-align: center;
}
.item *.img
{
    display: block;
    clear: both;
    padding-bottom: 10px;
}
.store
{
    float: left;
    width: 160px;
    margin-left: 10px;
    height: 180px;
    text-align: center;
    border: 1px solid #BFCAE6;
    padding: 5px;
}
.store span
{
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    font-family: 宋体;
}

.table th,.table td
{
    border:1px solid #cccccc;
    text-align:left;
}