#cnews{
  min-height:200px;
  height:auto!important;
  height:200px;

}
#onews{
    min-height:150px;
    height:auto!imporant;
    height:150px;
    margin-top:20px;
}
#onews ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
#onews ul li{
  padding-top:3px;
  padding-bottom:3px;
}


#onews ul li label{
    width:400px;
    float:left;
}
#cnews img {
    border:1px white solid;
    float:right;
}
#onews h1.smaller {
    font-size:16px;
}


