.nr_tile_top_image_cnt {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    color: #000;
    margin-bottom: 15px;
}

.nr_tile_top_image_a {
    display: flex;
    flex-direction: column;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    overflow: hidden;
    margin-right: 15px;
    cursor: pointer !important;
}

.nr_tile_top_image_a:last-child {
    margin-right: 0 !important;
}

.nr_tile_top_image_a:hover .nr_tile_top_image_img {
    opacity: 0.94;
}

.nr_tile_top_image_img {
    width: 100%;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity 0.5s;
    flex-shrink: 0;
}

.nr_tile_top_image_txt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 22px 15px 15px 15px;
    font-size: 12px;
}

.nr_tile_top_image_txt_header {
    flex-grow: 1;
    padding-bottom: 22px;
    font-size: 18px;
    line-height: 1.3;
}

.nr_tile_top_image_txt_time {
    color: #999;
}
