.feed {
    
}

.feed .new-post {
    padding: 8px 0;
    border-bottom: #f1f1f1 1px solid;

}
.feed .new-post .added-time {
    font-size: 11px;
    color: #999;
}

.feed .new-post .feed-action {
    color: #333;
    margin: 0 0 0 5px;
}
.feed .new-post .feed-action-info {
    color: #555;
}

.feed .new-post .js-like-block .js-beat-like, .feed .new-post  .js-like-block .js-beat-dislike {
    display: block;
    float: left;
    height: 14px;
    width: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 2px 0 0 8px;
    filter: url(/Content/NewCSS/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/'><feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/></filter></svg>#grayscale); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    cursor: pointer;
    content: "";
    opacity: 0.0;
}
.feed .new-post:hover .js-like-block .js-beat-like, .feed .new-post:hover  .js-like-block .js-beat-dislike {
    
    opacity: 0.7;
}

.feed .new-post .js-like-block .js-beat-like:hover, .feed .new-post  .js-like-block .js-beat-dislike:hover{
    filter: url(/Content/NewCSS/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/'><feColorMatrix type=/'matrix/' values=/'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0/'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.feed .new-post .js-like-block .js-beat-like{
    background-image: url(/Content/1CSS/img/vote/up.png); background-repeat: no-repeat;
}
.feed .new-post  .js-like-block .js-beat-dislike{ 
    background-image: url(/Content/1CSS/img/vote/down.png); background-repeat: no-repeat;
}



.feed .new-post  .avatar{
    height: 40px;
    width: 40px;
    border-radius: 2px;
    margin: 0 5px 0;
}
.feed .new-post  .avatar.small-avatar{
    height: 18px;
    width: 18px;
}
body { }

.feed { }

.content-box .feed-item-character {
    width: 60px;
    position: absolute;
    left: -60px;
    height: 60px;
    background-color: #fff;
    top: 50%;
    margin-top: -30px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #d4d4d4;
}

.content-box.first .feed-item-character { display: none; }

.content-box .feed-item-character .main-icon {
    font-size: 30px;
    margin: 0 auto;
    width: 58px;
    display: block;
    line-height: 58px;
    text-align: center;
    z-index: 1;
}

.content-box .feed-item-character .action-icon {
    font-size: 22px;
    position: absolute;
    top: 30px;
    left: 35px;
    text-shadow: -1px -1px 0px #fff;
    z-index: 2;
}

.item-beat { color: #497c94; }

.item-forum { color: #3fa572; }

.item-video { color: #7c4a96; }

.item-article { color: #dd862b; }

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}
