/**
 * 营销双卡（#yksite-marketing-cta.partone）公共布局
 * 标准与资讯页一致：1200 容器 + 两卡各 585 + 中间约 30px 间隔
 * （勿用频道宽 1760 + space-between，否则中间空隙会被拉大）
 */
.yksite-home-marketing-wrap {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
}

#yksite-marketing-cta.partone {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  width: 1200px;
  max-width: 96%;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
  float: none;
  box-sizing: border-box;
}

#yksite-marketing-cta.partone::after {
  display: none;
}

#yksite-marketing-cta .oneleft,
#yksite-marketing-cta .oneright {
  float: none;
  flex: 0 0 585px;
  width: 585px;
  max-width: 585px;
  height: 260px;
  background-size: 585px 260px;
  background-position: left top;
  background-repeat: no-repeat;
}

body.page-home .index_lr .container::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1240px) {
  #yksite-marketing-cta .oneleft,
  #yksite-marketing-cta .oneright {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 991px) {
  #yksite-marketing-cta.partone {
    flex-direction: column;
    height: auto;
    gap: 16px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #yksite-marketing-cta .oneleft,
  #yksite-marketing-cta .oneright {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    height: 200px;
    background-size: cover;
    background-position: center;
  }
}
