@media (min-width: 901px) {

    /* 外层盒子 */
    .imbox_n {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        font-size: 12px;
    }



    /* 面包屑 */
    .weizhi {
        height: 30px;
        line-height: 30px;
        color: #0079DC;
    }

    .weizhi a {
        padding-left: 5px;
        padding-right: 5px;
        color: #0079DC;
    }

    .cat_left {
        width: 750px;
    }

    .cat_right {
        width: 380px;
    }

    .cat_right .news_side_menu a[href*="special"] {
        background-color: #1190d7;
        color: #fff;
    }


    .new_zt {
        height: 30px;
        line-height: 30px;
        border-bottom: 3px solid #c7c7c7;
        padding-left: 10px;
        font-weight: bold;
        color: #077ABA;
        font-size: 14px;
        margin-top: 10px;
    }



    .zt_l_list {}

    .zt_l_list li {
        width: 356px;
        text-align: center;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        overflow: hidden;
        background:url({IMG_PATH}kawa/zt/pic.jpg) no-repeat bottom;
    }

    .zt_l_list li img {
        width: 356px;
        display: block;
        margin-bottom: 10px;
    }

    .scrollBox {
        position: relative;
        width: 644px;
        margin: 0 auto;
        right: 5px;
        height: 225px;
    }

    .scrollPic {
        width: 590px;
        height: 220px;
        margin: 0 auto;
    }

    .scrollPic .item {
        position: absolute;
        z-index: 10;
        zoom: 1;
        background:url({IMG_PATH}kawa/zt/sm_loader.gif) no-repeat center center #000;
    }

    .scrollPic .item img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        border: 1px solid #666;
    }

    .scrollPic .current img {
        opacity: 1;
        filter: alpha(opacity=100);
        width: 590px;
        height: 220px;
    }

    .scrollPic .iText {
        display: none;
    }

    .scrollPic .current .iText {
        display: none;
    }

    .prevCur {
        position: absolute;
        left: -36px;
        top: 100px;
        cursor: pointer;
        display: block;
        width: 22px;
        height: 27px;
        z-index: 100
    }

    .nextCur {
        position: absolute;
        top: 100px;
        right: -40px;
        cursor: pointer;
        display: block;
        width: 22px;
        height: 27px;
        z-index: 100
    }

    .scrollDot {
        position: absolute;
        bottom: 0px;
        left: 100px;
    }

    .prevCur {
        background:url({IMG_PATH}kawa/zt/67044597.png) no-repeat;
        _background: none;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='{IMG_PATH}kawa/zt/67044597.png')
    }

    .nextCur {
        background:url({IMG_PATH}kawa/zt/67046244.png) no-repeat;
        _background: none;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='{IMG_PATH}kawa/zt/67046244.png')
    }


    /* 分页 */
    #pages {
        padding: 10px 0 20px;
        font-family: 宋体;
        text-align: center;
        margin-top: 20px;
    }

    #pages a {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        background: #fff;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #333;
        padding: 0 10px
    }

    #pages a.a1 {
        background: url(../../images/admin_img/pages.png) no-repeat 0 5px;
        width: 56px;
        padding: 0
    }

    #pages a:hover {
        background: #f1f1f1;
        color: #000;
        text-decoration: none
    }

    #pages span {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        background: #5a85b2;
        border: 1px solid #5a85b2;
        color: #fff;
        text-align: center;
        padding: 0 10px
    }

    .page .noPage {
        display: inline-block;
        width: 56px;
        height: 22px;
        line-height: 22px;
        background: url(../../img/icu/titleBg.png) repeat-x 0 -55px;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #a4a4a4;
    }
}

@media (max-width: 900px) {

    .imbox_n {
        width: 100%;
        flex: 1;
        overflow: auto;
        box-sizing: border-box;
        padding: 2rem 2rem 4rem;
        background-color: #f9f9f9;
    }

    .new_zt {
        display: none;
    }

    .weizhi {
        font-size: 2.4rem;
    }

    .weizhi .ys{
        color: #666;
    }
    .weizhi a{
        color: #0079dc;
    }
     .zt_l_list li {
        margin-top: 3rem;
        border-radius: 1rem;
        background-color: #fff;
        overflow: hidden;
        box-shadow:
            0 0.1rem 0.1rem hsl(0deg 0% 0% / 0.075),
            0 0.2rem 0.2rem hsl(0deg 0% 0% / 0.075),
            0 0.4rem 0.4rem hsl(0deg 0% 0% / 0.075),
            0 0.5rem 0.5rem hsl(0deg 0% 0% / 0.075),
            0 1.6rem 1.6rem hsl(0deg 0% 0% / 0.075);
        display: flex;
        flex-direction: column;
    }

    .zt_l_list li img {
        width: 100% !important;
    }

    .special_id {
        display: none;
    }

    .special_title {
        text-align: center;
        padding: 1.5rem;
        color: #333;
    }

    .cat_right {
        display: none;
    }

    #pages {
        display: flex;
        margin-top: 3rem;
        justify-content: space-between;
        padding: 2.4rem;
    }
 

    #pages a {
        color: #333;
    }

    #pages span {
        color: #409eff;
        font-weight: 700;
    }
}