.view {
   width: 200px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;

   cursor: default;
   background: #ccc;
}
.view .mask,.view .content {
   width: 200px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 15px;
   padding: 10px;
   background: #ad1c21;
   margin: 10px 0 0 0;
}
.view li {
   font-size: 14px;
   position: relative;
   color: #000;
   text-align: center;
}


