.item_blog{ margin-top: 15px;}
.item_blog .img{ float: left; width: 30%; overflow: hidden; height: 120px; text-align: center;border-radius: 8px; }
.item_blog  .img img{ max-width: unset;  height: 100%;}
.item_blog .info{ float: right; width: 70%;}
.item_blog .info .in{ padding: 10px; padding-top: 0;}
.item_blog .info .in h3{  margin-top: 0; font-size: 20px; font-weight: bold;}
.item_blog .info .in .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
}
.item_blog .info .in .date{ color: #2b2b2b;}
