



/* ==========================================================================
   News Center for mobile
   ========================================================================== */
@media(max-width: 992px) {
    .content, .content .news_con {
        width:100%;
    }
    .content .news_title {
        font-size:18px;
        border-bottom: 1px gray solid;
        padding-bottom:20px;
    }
    .local, .news_title_add, .qqbox3 {
        display:none;
    }
    .news_word p img, .news_word div img {
        width:100%;
        max-width:500px;
        
    }
}
@media(max-width: 750px) {
    .pre-header, .container-fluid {
        display:none;
    }
}