
.md-news-detail {
    padding-top: 0.29rem;
    padding-bottom: 1.2rem;
}

.md-news-detail .main {
    border-radius: .24rem;
    padding: 1.5rem 2.4rem 1.55rem;
    background-color: #fbfdff;
}

.md-news-detail .title {
    line-height: 1.25;
}

.md-news-detail .msg {
    margin-top: .29rem;
}

.md-news-detail .msg-item {
    margin-right: 2.15em;
    margin-bottom: .15rem;
}

.md-news-detail .msg-item:last-of-type {
    margin-right: 0;
}

.md-news-detail .detail {
    line-height: 1.77778;
    padding-top: 1.76em;
    padding-bottom: 2.3em;
    border-top: 1px solid #d9e8fa;
    border-bottom: 1px solid #d9e8fa;
}
.md-news-detail .detail ul,
.md-news-detail .detail ol{
    margin-left: 1em;
}

.md-news-detail .foot {
    margin-top: .45rem;
}

.md-news-detail .nav {
    line-height: 1.5;
}

.md-news-detail .nav-item {
    margin-bottom: .75em;
}

.md-news-detail .nav-item:last-of-type {
    margin-bottom: 0;
}

.md-news-detail .nav a:hover {
    text-decoration: underline;
}

.md-news-detail .back {
    margin-left: auto;
    margin-bottom: .04rem;
}

.md-news-detail .back img {
    width: .16rem;
    min-width: .8em;
    margin-left: .11rem;
}

.md-news-detail .back:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .md-news-detail .main {
        padding: 5%;
    }

    .md-news-detail .foot {
        display: block;
    }

    .md-news-detail .back {
        margin-top: .3rem;
    }
}
