.newsDetail {
    background: #b1b1b124;
    padding: 0.5rem 0rem;
}

.detail {
    background: #fff;
    padding: 0.6rem 0.4rem 0.35rem 0.4rem;
}

.title {
    padding-bottom: 0.24rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #eaeaea;
}

.title h2 {
    font-weight: bolder;
}

.title p {
    color: #999;
    margin-top: 0.14rem;
}

/*  */
.detailBtm {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detailBtmL{
    max-width: 65%;
    flex-grow: 1;
}

.detailBtmL li {
    display: flex;
    align-items: center;
    color: #666;
}

.detailBtmL li:last-child {
    padding-top: 0.1rem;
    margin-top: 0.1rem;
    border-top: 1px solid #eaeaea;
}

.detailBtmL a {
    display: block;
    max-width: 80%;
}

.detailBtmL li:hover a {
    color: #26446E;
}

.detailBtm .backBtn {
    background: #28456F;
    color: #fff;
    line-height: 0.4rem;
    padding: 0rem 0.14rem;
}

@media (max-width: 800px) {
    .detail {
        background: #fff;
        padding: 0.35rem 0.4rem;
    }

    .title h2 {
        font-size: 0.35rem;
    }

    .title p {
        margin-top: 0.24rem;
    }

    .detailBtm .backBtn {
        display: none;
    }

    .detailBtm {
        margin-top: 0.6rem;
    }

    .detailBtmL {
        width: 100%;
        max-width: unset;
    }
    .detailBtmL a {
    max-width: 70%;
}
}