* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}

.w {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .w {
    width: 90%;
    margin: 0 auto;
  }
}

.enterprise-title {
  font-size: 0.475rem;
  color: #b21e23;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.25rem;
  margin-top: 1rem !important;
}

.enterprise-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.9625rem;
  height: 0.0625rem;
  background-color: #b21e23;
}

.enterprise-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem !important;
  /*width: fit-content;*/
}

.enterprise-list > * {
  margin-right: 0.5rem;
}

.enterprise-list > *:last-child {
  margin-right: 0;
}

.enterprise-list .enterprise-item {
  display: flex;
  align-items: center;
  width: 30%;
  border-bottom: 1px dashed  #575757;
  padding-bottom: 0.225rem;
  padding-left: 0.175rem;
  margin-bottom: .6625rem;
}

.enterprise-item .enterprise-img {
  width: 0.55rem;
  height: 0.55rem;
}

.enterprise-img img{
  width: 100%;
  height: 100%;
}

.enterprise-item .enterprise-name {
  margin-left: .225rem;
  font-size: 0.23rem;
  font-weight: 500;
  color: #575757;
}

