.news-item {
    border:none;
    height: 240px;
    padding:10px;
    margin: 0;
    float: left;
    width: 300px;
}
.news-item a {
    color: #2f2f2f;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
  display:block;
}
.news-item #img {
  width:300px;
  height:200px;
  border-radius:10px;
}
.news-item #title {
  padding:10px;
  width:300px;
}
.news-item-view {
  font:14px Arial;
  color:#2f2f2f;
  width:1000px;
}
.news-item-view #date {
  padding:10px;
  color: #486daa;
}
.news-item-view #img {
  width:300px;
  height:200px;
  border-radius:10px;
  margin:20px;
  float:left;
}
.news-item-view #title{
  font-family: 	Arial,​Helvetica,​sans-serif;
  font-size:24px;
  color: #000000;
  padding:10px;
}