* {
  box-sizing: border-box;
}
.demand-title{
  width: 100%;
  height: 570px;
  background-image: url('../images/demand-service/p1-1.png');
  background-size: cover;
  background-position: center;
}
.demand-title-main{
  position: relative;
  padding-top: 100px;
}
.demand-title-main img{
  height: 552px;
  width: 1200px;
}
.demand-title-main p{
  position: absolute;
  left: 0;
  bottom: 180px;
  color: #fff;
  font-size: 14px;
}
/* 企业需求背景图 */
.bg-img {
  background-image: url('../images/demand-service/b1.png');
  background-size: cover;
  background-position: center;
}
.bg-img2 {
  background-color: #F8F8F8;
}
/* 企业需求 */
.demand-enterprise{
  margin-top: 260px;
  /* background-image: url('../images/demand-service/b1.png');
  background-size: cover;
  background-position: center; */
  padding-bottom: 100px;
}
.demand-enterprise-content{
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.demand-enterprise-content-list-item{
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  height: 74px;
  width: 525px;
  padding: 0 15px;
  margin-top: 30px;
  border-left: 3px solid rgb(255, 255, 255);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  box-sizing: border-box;
}
.demand-enterprise-content-list-item-active{
  box-shadow: 0px 3px 6px 0px rgb(31 50 84 / 8%);
  border-left: 3px solid #6E8FAA;
}
@keyframes borders{
  from{
  border-left: 3px solid rgb(255, 255, 255);
  }
  to{
  border-left: 3px solid rgba(110, 143, 170, 1);

  }
}
.demand-enterprise-content-list-item div{
  display: flex;
  justify-content: space-between;
}
.demand-enterprise-content-list-item div:nth-child(2){
  font-size: 14px;
}
.demand-enterprise-content-list-item div p{
  font-weight: bold;
  color: rgba(41, 41, 41, 1);
}
.demand-enterprise-more{
  display: flex;
  flex-direction: row-reverse;
  margin-top: -28px;
  margin-bottom: 175px;
}

/* 供应服务 */
.demand-supply{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 160px 0;
}
.demand-supply-title{
  width: 206px;
  height: 70px;
  margin-left: 20px;
}
.demand-supply-title img:nth-child(2){
  margin-top: 30px;
}
.demand-supply-content{
  width: 921px;
  height: 581px;
  background-image: url('../images/demand-service/b2.png');
  background-size: cover;
  background-position: center;
  position: relative;
}
.demand-supply-content-mask{
  background: rgba(14, 65, 107,0.5);
  width: 1020px;
  height: 168px;
  position:absolute;
  right:0;
  top: 53px;
}
.demand-supply-content-top {
  display: flex;
  justify-content: space-between;
  height: 168px;
  padding: 27px 57px 28px 60px;
  margin-top: 53px;
  box-sizing: border-box;
}
.demand-supply-content-top-item{
  position: relative;
}
.demand-supply-content-top-item,.demand-supply-content-body-item  {
  z-index: 2;
  width:350px;

}
.demand-supply-content-top-item:first-child {
  margin-right: 104px;
}
.demand-supply-content-top-item > p{
 font-size: 18px;
 color: #fff;
 margin-bottom: 12px;
 /* z-index: 2; */
}
.demand-supply-content-top-item > div,.demand-supply-content-body-item >div{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-bottom: 16px;

}
.demand-supply-content-top-item section,.demand-supply-content-body-item section{
  font-size: 18px!important;
  color: #fff;
  border-left:8px solid #fff;
  padding-left: 16px;
  line-height: 17px;
}
.demand-supply-content-top-item i{
  position: absolute;
  display: inline-block;
  background-image: url('../images/demand-service/split_lighting.png');
  width:5px;
  height: 24px;
  vertical-align: middle;
  top: 0px;
  left: -14px;
}
.multi-line {
  -webkit-line-clamp: 3;
}
.demand-supply-content-body {
  display: flex;
  height: 360px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 53px 57px 28px 60px;
}
.demand-supply-content-body{
  position: relative;
}
.demand-supply-content-body-item {
 position: relative;
}
.demand-supply-content-body-item i{
  position: absolute;
  display: inline-block;
  background-image: url('../images/demand-service/split_lighting.png');
  width:5px;
  height: 24px;
  vertical-align: middle;
  top: 0px;
  left: -14px;
}
/* .demand-supply-content-body-item:nth-child(2n-1) {
  margin-left: 60px;
} */
.demand-supply-content-body-item >p{
    width: 256px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 12px;
}
/* .demand-supply-content {
  width: 100%;
  height: 168px;
  z-index: 2;
} */
/* .demand-supply-content-top-item{
  color: #fff;
  font-size: 26px;
}


.demand-supply-content-top-item >p{
  font-size: 16px;
  margin-bottom: 16px;
}
.demand-supply-content-top-item section{
  width: 325px;
  font-size: 12px;
  border-left: 8px solid rgba(255, 255, 255, .2);
  padding-left: 16px;
  margin-top: 16px;
  box-sizing: border-box;
}
.demand-supply-content-bottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
  padding: 70px;
  box-sizing: border-box;
}
.demand-supply-content-bottom-item{
  width: 325px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.demand-supply-content-bottom-item div{
  color: rgba(139, 180, 211, 1);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
} */

