﻿.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#search_lists {
	 margin-top: 10px;
  /*仪器*/
}
#search_lists .machines:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
#search_lists .machines li {
  margin: 10px 0;
  position: relative;
  /*亮点和在线预约*/
}
#search_lists .machines li.machines-list{border:1px solid #ccc}
#search_lists .machines li > a {
  display: block;
  background: #fff;
  padding: 15px;
  /*图片*/
  /*主要内容*/
  /*价格和预约人数*/
}
#search_lists .machines li > a:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
#search_lists .machines li > a div.img_container {
  float: left;
  width: 12.5%;
  height: 110px;
  margin-right: 20px;
  position: relative;
}
#search_lists .machines li > a div.img_container img {
  width: 100%;
}
#search_lists .machines li > a div.main_info {
  width: 67.27272727%;
}
#search_lists .machines li > a div.main_info li {
  padding-right: 30px;
  margin-bottom: 12px;
  font-size: 14px;
}
#search_lists .machines li > a div.main_info li:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
#search_lists .machines li > a div.main_info li h5 {
  font-size: 16px;
  color: #333;
  margin-right: 8px;
  max-width: 66%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#search_lists .machines li > a div.main_info li span.title {
  color: #a9a9a9;
}
#search_lists .machines li > a div.main_info li span.content {
  color: #37363b;
}
#search_lists .machines li > a div.main_info li b.content {
  color: #42abe4;
  font-weight: normal;
}
#search_lists .machines li > a div.main_info li.model {
  border-right: 1px solid #f4f4f4;
  margin-bottom: 0;
}
#search_lists .machines li > a div.main_info li.model > p {
  margin-right: 14px;
  margin-bottom: 9px;
}
#search_lists .machines li > a div.main_info li.title_tabs > span {
  color: #f60;
  padding: 2px 10px;
  line-height: 1em;
  margin-right: 8px;
  border: 1px solid #f60;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
#search_lists .machines li > a div.main_info li.create_imgs > img {
  margin-right: 6px;
  height: 18px;
  width: auto;
}
#search_lists .machines li > a div.price_appoint {
  width: 16.59090909%;
  padding: 10px 0 0 20px;
  text-align: right;
}
#search_lists .machines li > a div.price_appoint div.more-info {
  font-size: 12px;
  position: relative;
}
#search_lists .machines li > a div.price_appoint div.more-info:hover div.supplier-info {
  display: block;
}
#search_lists .machines li > a div.price_appoint div.more-info span.more {
  padding: 1px 15px;
  font-size: 12px;
  color: #42abe4;
  border: 1px solid #42abe4;
  border-radius: 4px;
}
#search_lists .machines li > a div.price_appoint div.more-info div.supplier-info {
  width: 300px;
  padding: 12px;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px #f60;
  -moz-box-shadow: inset 0 0 5px #f60;
  box-shadow: inset 0 0 5px #f60;
  top: 21px;
  left: -122px;
  border-radius: 4px;
  display: none;
}
#search_lists .machines li > a div.price_appoint div.more-info div.supplier-info p {
  text-align: left;
  display: block;
  color: #333;
  line-height: 24px;
}
#search_lists .machines li > a div.price_appoint div.more-info div.supplier-info p:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}
#search_lists .machines li > a div.price_appoint div.more-info div.supplier-info p span.fl {
  width: 20%;
  text-align: right;
  color: #666;
}
#search_lists .machines li > a div.price_appoint div.more-info div.supplier-info p span.fr {
  display: block;
  width: 75%;
  text-align: left;
}
#search_lists .machines li > a div.price_appoint p.price_unit {
  color: #f60;
  font-size: 14px;
  line-height: 14px;
  margin-top: 22px;
}
#search_lists .machines li > a div.price_appoint p.price_unit span.activity {
  color: #999;
  font-size: 13px;
}
#search_lists .machines li > a div.price_appoint b.price {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 16px;
}
#search_lists .machines li > a div.price_appoint s {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
#search_lists .machines li > a div.price_appoint s b {
  font-weight: 400;
  line-height: 14px;
}
#search_lists .machines li > a div.price_appoint p.appoint {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
#search_lists .machines li div.lightspot_appoint {
  background: #fff;
  height: 40px;
  border-top: 1px solid #ccc;
  padding: 0 20px 0 30px ;
}
#search_lists .machines li div.lightspot_appoint p.fl {
  font-size: 13px;
  color: #37363b;
  line-height: 40px;
}
#search_lists .machines li div.lightspot_appoint p.fr > a {
  display: block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  background: #f60;
  text-align: center;
  margin-top: 5px;
}
#search_lists .machines li > i {
  display: block;
  width: 56px;
  height: 62px;
  position: absolute;
  left: 0;
  top: 0;
}
#search_lists .machines li.recommended {
  border: 1px solid #fff;
}
#search_lists .machines li.recommended:hover {
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 5px #e7e7e7;
}
#search_lists .machines li > span.tab {
  position: absolute;
  left: 0;
  top: 6px;
  width: 40px;
  height: 18px;
  z-index: 10;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
}
#search_lists .machines li.recommended > span.recom_tab {
  background: #ff675c;
}
#search_lists .machines li.self_support > span.self_support_tab {
  background: #f60;
}