.main .pos {
  font-size: 0.3rem;
  width: 94%;
  margin: 0.3rem auto;
  line-height: 0.5rem;
  background: url("../images/pos_m.png") no-repeat center left;
  background-size: auto 70%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.main .article {
    width: 92%;
    margin: .2rem auto .7rem;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
    color: #006fb7;
}

.main .article h4 {
    font-size: .35rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
}

.main .article .message {
    text-align: center;
    line-height: .5rem;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e5e5e5;
}

.main .article .message span {
    font-size: .28rem;
    display: block;
    color: #7b7b7b;
}

.main .article .message span.time {
    margin-right: .4rem;
}

.main .article .texts {
    font-size: .32rem;
    line-height: .6rem;
    text-align: justify;
}

.main .article .texts p{
    font-size: .32rem !important;
    line-height: .6rem !important;
    text-align: justify;
}

.main .article .texts img {
    max-width: 100% !important;
    display: block;
    margin: .2rem auto;
    height: auto;
}
.main .fj{
    width: 92%;
    margin: .3rem auto;
}
.main .fj p{
    color: #006fb7;
}
.main .fj .itm{
    margin: .2rem auto;
}