.detail {
  display: flex;
  margin: 0.1563rem auto;
}
.detail-left {
  width: 4.6875rem;
}
.detail-left .title {
  font-size: 0.1875rem;
  margin: 0.1563rem auto;
}
.detail-left .info {
  display: flex;
  margin-bottom: 0.5208rem;
  font-size: 0.0729rem;
  padding: 0.1563rem;
  color: #666;
  background: #F5F5F5;
  border-radius: 6px;
}
.detail-left .info img {
  width: 0.125rem;
  height: 0.125rem;
  transform: translateY(0.036rem);
}
.detail-left .content {
  font-size: 0.0729rem;
  line-height: 2em;
}
.detail-left .content img {
  width: 100%;
}
.detail-left .info-right {
  margin-left: auto;
}
.detail-right {
  width: 2.0833rem;
  background: #FAFAFA;
  padding: 0.1563rem;
  margin-left: 0.3125rem;
  box-sizing: border-box;
  border-radius: 10px 60px 10px 10px;
}
.detail-right .title {
  font-size: 0.125rem;
}
.detail-right .notice-link {
  display: block;
  margin-top: 0.2083rem;
}
.detail-right .date {
  display: flex;
  align-items: center;
  margin-bottom: 0.1042rem;
  font-size: 0.0938rem;
}
.detail-right .icon {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
}
.detail-right .notice-desc {
  font-size: 0.0833rem;
  transition: all 0.3s ease-in-out;
}
.detail-right .notice-link:hover .notice-desc {
  color: #00C5DD;
}
@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 .info {
    padding: 0.5333rem;
    font-size: 0.2667rem;
    margin-bottom: 1.0667rem;
  }
  .detail-left .info img {
    width: 0.2667rem;
    height: 0.2667rem;
  }
  .detail-left .content {
    font-size: 0.2667rem;
  }
  .detail-right {
    padding: 0 0.5333rem;
    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;
  }
}
