.main {
  position: relative;
  background-image: url(../static/images/news/news-bg.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
}
.main .banner {
  width: 100%;
  background: url(../static/images/media/media-bg.png) top center / cover no-repeat;
}
.main .pageContainer .pageTop .pageTag {
  background: url(../static/images/tags/yyzx.png) top center / contain no-repeat;
}
.list-page .list-title h1 {
  padding-top: 30px;
}
.list-wrap {
  padding-bottom: 190px;
}
.media-list-page .list-title ul {
  float: right;
  margin-right: 30px;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.hover {
  position: absolute;
  display: block;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: rgba(0, 0, 0, 0.65);
}
li:hover .hover {
  opacity: 1;
}
li:hover img {
  -webkit-transform: scale(1.14, 1.14);
  -moz-transform: scale(1.14, 1.14);
  -ms-transform: scale(1.14, 1.14);
  -o-transform: scale(1.14, 1.14);
  transform: scale(1.14, 1.14);
}
li img {
  transition-property: -webkit-transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}
.video-list li {
  background-color: #fff;
  padding: 20px;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 28px;
}
.video-list li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.video-list li:nth-child(2) {
  margin-right: 0;
  margin-bottom: 20px;
}
.video-list li.blank {
  width: 100%;
  cursor: default;
}
.video-list li .hover {
  width: 346px;
  height: 210px;
}
.video-list li.li1 .hover {
  width: 754px;
  height: 518px;
}
.video-list li.li1 .img-wrap {
  width: 754px;
  height: 518px;
}
.video-list li .img-wrap {
  width: 346px;
  height: 210px;
  position: relative;
}
.video-list li .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-list li h1 {
  position: relative;
  line-height: 40px;
  padding-left: 16px;
  font-size: 16px;
}
.video-list li h1:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 16px;
  background: url(https://static.web.sdo.com/woool/pic/woool/web3/common.png?v=2023-12-29-10-53-23-529) no-repeat -90px -93px;
}
.video-list li .play {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -48px;
  z-index: 3;
  opacity: 0;
  transform: scale(1.6, 1.6);
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  background: url(https://static.web.sdo.com/woool/pic/woool/web3/common.png?v=2023-12-29-10-53-23-529) no-repeat 0 -92px;
}
.video-list li:hover .play {
  opacity: 1;
  transform: scale(1, 1);
}
.pics-list li {
  position: relative;
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 28px;
}
.pics-list li:hover .load-wrap {
  opacity: 1;
}
.pics-list .img-wrap {
  width: 344px;
  height: 274px;
}
.pics-list .hover {
  width: 344px;
  height: 274px;
}
.pics-list .load-wrap {
  position: absolute;
  z-index: 3;
  width: 128px;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.2s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%);
}
.pics-list .load-wrap a {
  color: #fff;
  display: block;
  font-size: 16px;
  display: inline-block;
  width: 128px;
  height: 30px;
  margin: 6px 0;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  transition: all 0.6s ease-out;
}
.pics-list .load-wrap a:hover {
  background: #fff;
  color: #554643;
}
.carts-list ul,
.split-list ul,
.pics-list ul {
  display: flex;
  flex-wrap: wrap;
}
.carts-list li,
.split-list li,
.pics-list li {
  position: relative;
  margin-bottom: 15px;
}
.carts-list li:not(:nth-child(3n)),
.split-list li:not(:nth-child(3n)),
.pics-list li:not(:nth-child(3n)) {
  margin-right: calc(6% / 3);
}
.carts-list li.blank,
.split-list li.blank {
  width: 100%;
  cursor: default;
}
.carts-list .img-wrap,
.split-list .img-wrap {
  width: 384px;
  height: 220px;
}
.carts-list .hover,
.split-list .hover {
  width: 384px;
  height: 220px;
}
.carts-list li h1,
.split-list li h1 {
  color: #55514c;
  line-height: 32px;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
}
.carts-list li .view,
.split-list li .view {
  font-size: 16px;
  position: absolute;
  display: block;
  width: 126px;
  height: 32px;
  z-index: 3;
  color: #fff;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-left: -63px;
  margin-top: -30px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #fff;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.carts-list li .view:hover,
.split-list li .view:hover {
  background: #fff;
  color: #55514c;
}
.carts-list li:hover .view,
.split-list li:hover .view {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.carts-list li h1:before,
.split-list li h1:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 12px;
  background: url(https://static.web.sdo.com/woool/pic/woool/web3/common.png?v=2023-12-29-10-53-23-529) no-repeat -90px -93px;
}
.video-modal {
  display: none;
  box-sizing: border-box;
  padding: 10px;
  width: 800px;
  height: 400px;
  background-color: burlywood;
}
.video-modal .video-box {
  width: 100%;
  height: 100%;
  background: #5d535d;
}
.video-modal .modal-close {
  position: absolute;
  right: 0;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(../static/images/media/btn_close.png) no-repeat center;
  cursor: pointer;
  display: inline-block;
}
