.main {
    background: #fef6f2;
    padding: 1px 0;
}

.main .pos {
    font-size: 0.3rem;
    width: 94vw;
    margin: 0.3rem auto 0;
    line-height: 0.4rem;
}

.main .pos i {
    width: 0.25rem;
    height: 0.3rem;
    background: url("../images/pos_m.png") no-repeat center left;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: -0.04rem;
    margin-right: 0.1rem;
}

.main .con {
    margin: 0.4rem auto;
    width: 94%;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 0.1rem 0.5rem 0.1rem 0.1rem;
    position: relative;
    padding: 0.2rem 0.3rem;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .3rem;
    text-align: center;
}

.main .article h4 {
    font-size: .35rem;
    font-weight: bold;
    margin-bottom: .3rem;
    text-align: center;
}

.main .article .message {
    text-align: center;
    line-height: .5rem;
    margin-bottom: .3rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #e5e5e5;
}

.main .article .message span {
    font-size: .28rem;
    color: #7b7b7b;
}

.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;
}

.main .xgwz {
    width: 94%;
    margin: .3rem auto;
}

.main .xgwz .xgwzTitle {
    font-weight: bold;
    font-size: .4rem;
    color: #bf0e0e;
}

.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: #999999;
    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;
}

.fj {
    width: 94%;
    margin: 0 auto;
}

.fj p.xgfjTitle {
    font-weight: bold;
    color: #bf0e0e;
    line-height: .8rem;
}

.fj .itm {
    line-height: .5rem;
}

.fj .itm span {
    border-radius: 20px;
    width: 8px;
    height: 8px;
    background: #999999;
    margin-top: 0.2rem;
}

.fj .itm p {
    width: 95%;
}

.fj .itm p a {
    display: inline-block;
}

