.data-service-box {
  display:  flex;
}
.history-data-p{
  margin-left: 2rem;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #848494;
  line-height: 30px;
}
.data-service-box-item {
  position: relative;
  height: 255px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 33px;
  padding-bottom: 35px;
  background: url(../../pic/product/financialValuation/img_3@1x.png) center no-repeat;
  background-size: 90%;
}
.data-service-box-item>.img{
  width:80px;
  margin-top:-70px
}
.data-service-box-item>.content{
  margin-left: 20px;
  margin-top:-70px
}
.data-service-box-item>.content>h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.65);
}

.data-service-box-item>.content>p {
  font-size: 0.8rem;
  line-height: 22px;
  /* height: 22px; */
  margin-bottom: 10px;
}
.pb0 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px)  {
  .data-service-box-item>.img{
    width:80px;
    margin-top:-70px
  }
  .data-service-box-item>.content{
    margin-left: 20px;
    margin-top:-70px
  }
  .data-service-box-item>.content>h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.65);
  }
  
  .data-service-box-item>.content>p {
    font-size: 0.8rem;
    line-height: 22px;
    /* height: 22px; */
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 980px)  {
  .data-service-box-item {
    height: 340px;
  }
  .data-service-box-item>.img{
    width: 65px;
    margin-top:-20px
  }
  .data-service-box-item>.content{
    margin-top:-45px
  }
  .data-service-box-item>.content>h4 {
    margin-bottom: 4px;
  }
  .data-service-box-item>.content>p {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width:576px) {
  .ts-product-pagebox-title {
    text-align: center;
  }
  .evaluation-system {
    flex-direction: column;
  }
  .ts-product-body-col2 {
    flex-direction: column;
  } 
  .ts-product-body-col2-box:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .ts-product-body-col2-box:not(:first-child):not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }

  .data-service-box {
    flex-direction: column;
  }
  .data-service-box-item {
    background-size: 99%;
    padding-top: 100px;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .ts-product-box {
    padding-top: 1rem;
  }
}