/* 详情 */
.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;
}