﻿@import url(Shop-NewsList1_Part.css?public);
/*——*/
.TiebaListBox
{
    background: #fff;
    height: 100%;
    border: solid 1px #AFD1E8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 6px 10px #CEF0FF inset;
}
.BoardList .item
{
    width: 258px;
    border: solid 1px #ccc;
    height: 145px;
    overflow: hidden;
    background: #fff;
    float: left;
    margin: 10px 10px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 0 0, 0 10%, from(#eee), to(#fff));
    background-image: -webkit-linear-gradient(top,#eee, #fff 10%);
    background-image: -moz-linear-gradient(top,#eee, #fff 10%);
    background-image: -ms-linear-gradient(top,#eee, #fff 10%);
    background-image: -o-linear-gradient(top,#eee, #fff 10%);
    background-image: linear-gradient(top,#eee, #fff 10%);
    box-shadow:0 0 1px #fff inset;
}
.BoardList .item:hover
{    
    background: #fff;
    box-shadow:0 10px 10px rgba(111,111,111,.15) inset,0 0 10px rgba(0,0,0,.2);
}
.BoardList .item .con1
{
    padding: 5px;
}
.BoardList .item .con1 td
{
    vertical-align: top;
}
.BoardList .item .con1 td.td1
{
    width: 110px;
}
.BoardList .item .con1 td.td1 div
{
    width: 110px;
    overflow: hidden;
}
.BoardList .item .con1 td.td1 div img
{
    width: 100px;
    height: 100px;
    padding: 1px;
    border: solid 1px #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.BoardList .item .con1 td.td1 div a img:hover
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.BoardList .item .con1 td.td2 .son1
{
    width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc;
    font-weight: bold;
}
.BoardList .item .con1 td.td2 .son2
{
    height: 22px;
    line-height: 22px;
    color: #f60;
}
.BoardList .item .con1 td.td2 .son2 span.col1
{
    background: url(/s/img/w/1/Tieba-1/user.gif) no-repeat 0 0;
    padding-left: 15px;
    margin-right: 15px;
}
.BoardList .item .con1 td.td2 .son2 span.col2
{
    background: url(/s/img/w/1/Tieba-1/talk.gif) no-repeat 0 0;
    padding-left: 19px;
}
.BoardList .item .con1 td.td2 .son3
{
    height: 60px;
    overflow: hidden;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
}
.BoardList .item .con2
{
    border-top: solid 1px #ddd;
    background: #F7F7F7;
    padding: 5px 0 5px 8px;
}
.BoardList .item .con2 p
{
    height: 20px;
    overflow: hidden;
    background: url(/s/img/g/load_3.gif) no-repeat 80px center;
    color: #999;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.BoardList .item .con2 p b
{
    color: #888;
    font-weight: normal;
}
/*——*/