.joblist{
	background: url(/img/jobpost/pc_leftflowerbg.png), url(/img/jobpost/pc_rightflowerbg.png);
	background-repeat: no-repeat;
	background-position: top 509px left 1px, bottom 36px right 70px;
}
.joblist .mv{
	background: url(/img/jobpost/PC_jobpost_list.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 510px;
	/*background: red;*/
}
.joblist h3{
	position: absolute;
	text-align: center;
	top: 235px;
	right: 0;
	font-size: 58px;
	color: #ffffff;
	font-family: 'Roboto-Thin';
	width: 100%;
	font-weight: 100;
}
.inner{
	width: 940px;
}
.inner .newemployee{
	padding: 80px 58px 80px 55px;
}
.inner .newemployee h4{
	text-align: center;
	font-size: 27px;
	color: #303030;
	font-family: 'Roboto-Regular';
	font-weight: normal;
}
.inner .list ul{
	padding: 0 0 70px 0;
}
.inner .list ul li{
	border: 1px solid #909090;
	border-radius: 10px;
	width: 936px;
	position: relative;
	display: inline-block;
	margin: 0 0 50px 0;
}
.inner .list ul li .left label{
	display: block;
	padding: 25px 0 10px 30px;
	font-size: 20px;
	font-family: Roboto-Regular;
}
.inner .list ul li .left label > span{
	padding-left: 30px;
	font-size: 20px;
	font-family: Roboto-Regular;
}
.inner .list ul li .left label .post{
	padding-left: 79px;
}
.inner .list ul li .left .time{
	padding: 0 0 10px 30px;
	color: #909090;
	font-size: 16px;
}
.inner .list ul li .left .location{
	padding: 0 0 25px 33px;
	color: #909090;
	display: block;
	font-size: 16px;
}
.inner .list ul li .right .button{
/*width: 100px;*/
border: 1px solid #cccccc;
/*text-align: center;*/
margin: 0 auto;
font-size: 16px;
/*color: #909090;*/
line-height: 22px;
padding: 7px 30px 7px 30px;
position: absolute;
right: 30px;
top: 54px;
border-radius: 0;
background: #fff;
}
.inner .list ul li .right .button:hover{
	border: 1px solid #303030;
}
/*.inner .list ul li:nth-child(2){
	border: 1px solid #549204;
}
.inner .list ul li:nth-child(3){
	border: 1px solid #f37800;
}*/
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-radius: 0;
}
.hvr-sweep-to-top:before{
	border-radius: 0; 
}