﻿body {
    min-width: 350px;
}

.hotwords {
    margin-top: 5px;
    float: right;
    margin-right: 170px;
    font-size: 14px;
}

@media screen and (max-width: 800px) {

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    .top_bar {
        display: none;
    }

    .header {
        height: auto;
        margin-bottom: 10px;
    }

    .head_case,
    .line,
    .cont_r .title,
    .listNews,
    .page,
    .content_case,
    .article_message,
    .article_content,
    .file_case,
    .lan,
    .links,
    .cont_l .title {
        width: 100%;
    }

    .icon {
        width: 100%;
        height: 170px;
        float: none;
    }

    .search_case,
    .hotwords {
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .hotwords {
        padding: 0 10px;
    }

    .menu {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu>li {
        flex: none;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        padding: 0 15px;
        font-size: 15px;
    }

    .case {
        width: 100%;
        padding: 5px;
    }

    .case_left,
    .case_right,
    .case_left>div,
    .caseB_left,
    .caseB_center,
    .caseB_right {
        width: 100% !important;
        float: none;
    }

    .case_left>div {
        height: 300px !important;
    }

    .case_right {
        margin-top: 10px;
    }

    .channels,
    .channelsB,
    .channelsC {
        width: 100%;
    }

    .channels span,
    .channelsB span,
    .channelsC span {
        margin: 0;
        padding: 0 10px;
    }

    .content_list li,
    .content_listB li,
    .content_listC li {
        padding: 0 5px;
    }

    .content_list li a,
    .content_listB li a,
    .content_listC li a {
        width: 75%;
    }

    .channel_line {
        display: none;
    }

    .caseB_left,
    .caseB_center {
        margin-bottom: 10px;
    }

    .caseB_center {
        margin-left: 0;
    }

    .topic_case {
        width: 100%;
        margin-top: 20px;
    }

    .topics {
        display: flex;
        height: auto;
    }

    .topics a {
        display: inline-block;
        flex: 1;
    }

    .topic {
        width: auto;
        height: auto;
        margin: 10px;
        padding: 5px 10px;
    }

    .topic_line {
        width: 100%;
        float: none;
    }

    .ztzl_icon {
        display: none;
    }

    .footer_content {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .footer_content>div {
        margin: 0;
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 10px;
        border: none;
    }

    .government_icon {
        margin-bottom: 20px !important;
    }

    .correction_icon {
        display: none;
    }

    .content_box {
        width: 100%;
        padding: 5px;
    }

    .cont_l,
    .cont_r {
        width: 100%;
        float: none;
        margin: 0;
    }

    .cont_r {
        margin-top: 5px;
    }

    .cont_l .title {
        padding-top: 0;
        line-height: 40px;
    }

    .lanmu {
        padding: 15px;
        zoom: 1;
    }

    .lanmu::after {
        content: "";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
    }

    .lanmu li {
        margin: 0;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 5px;
        float: left;
    }

    .lanmu li:nth-child(2n) {
        margin-right: 0;
    }

    .title .location {
        float: none;
        margin: 0;
    }

    .cont_r .title,
    .page .num,
    .links {
        display: none;
    }

    .listNews ul,
    .location_box {
        padding: 5px;
    }

    .listNews li {
        background: none;
        padding-left: 0;
        margin-top: 10px;
    }

    .page {
        text-align: center;
    }

    .page span {
        margin: 5px;
    }
    table a{
        width: 100%;
        white-space: unset;
    }
    body .dt_xcpic{
        width: 100% !important;
        margin: 5px auto !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .friend-links {
        width: 100%;
    }
    .links{
        display: block;
    }
    .links a {
        width: auto;
        margin-right: 20px;
    }
    
    .links-title:after{
        display: none;
    }

}


@media screen and (max-width: 600px) {
    .listNews li a {
        display: block;
        width: 100%;
    }

    .page span {
        display: block;
    }

    .icon {
        height: 120px;
    }
}

@media screen and (max-width: 400px) {
    .icon {
        height: 110px;
    }
}