.main {
    padding: .2rem 0;
    min-height: 64vw;
}

.main .pos {
    font-size: .3rem;
    width: 94vw;
    margin: .3rem auto .1rem;
    padding:0 3vw .1rem;
    border-bottom: 1px solid #e5e5e5;
    line-height: .5rem;
}
.main .pos i {
    width: .3rem;
    height: .3rem;
    background: url("../images/pos_m.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: -0.04rem;
}

.main .article {
    width: 92%;
    margin: .2rem auto .7rem;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
}

.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;
    height: auto;
    margin: .2rem auto;
}

.main .xgwz{
    width: 94%;
    margin: .3rem auto;
}

.main .xgwz .xgwzTitle{
    font-weight: bold;
    font-size: .4rem;
    color: #006fb7;
}

.main .xgwz ul.newsList {
    width: 100%;
    margin: 0 auto;
}

.main .xgwz ul.newsList li {
    padding: .1rem 0;
    line-height: .5rem;
}

.main .xgwz ul.newsList li span.point {
    width: 5px;
    height: 5px;
    background: #7ecef4;
    margin-top: .2rem;
}

.main .xgwz ul.newsList li p {
    width: 94%;
}
.main .xgwz ul.newsList li p span.time {
    color: #ADADAD;
    display: block;
    font-size: .3rem;
}
