#main__content #news .listing-col {
    padding:		1.4em 0;
    border-bottom:	0;
}
#main__content #news .col1 {
    position:       relative;
    width: 			9.5em;
    background-color:       transparent;
    background-repeat:      no-repeat;
    background-position:    center right;
    background-size:        6em auto;
}
.ie8 #main__content #news .col1 {
    background-image:    none!important;
}
#main__content #news .col1::before {
    content:        '';
    position:       absolute;
    top:            3%;
    left:           0;
    display:        block;
    width:          2.6em;
    height:         94%;
    margin-right:   .2em;
    background:     #f0f0f0 url(../images/icon-eye.svg) no-repeat center;
    background-size:70% auto;
    z-index:		1;
}

#main__content #news .col1 img {
    display:        none;
}
.ie8 #main__content #news .col1 img {
    position: 		absolute;
    display:        block;
    top:			50%;
    left:			3em;
    width:          6em;
    height:         6em;
    margin-top:     -3em;
    z-index: 		2;
}
#main__content #news .col2 {
    width:          30em;
    text-align:     right;
}
#main__content #news .col2 h5 {
    padding-bottom: .1em;
    font-size:      1.6em;
}
#main__content #news .col2 time {
    padding:        0;
}

#main__content #news .col3 p {
    padding:        .5em 1em;
    text-align:     left;
    font-size:      1.2em;
}
