.view {
   width: 192px;
   height: 169px;
   margin: 5px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   /*display:inline-block;*/
   -webkit-box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;
   box-shadow: 2px 2px 2px #333;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 192px;
   height: 169px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
@media screen and (max-width:410px){
	.main {width:100%;}
	.view{width:90%;display:inline-block;float:none;}
	.view .mask,.view .content {width:100%;}
}
@media screen and (min-width:720px) and (max-width:900px){
	.view{width:220px;}
	.view .mask,.view .content {width:220px;}
	.mgl0{margin-left:5px !important;}
	.mgr0{margin-right:5px !important;}
}

.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-align: center;
   position: relative;
   padding: 9px 0 4px;
   margin: 0;
}
.view p {
   font-family: 'Open Sans', sans-serif;
   font-size: 12px;
   position: relative;
   color: #fff;
   background-color:#243a50;
}
.booktitle{width:61%; text-align:left;padding: 9px 0 6px; height:46px;}
.bookico{width:39%;text-align:right;padding: 9px 0 6px; height:46px;}
.viewsample{font-size:10px; background-color:#ed4f6e; cursor:pointer;padding: 0 3px; color:#fff;}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}