.m-header-box {
    display: none;
}

.header {
    display: block;
}
.gl-hdjl-pc .side_info .t{
    height: 75px;
    padding: 0;
}
.gl-hdjl-pc .side_info .t .fl{
    line-height: 75px;
}

.zj_footer-pc {
    display: block;
}

.zj_footer-m {
    display: none;
}

.content .tit-box {
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ededed;
    /* margin-top: 15px; */
}

.main-pc .content .tit-box .text {
    display: inline-block;
    font-size: 20px;
    color: #3b88d3;
    position: relative;
}

.main-pc .content .tit-box .text span {
    display: inline-block;
}

.main-pc .content .tit-box .text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #638bbb;
    left: 0;
    bottom: -15px;
}

.interview-list .list-item .img-box {
    margin-left: 0;
}

.interview-list .list-item .img-box {
    width: 300px;
    height: 168px;
}

.interview-list .list-item .desc-box {
    width: 510px;
}

.interview-list .list-item .desc-box .tit {
    margin-top: 15px;
}

.min_page {
    margin: 40px auto 30px;
}

.content .con_bor .clearfix .info-tree {
    display: block;
}

.content .con_bor .clearfix .title-box {
    display: none;
}


@media screen and (max-width: 750px) {
    .side_info {
        display: none;
    }

    .con_bor {
        padding: 0;
    }

    .content .con_bor .clearfix .info-tree {
        display: none;
    }

    .content .con_bor .clearfix .title-box {
        display: block;
    }

    .content .con_bor .clearfix .title-box .text {
        font-size: 1.8rem;
        color: #fff;
    }

    .content .con_bor .clearfix .title-box .text::before {
        display: none;
    }

    .content .con_bor .clearfix .title-box {
        padding: 1.35rem 1.2rem;
        box-sizing: border-box;
        position: relative;
        z-index: 50;
        background: #4582be;
        margin: 1.5rem auto 0;
        font-size: 1.2rem;
    }

    .content .con_bor .clearfix .title-box .icon {
        position: absolute;
        width: 1.55rem;
        height: 0.8rem;
        background: url("../images/icon-jt.png") no-repeat center / 100%;
        top: 50%;
        right: 1.2rem;
        margin-top: -0.4rem;
        transition: all 0.3s;
    }

    .content .con_bor .clearfix .title-box .icon.act {
        transform: rotate(180deg);
    }

    .content .con_bor .clearfix .title-box .drop-down-box {
        position: absolute;
        height: 0;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        overflow: hidden;
        transition: all 0.5s;
    }

    .content .con_bor .clearfix .title-box .drop-down-box.act {
        height: auto;
    }

    .zj_footer-pc {
        display: none;
    }

    .zj_footer-m {
        display: block;
    }

    .gl-zwgk-pc {
        display: block;
    }

    .m-header-box {
        display: block;
    }

    .header {
        display: none;
    }

    .address {
        display: flex;
        align-items: center;
        line-height: 1.5;
        font-size: 1.2rem;
    }

    .address i {
        /* padding-left: 1.3rem; */
        position: relative;
        font-size: 1.2rem;
        color: #333333;
    }

    address a {
        font-size: 1.2rem;
        color: #999999;
    }

    .address span {
        font-size: 1.2rem;
        color: #999999;
        margin: 0 2px;
    }

    .con_next {
        width: 100% !important;
    }

    .interview-list .list-item .desc-box {
        width: 100%;
        margin-left: 0;
    }

    .interview-list .list-item .img-box {
        width: 100%;
        height: auto;
    }

    .min_page {
        height: 2rem;
        margin: 2rem auto;
    }

    .min_page ul {
        height: auto;
    }

    .min_page li {
        min-width: 2rem;
        height: 2rem;
        line-height: 2rem;
        float: left;
        color: #555;
        margin-right: 0.5rem;
    }

    .min_page li a {
        color: #9ba1a7;
        font-style: normal;
        font-size: 16px;
        text-align: center;
        background: #e7ebee;
        border-radius: 2px;
        height: auto;
    }

    .interview-list .list-item .desc-box .tit {
        font-size: 1.5rem;
        margin-top: 1.35rem;
    }

    .interview-list .list-item .desc-box .guests-text {
        font-size: 1.3rem;
        margin-top: .5rem;
    }

    .interview-list .list-item .desc-box .desc-text {
        font-size: 1.3rem;
        margin-top: .5rem;
    }

    .min_page li span {
        height: auto;
    }

}