.model-list-41 {
  padding-top: 30px;
}
.model-list-41 .line {
  background-image: linear-gradient(to right, #E60021 35%, rgba(255,255,255,0) 0%); /* 35%设置虚线点x轴上的长度 */
  background-position: bottom; /* top配置上边框位置的虚线 */
  background-size: 10px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
  background-repeat: repeat-x;
  height: 2px;
}