.industry_wrap .news_con {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry_wrap .news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.industry_wrap {
  background: #ebebeb;
}

.industry_wrap .industry_list {
  width: 93%;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}

.industry_wrap .industry_item {
  padding-top: 0.5rem;
  text-align: center;
}

.industry_wrap .news_time {
  display: inline-block;
  height: 0.4rem;
  padding: 0 0.2rem;
  border-radius: 4px;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #fff;
  background: #d4d4d4;
}

.industry_wrap .news_main {
  margin: 0.2rem auto;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.industry_wrap .news_img {
  width: 100%;
  height: 4.76rem;
}

.industry_wrap .news_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.industry_wrap .news_detail {
  padding: 0.2rem 0.3rem 0.3rem;
  text-align: left;
}

.industry_wrap .news_title {
  font-size: 0.34rem;
}

.industry_wrap .news_con {
  font-size: 0.24rem;
  color: #999;
}
