.form_tilte_text {
  text-align: center;
  width: 100%;
}

.apply_content {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  /*margin-top: 4.7rem;*/
  /*padding-top: 4.7rem;*/
  /*padding-bottom: 0.8rem;*/
  position: relative;
  background-image: linear-gradient(#eff6fe, #fff);
}



.apply_content_top {
  /*position: absolute;*/
  /*top: -4rem;*/
  /*left: 0;*/
  margin-bottom: 0.2rem;
}

.apply_img {
  width: 100%;
  /* text-align: center; */
  overflow: hidden;
}

.apply_img img {
  max-width: 100%;
  height: auto;
}

.apply_content_text {
  position: absolute;
  top: 1.25rem;
  font-weight: bold;
  color: #fff;
  font-size: 0.3rem;
  left: 0;
  width: 100%;
  padding: 0 6%;
  box-sizing: border-box;
}

.apply_content_text>p {
  text-align: center;
  width: 100%;
}

.apply_text_box {
  background-color: #fff;
  box-shadow: 0.16rem 0rem 0.37rem 0.03rem
  rgba(123, 142, 169, 0.16);
  padding:  0.3rem;

}

.apply_text_box h5 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  line-height: 0.44rem;
}


.apply_info {
  margin-top: 0.4rem;
}

.apply_info li {
  font-size: 0.22rem;
  color: #666;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}

.apply_info li>p {
  flex: 1;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  overflow-x: auto;
}

.apply_info_logo {
  width: 0.2rem;
  text-align: center;
  margin-right: 0.16rem;
}

.apply_info_logo img {
  max-width: 100%;
  height: auto;
}

.apply_info_title {
  margin-right: 0.15rem;
}

.apply_info_date {
  margin-right: 0.2rem;
}

.apply_btn {
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  border: solid 1px #026ef5;
  font-size: 0.28rem;
  color: #026ef5;
  margin-top: 0.4rem;
}


/* ============== lvhaonan 修改 start ============== */
.apply_text_box h5 {
  font-size: 0.32rem;
  line-height: 0.52rem;
}

.apply_info li {
  font-size: 0.28rem;
}

.apply_btn {
  font-size: 0.28rem;
}
/* ============== lvhaonan 修改 end ============== */