﻿.picList
{
    width:100%;
    height:110px;
    text-align:center;
    overflow:hidden;
}

.picList li {
float: left;
display: inline;
width: 120px;
height: 90px;
text-align: center;
list-style: none;
margin-left: 4px;
margin-top: 4px;
}

.picList li img {
width: 120px;
height: 90px;
}

.picList_row
{
    clear:both;
    padding-top:2px;
    padding-bottom:2px;
    width:100%;
}
.picList_col_1, .picList_col_2, .picList_col_3, .picList_col_4, .picList_col_5, .picList_col_6, .picList_col_7
{
    float:left;
    width:14.2%;
}

.picList_pic
{
    text-align:center;
}

.picList_txt
{
    text-align:center;
}

.picList_pic img
{
    width:120px;
    height:90px;
}

.listTime
{
    margin-left:2px;
    color:#666666;
}