.detail-tit {
  text-align: center;
  padding-top: 30px;
}
.detail-tit .p1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: bold;
  color: #279c55;
}
.detail-tit .p2 {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
}
.detail-tit .p2 span {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 1px;
  background: #bfbfbf;
  margin: 0 16px;
}
.detail-tit .p3 {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 28px;
}
.detail-tit .p3 i {
  color: #279c55;
}
.pro-list {
  width: 1200px;
  margin: 30px auto 0;
}
.pro-list > ul {
  font-size: 0px;
}
.pro-list > ul li {
  width: 590px;
  height: 312px;
  padding: 16px;
  background: #ffffff;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  box-shadow: 1px 1px 15px 0px rgba(35, 35, 35, 0.15);
}
.pro-list > ul li:nth-child(even) {
  margin-right: 0;
}
.pro-list > ul li .pic {
  display: block;
  width: 280px;
  height: 280px;
  border: 1px solid #eeeeee;
  float: left;
}
.pro-list > ul li .pic img {
  width: 100%;
  height: 100%;
}
.pro-list > ul li .info {
  float: right;
  width: 250px;
  height: 100%;
  position: relative;
}
.pro-list > ul li .info .title {
  font-size: 18px;
  color: #279c55;
  font-weight: bold;
  line-height: 56px;
}
.pro-list > ul li .info .desc {
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}
.pro-list > ul li .info .more {
  position: absolute;
  bottom: 19px;
  display: block;
  width: 126px;
  height: 36px;
  border: 1px solid #e5e5e5;
  color: #888888;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list > ul li:hover .more {
  background: #279c55;
  border-color: #279c55;
  color: #ffffff;
}
