*{
    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;
    background-size: contain;
}
@media only screen and (min-width: 768px) {
    body {
        background-size: unset;
    }
}
@media only screen and (min-width: 1920px) {
    body {
        background-size: contain;
    }
}

.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: 10px;
    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: 15px;
}

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

.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: 30px;
    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: 8px;
    height: 78px;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease;
    overflow: hidden;
}

.ub-nav li a:hover, .ub-nav li.active a {
    background: #006ED2;
    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: 14px;
    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);*/
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

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

.ub-paging_ul{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.ub-paging_ul li{
    padding: 10px 20px;
    /*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,.ub-index_guideLi 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;
    margin-bottom: 25px;
}

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

.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% - 120px - 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);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ub-index_recruitLable{
     width: 40px !important;
    height: 20px;
    background: rgba(71, 136, 215, 0.08);
    font-size: 12px;
    color: #3274C3 !important;
    display: block;
    text-align: center;
    line-height: 20px;
    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;
    object-fit: cover;
}


/* 列表页 */
.ub-list_leftBox{
    width: 210px;
    height: 610px;
    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% - 45px);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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{
    max-width: 95%;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.ub-content_contBox  img{
    height: auto;
    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);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div.slideBox ul.items li a img{
    width: 485px;
    height: 310px;
}

/* 成绩查询 */
.achievement-box{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 140px 20px 90px;
}
.achievement-name{
    text-align: center;
    color: #4788D7;
    font-size: 24px;
    font-weight: bold;
}
.achievement-fill-box{
    width: 55%;
    box-sizing: border-box;
    margin: 60px auto;
    padding: 15px 0;
    /*border-left: 2px dashed #4788D7;*/
}
.achievement-fill{
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
    color: #333333;
    font-size: 20px;
    position: relative;
    margin-bottom: 60px;
    height: 44px;
}
.achievement-fill:last-child{
    margin-bottom: 0;
}
.achievement-fill img{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,0);
}
.ub-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ub-flexd{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.achievement-tetx{
    width: 80px;
    display: inline-block;
    text-align: justify;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
}
.achievement-tetx::after{
    content: '';
    display: inline-block;
    width: 100%;
}
.achievement-inp{
    width: calc(100% - 105px);
    box-sizing: border-box;
    border: 1px solid #4788D7;
    background-color: #F7F7F7;
    font-size: 16px;
    color: #333;
    border-radius: 25px;
    height: 44px;
    margin-left: 25px;
    outline: none;
    padding-left: 30px;
}
.achievement-btn-box{
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.achievement-btn{
    padding: 15px 90px;
    color: #fff;
    background-color: #4788D7;
    border-radius: 30px;
    font-size: 16px;
    border: 0;
    outline: none;
    cursor: pointer;
}
.achievement-btn-close{
    background-color: #E3E3E3 !important;
    color: #333333 !important;
}


/* 弹窗 */
.achievement-pupo{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.315);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display:none;
}
.achievement-report{
    width: 1100px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 100px 35px 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display:none;
}
.achievement-report-box{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #4788D7;
    margin-bottom:20px;
}

.achievement-report-box table{
    width: 100%;
    border-collapse: collapse;
    border: 0;
    table-layout:fixed;
}
.achievement-report-box td{
    width: 33.33%;
    text-align: center;
    padding: 20px 10px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    border-right: 1px solid #4788D7;
    word-wrap:break-word;
}
.achievement-report-box td:last-child{
    border: 0;
}
.achievement-report-box tr{
    background-color: #F2F2F2;
}
.achievement-report-box tr:nth-child(2n){
    background-color: #fff;
    font-weight: bold;
}
.close{
    width: 210px;
    padding: 15px 0;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    background-color: #E3E3E3;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
.achievement-fill em{
    color:#f00;
    padding:5px 10px;
    text-shadow: 3px 3px 5px #adacac;
    border-radius:4px;
    position:relative;
    left:110px;
    top:2px;
    z-index:999
}
.score-no-data {
    font-size: 26px;
    text-align: center;
    color: #f00;
    font-weight: bold;
    margin-bottom: 30px
;
}


div.slideBox {
    position: relative;
    width: 670px;
    height: 310px;
    overflow: hidden;
}


/*右侧浮动工具*/
.toolbar {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 44%;
    z-index: 999;
}
.toolbar dd {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.08);
}
.toolbar dd i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 8px 0 0 8px;
    background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar .pop {
    position: absolute;
    right: 65px;
    top: -18px;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 3px;
}
.toolbar .pop-code {
    padding: 10px;
}
.toolbar .pop-code:after {
    content: "";
    border: 8px solid transparent;
    border-left-color: #fff;
    top: 36px;
    right: -16px;
    position: absolute;
    width: 0;
    height: 0;
}
.toolbar .pop-code img {
    width: 100px;
    height: 100px;
    display: block;
}
.toolbar .pop-code h3 {
    text-align: center;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}
.toolbar .pop-code h3 b {
    display: block;
    font-weight: normal;
}
.toolbar .qq span {
    background-position: -35px -47px;
}
.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}
.toolbar .slide {
    position: absolute;
    right: 65px;
    top: -2px;
    display: none;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 3px;
}
.toolbar .slide:after {
    content: "";
    border: 8px solid transparent;
    border-left-color: #fff;
    top: 50%;
    right: -16px;
    margin-top: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.toolbar .slide .fenx {
    width: 160px;
}
.toolbar .slide .fenx a {
    margin: 0 5px;
}
.toolbar .slide .fenx a:first-child {
    margin-left: 0;
}
.toolbar .slide .fenx a:last-child {
    margin-right: 0;
}
.toolbar dd:hover i {
    background-color: #4788d7;
}
.toolbar .qq:hover span {
    background-position: 0 -47px;
}
.toolbar .tel span {
    background-position: -35px 0;
}
.toolbar .tel:hover span {
    background-position: 0 0;
}
.toolbar .code span {
    background-position: -35px -95px;
}
.toolbar .code:hover span {
    background-position: 1px -95px;
}
.toolbar .top span {
    background-position: -35px -142px;
}
.toolbar .top:hover span {
    background-position: 0 -142px;
}
.toolbar .bottom span {
    background-position: -35px -186px;
}
.toolbar .bottom:hover span {
    background-position: 0 -186px;
}

/* 新底部 */
.ub-newFooter{
    /* width: 100%; */
    box-sizing: border-box;
    background: #fff;
    padding: 40px 25px 25px 25px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-end;*/
}

.ub-newFooter_text{
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

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

.ub-newFooter_text a{
    color: #666;
}

.ub-newFooter_imgBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 320px;
}

.ub-newFooter_img{
    width: 16px !important;
    height: 19px !important;
    /* display: block; */
    /* object-fit: cover; */
    cursor: pointer;
    margin-right: 5px;
    /* vertical-align: middle; */
}

.ub-newFooter_text img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    /* vertical-align: middle; */
}