﻿.FansBox
{
    border: solid 1px #DBDCE0;
    border-top-width: 0;
    background: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    height: 100%;
}
.FansList
{
    padding: 0 0 11px 11px;
}
.FansList .item
{
    width: 225px;
    border: solid 1px #ccc;
    overflow: hidden;
    background: #fff;
    float: left;
    margin: 10px 9px 0 0;
    box-shadow: 0 0 5px rgba(111,111,111,0.3);
    -moz-box-shadow: 0 0 5px rgba(111,111,111,0.3);
    -webkit-box-shadow: 0 0 5px rgba(111,111,111,0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.FansList .item:hover
{
    background: #FCF7D6;
    border-color:#5AA2E0;
}
.FansList .item td
{
    vertical-align: top;
}
.FansList .item td.td1
{
    width: 72px;
}
.FansList .item td.td1 div
{
    width: 62px;
    padding: 10px 0 10px 10px;
}
.FansList .item td.td1 div img
{
    width: 50px;
    height: 50px;
    padding: 1px;
    border: solid 1px #ddd;
}
.FansList .item td.td1 div a img:hover
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.FansList .item .con1 td.td2 .son1
{
    padding-top: 6px;
    font-weight: bold;
    width:135px;
    font-size: 14px;
    height:20px;
    overflow:hidden;    
}
.FansList .item .con1 td.td2 .son2
{
    color: #444;
}
.FansList .item .con1 td.td2 .son2 span
{
    color: #777;
}
.FansList .item .con1 td.td2 .son2 b
{
    color: #f60;
    margin-right: 2px;
}
.FansList .item .con1 td.td2 .son3
{
    color: #444;
}
.FansList .item .con1 td.td2 .son3 span
{
    color: #777;
}
.FansList .item .con2
{
    height: 30px;
    line-height: 30px;
    background: #F2F2F2;
    border-top: solid 1px #eee;
    color: #666;
    padding-left: 10px;
}
.FansList .item .con2 span
{
    color: #888;
}
.FansList .item .con2 b
{
    padding-left: 4px;
    display: none;
}
/*——*/
