
@media screen and (min-width:320px) and (max-width:720px) {
    /*当屏幕宽度大于等于320像素,nav的字体改为14，这种方法不用刷新的，自动判断的，但必须要写在原本样式下面*/

    /*第一部分*/
    .top_c {
        width: 100% !important;
        text-align: center;
    }

        .top_c p {
            width: 100%;
        }


    .topc_r {
        display: none;
    }

    /*第二部分*/
    .header {
        width: 100%;
        height: 100px !important;
    }

    .header_c {
        width: 100% !important;
        height: 100px !important;
    }

        .header_c img {
            width: 100%;
            margin-top: 26px;
        }

        .header_c p {
            display: none;
        }
    /*第三部分*/
    .nav {
        height: 108px !important;
    }

        .nav a {
            display: inline-block;
            margin: 0 auto;
            width: 30%;
        }
    /*第四部分*/
    .banner ul, .banner ul li {
        width: 100% !important;
        height: auto !important;
    }

    .banner {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
        left: auto;
    }

    .nav-banner {
        height: 140px !important;
    }

    .banner ul li img {
        height: 140px;
        width: 100%;
    }

    .small {
        margin: 0 auto;
        left: 15%;
        width: 100%;
    }
    /*第四部分*/
    .hycp {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .hycp_t {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

        .hycp_t a {
            width: 50%;
        }
    /*第五部分*/
    div#hycp_a1 {
        width: 100%;
    }

        div#hycp_a1 ul {
            width: 100%;
            height: auto;
        }

            div#hycp_a1 ul li {
                width: 50%;
                margin: 0 auto;
                height: auto;
            }

                div#hycp_a1 ul li a img {
                    width: 100%;
                    height: 130px;
                }

    .hycp_c ul li p {
        width: 100%;
        height: auto;
        line-height: inherit;
    }
    /*第六部分*/
    .con1 {
        height: auto;
    }

    .conxw {
        width: 100%;
        height: auto;
    }

    .gsdt {
        width: 100%;
        height: auto;
    }

    .gsdt_t {
        width: 100%;
    }

    .gsjj {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .dtpic {
        display: none;
    }

    .gsdt ul {
        width: 100%;
        height: auto;
    }

        .gsdt ul li {
            width: 100%;
        }

    .Time {
        width: 25%;
    }

    .newc {
        width: 70%;
    }

        .newc span {
            float: none;
        }

        .newc p {
            float: left;
        }

    .Time span, .Time p {
        width: 100% !important;
    }

    /*第七部分*/
    .gsjj_c {
        width: 100%;
    }
    /*第八部分*/
    .hy_pic {
        display: none;
    }
    /*第九部分*/
    .jdal {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .jdal_t {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .jdal_c ul {
        width: 100%;
        height: auto;
    }

    /*第十部分*/
    .hzkh {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    /*第十一部分*/
    .links {
        height: auto;
    }

    .links_c {
        width: 100%;
        height: auto;
        padding: inherit;
        background: none;
    }

        .links_c a {
            display: block;
            width: auto;
            float: left;
        }
    /*第十二部分*/
    .footer {
        height: auto;
    }

    .fnav {
        width: 100%;
        overflow: hidden;
    }

        .fnav a {
            margin: 0 auto;
        }

    .fc {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .fc p {
            width: 100%;
            padding: inherit;
            background: none;
            text-align: center;
        }

        .fc span {
            display: none;
        }

    /*单页*/
    .main {
        width: 100%;
    }

    .main_left {
        display: none;
        width: 100% !important;
        float: right !important;
    }

    .main_right {
        width: 100% !important;
        float: left !important;
        margin: 0 auto !important;
    }
    /*图片*/
    .main .main_right .cateslist dl dd {
        width: 50%;
        margin: 0 auto;
    }

        .main .main_right .cateslist dl dd .img {
            WIDTH: 100%;
            height: 130px;
        }

            .main .main_right .cateslist dl dd .img img {
                width: 100%;
                height: 130px;
            }
    /*文章*/
    .content {
        padding: 0px !important;
    }

    .main .main_right .content .newslist li {
        padding: 0px !important;
        border-bottom: solid 1px #d5dadc;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

        .main .main_right .content .newslist li .img {
            width: 50%;
            text-align: center;
        }

        .main .main_right .content .newslist li .txt {
            width: 50%;
        }

    .txt h2 {
        margin-bottom: 5px;
    }

    .txt p {
        height: 40px;
    }

    .content img {
        height: auto !important;
    }
}
