li.news-li {
  float:left;
  width: 500px;
  margin-left: 70px;

}

.news_image {
  float: left;
  width: 240px;
  height: 160px;
}
.news_image img{
  max-width: 220px;
  max-height: 160px;
}
.news_content {
  float: left;
  width: 260px;
  height: 160px;
}
.news_content h3 {
  margin-top: 5px !important;
  font-size: 24px !important;
}

#news_pic {
  float: left;
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
  max-width: 360px;
  max-height: 300px;
}
#news_pic img{
  width: 300px;
  max-height: 300px;
}

#news_desc {
  float: left;
  margin-top: 10px;
  margin-left: 50px;
  margin-bottom: 20px;
  width: 460px;
  min-height: 300px;
}

#news_desc h2{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 36px;
  color: #71BE36;
  text-shadow: 0px 0px 0px !important;
}
