.notice_box {
    margin: 30px 0;
    padding: 0 16%;
}

.notice_list {
    position: relative;
    border-left: 2px solid #e89e31;
    padding-top: 70px;
    box-sizing: border-box;
}

.notice_year {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #e89e31;
    color: #fff;
    font-size: 24px;
    z-index: 2;
    border-radius: 50%;
}

.notice_item {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    padding-bottom: 20px;
}

.notice_item_spot {
    position: absolute;
    left: -41px;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e89e31;
    border-radius: 50%;
}

.notice_item_a {
    display: block;
    font-size: 18px;
    color: #545454;
    max-width: 80%;
    margin-bottom: 20px;
}

.notice_item_a:hover {
    color: #6aa84f;
}

.notice_item_date {
    position: absolute;
    right: -85px;
    top: 0;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}

.part_two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.news-top,
.news-bot {
    flex: 1;
}

.news-bot {
    text-align: right;
}

.news-top a,
.news-bot a {
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.notice_recommend_h {
    line-height: 1.8em;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.notice_recommend_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.notice_recommend_item {
    position: relative;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.notice_recommend_stop {
    position: absolute;
    top: 7px;
    left: 2px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
}

.notice_recommend_item a {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .recruit_text {
        display: block;
    }

    .recruit_list {
        margin: 0;
        padding: 0 .1rem;
    }

    .recruit_item {
        width: 100%;
    }

    .notice_item_date {
        top: unset !important;
        right: unset !important;
        left: 0;
        bottom: 0;
    }
}