.main {
  padding-bottom: 160px;
  /* padding-top: 40px; */
  margin: 0 auto;
  min-width: 1200px;
}

.main ul {
  /* margin-left: 8%; */
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  
  overflow: hidden;
}

.main li {
  width: 200px;
  height: 320px;
  background-color: #d2d2d2;
  text-align: center;
  margin: 0 20px 30px;
  float: left;
  position: relative;
  overflow: hidden;
}

.main li:nth-child(5n+0) {
  margin-right: 0;
}

.main li div:first-child {
  width: 200px;
  height: 257px;
  /* text-align: center; */
  /* margin: 0 auto; */
  /* display: flex; */
 }

.main li img {
  width: 200px;
  height: 257px;
  transform: translate(0px, 0px)
}

.main li:hover{
  transition: 0.5s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.main li p:nth-child(1) {
  font-family: SourceHanSerifCN-Bold;
  font-size: 24px;
  /* color: #e1dabe; */
  color: #fff;
}

.main li p:nth-child(2) {
  font-family: SourceHanSerifCN-Light;
  font-size: 16px;
  /* color: #e1dabe; */
  color: #fff;
}

.main li .info {
  width: 200px;
  height: 100px;
  /* background-color: #991e1b; */
  background:rgba(31,44,92,1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 25px;
  padding-top: 25px;
  box-sizing: border-box;
}



.page2 {
  margin: 0 auto;
  text-align: center;
}

.page2 span {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #aaaaaa;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
}

.page2 .dot {
  margin: 0 10px;
  font-size: 20px;
  vertical-align: bottom;
  display: inline-block;

}

.page2 .current {
  background-color: #888888;
  color: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.page2 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.page2 #prePage img {
  height: 20px;
}


