.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.jssyform {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 28px 100px 28px 43px;
    margin-top: 20px;
}

.sel-box {
    align-items: center;
}

.sel-box:nth-child(1) {
    border-top: none;
}

.sel-group {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sel-item {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.sel-item.flexnone {
    flex: none;
}

.sel-item+.sel-item {}

.sel-item span {
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #333333;
    white-space: nowrap;
    margin-right: 14px;
    display: inline-block;
    min-width: 100px;
    text-align-last: justify;
        min-width: 84px;
    text-align: right;
}

.sel-item .sel-ipt {
    display: block;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    border: none;
    background: none;
}

.sel-item .sel-ipt::placeholder {
    color: #999;
}

.sel-item div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



.sel-item div a {
    font-size: 18px;
    font-weight: normal;
    line-height: 44px;
    letter-spacing: normal;
    color: #333333;
    padding: 0 12px;
}

.sel-item div a:hover {
    color: #fff;
    background: #0070d9;
    border-radius: 8px;
}

.sel-item div a.on {
    border-radius: 8px;
    background: #0070d9;
    box-sizing: border-box;
    border: 1px solid #ACCFEA;
    box-shadow: 0px 4px 30px 0px rgba(0, 86, 153, 0.3);
    color: #fff;
    font-weight: 600;
}

.sel-item div a.all {
    margin-right: 10px;
    padding: 0 34px;
}

.sel-item div.zhicheng a {
    padding: 0 34px;
}

.sel-down {
    position: relative;
    display: block !important;
    align-items: center;
    border: 1px solid #C7D7E4;
    width: 240px;
}

.select_tit {
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    background: #FFFFFF;
    padding: 0 45px 0 11px;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.select_tit:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 86, 153, 0.3);
}

.select_tit::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../images/sel-down-icon.png) no-repeat;
    background-position: center center;
    background-size: 12px auto;
    opacity: .5;
}

.sel-down dl {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px 0;
    opacity: 1;
    transform-origin: center top;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}
.sel-down select{
    border: none;
    width: 240px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    padding:0 5px;
}
.sel-down select option{
    font-size: 14px;
    color: #999999;
    border: none;
   
}
    

.sel-down dl dd {
    display: block;
    font-size: 12px;
    line-height: 30px;
    transition: all .3s;
    cursor: pointer;
    padding: 0 15px;
}

.sel-down dl dd:hover {
    background: #0070d9;
    color: #fff;
}

.sel-btns {
    display: flex;
    margin-top: 10px;
}

.sel-btns div.sel-reset input {
    background: #E1A500;
}

.sel-btns div+div {
    margin-left: 20px;
}

.sel-btns div input {
    display: block;
    background: #0070D9;
    box-sizing: border-box;
    width: 90px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    border: none;
}

.sel-btns div input:hover {
    background: #00449E;
    color: #fff;
}

.select_ipt_tit::after {
    display: none;
}





.zmjs .nypub-list ul li {
    position: relative;
    padding-bottom: 30px;
    margin-top: 40px;
    border-bottom-style: dashed;
}

.zmjs .nypub-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 19px;
    height: 19px;
    background: #fff url(../images/zmjs-listbef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.zmjs .nypub-list ul li a {
    padding-left: 30px;
}


.zmjs-list ul {}

.zmjs-list ul li {
    margin-top: 15px;
    max-height: 251px;
}

.zmjs-list ul li a {
    display: flex;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 1;
    padding: 24px 20px;
    align-items: flex-start;
}


.zmjs-list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/zmjs-list-itembg.png) no-repeat;
    background-position: right bottom;
    background-size: 253px auto;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

.zmjs-list ul li a .pics {
    width: 161px;
    margin-right: 30px;
    padding: 8px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
}

.zmjs-list ul li a .pics .pic {
    padding-top: 185px;
    position: relative;
    overflow: hidden;
}

.zmjs-list ul li a .pics .pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.zmjs-list ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: 13px;
}

.zmjs-list ul li a .info h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #333333;
    position: relative;
    border-left: 3px solid #0070D9;
    padding-left: 7px;
}

.zmjs-list ul li a .info h3::after {}

.zmjs-list ul li a .info h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: normal;
    color: #333333;
    margin: 12px 0 16px 0;
    display: flex;
}

.zmjs-list ul li a .info h4 span {
    background: #0070D9;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
}

.zmjs-list ul li a .info div {
    overflow: auto;
    margin-top: 15px;
}

.zmjs-list ul li a .info div p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    max-height: 52px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

 
.zmjs-list ul li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.zmjs-list ul li a:hover::after {
    opacity: 1;
}

.zmjs-list ul li a:hover .info h3 {
    color: #005699;
    font-weight: bold;
}



.navigation {}
.navigation a{
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
}
.navigation span{}
.navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    flex-wrap: wrap;
}
.navigation div{
}
.navigation a:hover{
    background:#0070d9;
    color:#fff;
}




