.pc {
  width: 100%;
  min-height: 100vh;
  background: #f5f6f7 url(../images/jk-bg.png) no-repeat left 0.82rem/100% 6.73rem;
}
.h5{
  display:none;
}
.pc .main {
  width: 14.4rem;
  background-color: #f5f6f7;
  padding: 0.65rem 0.78rem 1rem;
  box-sizing: border-box;
  margin: 2.75rem auto 0;
  border-radius: 0.5rem;
}
.pc .main .breadcrumb {
  font-size: 0.14rem;
  color: #534a43;
  padding-left: 0.45rem;
}
.pc .main .content {
  text-align: center;
  margin-top: 0.6rem;
}
.pc .main .title {
  font-size: 0.36rem;
  color: #163175;
}
.pc .main .time {
  margin-top: 0.15rem;
  font-size: 0.14rem;
  color: #a7a39f;
}
.pc .main .line {
  width: 100%;
  height: 0;
  border-width: 1px;
  border-color: #c6d6db;
  border-style: dashed;
  margin-top: 0.3rem;
}
.pc .main .article {
  line-height: 0.3rem;
  text-align: left;
  padding: 0.3rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.pc .main .article p {
  margin: 0 0 0.3rem;
}
.pc .main .article img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.pc .main .article .name {
  font-size: 0.16rem;
  color: #163175;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .h5 {
    width: 100%;
    min-height: 100vh;
    display: block;
  }
  .h5 .content {
    min-height: calc( 100vh - 3rem );
    border-radius: 0.5rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 50px 0px rgba(220, 232, 248, 0.004);
    box-sizing: border-box;
    width: 7.1rem;
    margin: 0.5rem auto;
  }
  .h5 .content .title {
    font-size: 0.3rem;
    text-align: center;
    padding-top: 0.5rem;
  }
  .h5 .content .time {
    font-size: 0.2rem;
    text-align: center;
  }
  .h5 .content .line {
    width: 100%;
    height: 0;
    border-width: 1px;
    border-color: #c6d6db;
    border-style: dashed;
    margin-top: 0.3rem;
  }
  .h5 .content .article {
    line-height: 0.3rem;
    text-align: left;
    padding: 0.3rem;
    box-sizing: border-box;
    font-size: 0.24rem;
  }
  .h5 .content .article p{
      margin: 0 0 0.3rem;
  }
}
