/* 20260727: align English news-detail article card with breadcrumb shell */
.jd-news-detail-parity-20260711 .jd-article-wrap{
  width:1200px!important;
  max-width:calc(100% - 30px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.jd-news-detail-parity-20260711 .jd-article{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
@media (max-width:760px){
  .jd-news-detail-parity-20260711 .jd-article-wrap{
    width:calc(100% - 30px)!important;
    max-width:none!important;
  }
}
