/* 工作动态 */
.list-wrap {
  padding: 0.3rem 0.21rem;
  background: #efefef;
  z-index: 100;
  position: relative;
}
.list-wrap .gzdt-list {
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 6%);
}
.list-wrap .common-tabs {
  border-radius: 0.12rem 0.12rem 0 0;
}
.look-more-wrap {
  text-align: center;
  height: 0.82rem;
  background-color: #fff;
  border-radius: 0 0 0.12rem 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.look-more-btn {
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.look-more-btn > img {
  width: 0.24rem;
  height: 0.24rem;
}
.mt30 {
  margin-top: 0.3rem;
}
/* 互动交流 */
.type-list-wrap {
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.2rem 0.25rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}
.type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.type-list li {
  width: 50%;
  font-size: 0.24rem;
  color: #333;
  padding: 0.1rem 0.25rem;
}
.type-list li a {
  display: flex;
  background: #f7fcff;
  border: 1px solid #bae2ff;
  align-items: center;
  justify-content: center;
  line-height: 0.6rem;
}
/* 联系我们 */
.contact-link-way {
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.3rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}
.link-item {
  height: 0.66rem;
  background: #f7f7f7;
  padding: 0 0.2rem;
}
.link-item:nth-child(2n) {
  background: #fff;
}
.link-item > label {
  font-size: 0.28rem;
  color: #666666;
}
.link-item > span {
  font-size: 0.24rem;
  color: #333;
}

.link-wrap {
  margin-top: 0.2rem;
}
.link-wrap .title {
  font-size: 0.3rem;
  color: #10568a;
  text-align: center;
  padding: 0 0.4rem;
}

.browse-times {
  font-size: 0.22rem;
  color: #666666;
  padding-bottom: 0.13rem;
  margin-top: 0.16rem;
  text-align: center;
  border-bottom: 0.01rem solid rgba(151, 151, 151, 0.22);
}

.link-detail-info {
  margin-top: 0.15rem;
}
.link-detail-info p {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.4rem;
}
.link-detail-info p:last-child {
  margin-bottom: 0;
}
.text-indent {
  text-indent: 0.48rem;
}
/* 政务公开 */
.zwgk-list-wrap {
  padding-top: 1.98rem;
  background: url('../appImg/img/zwgk-bg.png') #efefef no-repeat top left;
  background-size: contain;
}
.gzdt,
.gsgg,
.zzfg {
  background-color: #fff;
  height: 0.87rem;
  padding-top: 0.3rem;
  padding-left: 0.2rem;
}
.gsgg {
  z-index: 100;
}
.gsgg-area {
  position: relative;
  width: 100%;
  padding-top: 1.97rem;
  background: #efefef;
}
.gsgg-bg {
  width: 100%;
  height: 3.65rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gsgg-bg img {
  width: 100%;
  height: 100%;
}
.gsgg-wrap {
  position: relative;
  z-index: 100;
  background-color: rgb(0 0 0 / 0%);
}

.zzfg {
  z-index: 100;
}
.zzfg-area {
  position: relative;
  width: 100%;
  padding-top: 1.97rem;
  background: #efefef;
}
.zzfg-bg {
  width: 100%;
  height: 3.65rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zzfg-bg img {
  width: 100%;
  height: 100%;
}
.zzfg-wrap {
  position: relative;
  z-index: 100;
  background-color: rgb(0 0 0 / 0%);
}
