/* 工程案例-详情 */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coreContent {
  background: #fff;
  padding-bottom: 100px;
}
.case_detail {
  margin-top: 42px;
  height: auto;
}
.case_detail .title {
  text-align: center;
}
.case_detail .title .name {
  font-size: 20px;
}
.case_detail .title .info {
  font-size: 14px;
  color: #999999;
  margin: 20px 0;
}
/*内容 */
.case_message {
  padding: 30px 0 50px 0;
  border-top: 2px dashed #dedede;
  border-bottom: 2px dashed #dedede;
}
.case_message .img_box {
  width: 680px;
  height: 420px;
  border-radius: 4px;
  margin: 0 auto 40px;
}
.case_message .text {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding: 0 50px;
}
.case_message .img_div {
  margin-top: 46px;
  width: 1200px;
  height: 480px;
}
/* 上一条 下一条 */
.next_box {
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.next_box li {
  margin-bottom: 20px;
}
.next_box li .iconfont {
  font-size: 16px;
  color: #333;
}
.next_box .back {
  font-size: 14px;
  color: #999999;
}
.next_box .back .iconfont {
  font-size: 20px;
  color: #999999;
  margin-right: 10px;
}
