#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 .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 .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 .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 .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 .other .other_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
