*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

body{
    min-width: 1200px;
    background: url(../images/body.jpg) #f5f5f5 top center no-repeat;
}

.ub-main{
    width: 1200px;
    margin: 0 auto;
}

.ub-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ub-flex2{
    display: flex;
    justify-content: space-between;
}

.ub-margin15{
    margin-top: 15px;
}

.ub-margin25{
    margin-top: 25px;
}

.ub-more{
    font-size: 14px;
    color: #999999;
}

.ub-border1{
    border-bottom: 1px solid rgba(71, 136, 215, 0.1);
}

.ub-padding16{
    padding: 16px;
}

/* 头部 */
.ub-header{
    width: 100%;
    padding-top: 40px;
    position: relative;
}

.ub-header_login{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #0D539E;
    font-size: 16px;
}

.ub-header_login a{
    color: #0D539E;
    font-size: 16px;
}

.ub-header_login img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.ub-header_downBox{
    width: 100%;
    margin-top: 10px;
}

.ub-header_logo{
    width: 680px;
    height: auto;
}

.ub-header_searchBox{
    width: 290px;
    height: 40px;
    background: #fff;
}

.ub-header_searchInp{
    width: calc(100% - 64px);
    height: 40px;
    font-size: 14px;
    color: #666666;
    padding: 16px 10px;
    border: 0;
    outline: none;
}

.ub-header_searchBtn{
    cursor: pointer;
    width: 64px;
    height: 40px;
    background: #4788D7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.ub-header_searchBtn:hover{
    background: #1561af;
}

/* 导航栏 */
.ub-nav{
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.ub-nav li{
    width: calc(100% / 8);
    height: 78px;
    /* background: #4788D7; */
    position: relative;
    text-align: center;
    padding-right: 2px;
    background: url(../images/shuxian.png) right top no-repeat #4788D7;
}

.ub-nav li a{
    display: block;
    text-align: center;
    line-height: 16px;
    height: 78px;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease;
    overflow: hidden;
}

.ub-nav li a:hover, .ub-nav li.active a {
    background: #1561af;
    color: #fff;
}

.ub-nav li a img{
    display: block;
    /* width: 32px; */
    /* height: 32px; */
    margin: 10px auto;
    transition: all .3s ease;
}

.ub-nav li a:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}



/* 按钮 */
.ub-btn{
    width: 100px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
}

.ub-btn2{
    width: 120px;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
}

.ub-btn_blue{
    background: #4788D7;
}

.ub-btn_orange{
    background: #FFA503;
}

.ub-btn_ash{
    background: #B9B9B9;
}

.ub-btn_green{
    background: #179814;
}

.ub-btn_red{
    background: #e10000;
}


/* 标签颜色 */
.ub-lable_red{
    background: #e1000034;
}

.ub-lable_orange{
    background: #ffa70334;
}

.ub-lable_ash{
    background: #b9b9b92c;
}

.ub-lable_green{
    background: #16981431;
}

/* 底部 */
.ub-footer{
    /* width: 100%; */
    background: #fff;
    padding: 50px 0;
}

.ub-footer_box{
    text-align: center;
    font-size: 12px;
    color: #555555;
}

.ub-footer_box a{
    color: #555555;
}

.ub-footer_down{
    margin-top: 6px;
}

.ub-footer_down img{
    width: 16px;
    height: auto;
    /* display: block; */
    margin-right: 4px;
    vertical-align: middle;
}



.ub-hide{
    display: none;
}

.ub-hide.ub-show{
    display: block;
}


/* 面包屑 */
.ub-crumbs{
    font-size: 12px;
    color: #999;
}

.ub-crumbs a{
    color: #999;
}

.ub-crumbs span{
    color: #444;
}

