.finance-middle{
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.finance-middle-title{
  font-size: 28px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #21262D;
  line-height: 41px;
  text-align: center;
  margin: 56px 0 48px 0;
}
.finance-middle-product{
  display: flex;
  justify-content: space-evenly;
}
.finance-middle-product-item{
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 20px;
  width: 372px;
  height: 313px;
  position: relative;
  margin-bottom: 24px;
}
.finance-m-p-i-img img{
  width: 48px;
  position: relative;
  bottom: 5px;
}
.finance-m-p-i-text{
  font-size: 20px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #21262D;
  line-height: 29px;
}
.finance-m-p-i-ft{
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #21262D;
  line-height: 20px;
}
.finance-m-p-i-list-item{
  position: relative;
  margin-bottom: 6px;
}
.finance-m-list-circle{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4F586C;
  float: left;
  position: relative;
  top: 7px;
  left: 5px;
}
.finance-m-list-text{
  margin-left: 16px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #4F586C;
  line-height: 20px;
}
.finance-list-line{
  margin: 24px 0;
  width: 330px;
  height: 1px;
  background: #E6E6E6;
}
.finance-list-apply-text{
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #017EFF;
  line-height: 24px;
}
.finance-apply-img{
  width: 16px;
  position: relative;
  bottom: 2px;
}
.finance-list-bottom{
  position: absolute;
  bottom: 22px;
}