.container {
    max-width: 1200px;
}

@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {
    .navbar-toggle {
        margin-top: 10px;
        border-color: #fff !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .head-section .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
        padding-left: 0;
    }

    .head-section .nav li a:hover,
    .head-section .nav li a:focus,
    .head-section .nav li a.dropdown-toggle:focus,
    .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .head-section .nav li.active a,
    .head-section .dropdown-menu li a:hover {
        color: #fff !important;
    }

    .head-section .navbar-nav > li {
        padding-bottom: 8px;
        padding-top: 8px;
        margin-bottom: 2px;
    }

    .head-section .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #F6718C !important; ;
    }

    .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }

    .navbar-brand .logo {
        position: absolute;
        top: -12px;
        width: 93px;
    }

    .qrcode-imgs {
        display: none;
    }

    .navbar-header .phone-text {
        left: 566px;
    }

    .index_banner {
        min-height: 345px;
    }

    .notice-div {
        margin-top: 30px;
    }

    .modules-box {
        margin-top: 30px;
        margin-left: -8px;
        margin-right: -8px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .modules-box a {
        width: 33%; 
        padding: 0 8px;
    }

    .modules-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
        display: none;
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .navbar-brand {
        float: none;

    }

    .btn, .form-control {
        margin-bottom: 10px;
    }

    .mar-b-50 {
        margin-bottom: 24px;
    }

    .dept-nav .nav-item {
        padding: 2px 22px;
    }
    .footer-logo {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 31px;
    }
    .footer-logo .text {
        height: 33px;
        margin-top: 20px;
    }
    
    .logo-desc {
        display: none;
    }
    .fb-content {
        text-align: center;
    }

    .fb-content .fb-image > img {
        width: 60%;
        height: auto;
    }

    /*listcommon*/
    .list-bannar {
        height: 360px;
    }
    .list-bannar .bannar-news {
        top: 9px;
        right: 10px;
        width: 324px;
    }
    .list-menus .right a.content-a .ct-title {
        max-width: 380px;
    }
    .article-container img {
        width: 100%;
    }
}


