.content .box_category {
  position: relative;
  width: 235px;
  height: 201px;
  margin: 27px 20px 0 0px;
  display: inline;
  float: left;
  background: url('../img/category_bg.png') no-repeat;
}
.content .box_category a.detail{
  width: 55px;
  height: 18px;
  position: relative;
  top: 48px;
  left: 38px;
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  background: url('../img/detail_bg.png') no-repeat;
}
.content .box_category a.play{
  width: 76px;
  height: 29px;
  display: block;
  position: relative;
  top: 47px;
  left: 17px;
  text-align: center;
  line-height: 29px;
  font-size: 15px;
  background: url('../img/play_bg.png') no-repeat;
}
.content .box_category img{
  float: right;
  border: 3px solid #fff;
  margin: 10px 10px 10px;
}
.content .box_category p{
  margin: 0 10px 0 10px;
  text-align: left;
}
.content .box_category h3{
  margin: 0 10px 0 10px;
  text-align: left;
  color: #222222;
}

.content .pagination {
  width: 490px;
  height: 27px;
  margin: 16px 0 0px 0px;
  background: #31c3f1 url('../img/pagination.png') no-repeat;
}
.content .pagination .prev {
  float: left;
  margin: 6px 0px 0 15px;
}
.content .pagination .next {
  float: right;
  margin: 6px 15px 0 0px;
}
.content .pagination span {
  line-height: 27px;
  text-align: center;
  margin: 0 auto;
  display: block;
}