.cp-event-all-list__title {
  margin-bottom: 38px;
  margin-bottom: 3.8rem;
  text-align: center;
}

.cp-event-all-list__title .el-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "genesis-head-office", sans-serif;
  font-weight: 400;
}
 html[lang="zh-CN"] .cp-event-all-list__title .el-title{
	font-size: 2.4rem;
    font-family: "genesis-head", sans-serif;
}
.cp-event-all-list__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
  padding: 0 14rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-event-all-list__item-wrap {
  margin-left: -40px;
  margin-left: -4rem;
  font-size: 0;
  /* text-align: center; */
}

.cp-event-all-list__item {
  display: inline-block;
  width: 33.3%;
  padding-left: 40px;
  padding-left: 4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
/* .cp-event-all-list__item:nth-child(3n+1) {
  padding-left: 0;
} */

.cp-event-all-list__item_width {
  width: 50%;
}
.cp-event-all-list__item-img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.cp-event-all-list__item-img-box::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: calc(100% / 1.77); /* 或 56.497% */
}
.cp-event-all-list__item-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.cp-event-all-list__item-img .js-picture {
  width: 100%;
  height: 100%;
}
.cp-event-all-list__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-event-all-list__item-desc {
  margin-top: 26px;
  margin-top: 2.6rem;
}

.cp-event-all-list__item-desc .item-title strong {
  font-size: 20px;
  font-size: 2rem;
  font-family: "genesis-head-office", sans-serif;
  font-weight: 400;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
 html[lang="zh-CN"] .cp-event-all-list__item-desc .item-title strong{
    font-size: 1.6rem;
    font-family: "genesis-head", sans-serif;
}
.cp-event-all-list__item-desc .item-text {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.cp-event-all-list__item-desc .item-text p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #262626;
  line-height: 1.556;
}
 html[lang="zh-CN"] .cp-event-all-list__item-desc .item-text p{
	font-size: 1.62rem
}
.cp-event-all-list__item-desc .item-text .cm-tooltip-opener:after {
  background: #333;
}

.cp-event-all-list__item-desc .item-cta {
  margin-top: 16px;
  margin-top: 1.6rem;
}

.cp-event-all-list__item-desc .item-cta .cm-btn-more:after {
  top: -2px;
  top: -0.2rem;
}

.cp-event-all-list__item-desc .item-cta .is-default span:before {
  width: 100%;
}

.cp-event-list__pagination {
  padding-bottom: 77px;
  padding-bottom: 7.7rem;
  text-align: center;
}

.cp-event-list__pagination .is-mo {
  display: none;
}

.type-dark .cp-event-all-list .cm-pagination .page-num.on span {
  color: #fff;
}
.type-dark .cp-event-all-list .cm-pagination .page-num.on:after {
  background: #fff;
}

@media screen and (max-width: 1919px) {
  .cp-event-all-list__inner {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-event-all-list__inner {
    padding: 0 100px;
    padding: 0 10rem;
  }
  .cp-event-all-list__item-desc {
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .cp-event-all-list__item-desc .item-title strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.556;
  }
  html[lang="zh-CN"] .cp-event-all-list__item-desc .item-title strong{
    font-size: 1.44rem;
  }
  .cp-event-all-list__item-desc .item-text {
    margin-top: 20px;
    margin-top: 2rem;
  }
  .cp-event-all-list__item-desc .item-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  html[lang="zh-CN"] .cp-event-all-list__item-desc .item-text p{
    font-size: 1.28rem;
  }
  .cp-event-all-list__item-desc .item-cta {
    margin-top: 19px;
    margin-top: 1.9rem;
  }
}

/* ===== 搜索区域 ===== */
.cp-event-search {
  display: flex;
  align-items: center;
  gap: 40px;
  gap: 4rem;
  max-width: 1920px;
  margin: 0 auto 40px;
  margin: 0 auto 4rem;
  padding: 0 140px;
  padding: 0 14rem;
  box-sizing: border-box;
}

.cp-event-search__item {
  width: 34.3%;
  height: 45px;
  height: 4.5rem;
  padding-right: 4rem;
  box-sizing: border-box;
}

.cp-event-search__item .cp-event-search__item-inner {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.cp-event-search__item .cp-event-search__item-inner.year-search label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 40px;
  padding-right: 4rem;
  flex-shrink: 0;
  white-space: nowrap;
}

.cp-event-search__item .cp-event-search__item-inner.year-search {
  position: relative;
}

.year-search__select-wrap {
  flex: 1;
  height: 100%;
  position: relative;
}

.year-search__placeholder {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  text-decoration: none;
  cursor: pointer;
  padding-right: 20px;
  padding-right: 2rem;
  position: relative;
}

.year-search__placeholder .icon-down-arrow{
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}

.year-search__placeholder.is-open .icon-down-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.year-search__placeholder .year-search__value.is-selected {
  color: #000;
}

.year-search__options.select__options {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.05);
  z-index: 11;
  max-height: 35rem;
  overflow: auto;
}

.year-search__options.select__options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.year-search__options.select__options li {
  border-top: 1px solid #f2f2f2;
}

.year-search__options.select__options li:first-child {
  border-top: 0;
}

.year-search__options.select__options a {
  display: block;
  padding: 15px 20px;
  padding: 1.5rem 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}

.year-search__options.select__options a:hover,
.year-search__options.select__options li.active a {
  color: #af6249;
}

.cp-event-search__item .cp-event-search__item-inner.keyword-search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  padding-right: 33px;
  padding-right: 3.3rem;
}

