article {
  background: url(../images/pic_er_bg.jpg) no-repeat center center/cover;
}
.pic-er {
  padding: 0 0 0.5rem;
}
.pic-er-name {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;
}
.pic-er-thumb {
  padding: 0.2rem 0;
  text-align: center;
}
.pic-er-thumb img {
  width: 100%;
}
.pic-er-detail {
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: url(../images/pic_er_title.png) no-repeat 0 center/3.2rem;
}
.pic-er-p {
  margin: 10px 0 0;
  min-height: 100px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
@media (min-width: 1200px) {
  .pic-er {
    padding: 0 0 5vw;
  }
  .pic-er-name {
    font-size: 1.2vw;
    line-height: 2vw;
    color: #000;
    text-align: center;
  }
  .pic-er-thumb {
    padding: 2vw 0;
    text-align: center;
  }
  .pic-er-thumb img {
    width: 48vw;
  }
  .pic-er-detail {
    padding-left: 1.2vw;
    font-size: 0.9vw;
    line-height: 2vw;
    color: #fff;
    background: url(../images/pic_er_title.png) no-repeat 0 center/10vw;
  }
  .pic-er-p {
    margin: 2vw 0 0;
    min-height: 3vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #000;
  }
}
