.content {
  width: 1280px;
  padding: 24px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .cont_l {
  width: 806px;
}
.content .cont_l .l_h3 {
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.content .cont_l .ad_box {
  margin-bottom: 16px;
}
.content .cont_l .ad_box .ad_title {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  text-align: center;
}
.content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
.content .cont_l .ba-img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.content .cont_l .text {
  margin-bottom: 12px;
}
.content .cont_l .text h3 {
  font-family: s;
  margin-bottom: 12px;
  font-size: 18px;
  color: #333333;
}
.content .cont_l .text p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 12px;
}
.content .cont_l .text p a {
  color: #4285F4;
  text-decoration: underline;
}
.content .cont_l .text p:last-child {
  margin-bottom: 0;
}
.content .cont_l .text .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .cont_l .text .btns a {
  width: calc((100% - 16px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}
.content .cont_l .text .btns a span {
  font-family: m;
  font-size: 16px;
}
.content .cont_l .text .btns a img {
  width: 20px;
  height: 20px;
}
.content .cont_l .text .btns .btn1 {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #999999;
}
.content .cont_l .text .btns .btn1 span {
  margin-left: 8px;
  color: #666666;
}
.content .cont_l .text .btns .btn2 {
  background: #4285F4;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #4285F4;
}
.content .cont_l .text .btns .btn2 span {
  margin-right: 8px;
  color: #fff;
}
.content .cont_l .lx_list {
  margin-bottom: 8px;
}
.content .cont_l .lx_list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.content .cont_l .lx_list li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.content .cont_l .lx_list li span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.content .cont_l .lx_list li .cr {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  position: absolute;
  top: 0;
  right: 0;
}
.content .cont_l .lx_list li .list-btn {
  width: 100%;
  padding: 14px 0;
  background: #4285F4;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #4285F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .cont_l .lx_list li .list-btn span {
  font-family: m;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 8px;
}
.content .cont_l .lx_list li .list-btn img {
  width: 20px;
  height: 20px;
}
.content .cont_l .map {
  margin-bottom: 24px;
}
.content .cont_l .map h3 {
  font-family: s;
  margin-bottom: 12px;
  font-size: 18px;
  color: #333333;
}
.content .cont-r {
  width: 336px;
}
.content .cont-r .keep h3 {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 17px;
}
.content .cont-r .keep .keep-item-list {
  display: flex;
  flex-direction: column;
}
.content .cont-r .keep .keep-item-list .keep-item {
  width: 336px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #ececec;
  cursor: pointer;
  margin-bottom: 16px;
  overflow: hidden;
}
.content .cont-r .keep .keep-item-list .keep-item .a-i-t {
  width: 100%;
}
.content .cont-r .keep .keep-item-list .keep-item .a-i-t img {
  width: 100%;
  object-fit: cover;
}
.content .cont-r .keep .keep-item-list .keep-item .title {
  margin: 10px 0;
  padding: 0 12px;
  font-size: 16px;
  font-family: m;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .cont-r .keep .keep-item-list .ad {
  margin-bottom: 17px;
}
.content .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;
}
.content .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-r .keep .keep-item-list .keep-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  }
  .content .cont-r .keep .keep-item-list .keep-item:hover .title {
    color: #2E4D8B;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  .content {
    width: 100%;
    padding: 16px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont_l {
    width: 100%;
  }
  .content .cont_l .map {
    margin-bottom: 24px;
  }
  .content .cont_l .map h3 {
    font-family: s;
    margin-bottom: 12px;
    font-size: 18px;
    color: #333333;
  }
  .content .cont_l .text .btns a {
    width: calc((100% - 16px) / 2);
  }
  .content .cont_l .text .btns .btn1 {
    margin-bottom: 0px;
  }
  .content .cont-r {
    width: 100%;
  }
  .content .cont-r .keep .keep-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .cont-r .keep .keep-item-list .keep-item {
    width: calc((100% - 16px) / 2);
  }
  .content .cont-r .keep .keep-item-list .keep-item .a-i-t {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .content {
    width: 100%;
    padding: 16px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont_l {
    width: 100%;
  }
  .content .cont_l .map {
    margin-bottom: 24px;
  }
  .content .cont_l .map h3 {
    font-family: s;
    margin-bottom: 12px;
    font-size: 18px;
    color: #333333;
  }
  .content .cont_l .text .btns a {
    width: calc((100% - 16px) / 2);
  }
  .content .cont_l .text .btns .btn1 {
    margin-bottom: 0px;
  }
  .content .cont-r {
    width: 100%;
  }
  .content .cont-r .keep .keep-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .cont-r .keep .keep-item-list .keep-item {
    width: calc((100% - 16px) / 2);
  }
  .content .cont-r .keep .keep-item-list .keep-item .a-i-t {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .content {
    width: 100%;
    padding: 16px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont_l {
    width: 100%;
  }
  .content .cont_l .map {
    margin-bottom: 24px;
  }
  .content .cont_l .map h3 {
    font-family: s;
    margin-bottom: 12px;
    font-size: 18px;
    color: #333333;
  }
  .content .cont_l .text .btns {
    flex-direction: column;
  }
  .content .cont_l .text .btns a {
    width: 100%;
  }
  .content .cont_l .text .btns .btn1 {
    margin-bottom: 10px;
  }
  .content .cont-r {
    width: 100%;
  }
  .content .cont-r .keep .keep-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .cont-r .keep .keep-item-list .keep-item {
    width: calc((100% - 16px) / 2);
  }
  .content .cont-r .keep .keep-item-list .keep-item .a-i-t {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .content {
    width: 100%;
    padding: 16px;
    margin: 0;
    justify-content: inherit;
    flex-direction: column;
  }
  .content .cont_l {
    width: 100%;
  }
  .content .cont_l .l_h3 {
    font-size: 18px;
  }
  .content .cont_l .map {
    margin-bottom: 24px;
  }
  .content .cont_l .map h3 {
    font-family: s;
    margin-bottom: 12px;
    font-size: 18px;
    color: #333333;
  }
  .content .cont_l .text .btns {
    flex-direction: column;
  }
  .content .cont_l .text .btns a {
    width: 100%;
  }
  .content .cont_l .text .btns .btn1 {
    margin-bottom: 10px;
  }
  .content .cont-r {
    width: 100%;
  }
  .content .cont-r .keep .keep-item-list {
    display: flex;
    flex-direction: column;
  }
  .content .cont-r .keep .keep-item-list .keep-item {
    width: 100%;
  }
  .content .cont-r .keep .keep-item-list .keep-item .a-i-t {
    display: none;
  }
}
