﻿.sx-news {
    overflow: hidden;
}
.sx-gallery-ttile {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f2f2f4;
    border-right: 5px solid #2cb2bc;
    border-left: 8px solid #2cb2bc;
}

.sx-news .featured-sx-news {
    width: 100%;
    overflow: hidden;
    margin: 20px 0px;
}

.sx-news .featured-sx-news-img {
    width: 48.5%;
    float: left;
    height: 252px;
}
.sx-news .featured-sx-news img {
    width: 100%;
}
.sx-news .featured-sx-news-post {
    position: relative;
    float: left;
}
.like-comment-readmore {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
}