#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 760px;
}
#content .cont-l h2 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .ad-box {
  margin-bottom: 16px;
}
#content .cont-l .ad-box h4 {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #999;
  line-height: 14px;
  text-align: left;
  margin-bottom: 6px;
}
#content .cont-l .ad-box .ad-cont {
  width: 100%;
  min-height: 90px;
}
#content .cont-l .apply_text {
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 16px;
}
#content .cont-l .fwb img {
  width: 100%;
  margin-bottom: 12px;
}
#content .cont-l .fwb h3,
#content .cont-l .fwb p {
  line-height: 21px;
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
#content .cont-l .next {
  width: 100%;
  display: block;
  text-align: center;
  height: 40px;
  background: #1C73E8;
  border-radius: 4px 4px 4px 4px;
  margin-top: 16px;
  font-family: r;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .advice-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#content .cont-r .advice-title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
#content .cont-r .advice-item-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont-r .advice-item-list .advice-item {
  background: #FFFFFF;
  border: 1px solid #ececec;
  cursor: pointer;
}
#content .cont-r .advice-item-list .advice-item .a-i-t {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-r .advice-item-list .advice-item .a-i-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont-r .advice-item-list .advice-item .title {
  margin: 10px 0;
  padding: 0 12px;
  font-size: 14px;
  font-family: b;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont-r .advice-item-list .advice-item:hover .title {
    color: #4470F5;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
}
