.iw-news {
}

    .iw-news .item {
        background-color: #fff;
        padding: 0;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
      .iw-news .item.status0 {        
       opacity:0.3;
    }

    .iw-news .thumb {
        display: block;
        overflow: hidden;
        max-height: 140px;
    }

        .iw-news .thumb img {
            width: 100%;
        }

    .iw-news .item .inner {
        padding: 10px;
    }

    .iw-news .title {
        color: #000;
        font-size: 140%;
        font-weight: 900;
    }

    .iw-news .date {
        color: #000;
        font-size: 90%;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .iw-news .blurb {
        color: #333;
    }