.news{
    width: 50%;
    height: 50%;
}

.news-left{
    float: left;
    list-style: none;
    width: 75%;
    position: relative;   
}

.news-left li{
list-style: none;
margin-bottom: -10px;
padding-bottom: 3px;
overflow: hidden;
list-style: outside none none;
background: none repeat scroll 0% 0% transparent;
text-align: right;
border-bottom: 1px dotted #D3D3D3;
}
.left-img{
    float: right;
    border: 1px solid #CCC;
    padding: 3px;
    border-radius: 3px;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.left-img:hover{
 background: #09BDFE;
 border: 1px solid #1D7EE0;
}
.left-txt{
    
}

.right-txt{
   margin-top:-5px;   
}
.news-right{
    float: right;
    width: 25%;
    overflow: hidden;  
}
.news-right li{
    list-style: none; 
    padding: 5px 0px; 
    text-align: justify;
}

    .aras-joomla {
        margin:-3px 5px;
        overflow:hidden;
        border:5px solid #FFF;
        -webkit-box-shadow: 0px 0px 5px #000000;
        -moz-box-shadow: 0px 0px 5px #000000;
        box-shadow: 0px 0px 5px #000000;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #333;
        background-image: url(../images/arasjoomla.png);
        background-size:1%;
        background-position:center;
        background-repeat:no-repeat;
    }
.aras-joomla:hover {
        background-size:15%;
    }
.aras-joomla img {
        width:100%;
        height:100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
.aras-joomla img:hover {
        opacity:0.3;
    }
.item-date{
    padding-top: 5px;
    font-size: 10px;
}    