/**
 * 移动端
 */
@media screen and (max-width: 850px) {
    .news-content-box .quick-box{
        display: none;
    }

}