.project_main {
  width: 100%;
  position: relative;
  z-index: 111;
}

.media {
  width: 100%;
  display: block;
}

.swiper-container {
  display: none;
}

.media-two {
  background: #fff;
  margin-top: 55px;
}

.media-two .media-border {
  width: 100%;
  height: 8px;
  background: rgba(234, 234, 234, 1);
}

.media-two .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list li {
  width: calc((100% - 5px) / 2);
  height: 140px;
  margin-bottom: 5px;
  position: relative;
}

.list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.list li a img {
  width: 100%;
  height: 100%;
}

.list li .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background: rgba(0, 0, 0, 0.39);
}

.list li .bottom p {
  font-size: 11px;
  line-height: 23px;
  color: rgba(255, 255, 255, 1);
  padding-left: 5px;
}

.list li:last-child {
  width: 100%;
  height: 140px;
  margin-bottom: 0;
}