* {
    -webkit-tap-highlight-color: transparent;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

html {
    margin: 0 auto;
    padding: 0;
    background: #f3f4f5;
    color: #333333;
    font-family: "微软雅黑";
    position: relative;
}

@media screen and (min-width: 750px) {
    html {
        background: #999;
    }
    body {
        max-width: 750px;
        margin: 0 auto !important;
    }
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 0.32rem;
    background: #f3f4f5;
    color: #333333;
    font-family: "微软雅黑";
    position: relative;
}

html.noscroll {
    overflow: hidden;
}

img {
    width: 100%;
    display: block;
}

p,
div,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
table,
td,
tr {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

dl:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

dd:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clc {
    clear: both;
}

.fgx {
    width: 100%;
    height: 0.3rem;
    background: #f3f4f5;
}

.adCont {
    width: 6.9rem;
    padding: 0.3rem;
    background: #f3f4f5;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adCont a {
    display: block;
    width: 48%;
    border-radius: 0.1rem;
    overflow: hidden;
}

/*首页*/

/*头部*/

.header {
    padding: 0.25rem 0.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #fff;
}

.header img {
    height: 0.6rem;
    width: auto;
}

.header a {
    display: block;
    font-size: 0.26rem;
    border-radius: 0.3rem;
    background: #f0f3fa;
    padding: 0 0.2rem;
    color: #0064a7;
}

.header a img {
    float: left;
    margin-left: -0.25rem;
    border-radius: 0.3rem;
    margin-right: 0.2rem;
}

.search {
    position: relative;
    z-index: 1;
    width: 6.9rem;
    margin: -0.4rem auto 0 auto;
    border-radius: 0.4rem;
    line-height: 0.8rem;
    height: 0.8rem;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    color: #999;
}

.search a {
    display: block;
    padding: 0 0.25rem;
    font-size: 0.28rem;
}

.search a i {
    font-size: 0.4rem;
    margin-right: 0.1rem;
    vertical-align: bottom;
}

.indexNav {
    display: inline-flex;
    width: 7rem;
    margin: 0.35rem 0.25rem 0 0.25rem;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 0.26rem;
}

.indexNav a {
    display: block;
    text-align: center;
}

.indexNav a i {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.15rem;
    margin: 0 auto;
    background: #ccc;
    font-size: 0.44rem;
    margin-bottom: 0.2rem;
    background: linear-gradient(135deg, #00c4fa, #005dea);
    color: #fff;
}

.indexTlt {
    background: #fff;
    padding: 0.25rem 0.3rem;
    line-height: 0.5rem;
    border-bottom: 0.1px solid #e5e5e5;
}

.indexTlt span {
    display: inline-block;
    font-size: 0.36rem;
    line-height: 0.38rem;
    font-weight: bold;
    position: relative;
}

.indexTlt span::before {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.15rem;
    background: #005dea;
    opacity: 0.3;
    position: absolute;
    bottom: -0.05rem;
    left: -0.3rem;
}

.indexTlt a {
    float: right;
    font-size: 0.26rem;
    color: #666;
}

/*首页职位*/

.indexJob {
    background-color: #fff;
    padding: 0 0.3rem;
}

.indexJob ul li {
    padding: 0.3rem 0;
    background: #fff;
    border-bottom: 0.02rem dashed #dddddd;
}

.indexJob ul li:last-child {
    border: none;
}

.indexJob ul li h2 {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.indexJob ul li h2 font {
    background: #da251d;
    height: 0.32rem;
    border-radius: 0.05rem;
    line-height: 0.32rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    margin-right: 0.1rem;
    font-weight: 300;
    padding: 0 0.05rem;
}

.indexJob ul li h2 span {
    flex: 1;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexJob ul li h2 label {
    color: #e77816;
}

.indexJob ul li p {
    font-size: 0.24rem;
    margin-top: 0.15rem;
    color: #666;
}

.indexJob ul li p font {
    display: inline-block;
    background: #f3f4f5;
    padding: 0.02rem 0.05rem;
    margin-right: 0.15rem;
    margin-top: 0.1rem;
    border-radius: 0.05rem;
}

.indexJob ul li .corp {
    width: 100%;
    line-height: 0.56rem;
    height: 0.56rem;
    font-size: 0.28rem;
    margin-top: 0.25rem;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.indexJob ul li .corp a {
    display: block;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.indexJob ul li .corp a img {
    width: 0.56rem;
    height: 0.56rem;
    object-fit: cover;
    border: 0.02rem solid #f2f2f2;
    box-sizing: border-box;
    float: left;
    margin-right: 0.15rem;
}

.indexJob ul li .corp button {
    outline: none;
    border: none;
    background: linear-gradient(135deg, #00c4fa, #005dea);
    color: #fff;
    border-radius: 0.05rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
}

/*首页企业*/

.indexCorp {
    background-color: #fff;
    padding: 0 0.3rem;
}

.indexCorp ul li {
    padding: 0.3rem 0;
    height: 1rem;
    background: #fff;
    border-bottom: 0.02rem dashed #dddddd;
}

.indexCorp ul li a {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.indexCorp ul li:last-child {
    border: none;
}

.indexCorp ul li img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    border: 0.02rem solid #f2f2f2;
    box-sizing: border-box;
    margin-right: 0.2rem;
}

.indexCorp ul li .txt {
    flex: 1;
    overflow: hidden;
}

.indexCorp ul li h2 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexCorp ul li p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexCorp ul li p label {
    margin-right: 0.15rem;
}

/*首页资讯*/

.indexNews {
    background-color: #fff;
    padding: 0 0.3rem;
}

.indexNews ul {
    padding: 0.2rem 0;
}

.indexNews ul li a {
    display: block;
    font-size: 0.28rem;
    line-height: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*底部*/

.footer {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding: 0.3rem 0;
    background: #f3f4f5;
    color: #666;
}

/*搜索页面*/

.searchHeader {
    width: 7.5rem;
    box-sizing: border-box;
    padding: 0.15rem 0.3rem;
    background: linear-gradient(135deg, #00c4fa, #005dea);
    display: inline-flex;
    justify-content: space-between;
    line-height: 0.7rem;
}

.searchHeader i {
    color: #fff;
    width: 0.6rem;
    font-size: 0.3rem;
}

.searchHeader p {
    flex: 1;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 0.36rem;
}

.searchHeader .searchCont {
    width: 100%;
    display: inline-flex;
    background: #fff;
    height: 0.7rem;
    border-radius: 0.35rem;
}

.searchHeader .searchCont.active {
    width: 0.2rem;
    width: 1.5rem;
    border-radius: 50rem;
}

.searchHeader .searchCont .select {
    border-right: 1px solid #f2f2f2;
    font-size: 0.28rem;
    position: relative;
}

.searchHeader .searchCont .select span {
    position: relative;
    display: block;
    padding: 0 0.15rem 0 0.3rem;
}

.searchHeader .searchCont .select span i {
    color: #666;
    width: auto;
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.4rem;
    vertical-align: middle;
    position: relative;
    transition: all 0.2s;
}

.searchHeader .searchCont .select ul {
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    top: 0;
    padding: 0.7rem 0 0 0;
    border-radius: 0.35rem;
    height: 0rem;
    overflow: hidden;
    color: #666;
    transition: all 0.2s;
}

.searchHeader .searchCont.on .select ul {
    height: 1.4rem;
    padding: 0.7rem 0 0.2rem 0;
    border-radius: 0.35rem 0.35rem 0.2rem 0.2rem;
}

.searchHeader .searchCont.on span i {
    transform: rotate(-180deg);
}

.searchHeader .searchCont input {
    width: 100%;
    outline: none;
    border: none;
    padding: 0;
    height: 0.7rem;
    border-radius: 0.35rem;
    font-size: 0.28rem;
    padding: 0 0.3rem;
    flex: 1;
}

.searchHeader .searchCont i {
    display: block;
    color: #005dea;
    width: 0.9rem;
    text-align: center;
    font-size: 0.4rem;
}

.hotSearch {
    padding: 0.3rem;
}

.hotSearch h2 {
    font-size: 0.32rem;
    margin: 0.1rem 0;
}

.hotSearch .hotSearchCont {
    font-size: 0;
}

.hotSearch .hotSearchCont a {
    display: inline-block;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    font-size: 0.26rem;
    padding: 0.1rem 0.2rem;
    background: #fff;
    color: #666;
    border-radius: 0.05rem;
}

/*职位列表页*/

.listHeader {
    position: fixed;
    top: 0;
    z-index: 9;
}

.filter {
    width: 7.5rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 1rem;
    z-index: 1;
}

.filter .filtrBar ul {
    width: 6.9rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.28rem;
    color: #666666;
    background: #fff;
    padding: 0.2rem 0.3rem;
}

.filter .filtrBar ul li {
    max-width: 25%;
    position: relative;
    padding-right: 0.36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter .filtrBar ul li i {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #999;
    font-size: 0.36rem;
    vertical-align: bottom;
    transition: all 0.2s;
}

.filter .filtrBar ul li.on {
    color: #0064a7;
}

.filter .filtrBar ul li.on i {
    color: #0064a7;
    transform: rotate(-180deg);
}

.filter .filterCont ul {
    background: #fff;
    border-top: 1px solid #f2f2f2;
}

.filter .filterCont ul li {
    width: 6.9rem;
    padding: 0.1rem 0.3rem 0.3rem 0.3rem;
    display: none;
}

.filter .filterCont ul li a {
    display: inline-block;
    font-size: 0.28rem;
    color: #666;
    margin: 0.2rem 0.1rem 0 0.1rem;
    background: #f3f4f5;
    padding: 0.1rem 0.2rem;
    border-radius: 0.05rem;
}

.filter .filterCont ul li a.on {
    color: #fff;
    background: #0064a7;
}

.jobList {
    padding-top: 1.9rem;
}

.jobList ul {
    padding: 0 0.3rem 0.3rem 0.3rem;
}

.jobList ul li {
    padding: 0.25rem 0.25rem 0 0.25rem;
    background: #fff;
    /* border-bottom: 0.2rem dashed #dddddd; */
    margin-top: 0.25rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.jobList ul li:last-child {
    border: none;
}

.jobList ul li h2 {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.jobList ul li h2 font {
    background: #da251d;
    height: 0.32rem;
    border-radius: 0.05rem;
    line-height: 0.32rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    margin-right: 0.1rem;
    font-weight: 300;
    padding: 0 0.05rem;
}

.jobList ul li h2 strong {
    background: #0064a7;
    height: 0.32rem;
    border-radius: 0.05rem;
    line-height: 0.32rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    margin-right: 0.1rem;
    font-weight: 300;
    padding: 0 0.05rem;
}

.jobList ul li h2 span {
    flex: 1;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobList ul li h2 span i {
    font-size: 0.32rem;
    margin-left: 0.1rem;
}

.jobList ul li h2 span .collecting {
    color: #ea7f21;
}

.jobList ul li h2 span .active {
    display: none;
}

.jobList ul li h2 label {
    color: #e77816;
}

.jobList ul li p {
    font-size: 0.24rem;
    margin-top: 0.15rem;
    color: #666;
}

.jobList ul li p font {
    display: inline-block;
    background: #f3f4f5;
    padding: 0.02rem 0.05rem;
    margin-right: 0.15rem;
    margin-top: 0.1rem;
    border-radius: 0.05rem;
}

.jobList ul li .corp {
    position: relative;
    width: 100%;
    line-height: 0.56rem;
    height: 0.56rem;
    font-size: 0.28rem;
    margin: 0.25rem 0;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.jobList ul li .corp a {
    display: block;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.jobList ul li .corp a img {
    width: 0.56rem;
    height: 0.56rem;
    object-fit: cover;
    border: 0.02rem solid #f2f2f2;
    box-sizing: border-box;
    float: left;
    margin-right: 0.15rem;
}

.jobList ul li .corp .button {
    display: flex;
    flex-direction: column;
    margin-top: -0.5rem;
}

.jobList ul li .corp .button button {
    outline: none;
    border: none;
    background: linear-gradient(135deg, #00c4fa, #005dea);
    color: #fff;
    border-radius: 0.05rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}

.jobList ul li .corp .button button:first-child {
    background: linear-gradient(135deg, #f9a459, #e77817);
}

.jobList ul li .corp button {
    outline: none;
    border: none;
    background: linear-gradient(135deg, #00c4fa, #005dea);
    color: #fff;
    border-radius: 0.05rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
}

.jobList ul li .welfare {
    background: #f9f9f9;
    padding: 0.1rem 0.25rem 0.2rem 0.25rem;
    margin-left: -0.25rem;
    width: 6.4rem;
}

.jobList ul li .welfare span {
    display: inline-block;
    font-size: 0.24rem;
    border: 0.02rem solid #ddd;
    padding: 0.02rem 0.1rem;
    margin: 0.1rem 0.1rem 0 0;
    border-radius: 0.05rem;
    font-weight: 300;
    color: #666;
}

/*城市弹窗*/

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.popArea {
    position: fixed;
    width: 7.5rem;
    height: 100%;
    top: 110%;
    z-index: 9;
    background: #fff;
    transition: all 0.2s;
}

.popArea.on {
    top: 0;
}

.popArea .head {
    position: relative;
    padding: 0 0.3rem;
    font-size: 0.32rem;
    line-height: 1rem;
    color: #0064a7;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.popArea .head i {
    position: absolute;
    right: 0.3rem;
    font-size: 0.44rem;
    color: #666;
    font-weight: normal;
}

.popArea ul {
    height: calc(100% - 1rem);
    overflow: scroll;
}

.popArea ul li {
    height: 0.8rem;
    overflow: hidden;
    border-bottom: 0.01rem solid #ddd;
}

.popArea ul li.on {
    height: auto;
}

.popArea ul li h2 {
    width: 7.5rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
    /* border-top: .01rem solid #ccc; */
}

.popArea ul li.on h2 {
    background: #f3f4f5;
}

.popArea ul li h2 i {
    float: right;
    display: block;
    font-size: 0.4rem;
    transition: all 0.2s;
}

.popArea ul li.on h2 i {
    transform: rotate(180deg);
}

.popArea ul li dl {
    width: 7.1rem;
    padding: 0.05rem 0.2rem 0.1rem 0.2rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    background: #f3f4f5;
}

.popArea ul li dl dt {
    font-size: 0.28rem;
    color: #666;
    margin: 0 0.15rem 0.25rem 0.1rem;
    background: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 0.05rem;
}

/*职位详情*/

.jobBg {
    width: 7.5rem;
    height: 2.9rem;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.jobBg::after {
    content: "";
    display: block;
    width: 10.7rem;
    height: 3.5rem;
    border-radius: 100%;
    background: linear-gradient(90deg, #00c4fa, #005dea);
    position: absolute;
    bottom: 0;
    left: -1.6rem;
}

.quickNav .navBg {
    position: fixed;
    width: 7.5rem;
    height: 100%;
    top: 0;
    margin-left: -3.75rem;
    left: 50%;
    z-index: 9;
    display: none;
}

.quickNav .navCont {
    position: fixed;
    width: 7.5rem;
    top: -5rem;
    margin-left: -3.75rem;
    left: 50%;
    z-index: 10;
    background: linear-gradient(90deg, #00c4fa, #005dea);
    color: #fff;
    border-radius: 0 0 0.1rem 0.1rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.quickNav.on .navBg {
    display: block;
}

.quickNav.on .navCont {
    transform: translateY(5rem);
}

.quickNav .navCont h3 {
    font-weight: normal;
    padding: 0.3rem;
    line-height: 0.5rem;
}

.quickNav .navCont h3 i {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    color: #fff;
    font-size: 0.4rem;
    opacity: 0.8;
}

.quickNav .navCont h3+a {
    display: block;
    width: 6.5rem;
    margin: 0 0.3rem 0.25rem 0.3rem;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    background: rgba(255, 255, 255, 0.3);
    font-size: 0.28rem;
}

.quickNav .navCont h3+a i {
    font-size: 0.4rem;
    vertical-align: bottom;
    margin-right: 0.2rem;
    opacity: 0.8;
}

.quickNav .navCont ul {
    width: 6.9rem;
    margin: 0 0.3rem;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.quickNav .navCont ul li {
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
}

.quickNav .navCont ul li a {
    display: block;
    padding: 0.2rem 0.3rem;
}

.quickNav .navCont ul li a i {
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 0.44rem;
    padding-bottom: 0.1rem;
    opacity: 0.8;
}

.jobDetail {
    position: relative;
    padding: 1.1rem 0;
}

.jobDetail .jobTlt {
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 9;
}

.jobDetail .jobTlt:after {
    content: "";
    display: block;
    width: 10.7rem;
    height: 1rem;
    background: linear-gradient(90deg, #00c4fa, #005dea);
    position: absolute;
    left: -1.6rem;
    top: 0;
}

.jobDetail .jobTlt p {
    width: 6.9rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.36rem;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.jobDetail .jobTlt i {
    width: 0.5rem;
    font-size: 0.3rem;
}

.jobDetail .jobTlt i.icon-more {
    text-align: right;
}

.jobDetail .jobName {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.25rem 0.3rem;
}

.jobDetail .jobName h2 {
    width: 100%;
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.jobDetail .jobName h2 p {
    flex: 1;
    padding-right: 0.3rem;
}

.jobDetail .jobName h2 p font {
    display: inline-block;
    background: #da251d;
    height: 0.36rem;
    border-radius: 0.05rem;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    margin-right: 0.1rem;
    font-weight: 300;
    padding: 0 0.06rem;
    transform: translateY(-0.05rem);
}

.jobDetail .jobName h2 p strong {
    display: inline-block;
    background: #0064a7;
    height: 0.36rem;
    border-radius: 0.05rem;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    margin-right: 0.1rem;
    font-weight: 300;
    padding: 0 0.06rem;
    transform: translateY(-0.05rem);
}

.jobDetail .jobName h2 p span {
    flex: 1;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobDetail .jobName h2 label {
    color: #e77816;
}

.jobDetail .jobName h2+p {
    color: #555;
    font-size: 0;
    line-height: 0.26rem;
    margin-top: 0.2rem;
}

.jobDetail .jobName h2+p font {
    display: inline-block;
    position: relative;
    font-size: 0.28rem;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
}

.jobDetail .jobName h2+p font::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.2rem;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0.03rem;
}

.jobDetail .jobName h2+p font:last-child::after {
    content: none;
}

.jobDetail .jobName .welfare {
    margin-top: 0.15rem;
    /* padding-top: 0.25rem;
	border-top: 1px solid #f2f2f2; */
}

.jobDetail .jobName .welfare span {
    display: inline-block;
    font-size: 0.26rem;
    /* border: 0.02rem solid #ddd; */
    background: #f3f4f5;
    padding: 0.02rem 0.1rem;
    margin: 0.05rem 0.15rem 0.05rem 0;
    border-radius: 0.05rem;
    font-weight: 300;
    color: #666;
}

.jobDetail .jobCont {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.4rem 0.3rem 0.3rem 0.3rem;
    position: relative;
}

.jobDetail .jobCont .tlt {
    font-size: 0.36rem;
    line-height: 0.36rem;
}

.jobDetail .jobCont .tlt i {
    font-size: 0.4rem;
    color: #0064a7;
}

.jobDetail .jobCont .text {
    margin-top: 0.3rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.5rem;
}

.jobDetail .jobCont .text p {
    /* text-indent: 0.56rem; */
    margin-top: 0.1rem;
}

.jobDetail .jobAddress {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.4rem 0.3rem 0.3rem 0.3rem;
    position: relative;
}

.jobDetail .jobAddress .tlt {
    font-size: 0.36rem;
    line-height: 0.36rem;
}

.jobDetail .jobAddress .tlt i {
    font-size: 0.4rem;
    color: #0064a7;
}

.jobDetail .jobAddress .text {
    margin-top: 0.3rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.5rem;
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.jobDetail .jobAddress .text p {
    padding-right: 0.2rem;
}

.jobDetail .jobAddress .text i {
    font-size: 0.24rem;
    color: #ccc;
}

.jobDetail .jobCorp {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.4rem 0.3rem 0.3rem 0.3rem;
    position: relative;
}

.jobDetail .jobCorp .tlt {
    display: flex;
    font-size: 0.36rem;
    line-height: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.jobDetail .jobCorp .tlt i {
    font-size: 0.4rem;
    float: left;
    margin-right: 0.15rem;
    color: #0064a7;
}

.jobDetail .jobCorp .tlt img {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    float: left;
    margin-right: 0.15rem;
    box-sizing: border-box;
    border: 0.01rem solid #ccc;
}

.jobDetail .jobCorp .text {
    margin-top: 0.3rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.5rem;
    max-height: 4rem;
    overflow: hidden;
    position: relative;
}

.jobDetail .jobCorp .text p {
    /* text-indent: 0.56rem; */
}

.jobDetail .jobCorp .text::after {
    content: "";
    display: block;
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0;
}

.jobDetail .jobCorp .text+a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.28rem;
    color: #0064a7;
    padding-top: 0.2rem;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.jobDetail .jobOther {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.25rem 0.3rem;
}

.jobDetail .jobOther .tlt {
    font-size: 0.36rem;
}

.jobDetail .jobOther ul {
    margin-top: 0.05rem;
}

.jobDetail .jobOther ul li {
    padding: 0.25rem 0;
    background: #fff;
    border-bottom: 0.01rem dashed #dddddd;
}

.jobDetail .jobOther ul li:last-child {
    border: none;
    padding-bottom: 0.1rem;
}

.jobDetail .jobOther ul li h2 {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.jobDetail .jobOther ul li h2 span {
    flex: 1;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobDetail .jobOther ul li h2 label {
    color: #e77816;
}

.jobDetail .jobOther ul li p {
    font-size: 0.24rem;
    margin-top: 0.05rem;
    color: #666;
}

.jobDetail .jobOther ul li p font {
    display: inline-block;
    background: #f3f4f5;
    padding: 0.02rem 0.05rem;
    margin-right: 0.15rem;
    margin-top: 0.1rem;
    border-radius: 0.05rem;
}

.jobDetail .jobOther ul+a {
    display: block;
    text-align: center;
    background: rgb(0 100 167 / 5%);
    width: 6.3rem;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
    margin: 0.2rem 0 0.05rem 0;
    font-size: 0.28rem;
    color: #0064a7;
}

.jobDetail .recJob {
    margin: 0.3rem 0.3rem 0 0.3rem;
}

.jobDetail .recJob .tlt {
    text-align: center;
    font-size: 0.28rem;
    color: #999;
    position: relative;
}

.jobDetail .recJob .tlt::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.01rem;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0.8rem;
}

.jobDetail .recJob .tlt::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.01rem;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 0.8rem;
}

.jobDetail .recJob ul {
    margin-top: 0.25rem;
}

.jobDetail .recJob ul li {
    width: 6.3rem;
    padding: 0.25rem 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
}

.jobDetail .recJob ul li h2 {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.jobDetail .recJob ul li h2 span {
    flex: 1;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobDetail .recJob ul li h2 label {
    color: #e77816;
}

.jobDetail .recJob ul li p {
    font-size: 0.24rem;
    margin-top: 0.15rem;
    color: #666;
}

.jobDetail .recJob ul li p font {
    display: inline-block;
    position: relative;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
}

.jobDetail .recJob ul li p font:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.2rem;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0.07rem;
}

.jobDetail .recJob ul li .corp {
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 0.28rem;
    margin: 0.2rem 0 0.05rem 0;
}

.jobDetail .recJob ul li .corp a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobDetail .recJob ul li .corp a img {
    width: 0.4rem;
    height: 0.4rem;
    object-fit: cover;
    border: 0.02rem solid #f2f2f2;
    box-sizing: border-box;
    float: left;
    margin-right: 0.15rem;
}

.jobDetail .recJob ul+a {
    display: block;
    text-align: center;
    background: #fff;
    width: 6.3rem;
    padding: 0.2rem 0.3rem;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #0064a7;
}

.jobDetail .jobPath {
    width: 6.9rem;
    margin: 0 auto;
    padding: 0.3rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666;
}

.jobDetail .jobPath i {
    font-size: 0.32rem;
    display: inline-block;
    transform: rotate(-90deg);
    vertical-align: bottom;
}

.jobDetail .jobFoot {
    background: #fff;
    color: #666;
    width: 6.9rem;
    padding: 0.2rem 0.3rem;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    text-align: center;
}

.jobDetail .jobFoot img {
    margin: 0 auto;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    border: 0.02rem solid #e2e2e2;
    box-sizing: border-box;
}

.jobDetail .jobFoot i {
    display: block;
    font-size: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.jobDetail .jobFoot p {
    font-size: 0.24rem;
    margin-top: 0.05rem;
}

.jobDetail .jobFoot .love .icon-shoucangh {
    display: none;
}

.jobDetail .jobFoot .love p::after {
    content: "收藏";
}

.jobDetail .jobFoot .love.on {
    color: #ff9800;
}

.jobDetail .jobFoot .love.on .icon-shoucang {
    display: none;
}

.jobDetail .jobFoot .love.on .icon-shoucangh {
    display: block;
}

.jobDetail .jobFoot .love.on p::after {
    content: "已收藏";
}

.jobDetail .jobFoot .btn {
    width: 72%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.jobDetail .jobFoot .btn a {
    display: block;
    font-size: 0.3rem;
    color: #fff;
    width: 48%;
    border-radius: 0.1rem;
    height: 0.75rem;
    line-height: 0.75rem;
    background: linear-gradient(90deg, #00c4fa, #005dea);
}

.jobDetail .jobFoot .btn a:first-child {
    background: linear-gradient(90deg, #ff9800, #d84909);
}

/*企业列表*/

.corpList {
    padding-top: 1.9rem;
}

.corpList ul {
    padding: 0 0.3rem 0.3rem 0.3rem;
}

.corpList ul li {
    padding: 0.25rem 0.25rem 0 0.25rem;
    background: #fff;
    margin-top: 0.25rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.corpList ul li a {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.corpList ul li img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    border: 0.02rem solid #f2f2f2;
    box-sizing: border-box;
    margin-right: 0.2rem;
}

.corpList ul li .name {
    flex: 1;
    line-height: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.corpList ul li .name p {
    font-size: 0.28rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.corpList ul li .name p font {
    position: relative;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
}

.corpList ul li .name p font:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.2rem;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0.1rem;
}

.corpList ul li .job {
    background: #f9f9f9;
    padding: 0.2rem 0.25rem;
    margin-left: -0.25rem;
    width: 6.4rem;
    font-size: 0.28rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

.corpList ul li .job font {
    display: inline-block;
    font-size: 0.24rem;
    padding: 0.02rem 0.1rem;
    margin-right: 0.2rem;
    border-radius: 0.05rem;
    color: #fff;
    background: #e77817;
    vertical-align: bottom;
}

/*企业详情*/

.corpBg {
    width: 7.5rem;
    height: 2.9rem;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.corpBg::after {
    content: "";
    display: block;
    width: 10.7rem;
    height: 3.5rem;
    border-radius: 100%;
    background: linear-gradient(90deg, #00c4fa, #005dea);
    position: absolute;
    bottom: 0;
    left: -1.6rem;
    overflow: hidden;
}

.corpDetail {
    position: relative;
    padding: 1.1rem 0 0 0;
}

.corpDetail .corpTlt {
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 9;
}

.corpDetail .corpTlt:after {
    content: "";
    display: block;
    width: 10.7rem;
    height: 1rem;
    background: linear-gradient(90deg, #00c4fa, #005dea);
    position: absolute;
    left: -1.6rem;
    top: 0;
}

.corpDetail .corpTlt p {
    width: 6.9rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.36rem;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.corpDetail .corpTlt p font {
    opacity: 0;
    flex: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.2rem;
}

.corpDetail .corpTlt i {
    width: 0.5rem;
    font-size: 0.3rem;
}

.corpDetail .corpTlt i.icon-more {
    text-align: right;
}

.corpDetail .corpName {
    width: 6.9rem;
    box-sizing: border-box;
    margin: 0.2rem 0.3rem 0.1rem 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem;
    text-align: center;
}

.corpDetail .corpName img {
    width: 1rem;
    height: 1rem;
    border-radius: 0.1rem;
    margin: 0 auto 0.25rem auto;
    border: 0.02rem solid #f2f2f2;
}

.corpDetail .corpName h2 {
    font-weight: normal;
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
}

.corpDetail .corpName p {
    font-size: 0.26rem;
    color: #999;
    line-height: 0.36rem;
}

.corpDetail .corpName p font:not(:last-child)::after {
    content: "·";
    display: inline-block;
    margin: 0 0.1rem;
}

.corpDetail .corpNav {
    position: sticky;
    top: 1rem;
    z-index: 9;
    background: #f3f4f5;
    color: #666;
    padding: 0 0.3rem;
    font-size: 0;
}

.corpDetail .corpNav li {
    display: inline-block;
    width: 50%;
    font-size: 0.3rem;
    text-align: center;
    position: relative;
}

.corpDetail .corpNav li a {
    display: block;
    padding: 0.2rem 0;
    position: relative;
}

.corpDetail .corpNav li.on {
    color: #0064a7;
}

.corpDetail .corpNav li.on::before {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 0.18rem;
    background: #0064a7;
    position: absolute;
    left: 50%;
    margin-left: -0.7rem;
    opacity: 0.15;
    top: 40%;
}

.corpDetail .corpNav li.on::after {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.13rem;
    background: #0064a7;
    position: absolute;
    right: 50%;
    margin-right: -0.7rem;
    opacity: 0.15;
    bottom: 45%;
}

.corpDetail .corpText {
    box-sizing: border-box;
    margin: 0.1rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem 0.1rem 0.3rem;
    position: relative;
}

.corpDetail .corpText .tlt {
    font-size: 0.36rem;
    line-height: 0.5rem;
}

.corpDetail .corpText .tlt i {
    font-size: 0.4rem;
    float: left;
    margin-right: 0.15rem;
    color: #0064a7;
}

.corpDetail .corpText .text {
    margin-top: 0.2rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.5rem;
    max-height: 7.5rem;
    overflow: hidden;
    transition: all 0.2s;
}

.corpDetail .corpText.on .text {
    height: auto;
}

.corpDetail .corpText .text p {
    /* text-indent: 0.56rem; */
}

.corpDetail .corpText .text+i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    color: #0064a7;
    transition: all 0.2s;
}

.corpDetail .corpText.on .text+i {
    transform: rotate(180deg);
}

.corpDetail .corpShow {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.corpDetail .corpShow .tlt {
    font-size: 0.36rem;
    line-height: 0.5rem;
}

.corpDetail .corpShow .tlt i {
    font-size: 0.4rem;
    float: left;
    margin-right: 0.15rem;
    color: #0064a7;
}

.corpDetail .corpShow .swiper {
    margin-top: 0.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.corpDetail .corpShow .swiper .swiper-pagination-bullets {
    bottom: 0.1rem;
}

.corpDetail .corpShow .swiper .swiper-pagination-bullet {
    width: 0.2rem !important;
    height: 0.05rem !important;
    border-radius: 0.25rem !important;
    opacity: 1 !important;
    background: #fff;
    border-radius: 0;
}

.corpDetail .corpShow .swiper .swiper-pagination-bullet-active {
    background: #ff9800 !important;
    width: 0.4rem !important;
}

.corpDetail .corpWelfare {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.corpDetail .corpWelfare .tlt {
    font-size: 0.36rem;
    line-height: 0.5rem;
}

.corpDetail .corpWelfare .tlt i {
    font-size: 0.4rem;
    float: left;
    margin-right: 0.15rem;
    color: #0064a7;
}

.corpDetail .corpWelfare .text {
    margin-top: 0.2rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.5rem;
}

.corpDetail .corpWelfare .text p i {
    font-size: 0.36rem;
    color: #999;
    vertical-align: bottom;
    margin-right: 0.1rem;
}

.corpDetail .corpWelfare .text p font {
    font-size: 0.26rem;
    line-height: 0.36rem;
    display: inline-block;
    padding: 0 0.05rem;
    margin: 0.15rem 0.15rem 0 0;
    background: #f3f4f5;
    border: 0.02rem solid #f3f4f5;
    padding: 0.02rem 0.1rem;
    border-radius: 0.05rem;
    color: #777;
}

.corpDetail .corpAddress {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.corpDetail .corpAddress .tlt {
    font-size: 0.36rem;
    line-height: 0.5rem;
}

.corpDetail .corpAddress .tlt i {
    font-size: 0.4rem;
    float: left;
    margin-right: 0.15rem;
    color: #0064a7;
}

.corpDetail .corpAddress .text {
    margin-top: 0.2rem;
    color: #666;
    font-size: 0.28rem;
    line-height: 0.5rem;
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.corpDetail .corpAddress .text p {
    padding-right: 0.2rem;
}

.corpDetail .corpAddress .text i {
    font-size: 0.24rem;
    color: #ccc;
}

.corpDetail .corpJob {
    box-sizing: border-box;
    margin: 0.3rem 0.3rem 0 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.25rem 0.3rem;
}

.corpDetail .corpJob .tlt {
    font-size: 0.36rem;
}

.corpDetail .corpJob .tlt i {
    font-size: 0.4rem;
    float: left;
    margin-right: 0.15rem;
    color: #0064a7;
}

.corpDetail .corpJob ul {
    margin-top: 0.05rem;
}

.corpDetail .corpJob ul li {
    padding: 0.25rem 0;
    background: #fff;
    border-bottom: 0.01rem dashed #dddddd;
}

.corpDetail .corpJob ul li:last-child {
    border: none;
    padding-bottom: 0.1rem;
}

.corpDetail .corpJob ul li h2 {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.32rem;
    font-weight: normal;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.corpDetail .corpJob ul li h2 span {
    flex: 1;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.corpDetail .corpJob ul li h2 label {
    color: #e77816;
}

.corpDetail .corpJob ul li p {
    font-size: 0.24rem;
    margin-top: 0.05rem;
    color: #666;
}

.corpDetail .corpJob ul li p font {
    display: inline-block;
    background: #f3f4f5;
    padding: 0.02rem 0.05rem;
    margin-right: 0.15rem;
    margin-top: 0.1rem;
    border-radius: 0.05rem;
}

.corpDetail .corpJob ul+a {
    display: block;
    text-align: center;
    background: rgb(0 100 167 / 5%);
    width: 6.3rem;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
    margin: 0.2rem 0 0.05rem 0;
    font-size: 0.28rem;
    color: #0064a7;
}

.corpDetail .corpPath {
    width: 6.9rem;
    margin: 0 auto;
    padding: 0.3rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666;
}

.corpDetail .corpPath i {
    font-size: 0.32rem;
    display: inline-block;
    transform: rotate(-90deg);
    vertical-align: bottom;
}

/*企业职位*/

.corpDetail .corpJobList {
    margin-top: 0.1rem;
    padding: 0.3rem;
}

.corpDetail .corpJobList .jobType {
    background-color: #f3f4f5;
    border-radius: 0.1rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #666;
    padding: 0 0.2rem;
    white-space: nowrap;
    overflow-x: scroll;
}

.corpDetail .corpJobList .jobType::-webkit-scrollbar {
    display: none;
}

.corpDetail .corpJobList .jobType a:not(:last-child) {
    margin-right: 0.1rem;
}

.corpDetail .corpJobList ul {
    margin: 0;
}

.corpDetail .corpJobList ul li p font {
    display: inline-block;
    position: relative;
    margin: 0.1rem 0.2rem 0 0;
    padding: 0 0.2rem 0 0;
    background: none;
}

.corpDetail .corpJobList ul li p font:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 0.2rem;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0.07rem;
}

.corpDetail .corpJobList ul+span {
    display: block;
    width: 100%;
    text-align: center;
    color: #0064a7;
    font-size: 0.28rem;
    margin-top: 0.2rem;
}

.corpDetail .corpJobList ul+span+p {
    display: block;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.28rem;
    margin-top: 0.2rem;
    display: none;
}

/*新闻列表*/

.newsFixTop {
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 9;
}

.newsFixTop:after {
    content: "";
    display: block;
    width: 10.7rem;
    height: 1rem;
    background: linear-gradient(90deg, #00c4fa, #005dea);
    position: absolute;
    left: -1.6rem;
    top: 0;
}

.newsFixTop p {
    width: 6.9rem;
    padding: 0 0.3rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.36rem;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.newsFixTop i {
    width: 0.5rem;
    font-size: 0.3rem;
}

.newsFixTop i.icon-more {
    text-align: right;
}

.newsList {
    position: relative;
    padding: 1rem 0 0 0;
}

.newsList .newsNav {
    background: #f3f4f5;
    width: 6.9rem;
    padding: 0 0.3rem;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 0.3rem;
    color: #666;
    position: sticky;
    top: 1rem;
}

.newsList .newsNav a {
    line-height: 0.8rem;
}

.newsList .newsNav a.on {
    font-size: 0.32rem;
    color: #0064a7;
    font-weight: bold;
}

.newsList ul {
    padding: 0 0.3rem;
}

.newsList ul li {
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    display: flex;
}

.newsList ul li .text {
    flex: 1;
    min-width: 0;
}

.newsList ul li .imgOut {
    border: 0.01rem solid #ddd;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-left: 0.2rem;
}

.newsList ul li .imgOut img {
    width: 2rem;
    height: 1.5rem;
    object-fit: cover;
}

.newsList ul li .text h2 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    max-height: 1rem;
    font-weight: normal;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList ul li .text span {
    display: block;
    margin-top: 0.2rem;
    line-height: 0.3rem;
    font-size: 0.26rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*新闻详情*/

.newsDetail {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 1rem 0 0 0;
}

.newsDetail .newsTitle {
    padding: 0.3rem;
    border-bottom: 0.01rem solid #ddd;
}

.newsDetail .newsTitle h2 {
    font-size: 0.44rem;
}

.newsDetail .newsTitle p {
    color: #666;
    font-size: 0.28rem;
    margin-top: 0.2rem;
}

.newsDetail .newsTitle p i {
    color: #0064a7;
    margin-right: 0.1rem;
    font-size: 0.28rem;
}

.newsDetail .newsTitle p span:not(:first-child) {
    margin-left: 0.1rem;
}

.newsDetail .newsCont {
    padding: 0 0.3rem;
    font-size: 0.32rem;
    color: #555;
    line-height: 0.55rem;
    text-align: justify;
}

.newsDetail .newsCont p {
    margin-top: 0.4rem;
}

.newsDetail .newsCopyright {
    margin: 0.4rem 0.3rem 0 0.3rem;
    background: #f6f9ff;
    border-radius: 0.1rem;
    padding: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666;
}

.newsDetail .newsCopyright strong {
    display: block;
    color: #0064a7;
    margin-bottom: 0.05rem;
    font-size: 0.28rem;
}

.newsDetail .newsRelated {
    padding: 0.4rem 0.3rem;
}

.newsDetail .newsRelated p {
    position: relative;
    color: #666;
    margin-bottom: 0.1rem;
}

.newsDetail .newsRelated p:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 50%;
}

.newsDetail .newsRelated p span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    background: #fff;
    padding-right: 0.2rem;
    position: relative;
    z-index: 1;
}

.newsDetail .newsRelated a {
    display: inline-block;
    background: #f3f4f5;
    padding: 0.1rem 0.24rem;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    color: #666;
    cursor: pointer;
    font-size: 0.28rem;
}

.newsDetail .newsRelated a span {
    display: inline-block;
    color: #0064a7;
    font-size: 0.32rem;
    margin-right: 0.1rem;
    /* vertical-align: text-top; */
}

.recTlt {
    background: #f3f4f5;
    padding: 0 0.3rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.newsRec {
    margin: 0 0.3rem 0 0.5rem;
    padding-bottom: 0.01rem;
}

.newsRec li {
    padding: 0 0 0.1rem 0.4rem;
    margin: 0.3rem 0;
    border-left: 1px solid #e7e7e7;
    position: relative;
}

.newsRec li span {
    display: block;
    position: absolute;
    background: #0064a7;
    color: #fff;
    top: 0.05rem;
    left: -0.2rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    width: 0.4rem;
    text-align: center;
    font-size: 0.28rem;
}

.newsRec li h5 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    font-weight: normal;
    overflow: hidden;
    word-break: break-all;
}

.newsRec li p {
    margin-top: 0.15rem;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}