/* 关于索比储能网 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.container {
  width: 100%;
  margin: auto;
}
.energy_content {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.energy_content_left {
  width: 800px;
}
.energy_content_left_tilte,
.energy_content_right_title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  border-bottom: 1.5px solid #de4858;
}
.energy_content_left_tilte a,
.energy_content_right_title a {
  color: #333;
}
.energy_left_item {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding-top: 20px;
}
.energy_left_item p {
  padding-bottom: 0;
  margin-bottom: 28px;
  text-indent: 2em;
}
.energy_left_item p a {
  color: #c71b2d;
}
.energy_left_item p a img {
  width: 100%;
  vertical-align: middle;
}
.energy_left_item p strong {
  font-weight: bolder;
  color: #c71b2d;
}
.energy_content_right {
  width: 370px;
  margin-left: 30px;
}
.energy_content_right_title span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  float: right;
  position: relative;
  bottom: -5px;
}
.card {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
}
.card:last-child{
    border-bottom: 0;
}
.card_left{
    width: 220px;
}
.card_left h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.card_left span {
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  min-height: 1.2em;
}
.card_left h3 a {
  color: #333;
}
.card_right {
  width: 133px;
  height: 71px;
}
.card_right img {
  width: 100%;
  height: 100%;
}
