﻿﻿
@media screen and (max-width: 768px){
    /* index */
    #Header .header{
        width: 100%;
        position: unset;
    }
    #Header .logo{
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 65%;
        line-height: 100px;
    }
    .search-wrap{
        width: 65%;
        margin: 0 auto;
        float: none;
    }
    .head-top{
        margin-top: 0;
    }
    .head-top>div{
        margin: 0;
        text-align: center;
    }
    .nav{
        height: 45px;
    }
    .nav ul{
        width: 100%;
    }
    .nav ul li{
        width: 16.6%;
    }
    .nav ul li a{
        line-height: 45px;
    }
    .content0 >div:first-child,
    .content0 .fr{
        width: 100%;
    }
    .content1{
        height: auto;
        margin-bottom: 20px;
    }
    .content1 a{
        height: auto;
    }

    .content2 .fl,
    .content2 .fr{
        width: 100%;
    }
    .lotBox i{
        width: 65px;
        height: 65px;
        padding: 14px;
    }
    .iconfont{
        font-size: 35px;
    }
    .index_title{
        height: 60px;
    }
    .btn_left,
    .btn_right{
        margin: 20px auto;
    }
    .btn_left >div,
    .btn_right >div{
        width: auto;
    }
    .btn_left a,
    .btn_right a{
        font-size: 24px;
        line-height: 40px;
    }
    .btn_left a{
        background: url(../images/msg.png) 5px center no-repeat;
        background-size: 35px;
    }
    .btn_right a {
        background: url(../images/opinion.png) 5px center no-repeat;
        background-size: 35px;
    }
    .content5{
        height: auto;
    }
    .content5 .textarea{
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        margin: 0px auto;
    }
    .submit{
        margin: 10px auto;
    }


    .foot{
        width: 100%;
    }


    /* channel */
    .column_container{
        padding: 10px 0;
    }
    .crumb{
        margin: 0 10px;
        font-size: 14px;
    }
    .column_container .fl{
        width: 100%;
        padding: 0;
    }
    .column_container .fl h2{
        width: 100%;
        line-height: 35px;
        font-size: 18px;
    }
    .column_container .fl ul{
        width: 100%;
        font-size: 16px;
    }
    .column_container li{
        line-height: 30px;
    }
    .column_container .fr{
        width: 100%;
    }
    .column_container .fr li{
        background: url(../images/dian.jpg) no-repeat 5px center;
        background-size: 4px;
        padding: 0 115px 0 15px;
    }
    .column_container .fr li a{
        font-size: 15px;
    }
    .column_container .fr li span{
        font-size: 14px;
    }
    .column_list_bottom{
        margin: 0 auto;
    }
    .column_list_bottom .page_change,
    .column_list_bottom .page_jump{
        width: auto !important;
        margin: 20px 10px;
        font-size: 15px;
    }
    .column_list_bottom .page_change a,
    .column_list_bottom .page_jump a{
        color: #015293;
    }

    /* content */
    .essay_container{
        padding: 10px 0;
    }
    .essay_main{
        padding: 0;
    }
    .essay_main img{
        max-width: 100%;
    }
    
}

@media screen and (max-width: 550px){
    .Header,
    .header{
        height: 160px;
    }
    #Header .logo{
        width: 80%;
        line-height: 75px;
    }
    .head-top{
        line-height: 30px;
        font-size: 13px;
    }
    .search-input .word{
        height: 35px;
    }
    .search-input .submit{
        height: 35px;
        width: 35px;
    }
    .content_container{
        padding: 0;
    }
    .content0 >div:first-child{
        height: 255px;
    }
    .content0 .prev,
    .content0 .next{
        display: block;
    }
    .tab-content>ul>li{
        padding: 0 90px 0 10px;
        line-height: 40px;
    }
    .tab-content>ul>li a{
        font-size: 15px;
    }
    .tab-content>ul>li span{
        font-size: 14px;
    }
    .content1 .fl{
        margin-bottom: 10px;
    }
    .content1 .fl,
    .content1 .fr{
        width: 100%;
    }
    .lotBox i{
        width: 48px;
        height: 48px;
        padding: 11px;
    }
    .lotBox li a span{
        font-size: 14px;
        margin: 8px auto;
    }
    .iconfont{
        font-size: 25px;
    }
    .content4,
    .content5{
        width: 100%;
    }
    .column6 .link-site a{
        padding: 0 5px;
        line-height: 35px;
        font-size: 15px;
    }
    .foot p{
        line-height: 21px;
        width: 100%;
        font-size: 14px;
    }
    .foot{
        text-align: center;
        padding: 10px 0;
    }
    .foot>div{
        line-height: normal;
    }
    #Footer .fl,
    #Footer .fr{
        float: none;
        display: inline-block;
    }
    #Footer .fl img{
        width: 95px;
    }
    #Footer .fr img{
        width: 50px !important;
    }
}