#content .cont_btm {
  width: 1280px;
  padding: 24px 60px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#content .cont_btm .cont_l {
  width: 806px;
}
#content .cont_btm .cont_l .apply {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  color: #333333;
}
#content .cont_btm .cont_l .ad_box {
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .ad_box .ad_title {
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_btm .cont_l .ad_box .ad_cont {
  min-height: 90px;
}
#content .cont_btm .cont_l .apply_text {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .fwb img {
  width: 100%;
  margin-bottom: 12px;
}
#content .cont_btm .cont_l .fwb h3 {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .fwb p {
  line-height: 21px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
#content .cont_btm .cont_l .submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #1C73E8;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  margin-top: 16px;
}
#content .cont_btm .cont_l .submit span {
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
#content .cont_btm .cont_l .submit img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#content .cont_btm .cont_r {
  width: 336px;
}
#content .cont_btm .cont_r .free h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_r .free .free_list {
  display: flex;
  flex-direction: column;
}
#content .cont_btm .cont_r .free .free_list .free_item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ECECEC;
  margin-bottom: 16px;
}
#content .cont_btm .cont_r .free .free_list .free_item img {
  width: 100%;
  height: 189px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
#content .cont_btm .cont_r .free .free_list .free_item .item_btm {
  padding: 12px 16px;
}
#content .cont_btm .cont_r .free .free_list .free_item .item_btm h4 {
  width: 100%;
  height: 40px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  overflow: hidden;
}
#content .cont_btm .cont_r .free .free_list .free_item:hover h4 {
  color: #1C73E8;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free .free_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .cont_btm .cont_r .free .free_list .free_item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free .free_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .cont_btm .cont_r .free .free_list .free_item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
}
