.download_con {
  width: 1700rem;
  height: 1540rem;
  margin: 0 auto;
  overflow: hidden;
}
.statement {
  width: 1700rem;
  height: 105rem;
  font-size: 18rem;

  color: #333333;
  line-height: 28rem;
  margin: 34rem auto 30rem;
}
.con_box {
  width: 1700rem;
  height: 1180rem;
  padding: 20rem 0;
  background: #e8f1ff;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.con_box::after {
  content: "";
  width: 804rem;
  height: 0;
  visibility: hidden;
}
.con_box .load_one {
  width: 804rem;
  height: 130rem;
  margin-bottom: 20rem;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.con_box .load_one .load_img {
  width: 30rem;
  height: 40rem;
  margin: 0rem 28rem 0 32rem;
}
.con_box .load_one .load_img img {
  width: 30rem;
  height: 40rem;
}
.con_box .load_one .load_msg {
  height: auto;
  width: 600rem;
  margin-right: 44rem;
}
.con_box .load_one .load_msg .msg_title {
  height: auto;
  font-size: 20rem;
  font-weight: bold;
  color: #333333;
  line-height: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.con_box .load_one .load_msg .msg_time {
  height: 14rem;
  font-size: 14rem;
  color: #333333;
  line-height: 30rem;
}
.con_box .load_one .btn {
  width: 30rem;
  height: 30rem;
}
.con_box .load_one .btn img {
  width: 30rem;
  height: 30rem;
}
