.w1200{width:1200px;margin: 0 auto;}

.fl{float:left;}

.fr{float:right;}

/*招聘页*/

.listWrapper{ padding:80px 0;}

.jobTitle{font-size: 30px;color: #333333;font-weight: normal;line-height: 50px;}

.jobList{overflow: hidden;}

.jobList dl{}

.jobList dl dd{height:120px;line-height:120px;color: #666666;cursor: pointer; margin-top:20px; border:.013333rem solid #e9edf5; background:#fbfdff; padding:0 40px; overflow:hidden;}


.jobList dl dd .job_tit{ font-size:20px; color:#34363d; float:left;}
.jobList dl dd .job_text{ font-size:16px; color:#5e636e; float:right;}
.jobList dl dd .job_text span{ margin-right:10px;}

.jobList dl dd span:nth-child(2){width: 140px;}

.jobList dl dd span:nth-child(3){width: 240px;}

.jobList dl dd span:nth-child(4){width: 170px;}

.jobList dl dd span:nth-child(5){width: 204px;}

.jobList dl dd span:nth-child(6){width: 100px;}

.jobList dl dd span b{font-weight: normal;}

.jobList dl dd em{display: block;float: right;width: 20px;height: 20px;text-align: center;line-height: 20px;color: #ffffff;background: #aaaaaa;border-radius: 10px;font-style: normal;font-family: "宋体";transform: rotateZ(360deg);font-size: 14px;margin-top: 52px; margin-left:10px;}

.jobList dl dd:hover,.jobList dl dd.on{color: #ff0000;}

.jobList dl dd:hover em,.jobList dl dd.on em{background: #ff0000;}


.jobList dl dt{border-bottom: 1px #cccccc dashed;background:#fbfdff;padding: 20px;display: none; width:100%;}

.jobList dl dt strong{line-height: 30px;color: #222222;font-size: 16px;}

.jobList dl dt .button{font-size: 14px;color: #222222;line-height: 60px;}

.jobList dl dt .button a{font-size: 18px;color: #434343;transition: all .3s;}

.jobList dl dt .button a:hover{color: #fd8204;text-decoration: underline;}

@media screen and (max-width: 800px) {
	.w1200{ width:100%;}
	.listWrapper{ padding:30px 15px;}
	.jobTitle{ font-size:24px;}
	.jobList dl dd{height:80px;line-height:80px; padding:0 10px;}
	.jobList dl dd .job_tit{ font-size:16px;}
	.jobList dl dd .job_text{ font-size:14px;}
	.jobList dl dd em{margin-top: 32px; }
	
}