.prolist {
  width: 15.6rem;
  margin: 0 auto;
  margin-bottom: .6rem;
}

.prolist .public-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prolist .public-tit .public-tit-left {
  display: flex;
  align-items: center;
}

.prolist .public-tit .public-tit-right {
  display: flex;
  align-items: center;
}

.prolist .public-tit .public-tit-right img {
  width: .5rem;
  height: .5rem;
  margin: 0 .1rem;
}

.prolist .prolist-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: .8rem;
}

.prolist .prolist-con .prolist-item {
  width: 45%;
}

.prolist .prolist-con .prolist-item:hover .prolist-item-tit {
  background: #55b53d;
  color: white;
}

.prolist .prolist-con .prolist-item:hover .prolist-item-thumb img {
  transform: scale(1.1);
}

.prolist .prolist-con .prolist-item .prolist-item-thumb {
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  box-shadow: 0px 0px 100px 0px rgba(10, 2, 5, 0.1) inset;
}

.prolist .prolist-con .prolist-item .prolist-item-thumb img {
  height: 80%;
  transition: .2s ease;
}

.prolist .prolist-con .prolist-item .prolist-item-thumb1 {
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prolist .prolist-con .prolist-item .prolist-item-thumb1 img {
  height: 80%;
  transition: .2s ease;
}

.prolist .prolist-con .prolist-item .prolist-item-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: .9rem;
  background: #f5f5f5;
  font-size: .3rem;
  color: #333333;
  transition: .2s ease;
}
