.demo-user .wrap {
  margin: 0 auto 80px;
}
.demo-user .wrap .zh {
  line-height: 46px;
  font-size: 32px;
  color: #333;
  margin-bottom: 2px;
  font-weight: 400;
  text-align: center;
}
.demo-user .wrap .en {
  text-align: center;
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 16px;
  margin: 2px 0;
}
.demo-user .wrap .en span {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #e9e9e9;
  margin: 0 10px;
  vertical-align: middle;
}
.demo-user .wrap .en em {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #999;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.demo-user .tab-cont {
  width: 80%;
  margin: 40px auto;
  padding-top: 40px;
}
.demo-user .tab-cont .tab-cont-item ul li {
  max-width: 350px;
  margin-bottom: 30px;
  box-shadow: 0 1px 6px 0 rgba(204, 203, 203, 0.68);
  border-radius: 4px;
  padding-bottom: 20px;
  transition: 0.7s;
}
.demo-user .tab-cont .tab-cont-item ul li img {
  width: 100%;
}
.demo-user .tab-cont .tab-cont-item ul li .company-name {
  width: 98%;
  margin: 20px auto;
  line-height: 24px;
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demo-user .tab-cont .tab-cont-item ul li .company-desc {
  width: 300px;
  height: 40px;
  line-height: 20px;
  margin: 0 auto;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.demo-user .tab-cont .tab-cont-item ul li:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 1350px) {
  .demo-user .tab-cont {
    width: 98%;
  }
  .demo-user .tab-cont .tab-cont-item ul li {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .demo-user .tab-cont {
    width: 96%;
  }
  .demo-user .tab-cont .tab-cont-item ul li {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
