

.view1 {
   width: 310px;
   height: 340px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
  
   cursor: default;

 }
 
.view1 .mask1,
.view1 .content1 {
   width: 300px;
   height: 340px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
 	
}
.view1 .mask {
   width: 310px;
   height: 340px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
    
}
.view1 img {
   display: block;
   position: relative;
}

.view1 h2 {
 
   color: #00364c;
   font-weight:normal;
   font-family:vardana;
   width:300px
   position: relative;
   font-size: 26px;
   text-shadow:  0px 0px 1px #00374c;
   padding:4px 20px 3px 10px;
   background: #dc9127;
   margin:20px auto;
}

.view1 p {
   font-family:vardana;
  
   font-size: 18px;
   position: relative;
   color: #000;
   padding: 10px 20px 20px;
   margin-top:20px;
 
}
.view1 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 16px;
   margin-top:35px;
   background: #00364c;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view1 a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}