.banner{
  width: 100%;
}
.xwjr .zzyh-title-01 label{
  display: block;
  margin-top: 8px;
  color: #505968;
  font-size: 14px;
  line-height: 22px;
}
.xwjr-card{
  display: inline-block;
  width: 540px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  margin-bottom: 24px;
}
.xwjr-card +.xwjr-card{
  margin-left: 40px;
}
.xwjr-card>img{
  position: absolute;
  right: 0;
  bottom: 9px;
  z-index: -1;
}
.xwjr-card .cont{
  width: 440px;
  padding: 24px;
  border-radius: 6px;
  overflow: hidden;
  background: #f8b57c;
  background: linear-gradient(97.24deg, #FF9E68 3.19%, rgba(255, 174, 100, 0.8) 96.59%);
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.xwjr-card .cont img{
  width: 32px;
}
.xwjr-card-title{
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.xwjr-card-des{
  height: 88px;
  overflow: hidden;
  margin-bottom: 8px;
}
.xwjr-card .cont a{
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  background: #ffffff;
  color: #C03A3A;
}
/* 服务平台 */
.fwpt{
  position: relative;
  padding: 48px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
.fwpt .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.fwpt-title{
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #505968;
  width: 176px;
  margin-right: 24px;
  vertical-align: top;
}
.fwpt-title::after{
  content: '';
  width: 48px;
  height: 4px;
  display: block;
  background: linear-gradient(180deg, #FF5C00 0%, #FFAE64 100%);
  margin-top: 10px;
  border-radius: 8px;
}
.fwpt-cards{
  display: inline-block;
  width: 824px;
}
.fwpt-card{
  display: inline-block;
  width: 400px;
  padding: 24px 24px 24px 74px;
  border-radius: 8px;
  margin-bottom: 24px;
  background: #FFFFFF;
  background-color: #FFFFFFE5;
}
.fwpt-card+ .fwpt-card, .fwpt-card+ .fwpt-card + .fwpt-card+ .fwpt-card{
  margin-left: 24px;
}
.fwpt-card+ .fwpt-card + .fwpt-card{
  margin-left: 0;
}

.fwpt-card-title{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1D2128;
  margin-bottom: 10px;
  padding-top: 4px;
}
.fwpt-card-title img{
  position: absolute;
  width: 40px;
  left: -50px;
  top: 0;
}

.fwpt-card-des{
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
}
.fwpt-card a{
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  background: #FF791D;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
/* 移动端 */
@media (max-width: 1120px) {
  .xwjr-card{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .xwjr-card .cont{
    width: 75%;
  }
  .xwjr-card +.xwjr-card{
    margin-left: auto;
  }
  .fwpt-title{
    width: auto;
    margin-bottom: 20px;
  }
  .fwpt{
    padding: 24px;
  }
  .fwpt-cards{
    width: 100%;
  }
  .fwpt-card{
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xwjr-card{
    width: 90%;
  }
  .xwjr-card .cont{
    width: 82%;
  }
}