﻿.TuanList
{
    padding: 15px 0 10px 25px;
}
.TuanList .item
{
    float: left;
    width: 290px;
    height: 324px;
    overflow: hidden;
    border: solid 1px #ddd;
    margin: 0 15px 15px 0;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F4F4F4));
    background-image: -webkit-linear-gradient(#fff, #F4F4F4);
    background-image: -moz-linear-gradient(#fff, #F4F4F4);
    background-image: -ms-linear-gradient(#fff, #F4F4F4);
    background-image: -o-linear-gradient(#fff, #F4F4F4);
    background-image: linear-gradient(#fff, #F4F4F4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(255,255,255,1) inset,0 0 10px rgba(0,0,0,.2);
}
.TuanList .item:hover
{
    height: 320px;
    border-color: #E24547;
    border-bottom-width: 5px;
}
.TuanList .item .con1
{
    width: 260px;
    height: 194px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0 10px;
}
.TuanList .item .con1 p
{
    height: 30px;
    z-index: 1;
    background: #000;
    width: 260px;
    position: absolute;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    display: none;
}
.TuanList .item .con1 b
{
    height: 30px;
    line-height: 30px;
    z-index: 2;
    width: 240px;
    display: block;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    display: none;
}
.TuanList .item .con1 span
{
    display: block;
    width: 40px;
    height: 59px;
    position: absolute;
    margin-left: 210px;
    z-index: 3;
    background: url(/s/img/w/1/Shop-Store/t001/ongoing.png) no-repeat 0 0;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/s/img/w/1/Shop-Store/t001/ongoing.png",sizingMethod="crop");
}
.TuanList .item .con1 img
{
    width: 260px;
    height: 194px;
}
.TuanList .item .con2
{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    width: 260px;
    margin: 0 auto;
    word-wrap: break-word;
    word-break: break-all;
}
.TuanList .item .con2 a, .TuanList .item .con2 a:hover
{
    color: #444;
    text-decoration: none;
}
.TuanList .item .con3
{
    padding: 4px 0 0 13px;
    width: 265px;
    overflow: hidden;
    white-space: nowrap;
}
.TuanList .item .con3 .son1
{
    float: left;
}
.TuanList .item .con3 .son1 td
{
    vertical-align: top;
}
.TuanList .item .con3 .son1 td.td1 div
{
    padding-top: 23px;
    color: #E4393C;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}
.TuanList .item .con3 .son1 td.td2
{
    font-size: 42px;
    line-height: 50px;
    color: #E4393C;
    font-weight: bold;
}
.TuanList .item .con3 .son1 td.td3
{
    font-size: 14px;
    line-height: 18px;
    padding-left: 5px;
    vertical-align: middle;
}
.TuanList .item .con3 .son1 td.td3 u
{
    display: block;
    text-decoration: none;
    color: #E4393C;
    padding-left: 2px;
}
.TuanList .item .con3 .son1 td.td3 i
{
    display: block;
    font-style: normal;
    color: #999;
    text-decoration: line-through;
    font-family: Arial;
}
.TuanList .item .con3 .son2
{
    float: right;
    font-size: 14px;
    color: #999;
    padding: 22px 0 0 10px;
    white-space: nowrap;
}
/*——*/
.NoData
{
    padding: 80px 0;
}
.NoData div
{
    text-align: center;
}
.NoData div img
{
    display: block;
    margin: 0 auto;
}
/*——*/
.TuanListWhere
{
    padding: 4px 0 5px 26px;
}
.TuanListWhere li
{
    width: 144px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 8px 8px 0 0;
}
.TuanListWhere li a
{
    display: block;
    padding-left: 11px;
    color: #fff;
    border: solid 1px #398BB4;
    background: #4697C1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62B4DE), to(#4A9CC5));
    background-image: -webkit-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -moz-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -ms-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -o-linear-gradient(#62B4DE, #4A9CC5);
    background-image: linear-gradient(#62B4DE, #4A9CC5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.TuanListWhere li.on a
{
    color: #ddd;
    background: #333;
    border-color: #000;
}
.TuanListWhere li a:hover
{
    color: #fff;
    background: #555;
    border-color: #444;
}
/*——*/