.view {
  
   overflow: hidden;
   position: relative;
   text-align: center;

   cursor: default;

}
.view .mask {
   width:342px;
   height: 170px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
   
}
.view .mask  a{
   margin-top:70px;
   
}
.view img {
   display: block;
   position: relative;
}


.view a.info {
  
   
}
.view a.info: hover {
 
}

.view a.video {

   
}
.view a.video: hover {

}

#carousel_ul .view .mask {
   width:255px;
   height: 150px;
   overflow: hidden;
}
#carousel_ul .view .mask  a{margin-top:52px}
#carousel_ul .imggg{height: 150px;overflow:hidden}