* {
    padding: 0;
    margin: 0;

}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.hjw_maxDiv {
    height: 100%;
    width: 100%;
}

.hjw_top {
    width: 100%;
    height: 33px;
    background-color: #ECECEC;
}

.hjw_topOne {
    width: 1200px;
    height: 33px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hjw_topOne p {
    font-size: 14px;

    font-weight: 500;
    color: #333333;
}

.hjw_topOne p a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;

    font-weight: 500;
}

.hjw_topOne p a:hover {
    color: red;
}

.hjw_topOne p a img {
    vertical-align: middle;
    margin-right: 10px;
}

.hjw_topOne p a span {
    font-weight: bolder;
    font-size: 16px;
}

.hjw_title {
    height: 88px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hjw_title p {
    width: 1px;
    height: 45px;
    background: #969696;
    margin: 0 12px;
}

.hjw_titleCity {
    margin-left: 51px;
    margin-right: 50px;
}

.hjw_titleCity span {
    width: 150px;
    font-size: 14px;

    font-weight: bold;
    color: #333333;
}

.hjw_titleCity a {
    text-decoration: none;
    font-size: 14px;

    font-weight: bold;
    color: #999;
}

.hjw_title form {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    width: 351px;
    height: 50px;
    border: 1px solid #E2E2E2;
    font-size: 16px;

    font-weight: 600;
    color: #333333;
}

.hjw_title form select {
    border: none;
    padding-left: 14px;
    color: #333333;
    font-size: 16px;
    font-weight: bolder;
}

select:focus-visible {
    outline: none;
}

.hjw_title form select option {
    color: #333333;
    font-size: 16px;
}

.hjw_title input {
    width: 280px;
    height: 30px;
    border: none;
    border-left: 1px solid #E2E2E2;
    outline: none;
}

.hjw_title input::placeholder {
    padding-left: 10px;
    font-size: 14px;
}

.hjw_suosou {
    height: 51px;
    width: 50px;
    background-color: #0362D2;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
}

.hjw_login {
    width: 252px;
    height: 26px;
    margin-left: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.hjw_login div {
    display: flex;
    margin-right: 20px;
}

.hjw_login img {
    vertical-align: middle;
    font-size: 14px;
}

.hjw_login a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #0362D2;
    display: inline-block;
    height: 30px;
    line-height: 30px
}

.hjw_login a:hover {
    color: red
}

.hjw_login span {
    display: block;
    height: 25px;
    line-height: 30px;
    margin: 0 10px;
}

.hjw_nav {
    width: 100%;
    height: 60px;
    background: #2653A5;
}

.hjw_nav ul {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.hjw_nav ul li {
    line-height: 60px;
    width: 110px;
    height: 60px;
    text-align: center;
    list-style: none;
}

.hjw_nav li a {

    font-weight: 800;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.hjw_nav ul li:hover {
    background-color: #0362D2;
}

/* 头部结束 */



/* 中间模块 */
.hjw_centre {
    width: 100%;
    background-color: #F6F6F6;
    overflow: hidden;
}

.hjw_banner {
    width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.hjw_banner .hjw_left,
.hjw_banner .hjw_right {
    width: 300px;
    height: 480px;
}

.hjw_banner .hjw_left {
    background: #FFFFFF;
}

.hjw_banner .hjw_left .title {
    width: 300px;
    height: 50px;
    background: #D7E8FD;
    color: #333333;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hjw_banner .hjw_left .title img {
    margin-left: 22px;
    vertical-align: text-bottom;
}

.hjw_banner .hjw_left .title span {
    font-size: 18px;

    font-weight: bold;
    color: #333333;
    margin-left: 5px;
}

.hjw_banner .hjw_right .title {
    width: 300px;
    height: 50px;
    background: #D7E8FD;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    text-align: center;

}

.hjw_banner .hjw_left .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.hjw_banner .hjw_left .content div {
    width: 124px;
    height: 90px;
    margin: 6px;
}

.hjw_banner .hjw_left .content div:nth-child(1) {
    background: #FFF2F3;
}

.hjw_banner .hjw_left .content div:nth-child(2) {
    background: #F7F2FF;
}

.hjw_banner .hjw_left .content div:nth-child(3) {
    background: #F2FAFF;
}

.hjw_banner .hjw_left .content div:nth-child(4) {
    background: #FFFCF2;
}

.hjw_banner .hjw_left .content div:nth-child(5) {
    background: #FFF8F2;
}

.hjw_banner .hjw_left .content div:nth-child(6) {
    background: #F5FFF2;
}

.hjw_banner .hjw_left .content div:nth-child(7) {
    background: #F2FDFF;
}

.hjw_banner .hjw_left .content div:nth-child(8) {
    background: #F2F4FF;
}

.hjw_banner .hjw_left .content .box p {
    text-align: center;
    line-height: 22px;
}

.hjw_banner .hjw_left .content .box p:nth-child(1) {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;

    color: #333333;
}

.hjw_banner .hjw_left .content .box p:nth-child(1) a {
    font-weight: bold;
    color: #333333;
}

.hjw_banner .hjw_left .content .box p:nth-child(2) a {
    font-size: 14px;

    font-weight: 500;
    color: #666666;
}

.hjw_banner .hjw_cen {
    height: 470px;
    width: 580px;
}

.hjw_banner .center {
    text-align: center;
    z-index: 0;
}

.hjw_banner .center img {
    z-index: -1;
}

.hjw_banner .hjw_proclamation {
    height: 190px;
    background-color: #fff;
    margin-top: 6px;
}

.hjw_banner .hjw_proclamation .title {
    height: 50px;
    width: 570px;
    border-bottom: 1px solid #EFEFEF;
    line-height: 50px;
}

.hjw_banner .hjw_proclamation .title img {
    margin-left: 22px;
    vertical-align: text-bottom;
}

.hjw_banner .hjw_proclamation .title span {

    font-weight: bold;
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    margin-left: 5px;
}

.hjw_banner .hjw_proclamation .jianzhi {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hjw_banner .hjw_proclamation .jianzhi ul {
    margin-right: 40px;
}

.hjw_banner .hjw_proclamation .jianzhi ul li {
    height: 25px;
    line-height: 25px;
}

.hjw_banner .hjw_proclamation .jianzhi ul li a {
    font-size: 14px;

    font-weight: 500;
    color: #666666;
}

.hjw_banner .hjw_proclamation .jianzhi ul li a:hover {
    color: red;
}

.hjw_banner .hjw_right .hjw_rightTop {
    height: 280px;
    width: 300px;
    background: #FFFFFF;
}


.hjw_banner .hjw_right .hjw_rightTop .r-top .title {
    font-size: 18px;

    font-weight: bolder;
    color: #333333;
    margin-bottom: 19px;
}

.hjw_right .hjw_rightTop .r-top>.first-select {
    width: 270px;
    height: 44px;
    border: 1px solid #cccccc;
    margin-right: 17px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.hjw_right .hjw_rightTop .r-top>.first-select>img {
    position: absolute;
    top: 18px;
    right: 18px;
}

.hjw_right .hjw_rightTop .r-top>.first-select>select {
    border: none;
    outline: none;
    width: 100%;
    height: 37px;
    line-height: 44px;
    padding-left: 20px;
    color: #A3A3A3;
    font-size: 14px;
    margin-right: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hjw_right .hjw_rightTop .r-top>a {
    display: block;
    width: 270px;
    height: 50px;
    background: #0362D2;
    line-height: 50px;
    margin: 16px auto;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.hjw_banner .hjw_right .rightContent {
    display: flex;
}

.hjw_banner .hjw_right .rightContent div {
    width: 130px;
    height: 140px;
    margin: 25px 10px 25px 20px;
    text-align: center;
}

.hjw_banner .hjw_right .rightContent div p {
    font-size: 16px;

    font-weight: bold;
    text-align: center;
}

.hjw_banner .hjw_right .rightContent div p a {
    font-size: 18px;

    font-weight: bold;
    color: #FFFFFF;
}

.hjw_banner .hjw_right .rightContent div p:nth-child(1) {
    margin-top: 25px;
}

.hjw_banner .hjw_right .rightContent div:nth-child(1) {
    background-image: url(/assets/youhua/img/index_test/juxing.png);
    margin-left: 15px;
    background-size: 130px 140px;
}

.hjw_banner .hjw_right .rightContent div:nth-child(2) {
    background-image: url(/assets/youhua/img/index_test/juxing1.png);
    margin-left: 10px;
    background-size: 130px 140px;
}

.hjw_banner .hjw_right .rightContent div .img {
    width: 110px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    line-height: 30px;
    /* opacity: 0.4; */
    margin: auto;
    margin-top: 10px;
}

.hjw_banner .hjw_right .rightContent div .img a img {
    margin-top: 5px;
}


.hjw_banner .hjw_right .hjw_rightbutton {
    height: 190px;
    width: 300px;
    margin-top: 10px;
    background: #FFFFFF;
}

/* 第一部分结束 */

/* 第二部分 */
.hjw_yizhibang {
    height: 310px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.hjw_yizhibangLfet {
    height: 310px;
    width: 300px;
    background: #FFFFFF;
}

.hjw_yizhibangLfet .hjw_chest {
    height: 50px;
    width: 300px;
    border: 1px solid #EFEFEF;
    line-height: 50px;
}

.hjw_yizhibangLfet .hjw_chest img {
    margin-left: 21px;
    vertical-align: text-bottom;
}

.hjw_yizhibangLfet .hjw_chest span {
    font-size: 18px;

    font-weight: bold;
    color: #333333;
    margin-left: 12px;
}

.hjw_resume {
    height: 260px;
    width: 300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.hjw_resume div {
    width: 90px;
    height: 105px;
    text-align: center;
}

.hjw_resume div:hover {
    background: #E6F1FF;
    box-shadow: 0px 0px 9px 0px rgba(50, 123, 209, 0.3600);
}

.hjw_resume div p:nth-child(1) {
    margin: 10px 0;
}

.hjw_resume div p:nth-child(2) {
    font-weight: 500;
    color: #333333;
}

.hjw_resume div:hover p:nth-child(2) {
    font-size: 16px;

    font-weight: bold;
    color: #0362D2;
}

.hjw_yizhibangRight {
    width: 890px;
    height: 310px;
    background-color: #fff;
}

.hjw_yizhibangRight .tab1 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #EFEFEF;
}

.hjw_yizhibangRight .tab1 h2 {
    height: 50px;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;

    color: #666;
    cursor: pointer;
}

.hjw_yizhibangRight .tab1 .active {
    color: #0362D2;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #0362D2;
}



.hjw_yizhibangRight .tab2 {
    height: 260px;
    width: 890px;
    display: none;
}

.hjw_yizhibangRight .block {
    display: block;
}

/* .hjw_yizhibangRight .tab2 .ulli {
    display: flex;
} */

.hjw_yizhibangRight .tab2 .ulli ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 0 6px;
    justify-content: space-between;
    box-sizing: border-box;
}

.hjw_yizhibangRight .tab2 .ulli ul li {
    list-style: none;
    width: 47%;
}

.hjw_yizhibangRight .tab2 .ulli ul li a {
    width: 90%;
    display: inline-block;
    padding-left: 4%;
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    color: #333333;
}

.hjw_yizhibangRight .tab2 .ulli ul li a:hover {
    color: red;
}

.hjw_yizhibangRight .tab2 .ulli ul li a p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 75%;
    float: left;
}

.hjw_yizhibangRight .tab2 .ulli ul li a span {
    float: right;
    color: #999999;
}

/* 第二部分结束 */

/* 第三部分 */
.hjw_hotJobs {
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

.hjw_hotJobs .left {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
}

.hjw_hotJobs .left div {
    width: 6px;
    height: 26px;
    background: #0362D2;
    margin-left: 20px;
    margin-top: 3px;
}


.hjw_hotJobs .left span {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.hjw_hotJobs .right {
    display: flex;
    line-height: 60px;
}


.hjw_hotJobs .right img {
    width: 7px;
    height: 11px;
    margin-right: 23px;
    margin-top: 25px;
    margin-left: 10px;
}

.jobs {
    width: 1200px;
    margin: auto;
    /* border: 1px solid; */
    display: flex;
    justify-content: space-between;
}

.jobs .left {
    width: 300px;
    background: #FFFFFF;
}

.jobs .left .title,
.company .left .title {
    height: 50px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.jobs .left .title p:nth-child(1),
.company .left .title p:nth-child(1) {
    font-size: 18px;

    font-weight: bold;
    color: #E81B1B;
    line-height: 50px;
    margin-left: 20px;
}

.jobs .left .title a,
.company .left .title a {
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    color: #666666;
}

.jobs .left .title a img,
.company .left .title a img {
    margin-left: 10px;
    margin-right: 15px;
}

.jobs .left ul {
    border-bottom: 1px solid #EFEFEF;
    height: 230px;
}

.jobs .left li a {
    height: 41px;
    line-height: 41px;
    display: flex;
    justify-content: space-between;
}

.jobs .left li a p:nth-child(1) {
    font-size: 14px;

    font-weight: 600;
    color: #333333;
    margin-left: 20px;
}

.jobs .left li a p:nth-child(2) {
    font-size: 16px;

    font-weight: 600;
    color: #E81B1B;
    margin-right: 10px;
}

.jobs .left li a p span {
    background-image: url(/assets/youhua/img/index_test/juxing2.png);
    font-size: 14px;

    font-weight: 600;
    color: #FFFFFF;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.jobs .right {
    width: 890px;
    height: 520px;
    background: #FFFFFF;
}

.jobs .left .pipeigangwei p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #0362D2;
    margin-left: 20px;
}

.jobs .left .pipeigangwei p span {
    font-size: 14px;

    font-weight: 500;
    color: #666666;
}

.jobs .left .pipeigangwei .button {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.jobs .left .pipeigangwei .button div {
    width: 120px;
    height: 40px;
    background-color: #F3F3F3;
    text-align: center;
    line-height: 40px;
    font-size: 14px;

    font-weight: 600;
}

.jobs .left .pipeigangwei .button div a {
    width: 120px;
    height: 40px;
    display: inline-block;
    color: #333333;
}

.jobs .left .pipeigangwei .button div a:hover {
    background-color: #0362D2;
    color: white;
}

.jobs .right .nav {
    width: 890px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    line-height: 50px;
    border-bottom: 1px solid #EFEFEF;

    padding: 0 13px;
    box-sizing: border-box;
}


.jobsShow {
    color: #0362D2;
    font-weight: bolder;
}

.jobs .right .xinzi {
    height: 470px;
    width: 890px;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    box-sizing: border-box;
    margin: 22px 0px 0px 20px;
}

.hide {
    display: none !important;
}

.jobs .right .xinzi .box {
    width: 280px;
    height: 130px;
    border: 1px solid #EFEFEF;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 5px 18px 0;
}

.jobs .right .xinzi .box p:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-weight: 700;
}

.jobs .right .xinzi .box p:nth-child(1) a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    text-decoration: none;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs .right .xinzi .box p:nth-child(1) a:hover {
    color: red;
}

.jobs .right .xinzi .box p:nth-child(1) span {
    color: #E81B1B;
    font-weight: 700;
}

.jobs .right .xinzi .box p:nth-child(2) {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    height: 26px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.jobs .right .xinzi .box p:nth-child(2) a {
    display: none;
    background-color: #E81B1B;
    color: #fff;
    padding: 3px 9px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;
}

.jobs .right .xinzi .box:hover p:nth-child(2) a {
    display: block;
}

.jobs .right .xinzi .box .sushe {
    width: 278px;
    margin-top: 5px;
    background: #F7FBFF;
    padding: 8px 0 0 8px;
    box-sizing: border-box;
    display: flex;
}

.jobs .right .xinzi .box .sushe img {
    width: 40px;
    height: 40px;
}

.jobs .right .xinzi .box .sushe div {
    margin-left: 10px;
    height: 53px;
}

.jobs .right .xinzi .box .sushe div a {
    color: #333;
    font-size: 14px;
    width: 190px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none
}

.jobs .right .xinzi .box .sushe div a:hover {
    color: red;
}

.jobs .right .xinzi .box .sushe div p {
    font-size: 12px;
    color: #666;
    padding: 0;
}




/* 第三部分结束 */


/* 第四部分 */
/* 热招岗位 */

.hjw_hotJobs {
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}


.hjw_hotJobs .left div {
    width: 6px;
    height: 26px;
    background: #0362D2;
    margin-left: 20px;
    margin-top: 3px;
}

.hjw_hotJobs .left p {
    font-size: 18px;
    margin-left: 20px;

    font-weight: bolder;
}


.hjw_hotJobs .right {
    display: flex;
    line-height: 60px;
}

.hjw_hotJobs .right p {
    font-weight: 500;
    color: #999;
    line-height: 60px;
}

.hjw_hotJobs .right img {
    width: 7px;
    height: 11px;
    margin-right: 23px;
    margin-top: 25px;
    margin-left: 10px;
}

.company {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.company .left {
    width: 300px;
    height: 720px;
    background: #FFFFFF;
}

.company .right {
    width: 890px;
    height: 720px;
    background: #FFFFFF;
}

.company .left .title {
    height: 50px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
}

.company .left .title .qyfw {
    color: #000 !important;
}

.company .left .center {
    width: 300px;
    height: 260px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center
}

.company .left .center a {
    margin: 0 3px 15px 0;
}

.company .left .center img {
    width: 126px;
    height: 60px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.company .left .bottom {
    height: 199px;
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company .left .bottom .bottomFirst {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.company .left .bottom .bottomSecond,
.company .left .bottom .bottomThird {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.company .left .bottom .bottomFirst p:nth-child(1) {
    font-size: 19px;

    font-weight: bold;
    color: #0362D2;
    margin-left: 20px;
}

.company .left .bottom .bottomFirst p:nth-child(2) {
    font-size: 14px;

    font-weight: 500;
    color: #666666;
    margin-right: 10px;
}

.company .left .bottom .bottomFirst p:nth-child(2) span {
    color: #0362D2;
    font-weight: bolder
}

.company .left .bottom .bottomSecond p:nth-child(1),
.company .left .bottom .bottomThird p:nth-child(1) {
    width: 16px;
    height: 43px;
    margin-left: 17px;
}

.company .left .bottom .bottomSecond p:nth-child(1) img {
    vertical-align: super;
  margin-top: 10px;
}

.company .left .bottom .bottomSecond p:nth-child(2),
.company .left .bottom .bottomThird p:nth-child(2) {
    margin-left: -20px;
    margin-top: -3px;
    font-size: 14px;

    font-weight: 500;
}

.company .left .bottom .bottomThird p:nth-child(2) {
    color: #666666;
}

.company .left .bottom .bottomSecond p:nth-child(3),
.company .left .bottom .bottomThird p:nth-child(3) {
    width: 36px;
    height: 36px;
    background: #666666;
    text-align: center;
    font-size: 12px;

    font-weight: 500;
    color: #FFFFFF;
    margin-right: 10px;
}

.company .left .bottom .bottomThird p:nth-child(3) {
    background: #666666;
}

.tiwen {
    display: block;
    height: 50px;
    width: 86%;
    margin: 0 auto;
    background: #0362d2;
    text-align: center;
    line-height: 50px;
    color: #fff;

    margin-top: 20px
}

.tiwen:hover {
    color: red;
}

.company .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0 15px 10px;
    box-sizing: border-box;
}

.company .right .box {
    width: 280px;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    text-align: center;
    margin-right: 6px;
    box-sizing: border-box;
}

.company .right .box p img {
    height: 62px;
    width: 62px
}

.company .right .box p:nth-child(1) {
    margin-top: 10px;
}

.company .right .box p:nth-child(2) {

    font-weight: bold;
    color: #333333;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 25px;
}

.company .right .box p:nth-child(2) a:hover {
    color: red;
}

.company .right .box p:nth-child(3) {
    font-size: 14px;

    font-weight: 500;
    color: #666666;
    margin-top: 10px;
}

.company .right .box p:nth-child(4) {
    width: 245px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 15px;
    background: #F4F4F4;
    font-size: 14px;

    font-weight: bold;
    color: #333333;
}

.company .right .box p:nth-child(4) a:nth-child(1) {
    background: #F4F4F4;
    font-size: 14px;

    color: #333333;
}

.company .right .box p:nth-child(4) a:nth-child(1) span {
    color: #0362D2;
}

.company .right .box p:nth-child(4) a:nth-child(2) {
    font-size: 14px;

    margin-left: 20px;
}

/* 第四部分结束 */

/* 第五部分 */

/* 第五部分 */
.hjw_baike {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.hjw_baike .left {
    width: 287px;
    height: 660px;

    background-color: #fff;
}

.hjw_baike .left .left-one {
    overflow: hidden;
  	height:220px;
}

.hjw_baike .left .left-one:nth-child(2) {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.hjw_baike>.left>.left-one>h2 {
    color: #2E6AD4;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 20px;
    width: 100%;
}

.hjw_baike>.left>.left-one:first-child>h2 {
    color: #EF5341;
    width: 100%;
}

.hjw_baike>.left>.left-one>h3 {
    font-weight: 400;
    float: left;
    width: 40%;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.hjw_baike>.left>.left-one>h3>a {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.hjw_baike>.left>.left-one>h3>a:hover {
    color: #EF5341;
}

.hjw_baike .right {
    width: 903px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 23px 17px 18px 21px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.hjw_baike .right .right_box {
    width: 426px;
    height: 300px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}

.hjw_baike .right .right_box:nth-child(Odd) {
    margin-right: 12px;
}

.hjw_baike .right .right_box:nth-child(1) {
    margin-bottom: 19px;
}

.hjw_baike .right .right_box>p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC;
    padding: 5px 0px;
    height: 40px;
    box-sizing: border-box;
}

.hjw_baike .right .right_box>p>a {
    margin-top: 4px;
}

.hjw_baike .right .right_box>p>a:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #0362D2;
    border-bottom: 3px solid #0362D2;
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    text-align: center;
}

.hjw_baike .right .right_box>p>a:nth-child(2) {
    color: #8C8C8C;
    margin-right: 20px;

}

.hjw_baike .right .right_box>.imginfo {
    display: flex;
    justify-content: space-around;
    padding: 15px 16px 0 13px;
}

.hjw_baike .right .right_box>.imginfo img {
    height: 80px;
    padding-right: 15px;
}

.hjw_baike .right .right_box>.imginfo>a:nth-child(2) {
    width: 238px;

}

.hjw_baike .right .right_box>.imginfo>a:nth-child(2):hover p:nth-child(1) {
    color: red;
}

.hjw_baike .right .right_box>.imginfo>a:nth-child(2) p:nth-child(1) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    padding-right: 10px;
}

.hjw_baike .right .right_box>.imginfo>a:nth-child(2) p:nth-child(2) {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #8F8F8F;
    padding-right: 10px;
    font-size: 12px;
}

.hjw_baike .right .right_box>ul {
    padding: 19px 20px;

}

.hjw_baike .right .right_box>ul>li {
    display: flex;
    justify-content: space-between;
    height: 25px;

}

.hjw_baike .right .right_box>ul>li>a {
    width: 266px;
    display: inline-block;
    color: #726B75;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.hjw_baike .right .right_box>ul>li>a:hover {
    color: red;
}

.hjw_baike .right .right_box>ul>li>span {
    color: #C1C1BA;
}


/* 简历图 */
.hjw_resumeImg {
    display: block;
    width: 1200px;
    height: 100px;
    margin: 10px auto;
    text-align: center;
}

/* 选择我们 */

.hjw_select {
    width: 1200px;
    margin: 10px auto;
    background-color: white;
    padding-bottom: 30px;
}

.hjw_select>h3 {
    text-align: center;
    color: #0362D2;
    padding-top: 42px;
}

.hjw_select>hr {

    margin: 10px auto;
    width: 80px;
    height: 4px;
    background: #0362D2;
    border-radius: 2px;
    border: 0;
}

.hjw_select .hjw_selectBox {
    display: flex;
    padding: 0 20px 0 24px;
    justify-content: space-between;
    margin-top: 26px;
}

.hjw_select .hjw_selectBox>.leftBox {
    width: 720px;
    padding-top: 20px;
}

.hjw_select .hjw_selectBox>.leftBox>p {
    text-indent: 2rem;
    color: #666;
    line-height: 26px;
}

.hjw_select .hjw_selectBox>.leftBox>ul {
    width: 720px;
    height: 128px;
    border: 1px solid #E8F2FF;
    padding: 18px 0;
    box-sizing: border-box;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.hjw_select .hjw_selectBox>.leftBox>ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #EDEDED;
}

.hjw_select .hjw_selectBox>.leftBox>ul li>p {
    color: #0059C4;
    font-weight: 700;
}

.hjw_select .hjw_selectBox>.leftBox>ul li>span {
    font-size: 14px;
    color: #666;
}

.hjw_select .hjw_selectBox>.rightBox {
    padding-top: 28px;
    width: 400px;
}

.hjw_select .hjw_selectBox>.rightBox .box-right {
    width: 380px;
    height: 240px;
    background: url(/assets/youhua/img/index_test/index_footer_05.png) no-repeat;
    position: relative;
}

.hjw_select .hjw_selectBox>.rightBox .box-right .code-box {
    width: 380px;
    height: 250px;
    background: url(/assets/youhua/img/index_test/index_footer_06.png) no-repeat;
    position: absolute;
    top: -28px;
    left: 20px;
    padding: 45px 30px;
    box-sizing: border-box;
    display: flex;
}

.hjw_select .hjw_selectBox>.rightBox .box-right .code-box>p {
    text-align: center;
}

.hjw_select .hjw_selectBox>.rightBox .box-right .code-box>p>img {
    width: 110px;
    margin-top: 20px;
}

/* 第五部分结束 */


/* 官方网站 */
.hjw_official {
        height: 120px;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 25px;
    box-sizing: border-box
}

.hjw_official div {
    margin-left: 30px;
}



.hjw_official div:nth-child(2) {
    margin-top: 25px;
}

.hjw_official div p {
    font-weight: bolder;
        float: left;
}
.hjw_official div ul{
	    overflow: hidden;
}
.hjw_official div ul li {
    float: left;
    padding: 0 10px;
}

.hjw_official div ul li a {
    color: gray;
}

.hjw_official div ul li a:hover {
    color: red;
}

/*  广东兼职招聘*/
.hjw_partTime {
    height: 180px;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.hjw_partTime .hjw_jz {
    height: 30px;
    width: 130px;
    border-left: 5px solid #0362d2;
    line-height: 30px;
    text-align: center;
    margin: 30px 30px;
    color: #1286df;
    font-size: 18px;
    font-weight: bolder;
}

.hjw_partTime ul {
    width: 1100px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}

.hjw_partTime ul li {
    padding: 5px;
}


.hjw_partTime ul li a:hover {
    color: red;
    text-decoration: underline;
}

/* 中间模块结束 */


/* 底部部分 */

.hjw_bottmoNav {
    overflow: hidden;
    width: 100%;
    height: 120px;
    background-color: #F2F8FF;
}

.hjw_bottmoNav>ul {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.hjw_bottmoNav>ul>li {
    list-style: none;
}

.hjw_bottmoNav>ul>li>a {
    align-items: center;
    font-size: 18px;

    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.hjw_bottmoNav>ul>li>a>img {
    vertical-align: middle;
}


.hjw_footer {
    width: 100%;
    /* height: 520px; */
    background: #FFFFFF;
}

.hjw_footer .footerUl {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.hjw_footer .footerUl .navs {
    width: 442px;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
}

.hjw_footer .footerUl .navs ul li:nth-child(1) {
    font-size: 16px;

    font-weight: bold;
    color: #333333;
}

.hjw_footer .footerUl .navs ul li {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 38px;
    list-style: none;
}

.hjw_footer .footerUl .navs ul li a {
    color: #999999;
    text-decoration: none;
}

.hjw_footer .footerUl .navs ul li a:hover {
    color: red;
}

.hjw_footer .footerUl .navs ul li:nth-child(1) a {
    color: #333;
}

.hjw_footer .footerUl .ewcode {
    width: 390px;
    height: 142px;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.hjw_footer .footerUl .ewcode p {

    color: #333333;
}

.hjw_footer .footerUl .ewcode img {
    width: 110px;
    height: 110px;
}

.hjw_footer .footerUl .number {
    width: 292px;
}

.hjw_footer .footerUl .number p {
    margin: 10px 0;
}

.hjw_footer .footerUl .number p:nth-child(1) {

    color: #999999;
    font-weight: 500;
    font-size: 14px;
}

.hjw_footer .footerUl .number p:nth-child(2),
.hjw_footer .footerUl .number p:nth-child(3) {
    font-size: 14px;

    font-weight: 500;
    color: #999999;
}

.hjw_footer .footerUl .number p:nth-child(2) span {
    color: #005BC6;
    font-size: 22px;
}



.hjw_footer .records {
    width: 1200px;
    margin: auto;

}




.hjw_footer .records .beianhao {
    width: 455px;
    height: 104px;
    margin: auto;
    text-align: center;
}

.hjw_footer .records .beianhao>p:nth-child(1) a {
    color: #214DF0;
    text-decoration: none;
}

.hjw_footer .records .beianhao p {
    margin-bottom: 8px;
    font-size: 14px;

    color: #999999;
}

.hjw_footer .records .beianhao p a {
    color: #999999;
    text-decoration: none;
}

.hjw_footer .records .beianhao p img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 15px;
}

.Center {
    display: block;
    width: 1200px;
    margin: 10px auto;
}

.jianzhi {
    padding: 5px 0 0 20px;
    font-size: 15px;
    flex-wrap: wrap;
    display: flex;
}

.jianzhi a {
    color: #666;
    line-height: 24px;
    width: 260px;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;

}

.jianzhi a:hover {
    color: red;
}

.jobs .right .nav>li {
    cursor: pointer;
}



.company .left .bottom .bottomSecond p:nth-child(2) {
    width: 206px;
    height: 38px;
    margin-left: 17px;
    margin-top: -3px;
    font-size: 14px;

    font-weight: 500;
    color: #666;

}

.company .left .bottom .bottomSecond p:nth-child(3) {
    background-color: #B9B9B9;
}

.company .right .box p:nth-child(4) a:nth-child(2):hover {
    color: red;
}

.hjw_baike .right .rightTab {
    display: none;
    flex-wrap: wrap;
}

.hjw_baike .left .denggao {
    height: 33%;
    padding-bottom: 0px;

}

.hjw_baike .left .denggao h3 a {
    line-height: 35px;
}


.Three_leftDiv,
.Six_left .Six_leftDiv {
    padding: 20px 20px 0 20px;
}

.Three_leftDiv h3,
.Six_left .Six_leftDiv h3 {
    font-size: 18px;
    color: #0362D2;
}

.Six_left .Six_leftDiv h3 {
    font-size: 16px;
}

.Three_leftDiv h3 span,
.Six_left .Six_leftDiv h3 span {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.Three_leftDiv .Dis-Flex,
.Six_left .Six_leftDiv .Dis-Flex {
  display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Three_leftDiv .Dis-Flex a,
.Six_left .Six_leftDiv .Dis-Flex a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    background: #F3F3F3;
    margin-top: 15px;
}

.Three_leftDiv .Dis-Flex a:hover,
.Six_left .Six_leftDiv .Dis-Flex a:hover {
    color: #fff !important;
    background: #0362D2;
}