.d_content {
  display: flex;
  justify-content: center;
}
.left {
  width: 50px;
  display: grid;
  grid-template-columns: 20px;
  grid-gap: 20px;
  grid-template-rows: 30px 30px 15px 24px 24px 24px;
  margin-top: 168px;
}
.left img:nth-child(1) {
  border-radius: 50%;
}
.left p {
  width: 42px;
  height: 17px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  line-height: 21px;
  text-align: center;
}
.left img:nth-child(3) {
  border-radius: 50%;
}
.c_center {
  width: 900px;
  margin: 52px 30px 30px 20px;
  background: white;
}
.c_center img {
  max-width: 720px;
}
.c_center p {
  width: 800px;
  /* height: 81px; */
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  line-height: 30px;
  margin: 20px auto;
  /* text-align: center; */
}
.c_center .title {
  width: 800px;
  height: 90px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 48px;
}
.c_center .desc {
  width: 392px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  line-height: 24px;
  margin-left: 55px;
}
.right {
  width: 288px;
  height: 570px;
  background: #ffffff;
  margin-top: 52px;
}
.right .first{
    border-left: 2px solid #9f1a15;
    padding-left: 10px;
}

.recommendTitle {
  width: 150px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  margin: 10px 10px 10px 10px;
}
.recommendTitle:hover{
    color: #9f1a15;
}
.right li {
  width: 241px;
}
.right li:last-child {
  border: 0;
}
.right li p:nth-child(1) {
  width: 240px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
}
.right li p:nth-child(2) {
  width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  line-height: 32px;
  padding-left: 10px;
}
.right li:hover {
  color: #9f1a15;
}

.shareimage{
    cursor: pointer;
}
