.news {
    padding: .4rem .36rem;
}

h1 {
    font-size: .36rem;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: bold;
    text-align: justify;
    color: #191717;
    line-height: .52rem;
    letter-spacing: 0.02px;
    margin-bottom: .24rem;
}

h1 .tags {
    height: .36rem;
    background: #eaf3fd;
    border-radius: .04rem;
    box-sizing: border-box;
    padding: 0 .12rem;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #559aff;
    line-height: .36rem;
    letter-spacing: 0.01px;
    display: inline-block;
    margin-left: .2rem;
    vertical-align: middle;
    margin-top:-3px;
}

p.time {
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #969696;
    line-height: .33rem;
    margin-bottom: .24rem;
    letter-spacing: 0.01px;
}

.news-content img {
    display: block;
    margin: 0 auto .4rem;
    min-width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.news-content p,
.news-content span,
.news-content b,
.news-content strong {
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    color: #191717;
    line-height: .52rem;
    letter-spacing: 0.01px;
    background-color: transparent !important;
}

.news-content div,
.news-content p,
.news-content span,
.news-content b,
.news-content strong {
    max-width: 100% !important;
    min-width: auto !important;
    margin: 0 auto;
}

.news-content div,
.news-content p {
    margin-bottom: .4rem;
    text-indent: 2em;
    text-align: justify;
}

.news-content a {
    color: #191717;
}

.news-content a:hover {
    color: #191717;
}

.news-content a:active {
    color: #191717;
}

.news-content a:visited {
    color: #191717;
}

.news-content a:link {
    color: #191717;
}

.news-content a:focus {}