.conten_list,.huixin_exit_img {
  display: flex;
  flex-direction: column;
  width: 1180px;
  margin-top: 30px;
}
.conten_list .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.conten_list .lists .list_title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.conten_list .lists .list_title h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  font-family: "Alibaba-PuHuiTi-R";
  line-height: 18px;
}
.conten_list .lists .list_title p {
  font-size: 16px;
  color: #333333;
  font-family: "Alibaba-PuHuiTi-R";
  line-height: 30px;
}
.conten_list .lists .list_img {
  margin-left: 35px;
}
.conten_list .lists .list_img_l {
  margin-right: 35px;
}
.conten_list .lists .list_title p:last-child {
  margin-bottom: 0;
}
.huixin_exit_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.huixin_exit_img img {
 transform: scale(.5);
 margin: -25% 0;
}
/*  */
.case {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1180px;
  margin-bottom: 50px;
  margin-top: 0;
}
.case .case_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case .case_content a {
  margin-bottom: 20px;
}
.case .case_content .content_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case .case_content .content_list span {
  font-family: "AlibabaPuHuiTi-Regular";
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: 20px;
}