.cp-event-search__item .cp-event-search__item-inner.keyword-search {
  position: relative;
}

.cp-event-search__item .cp-event-search__item-inner.keyword-search .search-icon {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  /* background: url('../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/icon-search-black-2.png') no-repeat center / contain; */
  /* pointer-events: none; */
  cursor: pointer;
}

.cp-event-search__item .cp-event-search__item-inner.keyword-search input::placeholder {
  color: #999;
}

@media screen and (max-width: 1919px) {
  .cp-event-search {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-event-search {
    padding: 0 100px;
    padding: 0 10rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-event-search {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-event-search {
    flex-direction: column;
    gap: 20px;
    gap: 2rem;
    padding: 0 30px;
    padding: 0 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }

  .cp-event-search__item {
    width: 100%;
  }
}

.type-dark .cp-event-all-list .cp-event-all-list__title .el-title {
  color: #fff;
}

.type-dark .cp-event-all-list .cp-event-all-list__item-desc .item-title strong {
  color: #fff;
}

.type-dark .cp-event-all-list .cp-event-all-list__item-desc .item-text p {
  color: #ccc;
}

.type-dark .cp-event-all-list .cp-event-all-list__item-desc .item-text .cm-tooltip-opener:after {
  background: #ccc;
}

.type-dark .cp-event-all-list .cm-btn-more {
  color: #fff;
}

.type-dark .cp-event-all-list .cm-btn-more span:before {
  background: #fff;
}

@media screen and (max-width: 1359px) {
  .cp-event-all-list__inner {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
  .cp-event-all-list__title .el-title, html[lang="zh-CN"] .cp-event-all-list__title .el-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .cp-event-all-list__item-desc .item-title strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  html[lang="zh-CN"] .cp-event-all-list__item-desc .item-title strong{
    font-size: 1.44rem;
  }
  .cp-event-all-list__item-desc .item-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  html[lang="zh-CN"] .cp-event-all-list__item-desc .item-text p{
    font-size: 1.28rem;
  }
}

@media (max-width: 1023px) {
  .cp-event-list__pagination {
    padding-bottom: 57px;
    padding-bottom: 5.7rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-event-all-list .display-pc {
    display: none;
  }
  .cp-event-all-list .display-mo {
    display: block;
  }
  .cp-event-all-list__inner {
    padding: 0 30px;
    padding: 0 3rem;
  }
  .cp-event-all-list__title {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
  }
  .cp-event-all-list__item {
    display: block;
    width: 100%;
    margin-top: 74px;
    margin-top: 7.4rem;
    padding-left: 0;
    padding-bottom: 0;
  }
  .cp-event-all-list__item:first-child {
    margin-top: 0;
  }
  .cp-event-all-list__item-wrap {
    margin-left: 0;
  }
  .cp-event-all-list__item-desc {
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .cp-event-all-list__item-desc .item-title strong {
    font-size: 20px;
    font-size: 2rem;
  }
  html[lang="zh-CN"] .cp-event-all-list__item-desc .item-title strong{
    font-size: 1.6rem;
  }
  .cp-event-all-list__item-desc .item-text {
    margin-top: 13px;
    margin-top: 1.3rem;
  }
  .cp-event-all-list__item-desc .item-text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.556;
  }
  html[lang="zh-CN"] .cp-event-all-list__item-desc .item-text p{
    font-size: 1.44rem;
  }
  .cp-event-all-list__item-desc .item-cta {
    margin-top: 7px;
    margin-top: 0.7rem;
  }

  .cp-event-list__pagination {
    margin-top: 36px;
    margin-top: 3.6rem;
  }
  .cp-event-list__pagination .is-pc {
    display: none;
  }
  .cp-event-list__pagination .is-mo {
    display: block;
  }
  .cp-event-search__item {
    padding-right: 0;
  }
  .cp-event-search__item .cp-event-search__item-inner.year-search label {
    padding-left: 0;
    padding-right: 5.3333vw;
    font-size: 3.4667vw;
  }
  .year-search__placeholder {
    font-size: 3.4667vw;
  }
  .year-search__placeholder .icon-down-arrow {
    width: 4vw;
    height: 4vw;
  }
  .cp-event-search__item .cp-event-search__item-inner.keyword-search input {
    font-size: 3.4667vw;
  }
  .cp-event-search__item .cp-event-search__item-inner.keyword-search .search-icon {
    width: 4vw;
    height: 4vw;
  }
}
