.productList-box {
  height: 100%;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 产品列表 */
.prolist-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  background: #F8F8F8;
}

.prolist-type .soTips {
  padding-bottom: 30px;
  width: 1200px;
}

.prolist-type .soTips span {
  padding: 0 20px;
  height: 46px;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-right: 10px;
}

.prolist-type .soTips .active {
  background: #F76217;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.industryLists {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.industryLists .industryListCard {
  display: flex;
  background: #FFFFFF;
  margin-bottom: 50px;
}

.industryListCard .ind-left {
  width: 654px;
  height: 500px;
}

.industryListCard .ind-right {
  width: 546px;
  height: 500px;
  box-sizing: border-box;
}

.ind-right {
  padding: 70px;
  padding-top: 50px;
}

.ind-right .ir-title {font-weight: bold;font-size: 28px; color: #333333;line-height: 36px;height: 72px;overflow: hidden;margin-bottom: 20px;}

.ind-right .ir-text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.ind-right .ir-btns {
  display: flex;
  padding-top: 40px;
}

.ind-right .ir-btns .view {
  width: 140px;
  height: 40px;
  background: #F76217;
  border-radius: 100px 100px 100px 100px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  margin-right: 40px;
}

.ind-right .ir-btns .download {
  width: 140px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #333333;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}



/* 推荐产业白皮书 */
.recommend {
  height: 891px;
  width: 100%;
  background: #F1F1F1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enTitle {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin: 0;
  padding-top: 58px;
  padding-bottom: 16px;
}

.enText {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 20px;
  margin: 0;
  padding-bottom: 30px;
}

.industryBox {
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  gap: 24px;
  /* 可选：卡片之间的间距 */
  width: 1200px;
}

.industryCard {
  width: 384px;
  height: 574px;
  background-color: #ffffff;
}

.industryCard img {
  height: 344px;
  width: 100%;
}

.industryCardContext {
  padding: 20px 24px;
}

.industryCardContext .title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 15px;
  padding-bottom: 14px;
  text-align: left;
}

.industryCardContext .text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 3;
}

.industryCard .view {
  font-weight: 400;
  font-size: 14px;
  color: #F76217;
  line-height: 20px;
  text-align: left;
  padding-top: 19px;
  cursor: pointer;
  user-select: none;
}

.viewMore {
  width: 200px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #333333;
  margin-top: 30px;
  cursor: pointer;
  user-select: none;
}

.viewMore:hover {
  background-color: #f76217;
  color: #ffffff;
  border: 1px solid #ffffff;
}