/* news block */
#news_left {
  float: left;
  width: 50%;
}
#news_left_wrapper {
  border-right: 2px solid #eaeaea;
  padding-bottom: 15px;
}
#news_right {
  float: right;
  width: 50%;
}
#news h4 {
  background: url(../img/news_bg.gif) no-repeat 0 0;
  line-height: 38px;
  margin-bottom: 0;
  padding-left: 56px;
}
#news h5 {
  color: #0777c7;
  font-size: 1.09em;
  font-weight: bold;
  padding: 15px 0 2px;
  text-align: left;
}
#news h5 a {
  text-decoration: none;
}
#news p {
  margin: 0 0 15px;
}
#news_left p, #news_left h5{
  padding-right: 20px;
}
#news_right p, #news_right h5 {
  padding-left: 20px;
}
hr {
  background-color: #eaeaea;
  border: 0;
  color: #eaeaea;
  font-size: 0;
  height: 1px;
  line-height: 0px; 
  padding: 0;display: block;
}
#news_left hr {
  margin: 0 28px 0 8px;
}
#news_right hr {
  margin: 0 8px 0 28px;
}
.all_news {
  clear: both;
  padding-top: 15px;
  text-align: center;
}
.all_news .red_more_link {
  margin-left: 0;
}

