@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
@media (min-width: 992px) { 
    .navbar-nav li a{
        color: #fff;
        padding: 18px 25px;
    }
    .list_right,.list_right_Imglist{
        min-height: 800px;
    }
    .article_left{
        border-radius: 5px;
    }
    .article_left .content{
        min-height: 600px;
    }
    .article_right{
        padding-left: 5px;
    }
    .article_right ul{
        min-height: 200px;
        background: #fff;
    }
    .list_content iframe,.content iframe{
        height: 800px !important;
    }
}
@media (max-width: 992px) { 
    #header{
        background: unset;
        height: unset;
        background:unset;
        background-size:unset;

        background-color: var(--mobileColor);
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }
    .logo .dis_unset{
        display: unset !important;
    }
    .i_center .content,.i_right .content {
        height: unset !important;
    }
    .metismenu{
        height: unset !important;
        min-height: unset !important;
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .leftmenu{
        margin-top: 20px;
    }
    .list_left{
        margin-top: 20px;
    }
    .logo{
        height: 140px;
        text-align: center;
        line-height: unset;
    }
    .logo img{
        /* width: 60%; */
        width: unset;
    }
    .logo span{
        display: block;
        margin-top: 10px;
        padding-right: unset;
        font-size: 30px;
        float: unset;
    }
    #mainbody{
        margin-top: unset !important;
    }
    #list_banner .container>img {
        min-height: 15rem;
    }

    .i{
        padding-top: 0px !important;
    }
    .i_left{
        margin-top: 40px;
    }
    .i_center,.i_right{
        margin-top: 50px;
    }

    .j{
        padding-bottom: 30px !important;
    }
    .page-header {
        /* text-align: center !important; */
        padding-bottom: 10px !important;
    }
 }
@media (min-width: 768px) {
    #header .navbar-collapse{
        padding: 0;
    }
    #header .navbar-nav{
        width: 100%;
        display: flex !important;
        display: -webkit-flex !important;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #header .navbar-nav>li{
        flex-grow: 1;
    }
    #header .navbar-nav>li>a{
        font-size: 16px;
        padding: 18px 0 !important;
    }
}
@media (max-width: 768px) { 

    .navbar-offcanvas .navbar-nav li a {
        color: var(--ztsColor);
        line-height: 50px;
        font-size: 16px;
        font-weight: bolder;
    }
    .navbar-offcanvas .nav > li > a:hover, .navbar-offcanvas .nav > li > a:focus {
        background-color: #eeeeee;
    }

    #header{
        background: unset;
        height: unset;
        background:unset;
        background-size:unset;

        background-color: var(--mobileColor);
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }
    .logo{
        height: 110px;
        text-align: center !important;
        line-height: 90px;
    }
    .logo img{
        width: unset;
        margin-top: 10px;
    }

    .list_left{
        margin-top: unset;
    }
    #list_banner .container>img {
        min-height: 12rem;
    }
    #mainbody>.container{
        padding-left: 8px;
        padding-right: 8px;
    }
    .article_left,.article_right{
        padding: 0px 8px !important;
    }
    .article_left .content{
        padding: 18px 8px !important;
    }
    #footer {
        background-color: var(--mobileColor) !important;
        border-top: unset !important;
        color: rgba(255, 255, 255, 0.6) !important;
        margin-top: 15px !important;
    }
    #footer p {
        font-size: 14px;
    }
    .i_center .content{
        padding: 0 !important;
    }
    .i_center .content img{
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
    .i_center .content p {
        padding: 0 10px !important;
    }

    
    .i_center .content img {
        width: 100% !important;
    }

    .video {
        padding: 15px 0 !important;
        background: unset !important;
        background-size: unset !important;
        background-attachment: unset !important;
    }
    .video_text {
        margin-top: 20px;
        padding: 0 20px;
        text-align: justify;
        text-justify: distribute-all-lines; 
    }
    .newsBox .item a img {
        height: 220px;
    }

    #myCarousel {
        margin-bottom: 20px;
    }

    .news .news_title a {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
 }