.cityJobBox{
    width: 100%;
    background-color: #F7F8F8;
}
.cityJobCon{
    width: 80%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding-left: 11px;
    box-sizing: border-box;
}
.cityJobCon span{
    color: #07913A;
    font-size: 14px;
    font-weight: 500;
    /*font-weight: bold;*/
    /*font-family: 黑体;*/
    font-family: SourceHanSansCN;
}
.cityJobCon a{
    font-size: 14px;
    color: #9FA0A0;
    font-weight: 500;
    margin-right: 12px;
}
.cityJobCon a:hover{
    color: #07913A;
}
.cityJobCon a.moreCity{
    display: none;
}
.cityJobBox .w1200{
    position: relative;
}
.cityJobBox a.cityMore{
    color: #07913A;
    display: flex;
    align-items: center;
    margin-right: 0;
}
.cityJobBox a.cityMore:hover{
    text-decoration: underline;
}


.banner , .banner img{
    width: 100%;
}

.model1{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.model1Con{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.model1_l{
    width: 380px;
}
/*行业分类*/
.indType, .jobBoard{
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(4,0,0,0.1);
    border-radius: 5px;
    padding: 20px 15px 15px 15px;
}
.indType h1, .jobBoard h1{
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #07913A;
    border-bottom: 1px solid #9FA0A0;
    padding-left: 15px;
    line-height: 33px;
}
.typeList, .recruitList{
    width: 100%;
    padding: 0 0 0 15px;
}
.eveType, .eveJob{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #DCDDDD;
}
.eveType{
    position: relative;
    cursor: pointer;
    padding: 9px 0 5px 0;
}
.eveType h3{
    width: 76px;
    text-align: center;
    padding: 0 10px 0 5px;
    border-right: 1px solid #9FA0A0;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 15px;
    color: #595757;
}
.eveType:hover h3{
    color: #07913A;
    /*border-right: 1px solid #07913A;*/
}
.eveType p{
    width: 66%;
}
.eveType p a{
    font-size: 13px;
    color: #595757;
    margin-right: 10px;
}
.eveType p a:hover{
    color: #07913A;
    text-decoration: underline;
}
.eveType p a:last-child{
    margin-right: 0;
}
.eveType span{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #9FA0A0;
}
.eveType:hover span{
    border-left: 4px solid #07913A;
}
.hideCon{
    width: 500px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 350px;
    z-index: 9;
    /*padding: 10px 10px;*/
    border-radius: 5px;
    flex-wrap: wrap;
    display: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}
.eveType:hover .hideCon{
    display: flex;
}
.hideCon li{
    width: auto;
    white-space: nowrap;
}
.hideCon li:hover{
    background-color: #F3F3F3;
}
/*.hideCon li:hover a{*/
/*    color: #07913A;*/
/*}*/
.hideCon li a{
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #495060;
}


/*招聘公告*/
.jobBoard{
    margin-top: 20px;
}
.eveJob{
    margin-top: 10px;
    padding-bottom: 5px;
}
.eveJob p{
    width: 80%;
}
.eveJob p a{
    font-size: 14px;
    color: #595757;
}
.eveJob p a:hover{
    color: #07913A;
    text-decoration: underline;
}
.eveJob span{
    font-family: SourceHanSansCN;
    font-size: 13px;
    color: #595757;
}
.jobBoard .seeMore{
    margin-top: 10px;
    padding-left: 15px;
}
.jobBoard .seeMore a{
    font-size: 13px;
    color: #07913A;
}
.jobBoard .seeMore a:hover{
    text-decoration: underline;
}


.model1_r{
    width: 792px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.model1_r p{
    width: 32%;
    margin-bottom: 5px;
}
.model1_r p img{
    width: 100%;
}
.model1_r p:nth-last-child(2),
.model1_r p:last-child{
    margin-bottom: 0;
}
.modelPoster{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.modelPoster p{
    width: 32.5%;
}
.modelPoster p img{
    width: 100%;
}

/*热招职位*/
.hotPostJobBox{
    width: 100%;
    margin-top: 20px;
    background-color: #F7F8F8;
    padding: 50px 0 30px 0;
}
.hotPostJobCon{
    width: 100%;
}
.hotJobTit h3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotJobTit h3 span{
    font-size: 32px;
    color: #07913A;
    font-weight: bold;
    margin: 0 35px;
}
.hotJobTit p{
    font-size: 17px;
    color: #595757;
    margin-top: 18px;
    text-align: center;
}
.positionList{
    width: 100%;
    margin-top: 50px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.evePosition{
    width: 32.5%;
    background-color: #fff;
    padding: 20px 15px;    margin: 0 5px 15px 5px;
    /*margin-bottom: 15px;*/
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}
.evePosition:hover{
    box-shadow: 0px 0px 8px 0px rgba(4,0,0,0.1);
}
.position_t{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDDDD;
}
.position_t li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.position_t li h3{
    width: 65%;
    font-size: 16px;
    color: #595757;
}
.position_t li h3:hover{
    color: #07913A;
}
.position_t li span{
    display: block;
    width: 35%;
    font-size: 16px;
    color: #ff5b5a;
    text-align: right;
}
.position_t p{
    width: 100%;
    margin-top: 10px;
}
.position_t p i{
    color: #595757;
    font-size: 13px;
    border-right: 1px solid #9FA0A0;
    padding-right: 8px;
    margin-right: 8px;
}
.position_t p i:last-child{
    border-right: none;
    margin-right: 0;
}
.position_b{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.comLogo{
    width: 135px;
    height: 70px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.comLogo img{
    width: 100%;
    border-radius: 5px;
}
.comInfo{
    width: 213px;
}
.comInfo_det{
    width: 100%;
    display: flex;
    align-items: center;
}
.comInfo h3{
    max-width: 130px;
    margin-right: 12px;
}
.comInfo h3 a{
    font-size: 14px;
    color: #595757;
}
.comInfo h3 a:hover{
    color: #07913A;
}
.comInfo p{
    width: 100%;
    margin-top: 6px;
}
.comInfo p i{
    color: #999;
    font-size: 12px;
    border-right: 1px solid #9FA0A0;
    padding-right: 5px;
    margin-right: 5px;
}
.comInfo p i:last-child{
    border-right: none;
    margin-right: 0;
}
.comCity{
    max-width: 70px;
    color: #999;
    font-size: 12px;
}
.hotMore{
    width: 120px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
}
.hotMore a{
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    color: #999;
}
.hotMore a:hover{
    background-color: #07913A;
    color: #fff;
}


/*广告*/
.poster, .poster img{
    width: 100%;
}
.poster{
    position: relative;
    margin-top: 12px;
}
.poster span{
    position: absolute;
    bottom: 8px;
    right: 3px;
    border: 1px solid #696969;
    background: rgba(0, 0, 0, .42);
    color: #cbd8e3;
    border-radius: 3px;
    z-index: 90;
    padding: 0 4px;
    line-height: 16px;
}


/*名企招聘*/
.wellEntBox{
    margin-top: 50px;
}
.wellEntList{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.wellEntList a{
    display: block;
    width: 32.5%;
}
.eveWellEnt{
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease-in-out;
}
.wellEntList a:hover .eveWellEnt{
    box-shadow: 0px 0px 8px 0px rgba(4,0,0,0.1);
}
.wellEnt_t{
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e3e7ed;
    display: flex;
    justify-content: space-between;
}
.recImg{
    width: 135px;
    height: 70px;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.recImg img{
    width: 100%;
}
.recInfo{
    width: 60%;
}
.recInfo h3{
    width: 100%;
    font-size: 16px;
    color: #595757;
}
.recInfo h3:hover{
    color: #07913A;
}
.recInfo p{
    width: 100%;
    margin-top: 10px;
}
.recInfo p i{
    color: #595757;
    font-size: 12px;
    margin-right: 8px;
}
.recInfo p i:last-child{
    margin-right: 0;
}
.wellEnt_b{
    width: 100%;
    margin-top: 10px;
}
.wellEnt_b{
    color: #595757;
    font-size: 12px;
}
.wellEnt_b i{
    color: #ff5b5a;
    margin: 0 5px;
}
/*职场资讯*/
.workplaceBox{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.workplace{
    width: 49%;
    padding: 20px 24px 0 24px;
    box-shadow: 0px 0px 8px 0px rgba(4,0,0,0.1);
    border-radius: 5px;
}
.workTit{
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #07913A;
    border-bottom: 1px solid #9FA0A0;
    line-height: 32px;
    padding-left: 3px;
}
.workplaceCon{
    width: 100%;
    margin-top: 18px;
}
.workplaceCon h3{
    font-family: SourceHanSansCN;
    font-weight: bold;
    line-height: 24px;
}
.workplaceCon h3, .workplaceCon p{
    font-size: 14px;
    color: #595757;
}
.workplaceCon p{
    text-indent: 28px;
    margin-top: 3px;
    line-height: 24px;
}
.workplaceCon p a{
    font-size: 14px;
    color: #07913A;
}
.workplaceCon p a:hover{
    text-decoration: underline;
}
.workplaceCon ul{
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.workplaceCon ul a{
    display: block;
    width: 48%;
}
.workplaceCon ul li{
    width: 100%;
    font-size: 14px;
    color: #9FA0A0;
    text-indent: 28px;
    margin-bottom: 10px;
}
.workplaceCon ul li:hover{
    color: #07913A;
}

.libraryCon{
    margin-top: 22px;
}
.eveLib{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.eveLibImg{
    width: 108px;
    height: 70px;
    text-align: center;
    overflow: hidden;
}
.eveLibImg img{
    width: auto;
    height: 100%;
}
.eveLibInfo{
    width: 77%;
}
.eveLibInfo h3{
    font-family: SourceHanSansCN;
    font-weight: bold;
}
.eveLibInfo h3, .eveLibInfo p{
    font-size: 14px;
    color: #595757;
}
.eveLibInfo p{
    text-indent: 28px;
    margin-top: 5px;
    line-height: 24px;
}
.eveLibInfo p a{
    font-size: 14px;
    color: #07913A;
}
.eveLibInfo p a:hover{
    text-decoration: underline;
}
/*右侧固定按钮*/
.fixedBut{
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 20%;
}
.fixedBut_t{
    width: 100%;
    border: 1px solid #e2dfe0;
    border-radius: 6px;
}
.fixedBut_t li{
    width: 100%;
    border-bottom: 1px solid #e2dfe0;
    padding: 10px 0 6px 0;
    background-color: #fff;
}
.fixedBut_t li:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.fixedBut_t li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: unset;
}
.fixedBut_t li h3, .fixedBut_t li p, .fixedBut_b{
    width: 100%;
    text-align: center;
}
.fixedBut_t li p, .fixedBut_b p{
    margin-top: 8px;
    color: #595757;
    font-size: 12px;
}
.fixedBut_t li:hover p,
.fixedBut_b:hover p{
    color: #29DC1E;
}
.fixedBut_b{
    border: 1px solid #e2dfe0;
    padding: 10px 0 6px 0;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #fff;
    cursor: pointer;
}
.article_more{
    float: right;
    font-size: 14px;
    font-weight: lighter;
    color: gray;
}
.article_more a:hover{
    color: green;
}
.modelPoster p img {
    border: 1px solid #DCDDDD;
}