.think-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.think-banner .feature-banner-mask {
  background-image: linear-gradient(0deg, #002957 0%, #001d49 100%);
  opacity: 0.7;
}
.think-banner .feature-banner-img,
.think-banner .feature-banner-mask {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.think-banner .feature-banner-title-content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: start;
  transform: translate(-50%, -50%);
}
.think-banner .feature-banner-title-content h2 {
  margin-bottom: 20px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 46px;
  line-height: 48px;
}
.think-banner .feature-banner-title-content p {
  color: #666;
  font-size: 24px;
  line-height: 22px;
  opacity: 0.8;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.search-input {
  width: 960px;
  height: 60px;
  margin-right: 60px;
  padding-left: 70px;
  color: #666;
  font-size: 18px;
  background-color: #f9fafb;
  border: none;
  border-radius: 4px;
  outline: none;
}
.search-input:hover {
  padding-left: 68px;
  border: 2px solid #dcf0f5;
}
.search-input:focus {
  padding-left: 68px;
  border: 2px solid #00a4c5;
}
.search-input::placeholder {
  font-size: 14px;
}
.search-btn {
  width: 140px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  background-color: #00a4c5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.search-btn:hover {
  font-size: 18px;
  background-color: #33b6d0;
}
.search-btn:active {
  font-size: 16px;
  background-color: #00839d;
}
.search2 {
  position: relative;
  width: 496px;
  margin-top: 38px;
}
.search2-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #00A4C5;
  font-weight: 400;
  font-size: 16px;
  color: #00A4C5;
  box-sizing: border-box;
  padding-left: 10px;
}
.search2-btn {
  width: 88px;
  height: 48px;
  background: #00A4C5 url(https://download.qingteng.cn/frontendcdn/www/assets/images/7e927427ffc09038498a558d9876d02a.png) center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 8px 8px 0;
}
.search2-hot {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search2-hot a:hover {
  color: #00A4C5;
}
.search3 {
  position: relative;
  width: 396px;
  margin-top: 38px;
}
.search3-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #00A4C5;
  font-weight: 400;
  font-size: 16px;
  color: #00A4C5;
  box-sizing: border-box;
  padding-left: 10px;
}
.search3-btn {
  width: 88px;
  height: 48px;
  background: #00A4C5 url(https://download.qingteng.cn/frontendcdn/www/assets/images/7e927427ffc09038498a558d9876d02a.png) center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 8px 8px 0;
}
.search3-hot {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  background: url(https://download.qingteng.cn/frontendcdn/www/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search3-hot a:hover {
  color: #00A4C5;
}
.result-no-resource {
  display: none;
}
.result-no-resource-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result-no-resource-img {
  margin: 60px 0 28px;
}
.result-no-resource .result-tips {
  margin-bottom: 14px;
  font-size: 18px;
}
.result-no-resource .result-QR-code {
  margin-top: 13px;
}
.list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 96px;
  background-color: #f9fafb;
}
.list-title {
  margin: 63px 0;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 32px;
}
.list-condition {
  width: 1160px;
  margin-bottom: 60px;
}
.list-condition-row {
  display: flex;
  margin-bottom: 2px;
  padding: 15px 0;
  font-size: 0;
  line-height: 44px;
  background-color: #fff;
}
.list-condition-row ul {
  flex: 1;
}
.list-condition-title {
  display: inline-block;
  width: 140px;
  height: 44px;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
}
.list-condition-content {
  display: inline-block;
  width: 164px;
  height: 44px;
  padding: 15px 0;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.list-condition-value {
  cursor: pointer;
}
.list-condition-checked {
  padding: 2px 10px;
  color: #fff;
  background-color: #00a4c5;
  border-radius: 8px;
}
.list-condition-more {
  padding: 2px 10px;
  color: #c1c1c1;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  cursor: pointer;
}
.list-condition-more img {
  width: 10px;
  height: 8px;
}
.list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1160px;
}
.list-content-item {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 210px;
  margin-bottom: 28px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #dcf0f5;
  cursor: pointer;
}
.list-content-item:hover {
  border: 1px solid #b7e5ef;
  box-shadow: 0 0 10px 0 #dcf0f5;
}
.list-content-fill-item {
  background-color: #f9fafb;
  border: none;
  box-shadow: none;
}
.list-content-fill-item:hover {
  border: none;
  box-shadow: none;
  cursor: default;
}
.list-content-pic {
  width: 270px;
  height: 162px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.list-content-title {
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.list-btn {
  display: none;
  width: 178px;
  height: 50px;
  margin-top: 32px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  background-color: #00a4c5;
  border: none;
  border-radius: 2px;
}
.list-btn:hover {
  cursor: pointer;
}
.list-more-item:hover {
  cursor: pointer;
}
.list .topic-more {
  display: none;
}
.list .type-more {
  display: none;
}
.report {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-title {
  margin-top: 120px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}
.report-content {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 60px auto 120px;
}
.report-item {
  display: inline-block;
  width: 362px;
  height: 293px;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #dcf0f5;
  cursor: pointer;
}
.report-item-pic {
  width: 362px;
  height: 218px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  display: block;
}
.report-item-text {
  max-height: 48px;
  padding: 14px 22px;
  overflow: hidden;
  color: #1a1b20;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-overflow: ellipsis;
}
.report-item:hover {
  border: 2px solid #b7e5ef;
}
.report-item:active {
  border: 2px solid #00a4c5;
}
.trend {
  padding-top: 120px;
  background-color: #fff;
}
.trend-recommend {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
}
.trend-recommend-pic {
  width: 668px;
  height: 398px;
  border-radius: 8px;
}
.trend-recommend-pic:nth-child(2) {
  display: none;
}
.trend-recommend-pic:nth-child(3) {
  display: none;
}
.trend-recommend-container {
  flex: 1;
}
.trend-recommend-item {
  display: flex;
  width: 468px;
  height: 120px;
  margin-bottom: 8px;
  margin-left: 24px;
  overflow: hidden;
  background-color: #f9fafb;
  border: 1px solid #f3f3f3;
  border-left: none;
  border-radius: 8px;
}
.trend-recommend-item-time {
  width: 124px;
  height: 120px;
  padding-left: 28px;
  color: #666;
  font-size: 14px;
  line-height: 120px;
  text-align: center;
}
.trend-recommend-item-content {
  width: 316px;
  padding: 26px 0 0 28px;
}
.trend-recommend-item-content h3 {
  margin-bottom: 4px;
  overflow: hidden;
  color: #666;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trend-recommend-item-content h4 {
  color: #c1c1c1;
  line-height: 20px;
}
.trend-recommend-item-hover {
  width: 492px;
  margin-left: 0;
  padding-left: 10px;
  background-image: linear-gradient(270deg, rgba(247, 253, 255, 0.98), #fff);
  border: 2px solid #b7e5ef;
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.trend-recommend-item-hover .trend-recommend-item-time {
  color: #1a1b20;
}
.trend-recommend-item-hover h3 {
  color: #1a1b20;
}
.trend-recommend-item-hover h4 {
  color: #1a1b20;
}
.trend .list-content {
  margin: 62px auto 0;
}
.trend .list-content-fill-item {
  background-color: #fff;
}
.trend .list-btn {
  margin: 32px auto 120px;
}
.trend-report {
  background-color: #f9fafb;
}

