@import "public.css";
.home_main .left {
  width: 900px;
  padding-right: 20px;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.home_main .left .head {
  background: url("../image/dot.png");
  margin-bottom: 20px;
}
.home_main .left .head::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.home_main .left h2 {
  background: #91c842;
  color: #FFF;
  float: left;
  font-size: 18px;
  line-height: 40px;
  min-height: 40px;
  padding: 0px 10px;
  margin: 0px;
  font-weight: 100;
}
.home_main .left .left_recomont {
  width: 343px;
}
.home_main .left .left_recomont img {
  width: 343px;
  margin-bottom: 20px;
}
.home_main .left .left_recomont h3 {
  line-height: 24px;
}
.new {
  width: 620px;
  line-height: 24px;
}
.hzhb {
  overflow: hidden;
  margin-top: 40px;
}
.hzhb li {
  float: left;
  width: 178px;
  height: 100px;
  margin: 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.hzhb li img {
  max-width: 100%;
  max-height: 100%;
}
.fa {
  color: #2c8cc0;
}