/*富文本编辑器内图片最大宽度*/
.ck-editor img {
    max-width: 100%;
}
.ck-content img {
    max-width: 100%;
}
.ck-content .image {
    margin: 0 auto !important;
}
.ck-content li {
    list-style: unset;
}
.ck-content h1, h2, h3, h4, h5, h6 {
    font-weight: revert;
}

/* 笔记本 */
@media  screen and (max-width:1366px) and (min-width:992px){
    .news-fix {
        top: 38% !important;
    }
}
/* 小屏PC */
@media  screen and (max-width:1600px) and (min-width:1367px) {
    .news-fix {
        top: 38% !important;
    }
}
