.sub-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.sub-box {
    width: 1190px;
    margin: 100px auto 120px;
}

.sub-box aside {
    width: 190px;
    margin-right: 10px;
    /* height: 3008px; */
}

.sub-content {
    width: 990px;
    margin-left: 100px;
}

.title-box {
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    color: #fff;
    width: 220px;
    margin-left: 325px;
    line-height: 44px;
    background-color: #005DA2;
}

article aside div .sidenav {
    /* height: 2354px */
}

.button-group {
    margin: 20px auto 0px auto;
    text-align: center;
}

.btn {
    padding: 0;
    margin-left: -4px;
    width: 220px;
    height: 44px;
    font-size: 16px;
    background-color: #f7f8f8;
    border-radius: 0%;
    border-width: 0;
    font-family: Noto Sans SC;
    color: #333333;
}

.btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.company-information div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.company-information,
.company-organization {
    width: 900px;
    /* flex-direction: column; */
}

.company-information p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    text-indent: 32px;
    margin-bottom: 30px;
    font-family: 'Noto Sans SC';
}

.company-information div:nth-of-type(2) {
    margin-top: 20px;
}

.company-information div:nth-of-type(2) img:nth-of-type(1) {
    margin-right: 10px;
}

.sub-text h4 {
    font-size: 28px;
    margin-top: 50px;
    letter-spacing: 2px;
}

.sub-text p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Noto Sans SC';
    letter-spacing: 0.5px;
    margin-top: 30px;
}

.sub-text img {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 890px;
}

.recruit-content ul {
    list-style: none;
    padding: 0px;
    margin-top: 40px;
}

.recruit-content ul>li>.unit {
    font-size: 28px;
    font-family: Noto Sans SC;
    ;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.recruit-content ul>li>.unit>p {
    padding-top: 40px;
}

.recruit-content>ul>li>ul>li {
    /* display: inline-block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 20px;
    /* flex-wrap: wrap; */
    /* width: 360px;
    height: 450px;
    margin: 30px 18.3px; */
    width: 890px;
    height: 180px;
    /* (1190-1080)/3=18.33 */
    border: 1px solid #EBEBEB;
    /* background-color: cornflowerblue; */
}

.recruit-content>ul>li>ul>li:hover {
    border: 1px solid #005da2;
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); */
}


/* ###############招聘内容############### */

.recruit-content>ul>li>ul>li>.title {
    /* margin-left: 50px; */
    /* width: 263px; */
    width: 25%;
    height: 100%;
    /* background-color: #005da2; */
}

.recruit-content>ul>li>ul>li>.title>p {
    width: 192px;
    font-size: 24px;
    font-family: Noto Sans SC;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    /* text-align: center; */
    margin-left: 30px;
    padding-top: 43px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.recruit-content>ul>li>ul>li>.detile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 37px;
    padding-right: 20px;
    /* padding-top: 20px; */
    width: 75%;
    /* background-color: #005da2; */
}

.recruit-content>ul>li>ul>li>.detile>.citynfigure {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 16px;
    font-family: Noto Sans SC;
    /* font-weight: 500; */
    color: #333333;
    line-height: 24px;
    width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* font-weight: Regular; */
    /* transform: translateY(-18px); */
}

.recruit-content>ul>li>ul>li>.detile>.citynfigure>span {
    margin: 16px auto;
}

.recruit-content>ul>li>ul>li>.detile>.workbase {
    margin-top: 49px;
    font-size: 16px;
    font-family: Noto Sans SC;
    /* font-weight: 500; */
    color: #333333;
    line-height: 24px;
    width: 305px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* font-weight: Regular; */
    /* transform: translateY(-18px); */
}

.recruit-content>ul>li>ul>li>.detile>p>span {
    display: inline-block;
    vertical-align: top;
}

.recruit-content>ul>li>ul>li>.detile>p>.location {
    width: 218px;
}

.hvr-sweep-to-right::before {
    background-color: #005da2 !important;
}

.recruit-content>ul>li>ul>li>.subBox {
    margin-right: 34px;
    margin-top: 80px;
    height: 33px;
    width: 92px;
    border: 1px solid #005da2;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-family: Noto Sans SC;
    ;
    font-weight: bold;
    color: #005da2;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.recruit-content>ul>li>.bottomBorder {
    width: 360px;
    height: 5px;
    margin-left: -1px;
    margin-top: 45px;
    background: #EBEBEB;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blank_painter {
    margin: 80px 200px 0 200px
}

.btn {
    border: 0 !important;
}