.copyright .copyright-header {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/static/images/swipe/3.jpg) no-repeat center;
  background-size: cover;
  padding-top: 155px;
}
.copyright .btn-box {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.copyright .btn-box .btn-larger-60 {
  width: 280px;
}
.copyright .bar {
  height: 70px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  border-radius: 9px;
}
.copyright .bar .num {
  width: 30px;
  height: 30px;
}
.copyright .bt-card {
  width: 355px;
  background-color: #f9f9f9;
  border-radius: 9px;
  padding: 50px 0;
}
.copyright .bt-card .bt-btn.btn-larger-50 {
  width: 115px;
}
.copyright .bt-card .bt-box {
  height: 150px;
}
.copyright .wq {
  margin: 40px 150px;
  border-radius: 9px;
}
.copyright .wq .desc {
  line-height: 2rem;
}
.copyright .wq .desc p {
  text-align: center;
}
.copyright .news {
  padding-bottom: 40px;
}
.copyright .news .news-left {
  flex: 1;
}
.copyright .news .news-left .news-image {
  width: 182px;
  min-width: 182px;
  height: 129px;
}
.copyright .news .news-left .news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}
.copyright .news .news-right {
  width: 28%;
}
.copyright .news .news-right .search {
  height: 55px;
  border: 1px solid #000;
  border-radius: 30px;
}
.copyright .news .news-right .search input {
  height: 100%;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0 20px;
  outline: none;
}/*# sourceMappingURL=index.css.map */