.nav-right .nav8 a {
	color: #28a7e1!important;
}
body {
	font-family:  "PingFangSC-Light","微软雅黑";
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.tac {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	clear: both;
	height: 0;
}
.clearfix{
	zoom: 1;
}

/*banner部分*/
.banner-wrap {
	width:100%;
    height: 420px;
    overflow: hidden;
    min-width: 1200px;
    background: url(banner-job.png) no-repeat center center;
    background-color: #6800e4;
}
/*banner end*/

/*position部分*/
.position {
	width:100%;
	background: #f5f5f5;
	text-align:left;
	height: 50px;
}
.position .posi-text {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
}
/* 导航栏 */
.nav-list {
	width: 1200px;
	margin: 44px auto 0;
	height: 70px;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
.nav-list .nav {
	width: 68px;
	text-align: center;
	color: #333333;
	margin-right: 56px;
	display: inline-block;
	vertical-align: top;
	height: 70px;
	line-height: 70px;
}
.nav a{
	color: #333333;
}
.nav-list .nav:hover{
    color: #2FAAFF;
    border-bottom: 2px solid #2FAAFF;
}
.nav-list .nav:hover a{
    color: #2FAAFF;
}
.nav-list .nav.clicked{
    border-bottom: 2px solid #2FAAFF;
}
.nav-list .nav.clicked a{
	color: #2FAAFF;
}
.job-list-wraper {
    font-size: 0;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 30px;
}
.job-list-wraper .job-item{
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 50px;
    width: 382px;
    height: 240px;
    position: relative;
    border-radius:6px;
    -webkit-border-radius:6px;
    -webkit-box-shadow: #f3f5fe 0px 0px 30px;
    -moz-box-shadow: #f3f5fe 0px 0px 30px;
    box-shadow: #f3f5fe 0px 0px 30px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}
.job-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.job-item.first .item-top{
	background:linear-gradient(90deg,rgba(250,80,112,1) 0%,rgba(247,138,66,1) 100%);
}
.job-item.first .timeout{
	background:linear-gradient(90deg,#848484 0%,#9e9e9e 100%);
}
.job-list-wraper .job-item:nth-child(3n){
    margin-right: 0;
}
.job-item .item-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background:linear-gradient(90deg,rgba(109,86,245,1) 0%,rgba(110,158,255,1) 100%);
}
.item-top .job-name{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    margin: 28px 8px 0 30px;
}
.item-top .job-type{
    width:39px;
    height:18px;
    line-height: 18px;
    background:rgba(255,255,255,1);
    border-radius:9px;
    color: #FF676D;
    text-align: center;
    float: left;
    margin-top: 29px;
    font-size: 12px;
}
.item-top .job-type.guoqi{
	color:#858585;
} 
.item-top .job-money{
    height: 16px;
    line-height: 16px;
    color: #fff;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    font-size: 18px;
}
.item-bottom{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 97px  40px 0 30px;
}
.item-bottom .work-site{
    height: 18px;
    font-size: 0;
    text-align: left;
}
.site-icon{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 18px;
    background:url(icon_wzb.png) no-repeat center center;
    margin-right: 12px;
}
.first .site-icon{
	background:url(icon_wza.png) no-repeat center center;
}
.site-content{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 270px;
    height: 18px;
    line-height: 18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.work-duty{
    height: 60px;
    font-size: 0;
    text-align: left;
    margin-top: 26px;
}
.work-duty .duty-icon{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 18px;
    background:url(icon_staffb.png) no-repeat center center;
    margin-right: 12px;
    float: left;
}
.first .work-duty .duty-icon{
	background:url(icon_staffa.png) no-repeat center center;
}
.duty-content{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 270px;
    height: 62px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
    color: #666;
}