.details {
  padding: 64px 100px;
}

.details-title {
  font-size: 32px;
}

.details-subtitle {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.details-subtitle,
.ds-left,
.ds-right,
.ds-size,
.ds-share {
  display: flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}

.ds-source {
  padding-left: 32px;
}

.ds-size em {
  margin: 0 8px;
  cursor: pointer;
}

.ds-size em.on {
  color: #3D54A5;
  font-weight: bold;
  font-size: 14px;
}

.ds-share {
  margin-left: 24px;
  width: 76px;
  height: 30px;
  line-height: 30px;
  background-color: #F5F5F5;
  border-radius: 15px;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}

.ds-share i {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../images/p_i_11.png);
  transition: 0.4s;
}

.ds-share:hover {
  color: #fff;
  background-color: #3D54A5;
  transition: 0.4s;
}

.ds-share:hover i {
  transition: 0.4s;
  background-image: url(../images/p_i_12.png);
}

.details-content * {
  /*margin-bottom: 26px !important;*/
  line-height: 34px !important;
  font-family: "微软雅黑" !important;
  font-size: 16px !important;
  text-align: justify;
}

/*.details-content p {
  margin: 14px 0;
}*/

@media screen and (max-width: 768px) {
  .details {
    padding: 15px;
  }

  .details-title {
    font-size: 16px;
    font-weight: bold;
  }

  .details-subtitle {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .ds-left,
  .ds-right {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
  }

  .ds-size {
    flex-direction: row;
  }

  .ds-share {
    justify-content: center;
    flex-direction: row;
  }

  .ds-source {
    padding-left: 12px;
  }

  .ds-size em {
    margin: 0 3px;
  }

  .ds-size em.on {
    font-size: 12px;
  }

  .ds-share {
    margin-left: 0;
  }

  .details-content {
    line-height: 1.6;
    margin: 15px 0;
  }

  .details-content p {
    margin: 14px 0;
  }
}