@charset "utf-8";
/* CSS Document */
body{background: #f2f2f2;}
.job-kefu{
    position:fixed;
    top: 30%;
    right:0;
    cursor:pointer;
}
.job-kefu .wxkf{
    width: 177px;
    padding: 19px 25px;
    display:none;
    box-sizing:border-box;
}
.job-kefu:hover .wxkf{
    display:block;
}

/* title */
.NSbox{
    background:#fff;
    padding: 20px;
    margin-bottom: 20px;
}
.job-t{
    font-size:16px;
    font-weight:bold;
    color:#333;
    font-family: "微软雅黑";
}
.job-t:before{
    content:"";
    display:block;
    float: left;
    width: 3px;
    height:18px;
    border-radius:10px;
    background:#ee3535;
    margin-top: 2px;
    margin-right: 10px;
}

/* brandlist */
.job-pp{overflow:hidden;width: 100%;border-radius: 3px;padding-top:30px;position: relative;margin: 0 0 30px;}
.job-pp:before{content:"热门招聘企业";display:block;background:#7dbbfa;color:#fff;position:absolute;top:0;left:0;width: 90px;height: 30px;line-height: 30px;text-align: center;font-size: 12px;border-radius: 3px 3px 0 0;}
.job-pp ul{border: #7dbbfa 1px solid;overflow: hidden;}
.job-pp ul li{width: 16.666%;float:left;overflow:hidden;height: 94px;border-right: 1px #e5e5e5 solid;border-bottom: 1px #e5e5e5 solid;box-sizing: border-box;padding: 10px;}
.job-pp ul li a{display:block;position:relative;width: 100%;height: 100%;/* background: #fff; */}
.job-pp ul li:hover{ background: #fff; opacity: 0.8;}
.job-pp ul li img{max-height: 82px;/* max-width:90%; */}

/* joblist */
.joblist{
    background:#fff;
    padding: 30px 40px;
    margin-bottom: 80px;
}
.joblist .title{
    font-size: 24px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: bold;
    background: url(../ztw2020_img/job-t.png) no-repeat left center;
    padding-left: 33px;
}
.jobsearch{
    text-align:center;
    border-bottom: 1px #ddd dotted;
    padding-bottom: 25px;
}
.jobsearch .ssbox{
    position:relative;
    border-radius:3px;
    width:538px;
    margin: 30px auto 16px;
    height: 45px;
}
.jobsearch .keyword{
    width:538px;
    height: 44px;
    /* border:none; */
    padding: 5px 100px 5px 12px;
    box-sizing: border-box;
    border: 1px #ddd solid;
}
.jobsearch input[type="submit"],.jobsearch input[type="button"]{
    width:90px;
    height:45px;
    font-size:0;
    background-image: url(https://www.ceramicschina.com/Content/ztw2020_img/ztw_sousuo.png);
    background-color: #dc0808;
    background-repeat: no-repeat;
    background-position: center;
    border-color:#dc0808;
    border: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    position:absolute;
    top: -1px;
    right: -1px;
}
.jobsearch input[type="button"]:hover{
    background-color:#e40d07;
}

.jobsearch .selectlist select.inp_txt{
    width:100px;
    margin:0 5px;
    line-height: 28px;
    height: 30px;
}
.jobsearch .linklist{
    text-align:left;
    width: 600px;
    margin:auto;
    font-size:12px;
    color:#999;
}
.jobsearch .linklist p{
    margin: 15px 0 5px;
}
.jobsearch .linklist a{
    color:#999;
    float: left;
}
.jobsearch .linklist a:hover{
    color:#ee3535;
}
.jobsearch .linklist a:after{
    content:"";
    display:block;
    float: right;
    height: 12px;
    width: 1px;
    background: #ddd;
    margin: 3px 7px;
}

/* cardlist */
.cardlist{
    margin-top: 15px;
}
.cardlist .card{
    background: #f5f5f5;
    border: 1px #fdf5f5 solid;
    border-radius:3px;
    padding:20px 30px;
    font-family:"微软雅黑";
    margin: 15px 0;
}
.cardlist .card:hover{
    border:1px #f5c4c4 solid;
}
.cardlist .more{
    text-align:center;
    font-size:12px;
    margin-top: 25px;
}
.cardlist .more a{
    color:#fb0000;
}
.cardlist .more a:hover{
    color:#f75757;
    text-decoration: underline;
}
.cardlist .card>.top>.left{
    float:left;
    width: 58%;
}
.cardlist .card>.top>.right{
    float:right;
    width: 42%;
    text-align: right;
}
.cardlist .card a.link{
    font-size:16px;
    color: #333;
}
.cardlist .card a.link:hover{
    color: #ee3535;
}
.cardlist .card .kflink{
    color:#5e9dfb;
    border:1px #5e9dfb solid;
    border-radius:3px;
    font-size:12px;
    padding: 0 3px 0 18px;
    margin-left: 10px;
    background: url(../ztw2020_img/job-kf.png) 4px center no-repeat;
}
.cardlist .card .yuexi{
    font-size:16px;
    color:#ed3910;
    margin-top: 0;
}
.cardlist .card p{
    font-size:12px;
    /* margin-top: 10px; */
}
.cardlist .card>.top{overflow:hidden;position: relative;}
.cardlist .card>.bottom{
    width:100%;
    margin-top: 5px;
    height: 35px;
    line-height: 35px;
}
.cardlist .card>.bottom span{
    font-size:12px;
    margin-right: 130px;
}
.cardlist .card>.bottom span:nth-child(2){
    margin:0;
}
.cardlist .card .send{
    display:none;
    color: #fff;
    height: 35px;
    background: #ec2424;
    float: right;
    line-height: 35px;
    width: 110px;
    text-align: center;
    border-radius: 3px;
}
.cardlist .card .send:hover{
    background: #ef3232;
}
.cardlist .card:hover .send{
    display:block;
}

/* PPlist */
.PPlist li{
    overflow:hidden;
    margin: 13px 0;
}
.PPlist li>.left{
    float:left;
    width: 100px;
    height: 50px;
    display: block;
    background: #f2f2f2;
    padding: 5px;
}
.PPlist li>.left .imgbox{
    width: 100%;
    height: 100%;
    display: block;
}
.PPlist li>.right{
    float:right;
    width: 59%;
    font-size: 12px;
    color: #999;
}
.PPlist li>.right a{
    font-size: 14px;
    color: #333;
    font-family:"微软雅黑";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 3px 0 5px;
}
.PPlist li>.right a:hover{
    color:#ee3535;
}
.Userlist li>.left{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.Userlist li>.right{
    width: 76%;
}

.fixedbox{
  width: 310px;
}

/* UserCenter */
.UserCenter{
    text-align:center;
    padding: 30px 20px;
}
.UserCenter>.top{
    font-size: 12px;
    color:#999;
    border-bottom: 1px #ddd dotted;
    margin-bottom: 20px;
}
.UserCenter>.top .red{
    font-size:26px;
    font-family:"微软雅黑";
    font-weight:bold;
    margin:0 10px;
}
.UserCenter .btnm{
    display:block;
    width: 200px;
    height:45px;
    line-height:45px;
    margin:20px auto 30px;
}
.UserCenter>.bottom .link{
    display:inline-block;
    margin:0 10px;
    font-size:12px;
}
.UserCenter>.bottom img{
    margin-bottom: 5px;
}
.UserCenter>.bottom a:hover img{
    opacity:0.95;
}

/* job-rec */
.job-rec{
    background:#fff;
    padding:30px 40px;
    margin-bottom:80px;
}
.rec-top{
    border-bottom:1px #e5e5e5 solid;
    padding: 10px 25px 45px;
    margin-bottom:40px;
}
.rec-top>.left{
    float:left;
    width: 650px;
    margin-right: 30px;
    font-family:"微软雅黑";
}
.rec-top>.left .t{
    font-size:24px;
    font-weight:bold;
    color:#333;
    margin-right:20px;
}
.rec-top>.left .time{
    font-size:12px;
    color:#999;
}
.rec-top>.left h3{
    color:#ff4a52;
    margin: 20px 0 10px;
    font-size: 24px;
}
.detailed{
    overflow:hidden;
}
.detailed li{
    float:left;
    border-right:1px #eee solid;
    padding:0 10px;
    line-height:1;
}
.detailed li:first-child{
    padding-left:0;
}

.rec-top>.right{
    float: left;
    width: 240px;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-top: 28px;
}
.rec-top>.right span{
    margin:0 10px;
}
.rec-top>.right .btnm{
    display:block;
    width: 240px;
    height: 50px;
    line-height: 50px;
}

.job-rec .section>div{
    padding-left:25px;
}
.job-rec .section .con{
    /* font-size:12px; */
    line-height: 2;
    margin: 15px 0 35px 14px;
    padding-right: 25px;
}
.job-rec .section .con .cardlist{
    margin-top:0;
}
.job-rec .section .con .cardlist .card:first-child{
    margin-top:0;
}

.rec-bottom{
    /* padding: 0 25px 30px; */
}
.rec-bottom>.left{
    width: 745px;
    float: left;
}
.rec-bottom>.right{
    width: 280px;
    float: right;
    margin-right: 25px;
}
.rec-bottom>.right .section>div{padding-left:0;}
.rec-bottom>.right .pinpai .imgbox{
    width:100%;
    height: 110px;
    margin-bottom: 10px;
    border: 1px #eee solid;
}
.rec-bottom>.right .pinpai h6{font-family: "微软雅黑";color: #333;}
.rec-bottom>.right .pinpai h6:after{
    content:"雇主";
    font-size:12px;
    font-weight:normal;
    color:#5e9dfb;
    border:1px #5e9dfb solid;
    padding: 0px 3px;
    border-radius:3px;
    margin-left:10px;
}
.rec-bottom>.right .pinpai>.con{
    margin: 15px 0 40px;
    overflow:hidden;
    color:#999;
    padding: 0 13px;
}
.rec-bottom>.right .pinpai ul.con{
    margin: 5px 0 15px;
    overflow:hidden;
    color:#999;
    /* padding: 0 13px; */
}
.rec-bottom>.right .pinpai ul.con li{
    font-size:12px;
    margin-bottom: 5px;
}
.rec-bottom .intention td{
    vertical-align: top;
}
.rec-bottom .intention td:nth-child(2n-1){
    width: 7.6%;
    color: #999;
    text-align-last: justify;
}
.rec-bottom .intention td:nth-child(2n){
    width: 25.6%;
}

.rec-bottom .intention td:nth-child(2){
    width: 32%;
}

.detailed li:last-child{
    padding-right:0;
    border:none;
}
.rec-bottom>.right .pinpai .text{
    line-height:1.5;
    color:#666;
    font-size:12px;
    margin-bottom: 15px;
    max-height: 110px;
}
.rec-bottom>.right .pinpai .btns{
    color:#f23636;
    border: 1px #f55e5e solid;
    background:#fff;
    width:75px;
    height:30px;
    line-height:30px;
    font-size:12px;
    padding: 0;
    float: right;
}

.otherlist{
    border-top:1px #e5e5e5 solid;
    padding-top:40px;
}
.job-rec .section.otherlist .con{
    margin-bottom: 10px;
}

/* job-company */
.job-company .imgbox{
    width:180px;
    height:180px;
    border:1px #eee solid;
    float:left;
    margin-right: 30px;
}
.job-company .pp-con{
    float:left;
}
.job-company .pp-con .btnm{
    display:block;
    width: auto;
    height:40px;
    line-height:40px;
    font-size:14px;
    float: left;
    margin-top: 45px;
    padding: 0 12px;
}
.job-company .pp-con .btnm span{
    display: block;
    float: left;
}
.job-company .pp-con .btnm .num{
    font-size:25px;
    margin-left:8px;
}
.job-company .pp-con .title{
    margin: 10px 0;
}
.job-company .pp-con .title .link{
    color:#53a8ec;
    text-decoration:underline;
}
.job-company .pp-con .title .link:hover{
    color:#2196F3;
}
.job-company .rec-top>.right{
    width: 265px;
    font-size:12px;
    float: right;
    margin-top: 35px;
    margin-right: 18px;
}
.kfewm{
    float:left;
    width: 106px;
}
.kfcon{
    float: right;
    width: 140px;
    text-align: left;
    margin-top: 24px;
    font-family: "宋体";
    line-height: 21px;
}
.job-int{
    height:300px;
    background: #f0f0f0;
    padding: 15px 10px 15px 25px;
    line-height: 1.68;
}
.job-int .content{
    overflow-y:auto;
    height:100%;
}
.job-int p{
    margin-bottom:10px;
    text-indent: 2em;
    text-align: justify;
    font-size: 12px;
    padding-right: 15px;
}

.companylist{
    padding-top:0;
    margin-bottom: 100px;
}
.companylist:before{
    content:"";
    width: 0;
    height: 0;
}

/* Resumes */
.Resumes{}
.portrait{
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 30px;
}
.portrait .imgbox{
    width: 100%;
    height: 100%;
}
.portrait .imgbox img:hover{transform:scale(1);-webkit-filter: saturate(1);filter: saturate(1);}
.Resumes .rec-top .left{
    width: 580px;
}
.Resumes .rec-top .title{
    margin: 20px 0 20px;
}
.Resumes .rec-top .detailed{
    margin-bottom: 10px;
}

.intention td:nth-child(2n-1){
    width: 12%;
    color: #999;
}
.intention td:nth-child(2n){
    width: 40%;
}
.experience td{
    vertical-align: top;
}
.experience td:nth-child(2n-1){
    width: 25%;
    color: #999;
}
.experience td:nth-child(2n){
    width: 75%;
}
.experience td:nth-child(2n) p.ex01{
    color: #5e9dfb;
}

.experience td:nth-child(2n) p:last-child{
    margin-bottom: 10px;
}

.resumeslist{
    margin-top: 0;
}
.resumeslist .portrait{
    margin-right: 15px;
}
.resumeslist .portrait,.resumeslist .imgbox{
    width: 80px;
    height: 80px;
}
.resumeslist .card>.top>.left{
    width: 86%;
}
.resumeslist .card>.top>.right{
    width: 20%;
    margin-top: 7px;
    line-height: 24px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.resumeslist .card a.link{
    margin: 7px 0 6px;
    display: block;
}
.resumeslist .card td{width: 19.33%;display: inline-block;}
.resumeslist .card td:nth-child(1){
    width: 61%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.resumeslist .det{
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.seaForm{
    margin-top: 20px;
}
.seaForm li{
    overflow: hidden;
    text-align:left;
    margin-bottom: 15px;
    border-bottom: 1px #ddd dotted;
    padding-bottom: 15px;
}
.seaForm b{
    width: 12%;
    float: left;
}
.seaForm p{
    float:left;
    width: 88%;
    font-family: "微软雅黑";
}
.seaForm a{
    margin-right: 25px;
    display: block;
    float: left;
}
