.news .content-inner{
     padding: 66px 15px 50px 25px;
}
.news-text{
    float:left;
    width:445px;
    margin-top:10px;
}
.news-text h2{
    font-size:15px;
    font-weight:normal;
    line-height:18px;
    text-transform:capitalize;
    color:#000;
}
.news-text .date{
    font-size:11px;
    line-height:18px;
    color:#0098b4;
    font-family:Arial,Helvetica,sans-serif;
}
.news-text .description{

}
.news-img{
    float:right;
    width:194px;
    height:156px;
    margin-left:25px;
    margin-right:0px;
    position:relative;
    background:url(../images/news/bg.jpg) no-repeat;
}
.news-img .img-container{
    position:absolute;
    top:8px;
    left:8px;
}
.news-img .img-container img{
    width:172px;
    height:136px;
    overflow:hidden;
}
