* {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    height: 100%;
}

    section .se-bx1 {
        width: 100%;
        height: 260px;
        background: rgba(240, 247, 252, 1);
    }

        section .se-bx1 .bx1-d {
            display: flex;
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
        }

        section .se-bx1 .bx1-d1 {
            flex: 2;
            height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            section .se-bx1 .bx1-d1 .inp-bx {
                position: relative;
                margin: 0 auto;
            }

                section .se-bx1 .bx1-d1 .inp-bx .inp {
                    width: 600px;
                    height: 40px;
                    outline: none;
                    padding-left: 1em;
                }

                section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                    position: absolute;
                    left: 92%;
                }

            section .se-bx1 .bx1-d1 .d1-p1 {
                font-size: 48px;
                font-weight: 400;
                color: rgba(0, 0, 0, 1);
                text-align: center;
            }

            section .se-bx1 .bx1-d1 .d1-p2 {
                font-size: 16px;
                font-weight: 400;
                color: rgba(74, 82, 89, 1);
                text-align: center;
                margin: 10px 0px 20px;
            }

        section .se-bx1 .bx1-d2 {
            flex: 1;
            height: 260px;
            overflow: hidden;
        }

            section .se-bx1 .bx1-d2 .d2-mg {
                width: 477px;
                height: 260px;
                margin-top: 15px;
            }

                section .se-bx1 .bx1-d2 .d2-mg img {
                    width: 100%;
                    height: 100%;
                }

    section .se-bx2 {
        width: 100%;
        height: 100%;
        background-color: rgba(235, 236, 237, 1);
    }

        section .se-bx2 .bx2-d {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            display: flex;
        }

            section .se-bx2 .bx2-d .d-lf {
                width: 225px;
                background-color: #fff;
                margin: 24px 0px 70px 0px;
            }

.glyphicon {
    line-height: 40px !important;
    padding-right: 5px !important;
    padding-left: 20px !important;
}

section .se-bx2 .bx2-d .d-lf .lf-bx {
    width: 200px;
    cursor: pointer;
    margin: 0 auto;
}

    section .se-bx2 .bx2-d .d-lf .lf-bx .bx-sp {
        color: rgba(0, 94, 255, 1) !important;
    }

section .se-bx2 .bx2-d .d-rg {
    width: 975px;
    height: 100%;
    position: relative;
    padding-left: 20px;
}

    section .se-bx2 .bx2-d .d-rg .rg-nav {
        width: 100%;
        border-bottom: 1px solid rgba(207, 215, 230, 1);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t {
            width: 100%;
            display: flex;
            margin-top: 34px;
        }

            section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx {
                margin: 0 20px 0 0;
            }

                section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx .bx-p1 {
                    font-size: 16px;
                    font-weight: 400;
                    color: rgba(135, 142, 163, 1);
                }

            section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 {
            }

                section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 .bx2-a {
                    font-size: 16px;
                    font-weight: 400;
                    color: rgba(44, 49, 56, 1);
                    text-decoration: none;
                    padding-right: 26px;
                }

                section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 .bx2-a1 {
                    color: rgba(0, 94, 255, 1);
                }

    section .se-bx2 .bx2-d .d-rg .rg-d {
        width: 100%;
        height: 100%;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d1 {
        z-index: 1;
    }

    section .se-bx2 .bx2-d .d-rg .rg-d .new-main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
            width: 50%;
            padding-right: 16px;
        }

        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
            display: flex;
            align-items: center;
            text-decoration: none;
            height: 160px;
            background: rgba(255, 255, 255, 1);
            margin-bottom: 16px;
            margin-top: 24px;
        }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                width: 160px;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                    width: 80%;
                    margin: auto;
                    display: block;
                }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title {
                font-size: 20px;
                font-weight: 400;
                color: rgba(44, 49, 56, 1);
                overflow: hidden;
                padding: 0 15px 0 0;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-tit {
                    font-size: 20px;
                    font-weight: 400;
                    color: rgba(0, 0, 0, 1);
                    margin: 12px 0px 12px 12px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-date {
                font-size: 14px;
                font-weight: 400;
                margin: 16px 0px 8px 0px;
                color: rgba(135, 142, 163, 1);
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-content {
                font-size: 14px;
                font-weight: 400;
                color: rgba(135, 142, 163, 1);
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                margin: 0px 22px 36px 12px;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-wz {
                margin: 0px 0px 12px 12px;
                font-size: 14px;
                font-weight: 400;
                color: rgba(0, 94, 255, 1);
            }

.pagination-container {
    text-align: center;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        background-color: #999;
        color: #fff;
        padding: 1px 6px;
        text-decoration: none;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: #85D1FF;
        }

.page-change {
    margin: 0 15px;
    cursor: pointer;
}

.skip input {
    width: 50px;
}

.reg-bx {
    display: flex;
}

    .reg-bx .region {
        flex: 1;
        cursor: pointer;
        text-align: center;
        padding: 10px;
    }

.reg-on {
    border-bottom: 3px solid #85D1FF;
}

.educa-bx {
    width: 150px;
    margin: 0 auto !important;
}

.educ-mone {
    width: 100px;
    margin: 0 auto !important;
    display: none;
}

.indus-bx {
    display: block;
    cursor: pointer;
}

.indus-bx1 {
    display: none;
}

.bx-sp {
    color: rgba(0, 94, 255, 1) !important;
    padding: 0px 0px !important;
}

.education-mone {
    display: none;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-top: 5px;
}

.bx-city {
    margin-bottom: 5px;
}

.city-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    text-align: center;
}

.city-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    padding: 0px 15px !important;
}

.areabx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    padding: 0px 15px !important;
}

.city-on {
    background-color: #f5f5f5;
}

ul, li {
    list-style: none;
    height: 100%;
}

.province {
}

.dropdown {
    display: flex;
}

.city {
    display: none;
    width: 200px;
    height: 100%;
    float: right;
}

.area {
    display: none;
    width: 190px;
    float: right;
    height: 100%;
}

.prov {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    padding: 0px 15px !important;
}

.prov1 {
    width: 200px;
    float: right;
    margin-right: 0 !important;
}


@media screen and (max-width:556px) {
    section .se-bx1 {
        height: auto;
        padding: 30px 0;
    }

        section .se-bx1 .bx1-d1 .d1-p1 {
            font-size: 22px;
        }

        section .se-bx1 .bx1-d1 .d1-p2 {
            font-size: 14px;
            margin-top: 0;
        }

        section .se-bx1 .bx1-d1 .inp-bx {
            width: 100%;
        }

        section .se-bx1 .bx1-d1 {
            height: auto;
        }

            section .se-bx1 .bx1-d1 .inp-bx .inp {
                width: 96%;
                margin: auto;
                display: block;
            }

            section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                left: 82%;
            }

        section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
            padding: 0 15px;
            flex-direction: column;
        }

            section .se-bx2 .bx2-d .d-lf {
                width: 100%;
                margin-bottom: 20px;
            }

            section .se-bx2 .bx2-d .d-rg {
                width: 100%;
                padding-left: 0;
            }

                section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t {
                    flex-direction: column;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx {
                    }

                    section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 .bx2-a {
                            font-size: 14px;
                            line-height: 24px;
                            padding-right: 24px;
                        }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                    width: 100%;
                    padding-right: 0;
                }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                    height: 158px;
                    margin-bottom: 0;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                        width: 40%;
                    }

                        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                            width: 70%;
                        }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title {
                        padding: 0;
                        width: 100%;
                    }

                        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-tit {
                            width: 90%;
                            margin: 3% auto 3% auto;
                            font-size: 16px;
                        }

                        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-content {
                            width: 90%;
                            margin: 0 auto 10% auto;
                        }
}

