.hr_topbox {
    display: flex;
}

.page_boxtit {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 50px;
}


.hr_box {
    position: relative;
    padding: 25px 50px;
    margin-bottom: 15px;
    cursor: pointer;
}

.hr_box:hover {
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1)
}

.hr_box:hover .hr_title {
    color: #E31414;
}

.hr_box.current {
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
}

.hr_box.current .layui-icon {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

.hr_box .hr_title {
    line-height: 39px;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
    width: 80%;
}

.hr_box .hr_job {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    width: 20%;
    text-align: right;
    padding-right: 10px;
}

.hr_box .hr_yq {
    font-size: 19px;
    display: flex;
    margin-bottom: 12px;
}


.hr_box .hr_tagsbox {
    display: flex;
    margin-top: 20px;
    font-size: 15px;
}

.hr_box .hr_tagsbox .hr_tags {
    background-color: #F2F2F2;
    margin-right: 7px;
    padding: 3px 12px;
}

.hr_box .layui-icon {
    color: #333;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 24px;
    padding: 0 10px;
    cursor: pointer;
}

.hr_box .hr_cnt_box {
    display: none;
}

.hr_box.current .hr_cnt_box {
    display: block;
}

.hr_box .hr_cnt_msgtit {
    font-size: 19px;
    font-weight: 500;
    padding: 28px 0 5px 0;
}

.hr_box .hr_cnt_msg {
    font-size: 16px;
}

@media screen and (max-width: 768px) {

    .hr_topbox {
        display: block;
    }

    .hr_box .hr_title, .hr_box .hr_job {
        width: 94%;
        text-align: left;
        line-height: 30px;
    }

    .hr_box .layui-icon {
        right: -5px;
        font-size: 20px;
        top: 33px;
    }

    .page-hr .view-content {
        padding-top: 48px;
    }

    .page-hr .hr_box {
        padding: 25px 12px;
    }

    .hr_box .hr_yq {
        font-size: 14px;
        height: 20px;
        line-height: 24px;
    }

    .hr_box .hr_tagsbox {
        display: unset;
        font-size: 14px;
    }

    .hr_box .hr_tagsbox .hr_tags {
        display: inline-block;
        margin-top: 6px;
    }
}