
.container{
    max-width: 1140px;
}
.mobile_menu{
    display: none;
}
.nav_title{
    display: none;
}
@media only screen and (max-width : 750px){
    .container{
        width: 100% !important;
    }
    .department{
        display: flex;
        flex-direction: row;
        padding: 15px 7px !important;
        padding-top: 25px !important;
    }
    .department .col-md-3{
        width: 25%;
        border-right: none !important;
        margin-bottom: 10px;
        float: none;
        background: url(../images/app1.png) no-repeat center top;
        background-size: 39px;
        padding: 0 7px;
    }
    .department a span{
        height: auto;
        width: 100%;
        position: relative !important;
        left: auto !important;
    text-align: center;
    display: block;
    font-size: 14px;
    }
    .department a{
        text-decoration:none !important; 
        padding-top: 45px;
    }

    .department .col-md-3:nth-child(2){
        background-image: url(../images/app2.png);
    }
    .department .col-md-3:nth-child(3){
        background-image: url(../images/app3.png);
    }
    .department .col-md-3:nth-child(4){
        background-image: url(../images/app4.png);
    }

   
    .department a{
        display: flex;
        flex-direction: column;
    }
    .department  img{
        display: none;
    }
    .logo img{
        width: calc(100% - 30px);
    }
    .nav_container{
        margin: 0 !important;
        height: 100vh !important;
        height: 100% !important;
        width: 100% !important;
        background: rgba(255, 255, 255, .95) !important;
        position: fixed !important;
       
        left: 0 !important;
        z-index: 888 !important;
        overflow-y: auto;
         top: 0;
         flex-direction: column;
         flex-wrap:  nowrap !important;
         transition: all .5s;
         top: -110vh;
    }
    .nav-pills{
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 15px !important;
    }
    #myTab .btn-primary{
        display: block !important;
    }
    .dropdown-menu{
        position: relative !important;
        top: 0 !important;
        /* background: none !important; */
        border: none !important;
    }
    .nav-item{
      
    }
    .dropdown-item{
        text-align: left !important;
        padding-left: 20px !important;
    }
    .nav-pills .nav-link{
        border-bottom: solid #ddd 1px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
    }
    div.nav{
        border: none !important;
    }
    .search{
        padding: 0 15px !important;
        width: 100% !important;
        margin-top: 15px !important;
        position: sticky !important;
        top: 0 !important;
        position: -webkit-sticky !important;
        padding-bottom: 10px !important;
        background-color: #fff !important;
        z-index: 888;
    }
    .searchform{
        width: 100% !important;
    }
    #txtKey{
        width: calc(100% - 65px) !important;
    }
    .nav-link.btn{
        margin-left: 0 !important;
        text-align: center !important;
        margin-top: 20px;
        display: block !important;
    }
    .header{
        box-shadow: 0px 3px 15px 0px rgba(26, 114, 224, 0.2);
        height: 70px !important;
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 0 !important;
        z-index: 888;
    }
    .mobile_menu{
        background: url(../images/menu.png) no-repeat;
        background-size: 23px;
        width: 23px;
        height: 23px;
        position: absolute;
        right: 15px;
        top: 25px;
        display: block;
    }
    .mobile_menu.close{
        background-position-y: -39px;
        z-index: 999;
        top: 15px;
    }
    .nav_title{
        display: block;
        margin-bottom: 15px;
    }
    .title_line{
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        margin-left: 23px !important;
        width: calc(100% - 35px) !important;
    }
    .row.title{
        position: relative;
        justify-content: space-between;
        align-items: center;
    }
    .row.title .col-md-8 , .row.title .col-md-4{
        width: auto !important;
        display: flex;
        align-items: center;
    }
    .row.title .col-md-8  img{
        margin-right: 10px;
    }
    a{
        text-decoration: none !important;
    }
    .lefttitle{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100% !important;
        padding-bottom: 15px;
    }
    .imgnews a.lefttitle p span.title{
        height: auto !important;
    }
    .imgnews a.lefttitle p{
        width: 100%;
    }

    .imgnewslist{
        padding: 0 !important;
    }
    .imgnewslist .row{
        display: flex !important;
        flex-wrap:  nowrap !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .imgnewslist .row .col-md-3,.imgnewslist .row .col-md-9{
        width: auto !important;

    }
.imgnewslist .row .col-md-3{
    flex-shrink: 0;
    padding: 0 !important;
}
.imgnewslist .row .col-md-9{
    flex-grow: 1;
    width: calc(100% - 70px) !important;
}
    .imgnewslist li{
        padding: 10px 0 !important;
    }
    .hdyg{
        padding: 0 15px !important;
    }
    .hdyg .row{
        width: 100% !important;
    }
    .notice li .float-right{
        display: none;
    }
    .notice li {
        border-bottom: solid #ddd 1px;
        padding: 10px 0 !important;
        display: flex;
        align-items: flex-start;
        line-height: 24px !important;
    }
    .notice li img{
        margin-top: 8px;
        margin-right: 6px;
    }
    .fast_link{
        display: flex;
        margin-bottom: 15px;
    }
    .fast_link div{
        width: 33.3333%;
    }

    .activity .imghoverdiv img{
        width: 100% !important;
       
    }
    .activity .imghoverdiv{
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .footer,.footer_index{
        background: none !important;
    }
    
    .footer_index .content{
        background: url(../images/footer.png) !important;
    background-size: cover !important;
        font-size: 12px !important;
       padding-bottom: 20px !important;
    }
    .footer .container{
        padding-bottom: 100px !important;
        margin-bottom: 20px !important;

        background: url(../images/qrcode.png) no-repeat center bottom !important;
        background-size: 240px !important;
    }
    .footer .container.activity{
        padding-bottom: 0 !important;
        margin: 0;
        background: none !important;
    }
    .main_content{
    width: 100% !important;
    margin: 0 !important;
}

.main .banner{
    height: 120px;
}

.main_nav{
    width: 100% !important;
}
.main_nav a{
    padding-left: 0 !important;
}
.pagination{
    font-size: 12px;
}
.main_article{
    margin-top: 20px !important;
}
.article ul li{
    display: flex;
    flex-wrap: wrap;
    /* width: 100% !important; */
    align-items: flex-start !important;
    padding: 10px 0;
}
.article ul li span{
    display: block !important;
    width: 100% !important;
   padding-left: 20px;
}

.article ul li a{
    width: calc(100% - 16px) !important;
    padding-left: 10px !important;
    line-height: 26px !important;
}
.article ul li img{
    margin-top: 5px;
}
.breadcrumb1 {
    display: none !important;
}
.footer .content{
    width: 100% !important;
    height: auto !important;
    background-size: cover !important;
    padding-bottom: 20px;
    font-size: 12px !important;
}
.typo .list .col-md-6{
    padding: 0;
    padding-bottom: 15px;
}
.typo .container{
    padding: 0 15px ;
    margin: 0;
}
.imghoverdiv{
    width: 100% !important;
    height: auto !important;
}
.main_article img{
    max-width: 100%;
    height: auto !important;
}
}