@media (max-width: 480px) {

    .head-section .navbar {
        min-height: 60px;
    }

    .navbar-toggle {
        margin-right: -10px;
    }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: #fd97ab;
    }

    .head-section .nav li .dropdown-menu li a:hover {
        color: #ffffff !important;
        border-radius: 4px;
    }

    .head-section .nav li.open .dropdown-menu li a {
        padding-left: 30px;
    }
    
    .notice-div {
        margin-top: 20px;
    }

    .modules-box {
        margin-top: 20px;
        margin-left: -8px;
        margin-right: -8px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .modules-box a {
        width: 50%; 
        padding: 0 8px;
    }

    .modules-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .mar-b-50 {
        margin-bottom: 10px;
    }

    .panel-heading {
        display: inherit;
    }

    .home-news-date, .home-news-arrow {
        display: none;
    }
    .home-news {
        height: 75px;
    }
    .home-news-ct .news-title {
        font-size: 18px;
    }
    .home-news-ct {
        padding: 0;
    }

    .navbar-collapse {
        position: unset !important;
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .navbar-brand .logo {
        width: 50px;
        top: -8px;
    }

    .navbar-brand .text {
        display: block;
        font-size: 23px;
        margin-left: 60px;
    }

    .navbar-header .text-logo,
    .navbar-header .phone-text,
    .navbar-header .qrcode-imgs { 
        display: none;
    }

    .index_banner {
        min-height: 186px;
    }
    
    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .dept-nav .nav-item {
        width: 33.3%;
        padding: 12px 18px;
        min-height: 146px;
    }

    .fb-content .fb-image > img {
        width: 100%;
        height: auto;
    }

    .footer-link > .container {
        display: block;
        padding: 10px;
    }

    .footer-link img {
        width: 70px;
        height: auto;
        margin-right: 280px;
    }
    .footer-link .link-item {
        padding: 8px 0px;
        border-right: none;
        display: inline-block;
        padding-right: 5px;
    } 
    .footer-email {
        float: left;
        margin-right: 10px;
    }

    .footer-logo {
        display: flex;
        margin-top: 0px;
        margin-bottom: 26px;
        flex-direction: row;
        align-items: center;
    }
    .footer-logo .text {
        margin-top: 0px;
    }

    /*listcommon*/
    .list-bannar {
        padding: 0px 0;
        height: 147px;
    }

    .list-bannar h1 {
        font-size: 28px;
        top: 35px;
        left: 24px;
    }

    .list-bannar h2 {
        font-size: 22px;
        top: 84px;
        left: 24px;
    }

    .list-bannar .bannar-news,
    .list-bannar .bannar-mkmy {
        top: 20px;
        right: -6px;
        width: 153px;
    }

    .breadcrumb {
        margin-bottom: 13px;
        line-height: 25px;
        padding-top: 20px;
        position: relative;
    }

    .breadcrumb img {
        position: absolute;
        left: 32px;
        top: 23px;
    }

    .list-menus .menus {
        padding-bottom: 34px !important;
    }
    .list-menus .left .menus,
    .list-menus .right {
        margin-bottom: 24px;
        width: 100%;
        padding: 18px;
    }

    .list-menus .right a.content-a {
        line-height: 27px;
        padding-left: 14px;
        display: inline-block;
        clear: both;
        height: auto;
        margin-bottom: 10px;
        background: url("../img/xtarr.png") no-repeat left 11px; 
        min-width: 100%;
    }

    .list-menus .right a.content-a .ct-title {
        font-size: 16px;
        max-width: initial;
        float: initial;
        display: block;
        white-space: normal;
    }

    .list-menus .right a.content-a .ct-date {
        display: none;
    }
    .article-container img {
        width: 100%;
    }
    .list-menus .right h1 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 16px;
        margin-top: 2px;
    }

    .list-menus .right h1 .p-title {
        line-height: 30px;
    }
    .list-menus .right h1 .p-pubdate {
        font-size: 14px;
    }

    .list-menus .left .zk-button {
        display: block;
        position: absolute;
        z-index: 20;
        right: 0;
        top: 11px;
        right: 27px;
        background: none;
        border: none;
        color: #ffffff;
    }

    .list-menus .left {
        padding-bottom: 68px;
    }

    .list-menus .menus.pc {
        display: none;
    }

    .list-menus .menus.mobile.in {
        display: block;
    }
    .list-menus .menus.mobile .menu-body {
        display: block !important;
    }

    .list-menus .menus.mobile {
        margin-bottom: -40px;
    }

    /*科室导航*/
    .mkmy-list .mkmy-title {
        display: none;
    }

    .mkmy-con {
        margin-top: 0;
        padding: 18px 20px;
    }

    .mkmy-con .nav-item {
        width: 33.3%;
        margin: 18px 0;
        margin-bottom: 0;
    }
    .my-nav .nav-item {
        width: 33.3%;
        margin: 12px 0;
        margin-bottom: 0;
        min-height: 120px;
    }
    .mkmy-con .nav-item img {
        width: 60px;
        height: 60px;
    }

    .list-menus .mydh-item {
        float: left;
        padding: 0;
        width: 50%;
    }

    .list-menus .right.ksmy {
        display: inline-block;
        width: 100%;
        padding: 18px;
    }

    .list-menus .mydh-item img {
        width: 100px;
    }

    .ksmy-container .ksmy-top {
        display: inline-block;
    }
    .ksmy-container .ksmy-img {
        float: none;
    }
    .ksmy-container .ksmy-detail {
        padding: 20px 0;
    }
    .yygk-container td span {
        display: none;
    }
    .yygk-container img {
        width: 100%;
        min-height: 70px;
    }
    
}

@media (max-width:320px) {


}



@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:80px !important;
        width:60% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
}

@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:70px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:30px !important;
    }
    #sequence-theme .info p {
        font-size:18px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        display:none;
    }
}
