@import url('../css/head_foot.css');
.cont-btm {
  width: 1280px;
  padding: 0px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cont-btm .cont-l {
  width: 806px;
}
.cont-btm .cont-l .l-title {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.cont-btm .cont-l .l-title .title_cont {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-right: 6px;
}
.cont-btm .cont-l .l-title a {
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.cont-btm .cont-l .l-title a img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.cont-btm .cont-l .l-ad {
  margin-bottom: 10px;
}
.cont-btm .cont-l .l-ad h4 {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: center;
}
.cont-btm .cont-l .l-ad .ad-cont {
  width: 100%;
  min-height: 136px;
  background: #F0F0F0;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
.cont-btm .cont-l .obispo {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  margin-bottom: 8px;
}
.cont-btm .cont-l .change-lv {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.cont-btm .cont-l .change-lv span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #00AA53;
  line-height: 16px;
}
.cont-btm .cont-l .change-lv .lv {
  width: 16px;
  height: 16px;
  background: #00AA53;
  border-radius: 50%;
  border: 3px solid #fff;
}
.cont-btm .cont-l .open,
.cont-btm .cont-l .close,
.cont-btm .cont-l .vou {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cont-btm .cont-l .open .open-l,
.cont-btm .cont-l .close .open-l,
.cont-btm .cont-l .vou .open-l {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.cont-btm .cont-l .open .open-l img,
.cont-btm .cont-l .close .open-l img,
.cont-btm .cont-l .vou .open-l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cont-btm .cont-l .open .open-l .open-hui,
.cont-btm .cont-l .close .open-l .open-hui,
.cont-btm .cont-l .vou .open-l .open-hui {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
.cont-btm .cont-l .open .open-r,
.cont-btm .cont-l .close .open-r,
.cont-btm .cont-l .vou .open-r {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
}
.cont-btm .cont-l .loca {
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
.cont-btm .cont-l .loca .loca-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cont-btm .cont-l .loca .loca-text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
.cont-btm .cont-l .phone {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
.cont-btm .cont-l .phone .phone-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cont-btm .cont-l .phone .phone-text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
.cont-btm .cont-l .website {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cont-btm .cont-l .website .w-l {
  display: flex;
  align-items: center;
}
.cont-btm .cont-l .website .w-l .web-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cont-btm .cont-l .website .w-l .web-text {
  line-height: 24px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #000000;
}
.cont-btm .cont-l .website .w-l .web-text img {
  width: 12px;
  height: 12px;
}
.cont-btm .cont-l .apply {
  margin-bottom: 16px;
}
.cont-btm .cont-l .apply h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.cont-btm .cont-l .apply .apply-text {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
.cont-btm .cont-l .apply .apply-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cont-btm .cont-l .apply .apply-btns .apply-add,
.cont-btm .cont-l .apply .apply-btns .apply-share {
  width: calc((100% - 16px) / 2);
  padding: 14px 0;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.cont-btm .cont-l .apply .apply-btns .apply-add img,
.cont-btm .cont-l .apply .apply-btns .apply-share img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.cont-btm .cont-l .apply .apply-btns .apply-add {
  color: #666;
  border: 1px solid #999999;
}
.cont-btm .cont-l .apply .apply-btns .apply-share {
  color: #FFFFFF;
  background: #2E4D8B;
}
.cont-btm .cont-l .statement {
  margin-bottom: 24px;
}
.cont-btm .cont-l .statement h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.cont-btm .cont-l .statement .stat_text {
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.cont-btm .cont-l .statement .stat_text a {
  color: #2E4D8B;
  text-decoration: 1px solid underline;
}
.cont-btm .cont-r {
  width: 336px;
}
.cont-btm .cont-r .keep h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 17px;
}
.cont-btm .cont-r .keep .keep-item-list {
  display: flex;
  flex-direction: column;
}
.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;
}
.cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t {
  width: 100%;
  height: 189px;
}
.cont-btm .cont-r .keep .keep-item-list .keep-item .a-i-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
}
.cont-btm .cont-r .keep .keep-item-list .ad {
  margin-bottom: 17px;
}
.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: center;
}
.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) {
  .cont-btm .cont-r .keep .keep-item-list .keep-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  }
  .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;
    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;
    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;
    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;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont-btm .cont-l {
    width: 100%;
  }
  .content .cont-btm .cont-l .l-title .title_cont {
    font-size: 16px;
  }
  .content .cont-btm .cont-l .open {
    flex-direction: column;
    align-items: flex-start;
  }
  .content .cont-btm .cont-l .open .open-l {
    margin-bottom: 8px;
  }
  .content .cont-btm .cont-l .apply .apply-btns {
    display: flex;
    flex-direction: column;
  }
  .content .cont-btm .cont-l .apply .apply-btns .apply-add,
  .content .cont-btm .cont-l .apply .apply-btns .apply-share {
    width: 100%;
  }
  .content .cont-btm .cont-l .apply .apply-btns .apply-add {
    margin-bottom: 12px;
  }
  .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;
  }
}
