.detail_content {
  display: flex;
  justify-content: space-between;
}
.detail_content .left_content {
  width: 940px;
  border: 1px solid #eee;
  margin-right: 10px;
  padding: 10px;
  overflow: hidden;
}
.detail_content .left_content .lc_title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.detail_content .left_content .lc_title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 20px;
}
.detail_content .left_content .lc_title .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_content .left_content .lc_title .desc span {
  margin-right: 30px;
  color: #666;
  font-size: 14px;
}
.detail_content .left_content .lc_neirong {
  width: 100%;
  padding: 30px 0 0;
}
.detail_content .left_content .lc_neirong p {
  width: 100%;
  text-indent: 20px;
  text-align: justify;
  font-size: 16px;
  color: #666;
}
.detail_content .left_content .lc_neirong img {
  margin: 15px;
}