@media screen and (min-width:557px) and (max-width:768px) {
    section .se-bx1 {
        height: auto;
        padding: 60px 0;
    }

        section .se-bx1 .bx1-d1 .d1-p1 {
            font-size: 22px;
        }

        section .se-bx1 .bx1-d1 .d1-p2 {
            font-size: 14px;
            margin-top: 0;
        }

        section .se-bx1 .bx1-d1 .inp-bx {
            width: 100%;
        }

        section .se-bx1 .bx1-d1 {
            height: auto;
        }

            section .se-bx1 .bx1-d1 .inp-bx .inp {
                width: 80%;
                margin: auto;
                display: block;
            }

            section .se-bx1 .bx1-d1 .inp-bx .inp-s {
                left: 82%;
            }

        section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
            padding: 0 15px;
        }

            section .se-bx2 .bx2-d .d-lf {
                width: 35%;
            }

            section .se-bx2 .bx2-d .d-rg {
                width: 65%;
            }

                section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t {
                    flex-direction: column;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx {
                    }

                    section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 .bx2-a {
                            font-size: 14px;
                            line-height: 24px;
                            padding-right: 24px;
                        }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item-BX {
                    width: 100%;
                    padding-right: 0;
                }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                    height: 158px;
                    margin-bottom: 0;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                        width: 40%;
                    }

                        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                            width: 70%;
                        }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title {
                        padding: 0;
                        width: 100%;
                    }

                        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-tit {
                            width: 90%;
                            margin: 3% auto 3% auto;
                            font-size: 16px;
                        }

                        section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-content {
                            width: 90%;
                            margin: 0 auto 10% auto;
                        }
}

@media screen and (min-width:769px) and (max-width:996px) {
    section .se-bx1 .bx1-d1 .d1-p1 {
        font-size: 28px;
    }

    section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
        padding: 0 15px;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 30%;
        }

        section .se-bx2 .bx2-d .d-rg {
            width: 70%;
        }

            section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx {
                flex: 1;
            }

            section .se-bx2 .bx2-d .d-rg .rg-nav .nav-t .t-bx2 {
                flex: 12;
                display: flex;
                flex-wrap: wrap;
            }

            section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item {
                flex-direction: column;
                height: 240px;
            }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg {
                    width: auto;
                    height: 40%;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-mg img {
                        height: 50%;
                        width: auto;
                        margin-top: 25%;
                    }

                section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title {
                    padding: 0;
                    width: 100%;
                }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-tit {
                        width: 90%;
                        margin: 3% auto 3% auto;
                        font-size: 18px;
                    }

                    section .se-bx2 .bx2-d .d-rg .rg-d .new-main .item .item-title .item-content {
                        width: 90%;
                        margin: 0 auto 10% auto;
                    }
}

@media screen and (min-width:997px) and (max-width:1200px) {
    section .se-bx1 .bx1-d, section .se-bx2 .bx2-d {
        padding: 0 15px;
    }

        section .se-bx2 .bx2-d .d-lf {
            width: 20%;
        }

        section .se-bx2 .bx2-d .d-rg {
            width: 80%;
        }
}
