.blank {
  height: 25px;
  border-bottom: 2px solid #e9e7e7;
}
.news_item {
   width:80%; margin:0 auto;
  padding-bottom: 10px;
}
.news_item dt {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-top: 10px;
}
.news_item dd a {
  display:block;
  justify-content: space-between;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #9a9a99;
}
.news_item dd a:hover {
  text-decoration: underline;
}
.more{width:80%; margin:0 auto;}
.more a {
  height: 54px;
  line-height: 54px;
  color: #9a9a99;
  font-size: 14px;
  text-align: right;
  float: right;
}
.more a:hover {
  text-decoration: underline;
}
.newsline{ width:100%; height:1px; background:#d2d2d2; margin:30px auto;}
/*# sourceMappingURL=news.css.map */