/* Shared inner-page columns must retain the legacy 280/880 split. The hot
   recommendation cards are 80px + 200px wide and overflow a 230px sidebar. */
@media (min-width: 1025px) {
  .hsubnav2 .w1200 > .wer,
  .hsubnav2 .w1200 > .wer .wer_ul {
    width: 100%;
  }

  .mai_lf {
    width: 280px;
  }

  .mai_rt,
  .main_rt {
    width: 880px;
  }
}
