.cq-tab {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
}
.cq-tab .title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.cq-tab .title span {
  text-align: right;
  padding-right: 40px;
  float: right;
}
.cq-tab .title span a {
  font-size: 15px;
  color: #666;
}
.cq-tab .tab-list {
  width: 1200px;
  margin-top: 30px;
  margin: 0 auto;
}
.cq-tab .tab-list .list {
  width: calc(25% - 14px);
  height: 200px;
  display: inline-block;
  margin-bottom: 20px;
}
.cq-tab .tab-list .list img {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 #d8d8d8;
  object-fit: cover;
}
.cq-tab .tab-list .list span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.cq-tab .tab-list .more {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.cq-tab .tab-list .more button {
  padding: 10px 30px;
  background-color: #fff;
  border: 2px solid salmon;
  text-align: center;
  border-radius: 40px;
}
.cq-tab .tab-list .more button:hover {
  background-color: salmon;
  color: #fff;
  cursor: pointer;
}
.div-null {
  width: 100%;
  height: 150px;
}
.page {
  text-align: center;
}
.page li {
  display: inline-block;
  padding: 0 10px;
}
.page li a {
  color: #666;
}
