* {margin: 0px;padding: 0px;}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #444;
}

img {border: 0px;}

#news_body {
  margin: 10px auto;
  width: 900px;
  border: solid 1px #BBB;
  padding: 10px;
  text-align: left;
  line-height: 20px;
}

#news_body .news_title {
  font-size: 13px;
  text-align: center;
  border-bottom: 1px dotted #AAA;
  margin-bottom: 10px;
  font-weight: bold;
  color:#004182;
}

#news_body .news_content {
  text-align: left;
}


#news_body .news_content .news_date {
  text-align:center;
}

#news_body .news_content .hdfk_list {
  width: 100%;
  padding: 1px;
  text-align: left;
}

#news_body .news_content .hdfk_ctt {
  width: 100%;
  padding: 1px;
  text-align: left;
  border: 1px solid #EEE;
  margin-bottom: 10px;
}

#news_body .news_content .hdfk_ctt td {
  padding: 1px;
  background-color: #FFF;
}

#news_body .news_content .hdfk_ctt th {
  padding: 1px;
  background-color: #EEE;
}


