<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail-box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0;
}
.detail-box .title {
  font-weight: 400;
  font-size: 28px;
}
.detail-box .title.news {
  color: #17469d;
}
.detail-box .datetime {
  color: #747474;
  font-size: 14px;
  border-bottom: 1px dashed #828282;
  padding-bottom: 20px;
}
.detail-box .content-box {
  padding-bottom: 60px;
  padding-top: 20px;
}
.detail-box .content-box img {
  max-width: 100%;
}
.detail-box p {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
.project-img-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.project-img-box .left-img-box {
  width: 75.7%;
  line-height: 0;
  position: relative;
}
.project-img-box .left-img-box &gt; img {
  width: 100%;
  opacity: 0;
}
.project-img-box .left-img-box .img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 10px;
}
.project-img-box .right-img-box {
  width: 23.3%;
}
.project-img-box .right-img-box .img-box {
  width: 100%;
  line-height: 0;
  margin-bottom: 8.5%;
  position: relative;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.project-img-box .right-img-box .img-box.active {
  opacity: 1;
}
.project-img-box .right-img-box .img-box:hover {
  opacity: 1;
  cursor: pointer;
}
.project-img-box .right-img-box .img-box:last-child {
  margin-bottom: 0;
}
.project-img-box .right-img-box .img-box &gt; img {
  width: 100%;
  opacity: 0;
}
.project-img-box .right-img-box .img-box .img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .detail-box .title {
    font-weight: 400;
    font-size: 28px;
  }
  .detail-box .content-box {
    padding-bottom: 30px;
  }
  .detail-box p {
    font-size: 13px;
  }
  .project-img-box {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=detail.css.map */</pre></body></html>