/* yawei_green_technology 组件样式 */
.yawei-green-tech {
  padding: 80px 0 180px;
  background-color:#fff;
  color: #0a0a0a;
}
.yawei-green-tech .container {
  padding-left: 15px;
  padding-right: 15px;
}
.yawei-green-tech .yawei-green-tech__container{
  display: flex;
  gap: 52px;
}
@media (min-width: 1900px) {
  .yawei-green-tech .container {
    max-width: calc(100% - 422px);
    padding-left: 0;
    padding-right: 0;
  }
}
.yawei-green-tech__header {
  margin-bottom: 51px;
}

.yawei-green-tech__titles {
  text-align: left;
}

.yawei-green-tech__main-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.417;
  letter-spacing: -1%;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.yawei-green-tech__divider {
  width: 100%;
  height: 3px;
  background-color: #1d1d1d;
}

.yawei-green-tech__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.417;
  letter-spacing: -1%;
  color: #0A0A0A;
  margin-bottom: 32px;
}



.yawei-green-tech__image {
  position: relative;
  overflow: hidden;
  height: 530px;
}

.yawei-green-tech__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yawei-green-tech__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  height: 100%;
  justify-content: flex-start;
  padding-top: 46px;
}

.yawei-green-tech__item {
  padding-bottom: 32px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}


.yawei-green-tech__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.yawei-green-tech__item-divider {
  width: 40px;
  height: 1px;
  background-color: var(--text-color);
  opacity: 0.15;
  margin-right: 16px;
  flex-shrink: 0;
}

.yawei-green-tech__item-title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.417;
  letter-spacing: -2.5%;
  color: #121212;
  margin: 0;
  flex: 1;
}

.yawei-green-tech__item-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.389;
  letter-spacing: -2.5%;
  color: #676767;
  margin-top: 9px;
}

/* 响应式设计 */
@media (max-width: 991px) {
  .yawei-green-tech__main-title {
    font-size: 36px;
  }
  
  .yawei-green-tech__subtitle {
    font-size: 20px;
  }
  
  .yawei-green-tech__item-title {
    font-size: 20px;
  }
  
  .yawei-green-tech__item-desc {
    font-size: 16px;
  }
  
  .yawei-green-tech__list {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .yawei-green-tech__content {
    margin-top: 30px;
  }
  .yawei-green-tech__image{
    height: 300px;
  }
}

@media (max-width: 991px) {
  .yawei-green-tech__header {
    margin-bottom: 0;
  }
  .yawei-green-tech__divider{
    height: 2px;
  }
  .yawei-green-tech__main-title {
    font-size: 24px;
  }
  
  .yawei-green-tech__subtitle {
    font-size: 16px;
  }
  
  .yawei-green-tech__item-title {
    font-size: 18px;
  }
  .yawei-green-tech__subtitle{
    margin-bottom: 10px;
  }
  .yawei-green-tech__content{
    margin-top: 15px;
  }
  .yawei-green-tech__item-desc {
    font-size: 14px;
  }
  
  .yawei-green-tech__list {
    gap: 30px;
  }
  
  .yawei-green-tech__item-divider {
    width: 30px;
    margin-right: 10px;
  }
  .yawei-green-tech{
    padding: 20px 0 15px;
  }
  .yawei-green-tech .yawei-green-tech__container{
    flex-direction: column;
    gap: 0;
  }
  .yawei-green-tech__image{
    height: 182px;
  }
  .yawei-green-tech__list{
    padding: 0;
    margin-top: 11px;
    gap: 10px;
  }
  .yawei-green-tech__item{
    padding-bottom: 8px;
  }
}
