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

.newsDetail-box {
    margin: 0 auto;
}

.newsDetail-title {
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    text-align: center;
    padding-bottom: .18rem;
    margin-bottom: .18rem;
    border-bottom: 0.01rem solid #A7A7A7;
}

.newsDetail-time {
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    text-align: center;
}


.newsDetail-content {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 0.43rem;
    margin: .52rem 0;
}

.newsDetail-content img {
    margin: 0 auto;
}

.newsDetail-page-box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.newsDetail-page {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
}

.newsDetail-page:hover {
    color: #C81526;
}
@media screen and (max-width:1024px){
    .newsDetail-wrap {
        padding: .7rem 0.25rem .8rem;
    }
    .newsDetail-title{
        font-size: .32rem;
        line-height: .42rem;
    }
    .newsDetail-time{
        font-size: .28rem;
    }
    .newsDetail-content p span,.newsDetail-content p{
        font-size: .28rem !important;
        line-height: 1.5;
    }
    .newsDetail-page-box{
        display: block;
    }
    .newsDetail-page:first-child{
        margin-bottom: .1rem;
    }
    .newsDetail-page{
        font-size: .24rem;
        line-height: .36rem;
    }
}