    
/*其它版本*/
.new_proItem {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
.new_proItem li {
  width: 100%;
  cursor: pointer;
  height: 62px;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px dashed #bfbfbf;
}
.new_proItem li:hover .new_pro_name {
  color: #1e89e0;
}
.new_proItem li a.new_pro_img {
  width: 42px;
  height: 42px;
  margin-right: 6px;
  border-radius: 4px;
  overflow: hidden;
}
.new_proItem li a.new_pro_img img {
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
}
.newPro_info {
  width: 350px;
  height: 42px;
  margin-right: 40px;
}
.new_proItem li:last-child {
  border-bottom: none;
}
.newPro_info span {
  color: #999;
  display: block;
  font-size: 13px;
}
.newPro_info span a {
  color: #999;
  font-size: 13px;
}
.newPro_info span a:hover {
  color: #1e89e0;
  font-size: 13px;
}
.new_pro_name {
  width: 100%;
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_proItem .app_type_star {
  margin-top: 14px;
}
.newPro_spa {
  width: 210px;
  height: 42px;
  text-align: right;
  margin-left: 50px;
}
.newPro_spa span {
  float: left;
  display: inline-block;
  font-size: 13px;
  height: 42px;
  overflow: hidden;
  line-height: 42px;
  color: #999;
  text-align: right;
}
.newPro_spa span:nth-child(2) {
  float: right;
  margin-right: 26px;
}
.spe_tlBtn {
  width: 100px;
  overflow: hidden;
}
.spe_tlBtn a {
  width: 100px;
  display: block;
  height: 30px;
  line-height: 30px;
  background: #f6f6f6;
  color: #999;
  text-align: center;
  font-size: 13px;
  border-radius: 30px;
  margin-top: 6px;
}
.new_proItem li:hover .spe_tlBtn a {
  background: #1e89e0;
  color: #fff;
}
.new_proItem li:hover .new_pro_name {
  color: #FF6600;
}

/*星星 stars*/
.stars {
  background: url(images/img/cssimg.png) no-repeat;
  width: 74px;
  height: 12px;
  display: block;
  float: left;
  vertical-align: middle;
}
.star1 {
  background-position: -60px -648px;
}
.star2 {
  background-position: -45px -648px;
}
.star3 {
  background-position: -30px -648px;
}
.star4 {
  background-position: -15px -648px;
}
.star5 {
  background-position: 0px -648px;
}

.xki dd li {
    margin: 0 2px 16px 0;
}