
.new_detail{
  padding: 0 20px;
  min-height: calc(100% - 417px);
}
.new_detail h3{
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
.new_detail .new_detail-source{
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 34px;
}

.new_detail .new_detail_text p{
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 18px;
}
.new_detail .new_detail_text {
  margin-bottom: 18px;
}
p img,
div img{
  width: 100% !important;
  height: auto !important;
}
.new_detail p,
.new_detail a{
  word-wrap: break-word;
}
