img {
  width: 100%;
  height: 100%;
}

.head_box .content .industry {
  background: linear-gradient(180deg, #f4f7fb 0%, #e6eff9 100%);
  padding-top: 110px;
  padding-bottom: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.head_box .content .industry .center {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 1200px;
}

.head_box .content .industry .center h1 {
  font-size: 50px;
  font-weight: 700;
  color: #24243b;
  line-height: 78px;
  margin-bottom: 34px;
}

.head_box .content .industry .center p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #637589;
  line-height: 24px;
}

.list {
  margin-top: 60px;
}

.list ul {
  display: flex;
}

.list ul .item {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex: 1;
  margin: 0 20px;
  transition: all .3s ease;
}

.list ul .item .img {
  flex: 1;
}

.list ul .item .industryIntroduction {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 30px 15px 5px 15px;
}

.list ul .item .industryIntroduction .name {
  display: flex;
  margin-bottom: 22px;
}

.list ul .item .industryIntroduction .name .firstname {
  font-size: 20px;
  font-weight: 700;
  color: #24243b;
  flex: 1;
  text-align: left;
}

.list ul .item .industryIntroduction .name .itemList {
  flex: 1;
  display: flex;
}

.list ul .item .industryIntroduction .name .itemList span {
  flex: 1;
  display: inline-block;
  width: 50px;
  height: 24px;
  background: #fba337;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  padding: 0 4px;
  margin-right: 10px;
}

.list ul .item .industryIntroduction .text {
  font-size: 14px;
  font-weight: 500;
  color: #949eae;
  line-height: 24px;
  text-align: left;
}

.list ul .item:hover {
  transform: translateY(-10px);
  box-shadow: 4px 11px 29px 0px rgba(82, 109, 137, 0.34);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