@media screen and (max-width:1200px) {
    .yetou,#container .inner,.dibu1{width: auto;padding-left: 10px;padding-right: 10px;}
    .daohang,.dibu2{width: auto;}
    .navbar .navbox .wp_nav{display: flex;width: 100%;}
    .navbar .navbox .wp_nav .nav-item{flex: 1;min-width: 0;}
    .navbar .navbox .wp_nav li.nav-item a span.item-name{padding: 0;}
    .navbar .navbox .wp_nav .nav-item a span.item-name{display: block;}
    .col_news{flex: 1;min-width: 0;width: auto;float: none;padding-left: 25px;}
    #container .inner{padding-top: 1px;display: flex;align-items: flex-start;}
        #container .inner .clear{
            display:none;
        }
    /* .sel-item{width: 48%;} */
    .jssyform{padding: 25px 20px;}
    .sel-group{display: block;}
    .sel-down{width: auto;flex: 1;min-width: 0;}
    .sel-box{display: block;}
    .sel-btns{padding-left: 98px;}

    .dibu,.dibu1,.dibu2{height: auto;}
    .dblogo{width: auto;float: none;}
    .dblogo .dblg2 img{display: block;max-width: 100%;margin: 0 auto;}
    .dbdz{text-align: center;padding-right: 0;}
    .dbdh{float: none;width: auto;height: auto;margin-left: 0;}
    #wp_nav_w61 .wp_nav{display: flex;justify-content: center;flex-wrap: wrap;}
    .wx{margin: 0 auto;width: auto;height: auto;padding-top: 0;float: none;}
    .wx li a{display: block;}
    .wx li a img{display: block;margin: 0 auto;}
    .zxmwz{height: auto;line-height: 24px;padding: 5px 0;}
    .zcd,.ycd{float: none;text-align: center;}
    .wp_nav .nav-item a span.item-name{padding:3px 5px;}


}

@media screen and (max-width:1024px) {
    .daohang{height: auto;overflow: hidden;display: none;}
    .navbar .navbox{height: auto;}
    .navbar .navbox .wp_nav{flex-wrap: wrap;height: auto;}
    .navbar .navbox .wp_nav .nav-item{width: 20%;flex: none;border-bottom: 1px solid rgba(255,255,255,.1);}
    .navbar .navbox .wp_nav li.nav-item a{font-size: 14px;}

    #container{margin: 0 10px;width: auto;}
    .jssyform{padding: 15px 10px;}
    #container .inner{padding-left: 10px;padding-right: 10px;display: block;}
    .col_menu{width: auto;float: none;display: none;}
    .wp_listcolumn .wp_column{width: auto;margin-left: 0;}
    .col_news{padding-left: 0;margin-right: 0;margin-top: 20px;}
    .yetou{padding-top: 12%;background-size: 110% auto;height: auto;display: none;}
    .ss{width: auto;float: none;margin-top: 10px;margin-right: 0;}
    .ss table{width: 100%;display: block;}
    .ss table tr{width: 100%;position: relative;}
    .ss table td{width: 100%;}
    .ss table td:nth-child(2){position: absolute;right: 0;width: auto;}
    .wp_search{background-color: #91c2ff;background-position: right center;}
    #keyword{width: 100% !important;}
}
@media screen and (max-width:768px) {
    .sel-item{display: block;margin-top: 5px;}
    .sel-item span{display: block;width: auto;margin-right: 0;text-align: left;text-align-last:left}
    .sel-btns{padding-left: 0;justify-content: center;}
    .zmjs-list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .zmjs-list ul li{width: 100%;}
    .zmjs-list ul li{max-height: none;}
    .zmjs-list ul li a{padding: 0;/* display: block; */}
    .zmjs-list ul li a .info h3{font-size: 20px;}
    .zmjs-list ul li a .pics{width: 110px;/* margin: 0 auto; */margin-right: 15px;}

    .zmjs-list ul li a .info div p{/* -webkit-line-clamp: 2; *//* max-height: 52px; */}

    .zmjs-list ul li a .info div p,.zmjs-list ul li a .info h4{font-size: 14px;}
     .zmjs-list ul li a .info h4 {margin-bottom:0;}
    .zmjs-list ul li a .info h4 span{width: 100%;background: none;color: #666;padding: 0;}
    .zmjs-list ul li a .pics .pic{padding-top: 130px;}
    .zmjs-list ul li a .info div{margin-top:5px}
}



/* 2026å¹´3æœˆ11æ—¥09:21:24 */

img,
input {
    border: 0;
    outline: none;
}
.top {
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 17px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap {
    display: none !important;
}


@media screen and (max-width:1024px) {
        body {
        padding-top: 60px !important;
    }
     html {
        font-size: 85px;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }
    
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 5px 10px;
        background: #0070d9;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 50px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid rgba(225, 225, 225, .4);
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0070d9;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .navigation div{
    display:block;
    width: 100%;
}
}



