@charset "utf-8";
/* CSS Document */
.main .banner{
    width: 100%;
    height: 70vw;
}
.main .banner img{
    width: 100%;
    height: 70vw;
}
.main .pos {
        font-size: .3rem;
    width: 94%;
    margin: 0.2rem auto;
    line-height: .5rem;
}
.main .pos img {
    width: .3rem;
    margin-right: .1rem;
}
.main .pos p {
    display: inline-block;
}
.main .article {
    width: 92%;
    margin: 0 auto;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
}

.main .article .message {
    text-align: center;
    line-height: .4rem;
    margin-bottom: .3rem;
    font-size: .24rem;
    color: #7b7b7b;
}

.main .article .message span {
    display: inline-block;
}

.main .article .message span.time {
    margin-right: .4rem;
}

.main .article .text p {
    font-size: .32rem !important;
    word-wrap:break-word; 
    line-height: .6rem !important;
    text-align: justify;
    margin-bottom: .2rem;
}

.main .article .text span {
    font-size: .32rem !important;
    word-wrap:break-word; 
    line-height: .6rem !important;
}

.main .article .text img {
    max-width: 100% !important;
    margin: .2rem auto;
}

#share {
    width: auto;
    float: right;
    margin-right: .3rem;
    margin-top: .1rem;
    display: inline-block;
}

#share a {
    margin: 4px 5px;
}
.fj {
    width: 94%;
    margin: 0 auto;
}

.fj p a {
    color: #92c8f5;
}
.footer{
    font-size: .31rem;
    margin-top: .5rem;
    height: 20vw;
    line-height: .5rem;
    text-align: center;
    color: #999999;
}