body {
  background: #f1f2f4;
}
.pageList {
  width: 1241px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 32px;
  padding-bottom: 150px;
}
.pageList .item {
  margin-right: 20px;
  float: left;
  width: 232px;
  height: 270px;
  cursor: pointer;
  margin-bottom: 22px;
  position: relative;
  display: block;
}
.pageList .item:nth-child(5n+0) {
  margin-right: 0px;
}
.pageList .item .imgBox {
  display: block;
  width: 232px;
  height: 232px;
  overflow: hidden;
}
.pageList .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageList .item .imgBox .poster_bg {
  display: none;
  width: 232px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/poster_hover.png?v=2") no-repeat;
}
.pageList .item .imgBox .poster_bg .video-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background-image: url("/images/play_new.png");
}
.pageList .item .imgBox:hover .poster_bg {
  display: block;
}
.pageList .item .imgBox:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
}
.pageList .item .text {
  height: 38px;
  line-height: 38px;
  background: #fff;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #2a2a2a;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.cariContent {
  width: 1241px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 32px;
}
.cariContent .left {
  float: left;
  width: 308px;
  height: 411px;
  margin-right: 24px;
}
.cariContent .left .imgBox {
  width: 100%;
  height: 100%;
}
.cariContent .left .imgBox img {
  width: 100%;
  height: 100%;
}
.cariContent .right {
  width: 908px;
  float: left;
}
.cariContent .right .title {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #2a2a2a;
  margin-bottom: 32px;
}
.cariContent .right .pageBar {
  border-bottom: 1px solid #e5e5e5;
  overflow-x: hidden;
}
.cariContent .right .pageBar .list {
  padding: 4px 0;
  white-space: nowrap;
  position: relative;
}
.cariContent .right .pageBar .list .item {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #2a2a2a;
  margin-right: 24px;
  position: relative;
}
.cariContent .right .pageBar .list .item.active {
  color: #FF7843;
}
.cariContent .right .pageBar .list .item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #ff6428;
  position: absolute;
  bottom: -4px;
  left: 0px;
}
.cariContent .right .pageContent {
  padding-top: 20px;
}
.cariContent .right .pageContent ._item {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  width: 80px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #2a2a2a;
  box-sizing: border-box;
}
.cariContent .right .pageContent ._item:nth-child(10n+0) {
  margin-right: 0px;
}
.cariContent .right .pageContent ._item.over {
  color: #999;
}
.cariContent .right .pageContent ._item.active {
  border: 1px solid #ff6428;
  border-radius: 4px;
  color: #FF6428;
}
