.b-pop_video {
  width:302px;
  padding:9px; 
  background: #fff; 
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  float:left;
  overflow:hidden;
}
.b-pop_video_box {
  margin-bottom:11px;
}
.b-pop_video_box_img {
  display:block;
  width:112px;
  height:58px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:1px #dddddd solid;
  margin-right:10px;
  float:left;
  position:relative;
}
.b-pop_video_box_text {
  width:175px;
  height:62px;
  overflow:hidden;
  margin-top:-3px;
}
.b-pop_video_box_title,
.b-pop_video_box_date {
   margin-right:10px;
}
.b-pop_video_box_img_time {
  display:block;
  width:30px;
  height:18px;
  background: url('../../img/project.png') no-repeat -128px -437px;
  _background: url('../../img/project.gif') no-repeat -128px -437px;
  position:absolute;
  bottom:0px;
  right:0px;
  color:#fff;
  font-size:11px;
  text-align:center;
  padding-top:1px;
}