@charset "UTF-8";
/**
* 20231123安徽省能源集团有限公司招标采购数字化管理系统
* date:2023-11-27
* author: sxw;
 */
.content {
  margin-bottom: 25px;
}

.map {
  width: 536px;
  height: 300px;
  position: relative;
}
.map img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact {
  flex: 1;
  padding-left: 32px;
  padding-top: 13px;
  padding-right: 5px;
}
.contact .title {
  display: flex;
  align-items: center;
}
.contact .title > span {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.63);
}
.contact .title a {
  width: 98px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 6px;
  line-height: 22px;
  color: #2787e9;
  border: 1px solid #2787e9;
  margin-left: 16px;
}
.contact-bd {
  padding: 50px 5px 0 50px;
  box-sizing: border-box;
}

.service {
  margin-top: 27px;
  height: auto;
}

.service-item {
  line-height: 18px;
}
.service-item + .service-item {
  margin-top: 22px;
}

@media (max-width: 1366px) {
  .contact-bd {
    padding-top: 20px;
  }
  .map {
    width: 445px;
  }
  .service-item + .service-item {
    margin-top: 20px;
  }
}
/*已入驻*/
.entered {
  margin-top: 40px;
  padding: 0 50px 50px;
}
.entered-title {
  line-height: 19px;
  color: #4e5463;
  font-size: 18px;
  font-weight: 700;
  border-left: 4px solid #2787e9;
  padding-left: 10px;
}
.entered-list {
  display: flex;
  flex-wrap: wrap;
}
.entered-list a {
  color: #333;
  width: 33.3333333333%;
  line-height: 22px;
  margin-top: 22px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.entered-list a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50px;
  left: 4px;
  top: 10px;
  background-color: #333;
}