#content {
  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%;
  height: 280px;
}
#content .cont_l .text {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 32px;
}
#content .cont_l .lx_list {
  margin-bottom: 8px;
}
#content .cont_l .lx_list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#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 .map {
  margin-bottom: 24px;
}
#content .cont_l .map h3 {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .office {
  margin-bottom: 24px;
}
#content .cont_l .office .office_title {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .office .office_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont_l .office .office_list .office_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ECECEC;
}
#content .cont_l .office .office_list .office_item .office_cover {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 12px;
}
#content .cont_l .office .office_list .office_item h3 {
  height: 40px;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .cont_l .office .office_list .office_item .address,
#content .cont_l .office .office_list .office_item .call {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_l .office .office_list .office_item .address img,
#content .cont_l .office .office_list .office_item .call img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#content .cont_l .office .office_list .office_item .address span,
#content .cont_l .office .office_list .office_item .call span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
#content .cont_l .office .office_list .office_item .call {
  margin-bottom: 16px;
}
#content .cont_l .office .office_list .office_item .tiao {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4285F4;
  border-radius: 8px 8px 8px 8px;
  padding: 14px 0;
}
#content .cont_l .office .office_list .office_item .tiao span {
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #4285F4;
}
#content .cont_l .office .office_list .office_item .tiao img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
#content .cont_l .office .office_list .office_item .tiao .bai {
  display: none;
}
#content .cont_l .office .office_list .office_item:hover .tiao {
  background: #4285F4;
}
#content .cont_l .office .office_list .office_item:hover .tiao span {
  color: #fff;
}
#content .cont_l .office .office_list .office_item:hover .tiao .lan {
  display: none;
}
#content .cont_l .office .office_list .office_item:hover .tiao .bai {
  display: block;
}
#content .cont_l .other {
  margin-bottom: 24px;
}
#content .cont_l .other h3 {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .other .other_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 16px;
}
#content .cont_l .other .other_list .other_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
#content .cont_l .other .other_list .other_item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont_l .other .other_list .other_item .shen {
  display: none;
}
#content .cont_l .other .other_list .other_item h4 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_l .other .other_list .other_item:hover {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
#content .cont_l .other .other_list .other_item:hover .qian {
  display: none;
}
#content .cont_l .other .other_list .other_item:hover .shen {
  display: block;
}
#content .cont_l .other .other_list .other_item:hover h4 {
  color: #4285F4;
}
#content .cont_l .other .all {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #4285F4;
  text-align: center;
  font-family: s;
  font-weight: 600;
  font-size: 14px;
  color: #4285F4;
  line-height: 48px;
  margin-top: 16px;
}
#content .cont_r {
  width: 338px;
}
#content .cont_r .public {
  margin-bottom: 24px;
}
#content .cont_r .public h3 {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_r .public .public_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(50px, 1fr));
  grid-gap: 16px;
}
#content .cont_r .public .public_list .pubic_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
#content .cont_r .public .public_list .pubic_item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont_r .public .public_list .pubic_item .shen {
  display: none;
}
#content .cont_r .public .public_list .pubic_item h4 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_r .public .public_list .pubic_item:hover {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
#content .cont_r .public .public_list .pubic_item:hover .qian {
  display: none;
}
#content .cont_r .public .public_list .pubic_item:hover .shen {
  display: block;
}
#content .cont_r .public .public_list .pubic_item:hover h4 {
  color: #4285F4;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .text {
    margin-bottom: 20px;
  }
  #content .cont_l .office .office_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .other .other_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .public .public_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .office .office_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .text {
    margin-bottom: 20px;
  }
  #content .cont_l .other .other_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .public .public_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .office .office_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .other .other_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .public .public_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .office .office_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont_l .other .other_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