/* 分页 */
.ub-paging_box{
    width: calc(100% - 210px - 210px);
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ub-paging_num{
    font-size: 12px;
    color: #333;
}

.ub-paging_ul{
    display: flex;
    align-items: center;
}

.ub-paging_ul li{
    width: 36px;
    height: 36px;
    margin-right: 5px;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.ub-paging_ul li a{
    color: #666;
}

.ub-paging_ulIn{
    background: #4788D7;
}

.ub-paging_ulIn a{
    color: #fff !important;
}

.ub-paging_ul li:last-child{
    margin-right: 0;
}



/* 招就中心-头部 */
.ub-zj_header{
    display: flex;
    align-items: center;
    width: 100%;
}

.ub-zj_headerLogo{
    width: 1095px;
    height: auto;
    display: block;
    margin-right: 8px;
}

.ub-zj_headerLogo2{
    width: 600px;
    height: auto;
    display: block;
}

/* 招就中心-导航栏 */
.ub-zj_nav{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.ub-zj_nav li{
    width: calc(100% / 5);
    height: 64px;
    position: relative;
    text-align: center;
    padding-right: 2px;
    background: url(../images/shuxian.png) right top no-repeat #4788D7;
}

.ub-zj_nav li a{
    display: block;
    text-align: center;
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    overflow: hidden;
}

.ub-zj_nav li a:hover, .ub-zj_nav li.zj_active a {
    background: #1561af;
    color: #fff;
}

/* 招就中心-底部 */
.ub-zj_footer{
    margin: 40px auto;
    text-align: center;
    font-size: 12px;
    color: #555555;
}

.ub-zj_footer a{
    color: #555555;
}
/* 首页 */
/* 城市导航 */
.ub-index_navigationBox{
    width: 100%;
    margin-top: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.ub-index_navigationImg{
    display: block;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}

.ub-index_navigationRight{
    width: calc(100% - 120px - 15px);
    height: 80px;
    padding:  15px 0;
    display: flex;
    align-items: center;
}

.ub-index_navigationLine{
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #4788D7 50%, #FFFFFF 100%);
    border-radius: 1px;
    border-radius: 0.5px;
    opacity: 0.4;
}

.ub-index_navigationUl{
    width: calc(100% - 1px);
    /* height: 100%; */
    padding: 0 30px;
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    overflow-x: scroll;
    overflow: hidden;
}

.ub-index_navigationUl::-webkit-scrollbar{
    display: none;
}

.ub-index_navigationUl li{
    margin-right: 36px;
    float: left;
    margin-bottom: 5px;
}

.ub-index_navigationUl::after{
    display: block;
    content: '';
    clear: both;
}

.ub-index_navigationUl li:last-child{
    margin-right: 0;
}

.ub-index_navigationUl li a{
    color: #555555;
    font-size: 16px;
}

/* 公告 */
.ub-index_noticeImg{
    width: 485px;
    height: 310px;
    /* display: block; */
    border-radius: 4px;
    overflow: hidden;
}

/* .ub-index_noticeImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.news-pic {
    width: 485px;
    height: 310px;
}
.news-pic, .news-pic img {
    width: 485px;
    height: 310px;
    overflow: hidden;
}

.ub-index_noticeBox{
    width: 690px;
    height: 310px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.ub-index_noticeUl{
    display: flex;
}

.ub-index_noticeUl li{
    color: #222222;
    font-size: 16px;
    cursor: pointer;
    padding: 13px 24px;
}

.ub-index_noticeIn{
    background: #4788D7;
    color: #FFFFFF !important;
    position: relative;
}

.ub-index_noticeIn::before{
    width: 8px;
    height: 4px;
    content: '';
    background: url('../images/jtx.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 12px;
}

.ub-index_noticeDown{
    width: 100%;
    padding: 10px 16px;
}

.ub-index_noticeList{
    width: 100%;
    position: relative;
    font-size: 16px;
    padding: 14px 0;
}

.ub-index_noticeList a{
    width: 550px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    padding-left: 14px;
}

.ub-index_noticeList a:hover,.ub-index_recruitLeft a:hover,.ub-list_ulLi:hover,.ub-zj_listLeft a:hover,
.ub-index_navigationUl li a:hover{
    color: #4788d7;
}

.ub-index_noticeList span{
    font-size: 14px;
    color: #999999;
}

.ub-index_noticeList::before{
    width: 6px;
    height: 6px;
    content: '';
    background: rgba(71, 136, 215, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

/* 单位招聘&&服务指南 */
.ub-index_recruitBox{
    width: 895px;
    height: 530px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.ub-index_guideBox{
    width: 280px;
    height: 530px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}

.ub-index_recruitTitle{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #3274C3;
    font-weight: bold;
}

.ub-index_recruitTitle img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: block;
}

.ub-index_recruitList{
    width: 100%;
}

.ub-index_recruitList li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(71, 136, 215, 0.08);
    padding: 15px;
}

.ub-index_recruitLeft{
    width: calc(100% - 100px - 20px);
    display: flex;
    align-items: center;
}

.ub-index_recruitLeft img{
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 8px;
}

.ub-index_recruitLeft a{
    display: block;
    color: #333333;
    width: calc(100% - 40px - 32px - 8px - 5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ub-index_recruitLable{
    width: 40px;
    height: 20px;
    background: rgba(71, 136, 215, 0.08);
    font-size: 12px;
    color: #3274C3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 5px;
}

.ub-index_guideDown{
    width: 100%;
    height: calc(100% - 65px);
    padding: 10px;
}

.ub-index_guideUl{
    width: 100%;
}

.ub-index_guideUl li{
    width: 100%;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.ub-index_guideUl li:last-child{
    margin-bottom: 0;
}

.ub-index_guideLi{
    width: 100%;
    height: 100%;
    background: #F7F8F9;
    display: flex;
    align-items: center;
    padding: 15px;
}

.ub-index_guideLi img{
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 8px;
}

.ub-index_guideLi a{
    display: block;
    width: calc(100% - 34px - 8px);
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ub-index_guideImg{
    width: 100%;
    height: 100%;
    display: block;
}


/* 列表页 */
.ub-list_leftBox{
    width: 210px;
    height: 595px;
    border-radius: 4px;
    background: #fff;
}

.ub-list_rightBox{
    width: 965px;
    /* height: 725px; */
    border-radius: 4px;
    background: #fff;
}

.ub-list_ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 13px 16px 13px 30px;
    position: relative;
}

.ub-list_ulLi{
    color: #333;
    width: calc(100% - 100px - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.ub-list_ul li::before{
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: rgba(71, 136, 215, 0.5);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0,-50%);
}

.ub-list_ul li:nth-child(odd) {
    background-color: #fff;
}
.ub-list_ul li:nth-child(even) {
    background-color: rgba(247, 248, 249, 0.6);
}


/* 内容详情 */
.ub-content_box{
    width: 100%;
    background: #fff;
    padding: 0 120px 60px 120px;
}

.ub-content_crumbsBox{
    width: 100%;
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
}

.ub-content_titleBox{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
}

.ub-content_title{
    font-size: 24px;
    font-weight: bold;
    color: 333;
}

.ub-content_time{
    color: #999999;
    font-size: 14px;
    margin-top: 8px;
}

.ub-content_btn{
    display: block;
    width: 155px;
    /* height: 36px; */
    background: #4788D7;
    border-radius: 4px;
    text-align: center;
    /* line-height: 36px; */
    margin: 20px auto;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
}

.ub-content_contBox{
    width: 100%;
    font-size: 18px;
    color: #444;
    line-height: 36px;
}

.ub-content_contBox p{
    margin-bottom: 5px;
}

.ub-content_contBox p img{
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto 5px auto;
}

.ub-content_contBox  img{
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto 5px auto;
}

.ub-content_contBox p:first-child{
    text-indent: 2em;
}



/* 招就中心 */
.ub-zj_list li{
    width: 100%;
    padding: 20px 48px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ub-zj_list li:nth-child(odd) {
    background-color: #fff;
}

.ub-zj_list li:nth-child(even) {
    background-color: rgba(247, 248, 249, 0.6);
}

.ub-zj_listLeft{
    width: calc(100% - 120px - 30px);
    display: flex;
    align-items: center;
}

.ub-zj_listLeft img{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ub-zj_listLeft a{
    display: block;
    color: #444444;
    width: calc(100% - 30px - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.pagination {
    width: 500px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}
.pagination li {
    width: 50px;
    height: 38px;
    line-height: 38px;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 0 5px;
}
.pagination li a {
    display: block;
    color: #333;
    border-radius: 4px;
}
.pagination li a:hover{
    color: #fff;
    background: #0091f2;
}
.pagination li.active {
    color: #fff;
    background: #0091f2;
}
.pagination li.active a{
    color: #fff;
}
