.wantedBg {
	background: url(../img/wanted/bg.png) no-repeat center;
}

.wanted-cont .notice {
	margin-top: 10px;
}

.wanted-cont .notice a {
	color: #0078FF;
}

.wanted-cont.oh div:first-child {
	margin: 0 auto;
	text-align: center;
}

.wanted-cont.oh div img {
	width: 80%;
}

.wanted-center {
	width: 100%;
	background: #F5F6F5;
}

.wanted-list {
	padding: 5px 0 20px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.wanted-list li {
	width: 100%;
}

//.wanted-list li:nth-of-type(2n){
//	padding-left: 20px;
//}
.wanted-list li p {
	line-height: 48px;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between
}

.wanted-list li p:not(:first-child) {
	float: left;
	display: block;
}

.wanted-list li p:not(:first-child)>span {
	color: #0078FF;
}

.wanted-list li p:nth-of-type(2n) {
	//width: 49%;
	margin-right: 20px;
	padding-right: 10px;
}

.wanted-list li p:nth-of-type(3n) {
	//width: 48%
}

.wanted-list li p span {
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wanted-list li p strong {
	border-bottom: 1px solid #0078FF;
}

.wanted-list li p time {
	color: #757575;
}

.wanted-list li img {
	width: 100%;
	max-height: 170px;
}