#news_part
{
  float: right;
  width: 600px;
}

.news
{
  padding: 10px;
  margin-bottom: 20px;
}

.small_news
{
  width: 280px;
  padding: 7px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}

.news_title
{
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #076BB5;
}

.news_description
{
  padding: 3px;
  font-weight: bold;
  font-size: 1em;
}

.news_description img
{
  margin-right: 5px;
}

.news_body
{
  margin-bottom: 20px;
}

.news_body a
{
  color: #FF8C0F;
}

.news_info
{
  margin-top: 5px;
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
}

.news_source a
{
  color: #222222;
  text-decoration: none;
}

.news_time
{
  color: #076BB5;
}