@charset "UTF-8";
.top {
  width: 960px;
  margin: 0 auto
}
.top ul {
  border: 1px solid #ccc;
  float: left;
  width: 230px;
  margin: 8px 8px 5px 0;
  background: #fff url(../images/sort_ico.gif) no-repeat 10px 35px
}
.top ul li {
  line-height: 23px;
  padding: 0 10px 0 30px
}
.top ul li.title {
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  background: #f8f8f7;
  background: url(../images/top_bg.gif);
  color: #666;
  padding: 0 0 0 10px
}
.top ul li span {
  float: right;
  color: green
}
.top ul li.title span {
  background: url(../images/h2_ico.gif) no-repeat left center;
  float: left;
  padding: 0 0 0 15px
}
.top ul li a {
  color: #333
}