/*icon*/
.s-i{
    display: inline-block;
    position: relative;
    width:20px;
    height: 20px;
    background-image: url("../images/tc-gongxiang-icons.png");
    background-repeat: no-repeat;
}
.s-i-rar{
    background-position: 0 0;
}
.s-i-img{
    background-position: -20px 0;
}
.s-i-mov{
    background-position: -40px 0;
}
.s-i-exe{
    background-position: -60px 0;
}
.s-i-pdf{
    background-position: -80px 0;
}
.s-i-doc{
    background-position: -100px 0;
}
.s-i-xls{
    background-position: -120px 0;
}
.s-i-ppt{
    background-position: -140px 0;
}
.s-i-fla{
    background-position: -160px 0;
}
.s-i-chm{
    background-position: -180px 0;
}
.s-i-help{
    background-position: -200px 0;
}
.s-i-oth{
    background-position: -220px 0;
}
.s-i-download{
    background-position: -40px -100px;
}
.s-i-upload{
    background-position: -80px -100px;
}
.s-i-see{
    background-position: 0 -120px;
}
.s-i-down{
    background-position: -20px -120px;
}
.s-i-gold{
    background-position: 0 -140px;
}
/*ami*/
.ami{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mt30{
    margin-top: 30px;
}
.shared-wrap{
    padding-bottom:30px;
    background-color: #faf8f7;
}
.shared-wrap .selector,.shared-wrap .sort-tags{
    background-color: #fff;
}
.shared-list-container{
    position: relative;
    margin-left:-20px;
}
.shared-card{
    width:181px;
    overflow: hidden;
    margin:20px 0 0 20px;
    background-color: #fff;
    border-radius:4px;
    transition: all 0.1s linear;
    border: 1px solid #f1ebe7;
    box-shadow: 0 1px 3px rgba(55,18,0,.05);
}
.shared-card-img{
    position: relative;
}
.shared-card-img img{
    width:180px;
    height:135px;
}
.shared-card-img img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    transition: all 0.1s linear;
}
.shared-card-type{
    position: absolute;
    right:0;
    bottom:0;
    padding:4px 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #333;
    background-color: rgba(0,0,0,0.6);
}
.shared-card-type .s-i{
    top:3px;
    margin-right:5px;
}
.shared-card-info{
    border-bottom: 1px solid #f1ebe7;
    padding: 11px 15px 13px 15px;
    position: relative;
}
.shared-card-title{
    margin-bottom: 10px;
    position: relative;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.shared-card-data{
    font-size: 12px;
    color: #999;
}
.shared-card-data span{
    margin-right: 10px;
}
.shared-card-data .s-i{
    top:3px;
    width:16px;
    height:16px;
    margin-right:5px;
}
.shared-card-ft{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 12px;
    position: relative;
}
.shared-card-author{
    width: 82px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}
.shared-card-author-avatar{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}
.shared-card-time{
    color: #999;
}
.channel-class-wrap{
    background-color: #faf8f7;
}