.newEnergy {
  margin-top: 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newEnergy .newEnerNav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newEnergy .newEnerNav .newEnerItem {
  padding: 16px 34px;
  background-color: #fff;
  border: 1px solid #C9C9C9;
  border-right: none;
}
.newEnergy .newEnerNav .newEnerItem span {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #666666;
}
.newEnergy .newEnerNav .newEnerItemActive {
  background-color: #019642;
}
.newEnergy .newEnerNav .newEnerItemActive span {
  color: #FFFFFF;
}
.newEnergy .newEnerNav a:first-of-type .newEnerItem {
  border-radius: 4px 0 0 4px;
}
.newEnergy .newEnerNav a:last-of-type .newEnerItem {
  border-radius: 0 4px 4px 0;
  border: 1px solid #C9C9C9;
}
.newEnergy > span {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.newEnergy .newEnergyLine {
  width: 200px;
  height: 1px;
  background-color: #C9C9C9;
  margin-top: 12px;
  position: relative;
}
.newEnergy .newEnergyLine::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3AA34A;
  position: absolute;
  top: -2px;
  left: -8px;
}
.newEnergy .newEnergyLine::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3AA34A;
  position: absolute;
  top: -2px;
  right: -8px;
}
.newEnergy .newEnergyCon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newEnergy .newEnergyCon .newEnergy_item {
  display: flex;
  width: 635px;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-top: 30px;
}
.newEnergy .newEnergyCon .newEnergy_item img {
  width: 160px;
  height: 186px;
  border-radius: 4px;
  margin-right: 20px;
}
.newEnergy .newEnergyCon .newEnergy_item .newEnergyTitle {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 180px);
}
.newEnergy .newEnergyCon .newEnergy_item .newEnergyTitle span:nth-of-type(1) {
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newEnergy .newEnergyCon .newEnergy_item .newEnergyTitle span:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.newEnergy .newEnergyCon a:hover .newEnergy_item .newEnergyTitle span:nth-of-type(1) {
  color: #019642 !important;
}
