/* ---------- 公共列表 ---------- */
.dls {
  padding: 0 0.24rem;
}
.dls dl {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dls dl dt {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 1.7rem;
  margin-right: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.26rem;
  overflow: hidden;
}
.dls dl dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.3rem;
}
.dls dl dd {
  flex-grow: 1;
}
.dls dl dd h2 {
  margin-bottom: 0.1rem;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  letter-spacing: 0.1em;
  font-size: 0.3rem;
  color: #2f2f2f;
}
.dls dl dd span {
  display: block;
  font-size: 0.23rem;
  color: #808080;
}
.dls dl dd em {
  display: block;
  font-size: 0.23rem;
  color: #132f5d;
}
.swiper {
  width: 100%;
  height: 4.5rem;
}
.swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 4.5rem !important;
  overflow: hidden;
  object-fit: cover;
}
/* --------- 搜索栏 --------- */
.m-cell {
  padding: 0.15rem 0.25rem;
  margin-bottom: 0;
  background: #fff;
}
.m-cell .cell-item {
  width: 90%;
  padding-left: 0;
  background: rgba(217, 220, 225, 0.5);
  border-radius: 0.3rem;
}
.m-cell .cell-item .cell-left {
  width: 10%;
  height: 0.6rem;
  background: url('../images/ss.png') center center no-repeat;
  background-size: 50%;
}
.m-cell .cell-item .cell-right {
  height: 0.6rem;
  min-height: unset;
}
.m-cell .res {
  position: absolute;
  right: 0;
  top: 0.06rem;
  width: 10%;
  line-height: 0.8rem;
  color: #e84936;
}
/* ----- 机关事业 ----- */
.gof {
  background-color: #fff;
}
.gof .nav {
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0.02rem;
}
.gof .nav p {
  position: relative;
  padding: 0.2rem 0.04rem 0.1rem;
  font-size: 0.3rem;
  color: #7b7b7b;
}
.gof .nav p.active {
  color: #000;
  font-weight: bolder;
}
.gof .nav p.active::after {
  content: '';
  position: absolute;
  left: calc(50% - 1em);
  bottom: -0.02rem;
  width: 2em;
  height: 0.06rem;
  background-color: #40bffd;
  border-radius: 0.08rem;
}
.gof .search {
  padding: 0.28rem 0.32rem 0.28rem;
  overflow: hidden;
  position: fixed;
  top: 4.5rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
  background-color: #fff;
  border-radius: 0.3rem 0.3rem 0px 0px;
}
.gof .search input {
  width: 100%;
  display: block;
  padding: 0.24rem 0.04rem 0.24rem 0.9rem;
  border-radius: 0.2rem;
  border: 0;
  background: rgba(245, 245, 245, 0.8) url('../images/ss.png') no-repeat 0.35rem center / 0.32rem 0.3rem;
  font-size: 0.28rem;
  color: #000;
}
.gof .search input::placeholder {
  color: #b3b3b3;
}
.gof .mescroll {
  position: fixed;
  top: 5.7rem;
  bottom: 0;
  height: auto;
  z-index: 10;
  background-color: #fff;
  border-top: 0.2rem solid #fff;
}
.gof .mescroll ul {
  padding: 0rem 0.32rem 0.1rem;
}
.gof .mescroll ul > a {
  display: block;
  margin-bottom: 0.4rem;
}
.gof .mescroll ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gof .mescroll ul li .l-img {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 1.55rem;
  margin-right: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  overflow: hidden;
}
.gof .mescroll ul li .l-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.gof .mescroll ul li .r-info h2 {
  height: 0.8rem;
  font-size: 0.3rem;
  color: #2f2f2f;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.gof .mescroll ul li .r-info time {
  font-size: 0.22rem;
  color: #b4b4b4;
}
.gof .mescroll ul li .r-info address {
  font-size: 0.22rem;
  color: #283038;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #132f5d;
}
/* ---------- 企业 ---------- */
.gcp {
  background-color: #f9fbff;
  padding-top: 1.68rem;
}
.gcp .jgNav {
  background-color: rgba(0, 0, 0, 0);
}
.gcp .cell-left {
  width: 10%;
  height: 0.6rem;
  background: url('../images/ss2.png') center center no-repeat !important;
  background-size: 0.28rem 0.28rem !important;
}
