html,
body {
    background: #f6fbff;
    font-size: 0px;
}

.my_header {
    background: rgba(1, 89, 158, 0.47);
}


/*banner开始*/

.banner {
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.autoBoxA {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}

.DW {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 500px;
}

.banner_a {
    display: block;
    height: 100%;
}

.banner_img {
}


/*	banner结束*/

.engineering {
    position: relative;
    cursor: pointer;
}

.engineering_left {
    width: 1056px;
    display: inline-block;
    vertical-align: top;
}

.engineering_left_img {
    margin-top: 102px;
    width: 100%;
    height: 608px;
}

.engineering_right {
    width: 65%;
    height: 464px;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 78px 60px 20px 110px;
    box-sizing: border-box;
}

.engineering_right_title {
    font-size: 22px;
    color: #212121;
    line-height: 72px;
    border-bottom: 1px solid #125aa8;
    width: 856px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.engineering_right_box {
    padding-bottom: 12px;
    box-sizing: border-box;
}

.engineering_right_box_p {
    font-size: 16px;
    line-height: 24px;
    color: #6f7685;
    margin-top: 20px;
}

.engineering_one {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    height: 522px;
    cursor: pointer;
}

.engineering_one_left {
    width: 431px;
    height: 431px;
    background-color: #f9f9f9;
    position: absolute;
    top: -63px;
    left: 0px;
    padding: 24px 29px 0px 47px;
    box-sizing: border-box;
    z-index: 99;
}

.engineering_one_left_title {
    font-size: 22px;
    color: #212121;
    line-height: 72px;
    border-bottom: 1px solid #125aa8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.engineering_one_left_box {
    padding: 12px 0px;
    box-sizing: border-box;
}

.engineering_one_left_box_p {
    font-size: 16px;
    line-height: 24px;
    color: #6f7685;
}

.engineering_one_left_btn {
    background: url('/assets/images/front/renyuanzhaopin/recruit8.png');
    background-position: 83% 19%;
    width: 30px;
    height: 20px;
}

.engineering_one_right {
    width: 820px;
    height: 470px;
    float: right;
    padding-top: 52px;
    /* box-sizing: border-box; */
}

.engineering_one_right_img {
    width: 100%;
    height: 100%;
    display: block;
}

/*20210506新增开始*/
body, html {
    background: #fff;
}

body {
    overflow-x: auto;
}

.recruit_title {
    text-align: center;
}

.recruit_title_left {
    width: 240px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.recruit_title_span {
    font-size: 34px;
    color: #323232;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.recruit_title_right {
    width: 240px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.my_news_list {
    width: 1200px;
    margin: 0px auto;
    padding-top: 34px;
    box-sizing: border-box;

}

.my_news_list_box {
    padding-top: 34px;
    box-sizing: border-box;
}

.my_news_list_box_li {
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.my_news_list_box_li_img {
    width: 350px;
    height: 230px;
    display: inline-block;
    vertical-align: top;
}

.my_news_list_box_li_text {
    width: 845px;
    height: 230px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    box-shadow: 2px 4px 7px 0px rgba(193, 193, 193, 0.35);
    padding: 34px 34px;
    box-sizing: border-box;
}

.my_news_list_box_li_text_title {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my_news_list_box_li_text_p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666666;
    margin: 16px 0px 20px;
}

.my_news_list_box_li_text_time {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    background: url(/assets/images/front/renyuanzhaopin/recruit7.png) no-repeat;
    background-position: 100% 50%;
}

.my_news_list_box_li:hover .my_news_list_box_li_text_time {
    background: url(/assets/images/front/renyuanzhaopin/recruit8.png) no-repeat;
    background-position: 100% 50%;
}

.my_news_list_box_li:hover .my_news_list_box_li_text_title {
    color: #01599e;
}

/*20210506新增结束*/
@media screen and (max-width: 1200px) {
    html,
    body {
        overflow-x: auto;
    }
}