.china_index{width: 100%;z-index: 3;}
.china_index_top_bg{
  height: 451px;
  background: url(../../img/travel/china_list_top_bg.jpg) no-repeat top;
}

.china_li_img_label{width: 54px; height: 52px; background: url(../../img/travel/china_li_img_label.png) no-repeat; position: absolute; top: -3px; left: 10px; z-index: 5;}
/* 列表缩略图：固定尺寸，避免原图尺寸不一导致布局参差 */
.china_li_img_box{
  position: relative; /* 让 .china_li_img_label 相对图片盒子定位 */
  overflow: hidden;
}
.china_li_img_box img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.des_detail_li_title_box{align-items: flex-end;}
.des_detail_symbol{width: 42px; height: 50px; background: url(../../img/des_detail/des_detail_symbol.jpg) no-repeat center center; background-size: cover;}
.des_detail_symbol_num{font-size: 1.25rem; color: #fff; text-align: center; line-height: 42px;}
.des_detail_li_title{font-size: 1.25rem; line-height: 1.75rem; margin-left: 10px;}
.travel_li_des{color: #9c1c1c;}
.travel_li_symbol{width: 7px; height: 7px; background-color: #202020; margin-top: 10px;}
.travel_li_simple_txt{
    width: calc(100% - 7px - 15px);
    line-height: 1.5;
    margin-left:10px;
}
.des_detail_li_des_box{align-items: flex-start; align-content: flex-start; margin-top: 10px;}
.price_label{padding: 10px; margin-top: 10px; color:#e60012;}
.price_label b{font-size: 1.25rem;}
.china_li_price_box{justify-content: flex-end; background-color: #ededed; margin-top: 10px;}



































.des_card{background: url(../../img/des/des_card_bg.png) no-repeat top; border-radius: 20px; margin:30px 0 80px 0; padding:50px; display: flex; align-items: center;}
.des_card_title{font-size: 1.575rem; color: #0056ca; margin-bottom: 10px;}
.des_symboll_btn_box{width: 225px; height: 48px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 10px; color: #0056ca; margin: 0 auto;}



@media (max-width: 1200px) {

}

@media (max-width: 991px) {
  /* 中等屏幕一行显示3个 */
  /* .travel_li {flex: 0 0 calc(33.3333% - 20px);} */
}

/* 移动端控制按钮调整 */
@media (max-width: 767px) {
  /* 小屏幕一行显示2个 */
  /* .travel_li {flex: 0 0 calc(50% - 20px);} */
  .china_li_img_box img{height: 180px;}
}
@media (max-width: 480px) {
  /* 超小屏幕一行显示1个 */
  /* .travel_li {flex: 0 0 calc(100% - 20px);} */
  .china_li_img_box img{height: 160px;}
}