/* pc */
@media screen and (min-width:768px){
  .xg_content .xg_text,.xg_html,.p1700m3da2e08e55c4ab64{
    transition: all 0.4s ease-in-out;
  }
  .xg_content .data_col,.col-sm-12{
    transition: all 0.4s ease-in-out;
  }
  .xg_content .data_col .xg_img img{
    transition: all 0.6s ease-in-out;
  }
  .xg_content .data_col .xg_img img:hover{
    transform: scale(1.12);
  }
  /* 了解三津栏目图片放大 */
  .p1704m7007842b41fbf07c img{
    transition: all 0.6s ease;
  }
  .p1704m7007842b41fbf07c:hover img{
      cursor:pointer;
    transform: scale(1.05);
  }
}
/* m */
@media screen and (max-width:768px){
  .xg_content .xg_text,.xg_html,.p1700m3da2e08e55c4ab64{
    transition: all 0.4s ease-in-out;
  }
  .xg_content .data_col,.col-sm-12{
    transition: all 0.4s ease-in-out;
  }
  .xg_content .data_col .xg_img img{
    transition: all 0.6s ease-in-out;
  }
  .xg_content .data_col .xg_img img:hover{
    transform: scale(1.12);
  }
}