.detail {
  display: flex;
  margin: 0.1563rem auto;
}
.title {
  font-size: 0.1875rem;
  font-weight: bold;
  margin: 0.1563rem auto;
}
.detail-left {
  flex: 1;
  padding-right: 0.5208rem;
}
.detail-left .sub-title {
  font-size: 0.1875rem;
  margin-bottom: 0.5208rem;
}
.detail-left .info-item {
  display: flex;
  align-items: center;
  padding: 0.1563rem 0;
  font-size: 0.0833rem;
  border-bottom: 1px solid #E5E5E5;
}
.detail-left .info-item img {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.1042rem;
}
.detail-left .icon-list {
  margin-top: 0.3646rem;
  display: flex;
  gap: 0 0.2083rem;
}
.detail-left .icon-item {
  cursor: pointer;
}
.detail-left .icon-item img {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-bottom: 0.1563rem;
}
.detail-left .icon-item .icon-active {
  display: none;
}
.detail-left .icon-item:hover .icon {
  display: none;
}
.detail-left .icon-item:hover .icon-active {
  display: block;
}
.detail-right {
  width: 3.0208rem;
  background: #FAFAFA;
  box-sizing: border-box;
}
.detail-right .map-img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .detail {
    flex-wrap: wrap;
    padding: 0 0.5333rem;
  }
  .detail-left,
  .detail-right {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
  .detail .title {
    font-size: 0.64rem;
    margin: 0.5333rem 0;
  }
  .detail-left .sub-title {
    font-size: 0.4267rem;
    margin-bottom: 0.8rem;
  }
  .detail-left .info-item {
    padding: 0.4rem 0;
    font-size: 0.32rem;
  }
  .detail-left .info-item img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .detail-left .icon-list {
    margin-top: 0.8rem;
    gap: 0 0.5333rem;
  }
  .detail-left .icon-item img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .detail-right {
    margin-left: 0;
    border-radius: 0 0 0px 0px;
  }
  .detail-right .title {
    font-size: 0.4267rem;
  }
  .detail-right .notice-link {
    margin-top: 0.5333rem;
  }
  .detail-right .date {
    font-size: 0.3733rem;
    margin-bottom: 0.2667rem;
  }
  .detail-right .icon {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2667rem;
  }
  .detail-right .notice-desc {
    font-size: 0.32rem;
  }
}
