main {
  padding-top: 50px;
}
main .inner {
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}
main .inner_inner {
  width:948px; margin:0 auto;
}
main .inner_inner h4 {
  height: 130px;
  line-height: 130px;
  width:918px; margin:0 auto;
  padding-left: 30px;
}
main .inner_inner .pro_list .pro_item {
  float: left;
  width: 256px;
  margin-bottom: 67px;
  margin-left: 30px;
  margin-right: 30px;
}
main .inner_inner .pro_list .pro_item .img {
  width: 256px;
  height: 325px;
  /*background: url("../images/41.png") no-repeat center center / cover;*/
  position:relative;
   background-color:#c1c1c1;
}
main .inner_inner .pro_list .pro_item .img span
{
     position:absolute;
     width: 256px;
  height: 325px;
  background: url("../images/41.png") no-repeat center center / cover;
    }
main .inner_inner .pro_list .pro_item .img img {
  width: 100%;
  height: 100%;
}
main .inner_inner .pro_list .pro_item .info {
  border-bottom: 2px solid #ccc;
}
main .inner_inner .pro_list .pro_item .info .title {
  line-height: 42px;
  height:42px;
  overflow:hidden;
  font-size: 14px;
  color: #9e9c9b;
  text-align: center;
  border-bottom: 1px solid #b8b7b6;
}
main .inner_inner .pro_list .pro_item .info .content {
  line-height: 16px;
  font-size: 10px;
  color: #9d9b9b;
  padding: 10px 0px 2px 0px;
  text-indent: 3em;
}
main .inner_inner .pro_list .pro_item .info .link
{
    font-size: 10px;
  color: #9d9b9b;
  text-align:right;
  line-height:20px;
}
/*# sourceMappingURL=product.css.map */