.careers_info{background: #fff;max-width: 1200px;padding: 50px 40px 20px 40px;margin: 0 auto;}


.careers_tit{margin-bottom: 30px;position: relative;z-index: 1;text-align: center;}
.careers_con{overflow: hidden;}

.careers_tit{width: 32%;float: left;position: relative;}

.eng{font-size: 18px;color: #333333;margin-top: -160px;text-align: left;text-indent: 3.5em;}
.eng span{font-size: 200px;font-weight: bold;color: #fdd000;}
.careers_tit h3{font-size: 30px;font-weight: bold;color: #fdd000;position: absolute;right: 69px;top: 211px;}


.careers-items{width: 100%;padding: 0 16px;margin-bottom: 60px;}
.deptid{width: 100%;height: 47px;line-height: 47px;position: relative;}
.icon{width: 10px;height: 100%;display: inline-block;background: #fdd000;margin-right:20px ;position: absolute;z-index: 2;transform: skew(-30deg);left: 0;top: 0;}
.deptid:after{content:'';width: 100%;height: 100%;display: block;background: #eee;position: absolute;left: 0;top: 0;z-index: 1;transform: skew(-30deg);}

.dep_name{font-size: 22px;color: #000000;display: inline-block;position: relative;z-index: 2;margin-left: 30px;}
.job_list{width:100%}

.job_list li{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;height:42px;padding: 0 10px;box-sizing: border-box;border-bottom: 1px dashed #ccc;}
.job_list li p{width: 50%;line-height: 42px;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.apply{text-align: right;}
.now{width: 73px;height:30px;display: inline-block;text-align: center;line-height: 30px;font-size: 14px;color: #fff;background:#fdd000;transform: skew(-15deg);margin-right: 15px;}
.now:hover{color: #000;}
.now span{display: inline-block;transform: skew(15deg);}
.fen_box{margin-bottom: 30px;}

@media(max-width:1100px) {
	.careers_info{padding: 50px 5px 20px;}
	.careers_tit{width: 100%;float: none;}
	.p101{display: none;}
	.eng{display: none;}
	.careers_tit h3{position: relative;right: auto;top: auto;}
	.careers-items{width: 100%;float: none;padding: 0;}
	.deptid:after{transform: skew(0);}
	.icon{transform: skew(0);}
}