.normal {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid #785d3c;
}
.normal .normal-item {
  width: 205px;
  height: 450px;
  font-family: Microsoft YaHei;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  overflow: hidden;
}
.normal .normal-item img {
  height: 85%;
}
.normal .normal-item .content {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #785d3c;
  margin-top: 20px;
}
.normal .normal-item:not(:last-child) {
  border-right: 1px solid #785d3c;
}
.normal .normal-item:hover {
  background-color: #fff;
  cursor: pointer;
}
.see-more {
  width: 155px;
  height: 40px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 60px auto 0 auto;
  background-image: url(../images/index/show-title-bg.png);
  cursor: pointer;
}
.civilization {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #785d3c;
  color: #fff;
  position: relative;
  margin-top: 90px;
}
.civilization .content {
  width: 415px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 30px;
  text-indent: 32px;
}
.civilization img {
  position: absolute;
  width: 665px;
  height: 400px;
  left: 50px;
}
.temporary {
  width: 390px;
  height: 620px;
}
.temporary img {
  width: 390px;
  height: 390px;
}
.temporary .content {
  padding: 30px;
  background-color: #785d3c;
  height: 170px;
  color: #ffffff;
  font-size: 16px;
  text-indent: 32px;
}
.temporary .content .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-bottom: 30px;
  text-indent: 0;
  letter-spacing: 3px;
}
.exhibition-title {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  margin-top: 90px;
}
