#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 .state {
  margin-bottom: 24px;
}
#content .cont_l .state h3 {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .state .state_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .cont_l .state .state_list .state_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
#content .cont_l .state .state_list .state_item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont_l .state .state_list .state_item .shen {
  display: none;
}
#content .cont_l .state .state_list .state_item .item_r {
  width: calc(100% - 48px);
}
#content .cont_l .state .state_list .state_item .item_r h4 {
  font-family: s;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_l .state .state_list .state_item .item_r span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .state .state_list .state_item:hover {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
#content .cont_l .state .state_list .state_item:hover .qian {
  display: none;
}
#content .cont_l .state .state_list .state_item:hover .shen {
  display: block;
}
#content .cont_l .state .state_list .state_item:hover h4 {
  color: #4285F4;
}
#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_l .record {
  margin-bottom: 8px;
}
#content .cont_l .record .record_title {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .record .record_list .record_item {
  display: block;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ECECEC;
  margin-bottom: 16px;
}
#content .cont_l .record .record_list .record_item h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
}
#content .cont_l .record .record_list .record_item .item_b li {
  display: flex;
  margin-bottom: 8px;
}
#content .cont_l .record .record_list .record_item .item_b li img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
#content .cont_l .record .record_list .record_item .item_b li .b_box span {
  display: block;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-bottom: 4px;
}
#content .cont_l .record .record_list .record_item .item_b li .b_box span:last-child {
  margin-bottom: 0;
}
#content .cont_l .record .record_list .record_item:hover {
  border: 1px solid #4285F4;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
#content .cont_l .record .record_list .record_item:hover h3 {
  color: #4285F4;
}
#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;
}
#content .cont_r .r_box {
  margin-bottom: 24px;
  /* 滚动条整体样式 */
  /* 滚动条滑块 */
  /* 滚动条轨道 */
}
#content .cont_r .r_box h3 {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_r .r_box .r_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(50px, 1fr));
  grid-gap: 16px;
  height: 750px;
  overflow-y: scroll;
}
#content .cont_r .r_box .r_list .r_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
#content .cont_r .r_box .r_list .r_item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont_r .r_box .r_list .r_item .shen {
  display: none;
}
#content .cont_r .r_box .r_list .r_item h4 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_r .r_box .r_list .r_item:hover {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
#content .cont_r .r_box .r_list .r_item:hover .qian {
  display: none;
}
#content .cont_r .r_box .r_list .r_item:hover .shen {
  display: block;
}
#content .cont_r .r_box .r_list .r_item:hover h4 {
  color: #4285F4;
}
#content .cont_r .r_box .scroll-container::-webkit-scrollbar {
  width: 12px;
  /* 滚动条的宽度 */
}
#content .cont_r .r_box .scroll-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  /* 滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
  border: 3px solid transparent;
  /* 滑块的内边框，可以用来制作间隙效果 */
  background-clip: content-box;
  /* 确保边框不影响滑块的实际大小 */
  height: 100px;
}
#content .cont_r .r_box .scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道的背景颜色 */
  border-radius: 10px;
  /* 轨道的圆角 */
}
@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 .state .state_list {
    grid-template-columns: repeat(3, minmax(50px, 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));
  }
  #content .cont_r .r_box .r_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 .state .state_list {
    grid-template-columns: repeat(3, minmax(50px, 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));
  }
  #content .cont_r .r_box .r_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 .state .state_list {
    grid-template-columns: repeat(2, minmax(50px, 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));
  }
  #content .cont_r .r_box .r_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 .state .state_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont_l .other .other_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
