.b-quote_small {
  width:302px;
  overflow:hidden;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-quote_small_ic {
  width:13px;
  height:8px;
  background: url('../../img/project.png') no-repeat  -719px -186px;
  margin:0 5px 0 0;
}
.b-quote_small_h {
  margin-bottom:3px;
}
.b-quote_small_h a {
  color:#c43c00;
}
.b-quote_small_text {
  margin:0 0 3px;
}
.b-quote_small_img {
  width:80px;
  height:60px;
  float:left;
  display:block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right:10px;
}
.b-quote_small_name {
  color:#888;
}
.b-quote_small_img {
  display:none;
}
/**/
.b-quote_wide {
  width:632px;
  overflow:hidden;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.b-quote_wide .b-quote_small_ic {
  width:16px;
  height:10px;
  background: url('../../img/project.png') no-repeat  -716px -194px;
}
.b-quote_wide .b-quote_small_h {
  font-size:14px;
  margin-bottom:10px;
}
.b-quote_wide .b-quote_small_text {
  font-size:14px;
  line-height:18px;
}
.b-quote_wide .b-quote_small_img { 
  display:block;
}
.b-quote_wide .b-quote_small_name {
  color:#333;
}
