.RecommendCard_recommend_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%
}

.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: url(../../images/h62/play_w.png) no-repeat;
  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;
  line-height: 20px;
}
.list-haspic li:last-child {
  border-bottom: 0;
}
.list-haspic .a,.list-haspic a{
  display: flex;
  padding: 10px 0;
  color:green;
}
.djE_ZGpFX1pHcEZYMlJxUlE_pic {
  flex-shrink: 0;
  width: 120px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.djE_ZGpFX1pHcEZYMlJxUlE_pic img {
  width: 100%;
}
.djE_ZGpFX1pHcEZYMlJxUlE_play {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../../images/h62/play_w.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.djE_ZGpFX1pHcEZYMlJxUlE_text {
  width: 100%;
  overflow: hidden;
}
.djE_ZGpFX1pHcEZYMlJxUlE_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;
}
.djE_ZGpFX1pHcEZYMlJxUlE_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;
}

.page-item {
    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 {
      display: none;
  }
  .pagenum {
    display: block;
  }
  .box ul li .ti{
    display: unset !important;
  }
}

/* 视频播放 */
.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%;
}



/*--评论--*/
#comment_box{background:#fff;border:1px solid #e5e5e5;padding:30px 12px;margin-bottom:22px;}
#comments-title{padding-top:100px;margin-top:-100px}
.c-title{font-size: 18px;font-weight: 500;color: #222;}
.djEdisable{padding:1.5em;color:#888;text-align:center}
.djEdisable i.iconfont{padding-right:5px;color:#666;font-size:18px}
.djEnum{color:#999;font-size:16px}
.djEnum .emphasize{color:#f33}
.no-comment{color:#999;text-align:center}
.no-comment i.iconfont{font-size:60px;color:#ddd;display:block;margin-top:-20px;height:90px}
.djEmsg{padding:1.5em 0;overflow:hidden;border-top:1px solid #ddd}
.djElist .ul{list-style:none;border-top:1px solid #ededed}
.djElist .li{overflow:hidden;padding:1em}
.djElist .li:hover{background:#f8f8f8}
.djElist .li img{width:50px;height:50px;border-radius:100px;}
.djElist .li:hover img{}
.djElist .li .clbody{margin-left:70px}
.djElist .ul .ul{margin-left:4%}
.djElist .title{font-size:18px;padding:10px 0;color:#222;}
.compost .com-info{margin-bottom:10px;}
.compost .com-info li{float:left;margin-bottom:1em;width:33.3%;padding-right:3%;position:relative}
/*.compost .com-info li:nth-child(2){padding-right:0}*/
.compost .com-info li .verify{position:absolute;right:6.5%;top:0;z-index:1;height:40px}
.compost .com-info li .verify img{height:100%;border:1px solid #ddd}
.compost .com-info li input{width:100%;height:40px;line-height:40px;padding-left:4px;border:1px solid #ddd;border-radius:3px;text-indent:10px}
.compost .com-name{padding:1em 0 1em .2em}
#cancel-reply{color:green}
#auTxaArticle{border-radius:3px;text-indent:5px;margin:0 0 20px 0;padding:5px;width:98%;border:1px solid #ddd;background:#fff;-webkit-appearance:none;font-size: 14px;}
.com-submit{border-radius:3px;border:none;cursor:pointer;height:40px;line-height:40px;background-color:green;color:#fff;padding:0 20px;font-size: 14px;}
.djElist .cinfo{height:20px}
.djElist .clbody .p{word-wrap:break-word}
.cinfo .author{color:#666}
.c-time{color:#999;font-size:12px}
.djEat{color:green}
.reply-a{opacity:0.5}
.djElist li:hover .reply-a{opacity:1}
.mcolor{color:green}
