@CHARSET "UTF-8";
a{
  color: #858585;
  text-decoration: none;	
}
a:hover{
  text-decoration: underline;	
}
.banner {
  width: 100%;
}
.content{
  margin: auto;
  width: 1000px;
  font-size: 14px;
  color: #858585;
}
.content_head{
  padding: 18px 0px 18px 15px;
  background-color: #e4e8ec;	
}
.content_head_a{
  color:#7e7e7e;	
}
.newContent{
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 400px;
  border: solid #d4e3e8 9px;
  padding: 0px 30px 10px 30px;  
}
.newslist{
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 500px;
  background-color: #f3f7f8;
  padding: 37px;
}
.newslist_line{
  width: 926px;
  height: 35px;
  float: left;
  border-bottom: 1px dashed #666666;	
}
.newslist_content{
  float: left;
  margin-top: 8px;
}
.newslist_content_a{
  color: #4c4948;
}
.newslist_date{
  float: right;
  margin-top: 10px;
}
.newslist_line img{
  float: left;
  margin-top: 15px;
  margin-right: 15px;	
}
