/* 通栏图片 */
//.image{margin-right: 10px; height: auto; overflow: hidden;}
//.image img{width: 100%; height: 100%;}

.image{
  height: auto; overflow: hidden;
  img{width: 100%; height: 100%;}
}