@charset "utf-8";
/* CSS Document */

.main {
    padding: .2rem 0;
    min-height: 64vw;
    margin-bottom: .4rem;
    overflow: hidden;
}

.main .pos {
    font-size: .3rem;
    width: 94%;
    margin: 0 auto .3rem;
    line-height: .5rem;
}

.main .pos img {
    width: .3rem;
    margin-right: .1rem;
}

.main .pos p {
    display: inline-block;
}

.main .article {
    width: 92%;
    margin: .2rem auto .7rem;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .2rem;
    text-align: center;
}

.main .article h4 {
    font-size: .35rem;
    margin-bottom: .3rem;
    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;    
    height: auto !important;
}

#share {
    width: auto;
    float: right;
    margin-right: .3rem;
    margin-top: .3rem;
    display: inline-block;
}

#share a {
    margin: 4px 5px;
}

.fj {
    width: 94%;
    margin: 0 auto;
}
.fj p.xgfjTitle {
    font-weight: bold;
    color: #006fb7;
    line-height: .8rem;
}
.fj .itm{
    line-height: .5rem;
}
.fj .itm span{
    border-radius: 20px;
    width: 8px;
    height: 8px;
    background: #7ecef4;
    margin-top: 0.2rem;
}
.fj .itm p{
     width: 95%;
}
.fj .itm p a{
    display: inline-block;
}
.main .xgwz{
    width: 94%;
    margin: .3rem auto;
}

.main .xgwz .xgwzTitle{
    font-weight: bold;
    color: #006fb7;
    line-height: .8rem;
}


.main .xgwz ul.newsList li {
    line-height: .5rem;
}

.main .xgwz ul.newsList li span.point {
    border-radius: 20px;
    width: 8px;
    height: 8px;
    background: #7ecef4;
    margin-top: 0.2rem;
}

.main .xgwz ul.newsList li p {
    width: 95%;
}

.main .xgwz ul.newsList li p a{
    display: inline-block;
}
.main .xgwz ul.newsList li p span.time {
    color: #ADADAD;
    display: block;
    font-size: .3rem;
    margin-top: 0.05rem;
}