.view {
   /*
   width: 360px;
   height: 360px;
   */
   margin: 10px;
   float: left;
   border-bottom: 1px solid #ced7c6;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   
   width: 100%;
   
   height: 100%;

   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 24px;
   margin: 100px 0 0 0;
}

.view h2:after{
   width: 195px;
   height: 1px;
   background: #fff;
   display: block;
   margin: 15px auto 0;
   content: " ";
}


.view p {
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 30px 40px 0px;
   text-align: center;
}

.view a:hover {
   text-decoration: none;
}