/*  download by http://www.codefans.net  */
.view {
   width: 370px;
   height: 230px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor:  pointer;
}
.view .mask, .view .content {
   width: 370px;
   height: 230px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}



.info33{ padding:25px;}
.info33 .btuurr{border-radius:30px; border:#A7A7A7 solid 1px; padding:10px 40px;}
.info33 .btuurr:hover{border-radius:30px; border:#445c6d solid 1px; background:#445c6d; color:#fff; padding:10px 40px;}
.info33 h2{ color:#445c6d; font-size:30px;}
.info33 h4{}
.info33 span{}