.main {
    min-height: 64vw;
    margin-bottom: .4rem;
    overflow: hidden;
}

.main .article {
    width: 92%;
    margin: .2rem auto .7rem;
}

.main .article h3 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
    color: #BB1F1F;
}

.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 .describe p .ot{display:inline-block;}
.main .article .text p {
    line-height: .5rem;
    text-align: justify;
    margin-bottom: .2rem;
}
.main .article .text table p{
    margin-bottom: 0;
}
.main .article .text img {
    max-width: 100% !important;
    margin: .2rem auto;
    height: auto;
}

.fj {
    width: 94%;
    margin: 0 auto;
}

.fj p a {
    color: #BB1F1F;
}
.main .article.ldzc .photo img{
    display: block;
    margin: .4rem auto;
    width: 50%;
}
.main .article.ldzc h4{
    text-align: center;
    font-weight: bold;
    font-size: .4rem;
    margin-bottom: .3rem;
    font-family: 宋体, SimSun;
}