.HaberDuyuru3Item {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
    /*border-bottom:1px solid;*/
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
/*border-right:1px solid;*/
padding-top:20px;
}
.HaberDuyuru3Img{
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height:150px;
    background-size: cover;
    margin: 0 0 10px 0;
    max-height: 158px;
}
.HaberDuyuru3Baslik{
    line-height: 1.2;
    margin: 0;
    text-decoration: none;

    border-bottom-width: 1px;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 0px;
    text-transform: uppercase;
    color:#2f3031;
    border-bottom: none;
}
.HaberDuyuru3Aciklama{
    font-size:14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color:#fff;
}

.HaberDuyuru3Item:hover,.HaberDuyuru3Item:focus,.HaberDuyuru3Item:active {
        text-decoration:none;
        cursor:pointer;
        border-bottom-color:#0093d0 !important;

        cursor:pointer;
        -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
       padding-top:20px;

    }
.HaberDuyuru3Item:hover .HaberDuyuru3Baslik,.HaberDuyuru3Item:focus .HaberDuyuru3Baslik,.HaberDuyuru3Item:active .HaberDuyuru3Baslik {
        color:#19B064;
    }
.HaberDuyuru3Item:hover .HaberDuyuru3Aciklama,.HaberDuyuru3Item:focus .HaberDuyuru3Aciklama,.HaberDuyuru3Item:active .HaberDuyuru3Aciklama {
        color:#147EB0;
    }
 
 