.official-website-wrap .list-page-left {
  position: fixed;
  top: 0;
  left: 28px;
  width: 25vw;
  height: 100vh;
  padding-top: 48vh;
  z-index: 99;
}
.official-website-wrap .list-page-left .left-item {
  padding-left: 70px;
  font-size: 13px;
  margin-bottom: 20px;
  color: #999999;
  cursor: pointer;
  width: 170px;
}
.official-website-wrap .list-page-left .left-item:hover {
  color: #002fa7;
}
.official-website-wrap .list-page-left .active {
  color: #002fa7;
  text-decoration: underline;
  outline-color: #002fa7;
}
.official-website-wrap .home-list-page {
  margin-left: 25vw;
  width: calc(100vw - 25vw);
  height: 100vh;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
.official-website-wrap .home-list-page .list-page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 46px 0 46px 78px;
  border-left: 2px solid #002fa7;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap {
  height: 50%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap {
  height: 100%;
  padding: 0 13vh 0 0;
  box-sizing: border-box;
  width: 430px;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .item-img {
  width: 430px;
  height: 80%;
  overflow: hidden;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text {
  width: 430px;
  font-size: 12px;
  margin-top: 20px;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap:last-child {
  padding-right: 0!important;
  width: 430px!important;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img {
  width: 430px;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img .cur-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.45s;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img:hover .cur-img {
  transform: scale(1.1);
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #002fa7;
  font-weight: bold;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str {
  width: 80%;
  font-size: 14.5px;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str > p {
  margin: 0;
  padding: 0;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str > p:first-child {
  font-size: 13.6px;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .shop-more-img {
  width: 22.5px;
  height: 18px;
  transition: margin-right 0.2s;
  margin-right: 0;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text:hover .shop-more-img {
  transition: margin-right 0.2s;
  margin-right: -15px;
}
.official-website-small-wrap .list-page-left {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  background: #ffffff;
  overflow-x: auto;
  padding-left: 35px;
  box-sizing: border-box;
}
.official-website-small-wrap .list-page-left .left-item {
  width: 100%;
  white-space: nowrap;
  padding-right: 35px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  cursor: pointer;
}
.official-website-small-wrap .list-page-left .left-item:hover {
  color: #002fa7;
}
.official-website-small-wrap .list-page-left .active {
  color: #002fa7;
  text-decoration: underline;
  outline-color: #002fa7;
}
.official-website-small-wrap .home-list-wrap {
  width: 100vw;
  height: 99vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page {
  padding-top: 80px;
  width: 100vw;
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page .list-page-content {
  height: 100%;
  width: 100vw;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap {
  width: 100vw;
  box-sizing: border-box;
  padding: 20px 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0!important;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap {
  width: calc((100vw - 80px) / 2);
  box-sizing: border-box;
  height: calc(89vh / 3);
  max-height: 215px;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .item-img {
  width: 100%;
  height: 66%;
  max-height: 150px;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .item-img .cur-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #002fa7;
  font-weight: bold;
  margin-top: 10px;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text .text-str {
  width: 100%;
  font-size: 10px;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text .text-str > p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 3px;
  padding: 0;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text .shop-more-img {
  display: none;
}
/*# sourceMappingURL=new-list-wrap.css.map */