#home_news_box {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 5px;
}
#home_news_box h2 {
  color:  #999;
  border: none;
  font-family: "Times", serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  padding: 0; margin: 0;
}
#home_news_box h3 {
  border-top: 1px solid #eee;
  font-size: 1.0em;
  font-style: italic;

  color: #f02830;
  font-weight: bold;
  padding: 5px; margin: 5px 0 0 0;
}
#home_news_box ul { list-style: none; padding: 0; margin: 0 }
#home_news_box li {
  list-style: none;
  padding: 2px;
  border-bottom: 1px solid #eee;
}

#home_news_box a.title { font-weight: bold; text-decoration: none; }


#home_news_box span { font-size: .85em; color: #999; display: block; }

#home_news_box .plus a {
  display: block;
  padding: 5px 5px 5px 25px;
  background: url(../images/design/foward.png) no-repeat left;
  text-decoration: none;
}

div.last_news{padding: 5px; margin: 5px 0;}
div.last_news p { color: #666; text-align: justify; }
div.last_news h3 { color: #55a4d6; font-weight: normal; padding: 0; margin: 0; text-align: justify; }
div.last_news p.read_more { text-align: right; }
