.html-mobile #content>div {}

.html-mobile .newsDetail-main {}

.html-mobile #panel_newsDetail {
    position: relative;
    cursor: default;
    padding: 0 20px;
}



.html-mobile .newsDetail-titel {
    color: #333;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 8px;
    overflow-wrap: break-word;
}

.html-mobile .newsDetail-media {
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
}

.html-mobile .newsDetail-content {
    position: relative;
    word-wrap: break-word;
    color: rgb(62, 62, 62);
}

.html-mobile .newsDetail-content p {
    letter-spacing: .5px;
    line-height: 30px;
    word-wrap: break-word;

    margin-bottom: 15px;
}

.html-mobile .newsDetail-content img {
    max-width: 100% !important;
    vertical-align: baseline;

    border-radius: 6px;
    display: inline-block;
    height: 100%;
    width: 960px;
    cursor: zoom-in;
}

.html-mobile #panel_disclaimer {
    margin-top: 30px;
    color: #999;
    font-size: 14px;
}

/* relevant */
.html-mobile .panel-relevant {
    margin-top: 30px;
    padding: 0 20px;
    cursor: default;
}

.html-mobile .relevant-header {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
}

.html-mobile .relevant-item {
    margin-bottom: 20px;
    display: flex;
}

.html-mobile .relevant-item-image {
    background-color: hsla(0, 0%, 90%, .7);
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 72px;
    width: 108px;
    margin-right: 14px;
}

.html-mobile .relevant-item-image img {
    cursor: pointer;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.html-mobile .relevant-item-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.html-mobile .relevant-item-title {
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: PingFang SC;
    font-weight: 400;

    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
}

.html-mobile .relevant-item-media {
    color: #999;
    font-size: 12px;
}