@charset "gb2312";

.feed-wrap {
    margin-top:0;
    padding-top:0;
}
.feed-wrap .feed-title {
    border-left: 5px solid #ff8500;
    height: 20px;
}
.feed-wrap h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 2px;
    padding-left: 10px;
	font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ";
}
.feed-card-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0 20px;
}
.feed-card-item h2 {
    font-size: 24px;
    font-weight:400;
    height: 32px;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
	font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ";
	color:#000000;
}

.feed-card-item h2 a { color:#000;}

.feed-card-item h2 a:hover { color:#008cdd; text-decoration:none;}
.feed-card-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.feed-card-c1 {
    margin-top: 13px;
}
.feed-card-img, .feed-card-photo, .feed-card-topic-img, .feed-card-topic, .feed-card-picAlbum-i, .feed-card-weibo-photos {
    overflow: hidden;
}
.feed-card-img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    position: relative;
}
.feed-card-img img, .feed-card-photo img, .feed-card-topic-img img, .feed-card-topic img, .feed-card-picAlbum-i img, .feed-card-weibo-photos img {
    transition: transform 0.3s ease 0s;
}
.feed-card-item img {
    border: medium none;
}
/**
.feed-card-c1 .feed-card-txt {
    overflow: hidden;
}
*/
.feed-card-txt {
    color: #777;
    font-size: 16px;
    line-height: 28px;
	font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ";
	
}
.feed-card-txt a {color: #777;}
.feed-card-txt a:hover {text-decoration:none;}
.feed-card-a {
    color: #555;
    font-size: 14px;
    height: 20px;
    margin-top: 12px;
	font-family:"Microsoft YaHei","Î¢ÈíÑÅºÚ";
}
.feed-card-time {
    display: inline;
    float: left;
    margin-right: 10px;
	color:#999;
}
.feed-card-tags {
    float: left;
    margin-left: 20px;
}
.feed-card-tags a {
    margin-right: 10px;
	color:#de888f;
}
.feed-card-actions, .feed-card-bbs-info {
    display: inline;
    float: right;
}
.feed-card-actions a { color:#de888f;}
.feed-card-spliter {
    font-size: 12px;
    margin: 0 8px 0 10px;
    vertical-align: 1px;
}

.feed-card-share {
    cursor: pointer;
}