.threadlist-img .card {
    margin-bottom: 0.72rem;
}

.threadlist-img .forum-card>a {
    width: 100%;
    display: block;
}

.threadlist-img .card .card-block{
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.25rem;
}

.threadlist-img .card .card-block .subject {
    height: 1.8rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.threadlist-img .card .card-block .subject a{
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.threadlist-img .card .card-block .card-text {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.threadlist-img .card .card-block .card-text span{
    color: #ababab;
    margin-left: .3rem!important;
}

.threadlist-img .avatar-xs{
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 1.3rem;
    margin-right: .3rem!important;
}
.s-6-row{padding-right:15px;}
.s-6{padding-left:15px;padding-right:0;}
.threadlist-img .forum-card img.card-img-top {
    /*height: 120px;*/
}
@media (max-width: 380px) {
    .threadlist-img .forum-card img.card-img-top {
        /*height: 115px;*/
    }
}
.sky_thumb_list .excerpt{
    padding: 10px 0;
    margin-bottom: 1px;
    border-bottom: 1px solid #e0c287;
}
.sky_thumb_list .excerpt-one {
    position: relative;
}
.sky_thumb_list .excerpt header {
    margin: 0 0 10px 0;
}
.sky_thumb_list .excerpt h2 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
/*.sky_thumb_list .excerpt h2 a {
    color: #64c2ec;*/
}
.sky_thumb_list .excerpt .text-muted {
    font-size: 12px;
}
.sky_thumb_list .excerpt header small .glyphicon {
    margin-right: 2px;
    font-size: 13px;
}
.sky_thumb_list .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sky_thumb_list .glyphicon-picture:before {
    content: "\e060";
}
.sky_thumb_list .text-muted {
    color: #999;
}
.sky_thumb_list .excerpt .text-muted {
    font-size: 12px;
}
.sky_thumb_list .excerpt p {
    margin-bottom: 0;
}
.sky_thumb_list .excerpt .focus {
    position: relative;
    overflow: hidden;
}
.sky_thumb_list .thumbnail .item {
    margin-bottom: 6px;
}
.sky_thumb_list .excerpt .note {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.sky_thumb_list .excerpt-one .note {
    margin-right: 25.3%;
}

.sky_thumb_list .excerpt-one .note {
    margin-top: 6px;
    padding-right: 15px;
    min-height: 66px;
}
.sky_thumb_list .excerpt .views > span, .excerpt .views > a {
    margin-right: 00px;
}
li.sky_thumb_list{
    border-bottom: 0;
    padding:0;
}
/* @media (max-width: 992px) {
    .flexparent header h2{
        height: 115px;
    }
    .flexparent .focus{
        width: 198px;
    }
}
@media (max-width: 576px) {
    .flexparent header h2{
        height: 81px;
    }
    .flexparent .focus{
        width: 140px;
    }
} */

.flexparent,.flexparent2{
    display:flex;
}
.flexparent header{
    flex:1;
}
.flexparent header h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 27px;
}
.flexparent .focus{
    width: 33.33%;
}
.flexparent .focus .item img{
    width: 99%;
}
.flexparent3 header h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
}
.flexparent2 .thumbnail{
    display: block;
    width: 100%;
}
.flexparent2 .thumbnail .item{
    display: block;
    width: 33.33%;
    float: left;
    padding-left: 3px;
    overflow: hidden;
}
.flexparent2 .thumbnail .item img{
    width: 99%;
}
.text-muted.views{height: 20px; line-height: 20px;}
.line-avatar img{width:20px; height: 20px;}