body {
  padding-top: 70px;
  padding-bottom: 0;
  height: auto;
}

.industry-bg {
  width: 100%;
  height: 300px;
  background: url("../../../wanmingyun.cn/building/common/pc/prod/web/qydtbg.png")/*tpa=https://wanmingyun.cn/building/common/pc/prod/web/qydtbg.png*/ no-repeat;
  background-size: 100% 100%;
}

.industry-bg-content {
  padding-top: 115px;
}

.industry-bg-text {
  text-align: center;
  margin: 0 auto;
}

.industry-bg-text img {
  width: 194px;
  height: 70px;
}

/*.industry-bg-title {*/
/*width: 176px;*/
/*height: 52px;*/
/*font-size: 44px;*/
/*font-family: PingFangSC-Medium, PingFang SC;*/
/*font-weight: 500;*/
/*color: #FFFFFF;*/
/*line-height: 52px;*/
/*text-align: center;*/
/*margin: 0 auto;*/
/*}*/

/*.industry-bg-text {*/
/*width: 211px;*/
/*height: 14px;*/
/*display: flex;*/
/*justify-content: space-between;*/
/*align-items: flex-end;*/
/*margin: 0 auto;*/
/*}*/

/*.industry-bg-small-title {*/
/*width: 140px;*/
/*font-size: 14px;*/
/*font-family: PingFangSC-Semibold, PingFang SC;*/
/*font-weight: 600;*/
/*color: #FFFFFF;*/
/*line-height: 14px;*/
/*text-align: left;*/
/*margin-top: 4px;*/
/*margin-left: 19px;*/
/*}*/

/*.industry-bg-title-border {*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: flex-end;*/
/*}*/

/*.industry-bg-title-border1 {*/
/*width: 24px;*/
/*height: 4px;*/
/*border: 2px solid #FFFFFF;*/
/*border-radius: 2px;*/
/*}*/

/*.industry-bg-title-border2 {*/
/*width: 4px;*/
/*height: 31px;*/
/*border: 2px solid #FFFFFF;*/
/*border-radius: 2px;*/
/*margin-left: -4px;*/
/*}*/

.industry-content {
  height: auto;
  background: #F7F8FA;
  text-align: center;
  margin: 0 auto;
}

.industry-item-cc {
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 83px;
  display: flex; 
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.industry-item-cc a {
  text-decoration: none;
  margin:0 1.5%;
  max-width:30%
}

.industry-item {
    width: 384px;
    height: 333px;
    background: #FFFFFF;
    /* box-shadow: 0px 8px 32px 0px rgb(105 123 140 / 6%); */
    border-radius: 8px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.industry-item:hover {
box-shadow: 0px 12px 16px -4px rgba(114,120,126,0.15);
}

/* .industry-item:hover .item-title {
  color: #005CE6;
} */

.industry-item-right {
  margin: 20px;
}

.industry-item-left img {
    width: 384px;
    height: 200px;
    border-radius: 8px 8px 0 0;
}
.industry-item-bottom { padding:24px 20px;box-sizing: border-box;font-size: 20px;line-height: 20px;color:#333;text-align: left; }
.industry-item-bottom p:first-child { overflow:hidden; text-overflow:ellipsis;white-space:nowrap;16px }
.industry-item-bottom p:last-child { overflow:hidden; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 25px;font-size:13px;margin-top:20px; }