@import url('../css/head_foot.css');
.content .cont-btm {
  width: 1280px;
  padding: 0px 60px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .cont-btm .cont-l {
  width: 806px;
}
.content .cont-btm .cont-l .l-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
}
.content .cont-btm .cont-l .l-ad {
  margin-bottom: 24px;
}
.content .cont-btm .cont-l .l-ad h4 {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: right;
}
.content .cont-btm .cont-l .l-ad .ad-cont {
  width: 100%;
  min-height: 136px;
  background: #F0F0F0;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
.content .cont-btm .cont-l .rescue-text {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
.content .cont-btm .cont-l .zhanshi {
  margin-bottom: 16px;
}
.content .cont-btm .cont-l .zhanshi img {
  width: 100%;
}
.content .cont-btm .cont-l .benefits {
  margin-bottom: 24px;
}
.content .cont-btm .cont-l .benefits .b-title {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.content .cont-btm .cont-l .benefits .b-text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
.content .cont-btm .cont-l .next {
  padding: 14px 0;
  background: #2E4D8B;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2E4D8B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.content .cont-btm .cont-l .next span {
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #FFFFFF;
}
.content .cont-btm .cont-l .next img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}
.content .cont-btm .cont-r {
  width: 336px;
}
.content .cont-btm .cont-r .keep h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 17px;
}
.content .cont-btm .cont-r .keep .keep-item-list {
  display: flex;
  flex-direction: column;
}
.content .cont-btm .cont-r .keep .keep-item-list .keep-item {
  width: 336px;
  height: 250px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #ececec;
  cursor: pointer;
  margin-bottom: 16px;
  overflow: hidden;
}
.content .cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t {
  width: 100%;
  height: 189px;
}
.content .cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .cont-btm .cont-r .keep .keep-item-list .keep-item .title {
  padding: 10px 11px 16px;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 19px;
}
.content .cont-btm .cont-r .keep .keep-item-list .ad {
  margin-bottom: 17px;
}
.content .cont-btm .cont-r .keep .keep-item-list .ad h4 {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: right;
}
.content .cont-btm .cont-r .keep .keep-item-list .ad .ad-cont {
  width: 336px;
  min-height: 120px;
  background: #F0F0F0;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
@media (any-hover: hover) {
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item:hover .title {
    color: #2E4D8B;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  .content .cont-btm {
    width: 100%;
    padding: 0px 16px 20px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont-btm .cont-l {
    width: 100%;
  }
  .content .cont-btm .cont-r {
    width: 100%;
  }
  .content .cont-btm .cont-r .keep .keep-item-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item {
    width: calc((100% - 16px) / 2);
  }
  .content .cont-btm .cont-r .keep .keep-item-list .ad {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .content .cont-btm {
    width: 100%;
    padding: 0px 16px 20px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont-btm .cont-l {
    width: 100%;
  }
  .content .cont-btm .cont-r {
    width: 100%;
  }
  .content .cont-btm .cont-r .keep .keep-item-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item {
    width: calc((100% - 16px) / 2);
  }
  .content .cont-btm .cont-r .keep .keep-item-list .ad {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .content .cont-btm {
    width: 100%;
    padding: 0px 16px 20px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont-btm .cont-l {
    width: 100%;
  }
  .content .cont-btm .cont-r {
    width: 100%;
  }
  .content .cont-btm .cont-r .keep .keep-item-list {
    display: flex;
    flex-direction: column;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item {
    width: 100%;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t {
    width: 100%;
    height: 189px;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item .title {
    padding: 10px 11px 16px;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .ad {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .content .cont-btm {
    width: 100%;
    padding: 0px 16px 20px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont-btm .cont-l {
    width: 100%;
  }
  .content .cont-btm .cont-l .l-title {
    font-size: 18px;
  }
  .content .cont-btm .cont-r {
    width: 100%;
  }
  .content .cont-btm .cont-r .keep .keep-item-list {
    display: flex;
    flex-direction: column;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item {
    width: 100%;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t {
    width: 100%;
    height: 189px;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .keep-item .title {
    padding: 10px 11px 16px;
  }
  .content .cont-btm .cont-r .keep .keep-item-list .ad {
    display: none;
  }
}
