body {
  background-color: #f5f7fa;
}

.page-content-container {
  background-color: #fff;
  padding: 0.45rem 0.3rem;
  margin-bottom: 0.36rem;
  *zoom: 1;
}
.page-content-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.page-content-container .left-container {
  float: left;
  width: 23.07692%;
  background-color: #f0f6ff;
}
.page-content-container .left-container .name {
  background-color: #2f72da;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  font-size: 0.26rem;
  color: #fff;
}
.page-content-container .left-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.22rem;
  text-align: center;
}
.page-content-container .left-container a.cur {
  color: #2f72da;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}
.page-content-container .left-container a + a::before {
  content: "";
  width: 85%;
  height: 2px;
  background-image: url(../images/yj-wz-ldxx-img-split-line.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-content-container .right-container {
  float: right;
  width: 73.07692%;
}
.page-content-container .right-container .img-container {
  width: 24.52631%;
  height: 0;
  padding-top: 30.21052%;
  overflow: hidden;
  background-color: #f0f6ff;
  border: solid 0.1rem #f0f6ff;
  margin: 0 auto;
}
.page-content-container .right-container .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-content-container .right-container .img-container img {
    height: auto;
  }
}
.page-content-container .right-container > .name {
  margin-top: 0.2rem;
  margin-bottom: 0.15rem;
  font-size: 0.22rem;
  text-align: center;
}
.page-content-container .right-container .job {
  font-size: 0.18rem;
  margin: 0 auto;
  line-height: 1.36;
  text-align: center;
}
.page-content-container .right-container .ldjl-container,
.page-content-container .right-container .zggz-container {
  background-color: #f0f6ff;
  padding: 0.2rem 0.3rem;
  margin-top: 0.3rem;
}
.page-content-container .right-container .ldjl-container .name,
.page-content-container .right-container .zggz-container .name {
  font-size: 0.22rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #2f72da;
  line-height: 1;
  padding-bottom: 0.15rem;
}
.page-content-container .right-container .ldjl-container .name::before,
.page-content-container .right-container .zggz-container .name::before {
  content: "";
  width: 0.9rem;
  height: 0.04rem;
  background-color: #2f72da;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-content-container .right-container .ldjl-container .info,
.page-content-container .right-container .zggz-container .info {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}

@media screen and (max-width: 992px) {
  .page-content-container {
    padding: 0.25rem;
    margin-bottom: 1rem;
  }
  .page-content-container .left-container {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-content-container .left-container .name {
    background-color: #2f72da;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    width: 100%;
  }
  .page-content-container .left-container a {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.375rem;
    width: 50%;
  }
  .page-content-container .right-container {
    float: none;
    width: 100%;
    margin-top: 0.375rem;
  }
  .page-content-container .right-container .img-container {
    width: 45.3571425%;
    padding-top: 56.42856%;
    border: solid 0.125rem #f0f6ff;
  }
  .page-content-container .right-container > .name {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.4rem;
  }
  .page-content-container .right-container .job {
    font-size: 0.375rem;
    margin: 0 auto;
    line-height: 1.5;
  }
  .page-content-container .right-container .ldjl-container,
  .page-content-container .right-container .zggz-container {
    padding: 0.375rem 0.25rem;
    margin-top: 0.375rem;
  }
  .page-content-container .right-container .ldjl-container .name,
  .page-content-container .right-container .zggz-container .name {
    font-size: 0.4rem;
    padding-bottom: 0.25rem;
  }
  .page-content-container .right-container .ldjl-container .name::before,
  .page-content-container .right-container .zggz-container .name::before {
    width: 1.625rem;
    height: 0.05rem;
  }
  .page-content-container .right-container .ldjl-container .info,
  .page-content-container .right-container .zggz-container .info {
    margin-top: 0.25rem;
    font-size: 0.375rem;
    line-height: 1.5;
    overflow: visible;
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: initial;
  }
}
