.RecommendCard_recommend_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%
}

.block-pb10 {
  background: #fff;
  padding: 10px;
}

.RecommendCard_data {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.RecommendCard_data .lazyImage {
  position: relative;
}

.RecommendCard_data .play {
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}

.RecommendCard_data:last-child {
  border-bottom: none
}


.RecommendCard_right {
  margin-left: 20px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  height: 90px;
}

.RecommendCard_right.RecommendCard_big {
  height: 135px
}

.RecommendCard_right>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.RecommendCard_right>div>div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  height: 20px;
  padding: 0 6px;
  background-color: #071531
}

.RecommendCard_right>div>div>p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -moz-column-gap: 3px;
  column-gap: 3px;
  font-size: 12px
}

.RecommendCard_right>div>div>p:before {
  content: "";
  width: 12px;
  height: 11px;
  background-size: 10px 11px;
  display: block
}

.RecommendCard_sub_title {
  font-size: 18px;
  color: #000;
  -webkit-line-clamp: 1;
}

.RecommendCard_desc,.RecommendCard_sub_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.RecommendCard_desc {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  -webkit-line-clamp: 2
}

.RecommendCard_time {
  font-size: 14px;
  color: #999
}

.list-haspic li {
  border-bottom: 1px solid #eee;
}
.list-haspic li:last-child {
  border-bottom: 0;
}
.list-haspic a{
  display: flex;
  padding: 10px 0;
}
.list-item_pic {
  flex-shrink: 0;
  width: 120px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.list-item_pic img {
  width: 100%;
}
.list-item_play {
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.list-item_text {
  width: 100%;
  overflow: hidden;
}
.list-item_title {
  font-size: 14px;
  height: 40px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-match-text .list-item_title {
  height: unset;
}
.list-item_time {
  color: #666;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .RecommendCard_data {
    padding: 10px;
  }
  .RecommendCard_data img {
    width: 120px;
    height: 80px;
  }
  .RecommendCard_right {
    margin-left: 10px;
    height: 84px;
  }
  .RecommendCard_sub_title {
    font-size: 14px;
  }
  .RecommendCard_desc, .RecommendCard_time {
    font-size: 12px;
  }
}


/* åˆ†é¡µ */

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.pagination {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.page-item {
    margin-top:5px;
    margin-right: 10px;
}

.page-item.active a, .page-item.active span{
  color: #fff;
  background-color: #ff6600;
  border-color: #ff6600;
}

.page-item a, .page-item span {
    min-width: 10px;
    display: block;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #999999;
}

.page-item a:hover {
  color: #222;
  background-color: #eee;
  border-color: #ddd;
}

.pagenum {
  display: none;
  margin-right: 10px;
}

@media screen and (max-width:767px) {

  .pagination {
      justify-content: center;
  }
  .pagenum {
    display: block;
  }
}

/* è§†é¢‘æ’­æ”¾ */
.video-play-box .video-outer {
  background-color: #000;
  padding-top: 60%;
  position: relative;
}
.video-play-box .video-outer video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
