/* 详情 */
.newsDetail-wrap {
    padding: .7rem 0;
    margin: 0 auto;
}

.newsDetail-text {
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    text-align: center;
}

.newsDetail-time {
    width: 100%;
    height: .5rem;
    background: #F5F5FA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .45rem 0;
}

.newsDetail-time p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin: 0 .2rem;
}

.newsDetail-content {
    padding: .4rem;
    padding-top: 0;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}

.newsDetail-page-box {
    border-top: 1px solid #E7E7E7;
    padding-top: .32rem;
}

.newsDetail-page {
    margin-bottom: .32rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.newsDetail-page:hover {
    color: #CB1B1D;
}
@media only screen and (max-width: 1024px) {
    .newsDetail-time p{
        font-size: .28rem;
    }
    .newsDetail-content ._3ygOc{
        margin-top: 0 !important;
    }
    .newsDetail-content ._3ygOc p span{
        font-size: .28rem !important;
        line-height: .44rem;
    }
    .newsDetail-text{
        line-height: .44rem;
        padding: 0 0.3rem;
    }
    .newsDetail-content p span{
        font-size: .28rem !important;
        line-height: .44rem;
    }
    .newsDetail-content{
        padding: .3rem;
    }
    .newsDetail-page{
        font-size: .28rem;
        line-height: .44rem;
        padding: 0 .3rem;
    }
    .newsDetail-time{
        margin-top: 0.45rem;
        margin-bottom: 0;
    }
}