﻿.main {
  background-color: #f7f7f7;
}

/* 案例详情 */
.details {
  padding: 2vw 13vw;
  background: #f7f7f7;
  overflow: hidden;
}
.details-left {
  float: left;
  width: 54.84vw;
}
.details-right {
  float: right;
  width: 18.07vw;
}
.news-details {
  padding: 1vw 2.66vw;
  background-color: #fff;
}
.news-details .news-top {
  padding: 0.7vw 0px;
  border-bottom: 1px solid #eee;
}
.news-details .news-title {
  font-size: 1.56vw;
  color: #212121;
}
.news-details .news-tags {
  display: flex;
  gap: 0.5vw;
  margin-top: 0.5vw;
  font-size: 0.73vw;
  color: #666666;
  opacity: 0.8;
}
.news-details .news-tags a {
  color: #666666;
  margin-right: 1vw;
}
.news-details .news-info h3 {
  font-size: 1vw;
  color: #212121;
  padding: 1vw 0px;
}
.news-details .news-info p {
  font-size: 0.73vw;
  line-height: 1.04vw;
  color: #656565;
  padding: 0.5vw 0px;
}
.news-details .news-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw;
}
.news-details .news-content h3,
.news-details .news-content h4,
.news-details .news-content h5,
.news-details .news-content h6 {
  padding: 1vw 0px;
  font-size: 1vw;
}
.news-details .news-content p {
  font-size: 0.73vw;
  line-height: 1.04vw;
  color: #212121;
  padding: 0.5vw 0px;
  width: 100%;
}
.news-details .news-content img {
  width: 100%;
  margin-bottom: 20px;
}
.news-details .news-content * {
  text-wrap: wrap !important;
}
.news-details .news-bottom {
  border-top: 1px solid #eee;
}
.news-details .news-switch {
  display: flex;
  justify-content: space-between;
  padding: 1vw 0px;
  font-size: 0.83vw;
}
.news-details .news-switch li {
  width: 50%;
  display: flex;
  align-items: center;
}
.news-details .news-switch li:last-child {
  justify-content: flex-end;
}
.news-details .news-switch img {
  width: 1.41vw;
  height: 1.41vw;
}
.news-details .news-switch a {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}
.news-details .news-switch a:hover {
  color: #ce2222;
  text-decoration: underline;
}
.news-details .news-copyright {
  background-color: #f7f7f7;
  font-size: 0.73vw;
  color: #999999;
  padding: 1vw;
}

/* 更多新闻 */
.news-more {
  width: 54.84vw;
  margin: 0px 13vw;
  padding-bottom: 2vw;
}
.news-list-title {
  display: flex;
  justify-content: space-between;
  font-size: 1.04vw;
  font-weight: bold;
  padding: 1vw 0px;
}
.news-list-title .more-button {
  font-size: 0.73vw;
  color: #7a7a7a;
  font-weight: normal;
}
.news-list-title .more-button:hover {
  text-decoration: underline;
}

/* 1000px */
@media screen and (max-width: 1000px) {
  /* 案例详情 */
  .details {
    padding: 2vw;
  }
  .details-left {
    width: 100%;
  }
  .details-right {
    display: none;
  }
  .news-details .news-top {
    padding: calc(0.7vw * 3) 0px;
  }
  .news-details .news-title {
    font-size: calc(1.56vw * 3);
  }
  .news-details .news-tags {
    flex-wrap: wrap;
    gap: calc(0.5vw * 5);
    margin-top: calc(0.5vw * 5);
    font-size: calc(0.73vw * 5);
  }
  .news-details .news-info h3 {
    font-size: calc(1vw * 4);
    padding: calc(1vw * 4) 0px;
  }
  .news-details .news-info p {
    font-size: calc(0.73vw * 5);
    line-height: calc(1.04vw * 5);
    padding: calc(0.5vw * 5) 0px;
  }
  .news-details .news-content h3,
  .news-details .news-content h4,
  .news-details .news-content h5,
  .news-details .news-content h6 {
    font-size: calc(1vw * 4);
    padding: calc(1vw * 4) 0px;
  }
  .news-details .news-content p {
    font-size: calc(0.73vw * 5);
    line-height: calc(1.04vw * 5);
    padding: calc(0.5vw * 5) 0px;
  }
  .news-details .news-switch {
    flex-wrap: wrap;
    gap: calc(1vw * 4);
    padding: calc(1vw * 4) 0px;
    font-size: calc(0.83vw * 4);
  }
  .news-details .news-switch li {
    width: 100%;
  }
  .news-details .news-switch img {
    width: calc(1.41vw * 4);
    height: calc(1.41vw * 4);
  }
  .news-details .news-switch li:last-child {
    justify-content: flex-start;
  }
  .news-details .news-copyright {
    font-size: calc(0.73vw * 4);
    padding: calc(1vw * 4);
  }

  /* 更多新闻 */
  .news-more {
    width: auto;
    margin: 0px 2vw;
  }
  .news-list-title {
    font-size: calc(1vw * 4);
    padding: calc(1vw * 4) 0px;
  }
  .news-list-title .more-button {
    font-size: calc(0.73vw * 5);
  }
}
