.main {
  padding: 0.2rem 0;
  min-height: 64vw;
}
.main .pos {
  font-size: 0.3rem;
  width: 94%;
  margin: 0.3rem auto;
  line-height: 0.5rem;
  background: url(/pubm/pos_m.png) no-repeat left 0.1rem;
  background-size: .3rem auto;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.main .article {
  width: 94%;
  box-sizing: border-box;
  padding: 0.2rem;
  border: 1px solid #d1e8fa;
  margin: 0.2rem auto 0.7rem;
}
.main .article h3 {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  text-align: center;
}
.main .article h4 {
  font-size: 0.35rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  text-align: center;
}
.main .article .message {
  text-align: center;
  line-height: 0.5rem;
  margin: 0.2rem auto;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #aaaaaa;
}
.main .article .message span {
  font-size: 0.28rem;
  color: #999999;
}
.main .article .message span.time {
  margin-right: 0.3rem;
}
.main .article .texts {
  font-size: 0.32rem;
  line-height: 0.6rem;
  text-align: justify;
}
.main .article .texts p {
  font-size: 0.32rem !important;
  line-height: 0.6rem !important;
  text-align: justify;
}
.main .article .texts img {
  max-width: 100% !important;
  display: block;
  margin: 0.2rem auto;
  height: auto;
}
.main .article .fj {
  width: 94%;
  margin: 0 auto;
}
.main .article .fj p {
  font-weight: bold;
  color: #4694e3;
  line-height: .8rem;
}
.main .article .fj .itm{
  line-height: .5rem;
}