.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: linear-gradient(180deg, #00BEF2 0%, #376AB8 53%, #573996 100%);
}
.layui-laypage {
  /* margin: 0 auto; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.pc-container .container {
  margin: 0 auto 50px;
  width: 1200px;
  justify-content: space-between;
  align-items: stretch;
}
.pc-container .main {
  margin: 0 auto;
  width: 1200px;
}
.pc-container .list-title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: left;
  font-size: 28px;
  color: #222;
}
.pc-container .theme-box {
  margin-bottom: 60px;
  padding: 0 20px;
  width: 33.33%;
  height: 245px;
  overflow: hidden;
}

.pc-container .theme-box:nth-child(3n + 1) {
  padding-left: 0;
}

.pc-container .theme-box:nth-child(3n) {
  padding-right: 0;
}
.pc-container .theme {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-container .theme img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease .1s;
  cursor: pointer;
}
.pc-container .theme img:hover {
/* 放大1.3倍 */
  transform: scale(1.3);
}
.pc-container .theme .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}


.m-container .newItem {
  padding: 0 0.15rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: left;
  font-size: 0.14rem;
  border-bottom: 1px solid #eee;
}
.m-container .newItem:last-child {
  border-bottom: none;
}