.view {
   width: 300px;
   
  
   float: left;
  
   overflow: hidden;
   position: relative;
   text-align: center;
   
  
}
.view .mask,.view .content {
   width: 290px;
   margin:5px;
   height: 194px;
  
   border-radius:2px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
