.view {
	width: 200px;
	height: 200px;
	margin-right:32px; margin-top:32px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	
	cursor: default;
  
}
.view .mask,.view .content {
   width: 200px;
   height: 200px;
   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: 15px;
   padding: 3px;
   background: rgba(197, 120, 70, 0.8);
   margin: 30px 0 0 0; font-family: "Open Sans"
}
.view p {
   font-family: "Open Sans";
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 25px 10px 10px;
   text-align: center;
}

.view a {   font-family: "Open Sans";
   font-size: 14px;
 text-decoration:none;
   color: #fff;
}
.view a.info {
    display: block;
    height: 159px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 0;
    width: 159px;
}


