.exhibition-img {
  height: 800px;
}
.exhibition-img .show-img {
  width: 1050px;
  height: 800px;
  background-image: url(../images/server/map-bg.png);
  background-size: 100% 100%;
}
.exhibition-img .show-img img {
  width: 1020px;
  height: 780px;
  object-fit: contain;
  image-rendering: pixelated;
}
.exhibition-img .display-swiper {
  height: 800px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.exhibition-img .display-swiper .display-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.exhibition-content {
  padding: 50px;
  background-color: #785D3C;
  color: #fff !important;
}
.exhibition-content p {
  text-indent: 36px;
  line-height: 33px;
}
.exhibition-content p:nth-child(2) {
  margin-top: 40px;
}
.exhibition-content font {
  color: #fff !important;
}
.exhibition-content * {
  color: #fff !important;
}
.exhibition-content img {
  display: none;
}
