
.pollute-container .item {
  margin: 15px 0;
}

.pollute-container img {
  height: 465px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.pollute-container .intro {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  background: linear-gradient(0deg,
      rgba(6, 6, 7, 0.85) 4%,
      rgba(0, 0, 0, 0) 79%);
}

.pollute-container .intro .title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.pollute-container .intro .text {
  font-size: 16px;
  color: #ffffff;
}

.pollute-container .intro .text span {
  color: #3b90e8;
}

.cases-container {
  margin-top: 20px;
}


.cases-container .item {
  margin: 15px 0;
}

.cases-container .item .tips {
  border-radius: 15px;
  white-space: nowrap;
  padding: 30px 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg,
      #f7f7f7 65%,
      rgba(255, 255, 255, 0.39) 100%);
  box-sizing: border-box;
  border: 2px solid white;
  backdrop-filter: blur(30px);
  box-shadow: 16px 21px 46px 0px rgba(114, 114, 114, 0.1);
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}

.cases-container .item img {
  width: 100%;
  height: 465px;
  object-fit: cover;
  border-radius: 15px;
}

.material-selection-container .row-box{
  position: relative;
  z-index: 9;
}

.material-selection-container .item {
  margin: 15px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 17px 0px rgba(13, 35, 62, 0.1);
  padding: 10px;
  height: 230px;
}

.material-selection-container .item .title {
  font-size: 26px;
  font-weight: 500;
  color: #151515;
  margin-bottom: 30px;
}

.material-selection-container .item .text {
  font-size: 16px;
  color: #818181;
  text-align: center;
}





.news-container .news-item {
  margin: 25px 0;
}

.news-container img {
  width: 100%;
  height: 246px;
  border-radius: 15px;
  object-fit: cover;
}

.news-container .news-info {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
}

.news-container .title {
  font-size: 22px;
  font-weight: bold;
  color: #004ea1;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.news-container .line {
  width: 70%;
  height: 3px;
  background: #87a9de;
  margin: 10px 0;
}

.news-container .intro {
  font-size: 16px;
  color: #5280b2;
  text-align: center;
}

.news-container .top-title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 22px;
  font-weight: bold;
  color: #004ea1;
  padding: 12px 30px;
  box-sizing: border-box;
  border-radius: 47px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(59, 89, 134, 0.3);
}

.partner-container{
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  /* news ÔÊÐí */
  .news-container .top-title {
    font-size: 16px;
  }

  .news-container .title {
    font-size: 16px;
  }

  .news-container .intro {
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
  /* news ÔÊÐí */
  .news-container .news-info {
    top: unset;
    bottom: 10px;
  }
}
<!--ºÄÊ±1755813907.2247Ãë-->