.pubCon {
  width: 81%;
  color: #333;
  margin: 0 auto;
}
.showWork {
  padding-top: 100px;
  padding-bottom: 109px;
}
.showWork ul li {
  float: left;
  width: 50%;
  perspective: 500px;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  position: relative;
  height: fit-content;
}
.showWork ul li .img_container {
  width: 100%;
  overflow: hidden;
}
.showWork ul li .img_container img {
  width: 110%;
  transition: all ease 0.5s;
}
.showWork ul li .showWork_text {
  font-size: 25px;
  height: 123px;
  line-height: 123px;
  padding-left: 46px;
}
.showWork ul li .showWork_bottom {
  position: relative;
  height: 123px;
  pointer-events: none;
}
.showWork ul li .drapContent {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 123px;
  font-size: 25px;
  background-color: #941d3a;
  color: #fff;
  padding-left: 46px;
  padding-right: 44px;
  position: absolute;
  top: 0;
  transform: translateY(130px);
  opacity: 0;
  transition: all ease 0.5s;
}
.showWork ul li .drapContent img {
  width: 52px;
}
.showWork .showWork_loadMore {
  width: 100%;
  padding: 109px 0 101px;
  text-align: center;
  font-size: 15px;
  color: #333333;
}
@media (max-width: 1600px) {
  .pubCon {
    width: 1260px;
  }
}
