.mrb0 {
	margin-bottom: 0 !important;
}

.job-company-content .house-info-list {
	width: 100%;
}
.job-company-content .house-info-list .content-wrap {
	margin:0;
}

.boxlist {
	clear: both;
}

.boxlist li {
	position: relative;
	padding: 20px;
	transition: all .25s ease-in;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	background: #fff;
}
.boxlist li + li {
	border-top:1px solid #f3f3f3;
}
.boxlist li a {
	display: block;
}
.boxlist li .logo {
	width:75px;
	height:75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ececec;
	border-radius: 6px;
	overflow: hidden;
}

.boxlist li .logo img {
	max-width: 100%;
	max-height: 100%;
	display: inline;
	z-index: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.boxlist li .t1 {
	padding: 0 15px 0 25px;
	box-sizing: border-box;
}

.w1200 .boxlist li .t1 {
	width: 435px;
}

.boxlist li:hover {
	background: rgba(53,217,227,0.10);
}

.boxlist li:hover .name span {
	color:#04A4AA !important;
}

.boxlist li:hover .logo a {
	border-color: #e8e8e8;
}

.boxlist .t1 p {
	font-size: 15px;
	color: #6d6d6d;
}
.boxlist .t1 .name:hover span{
	color: #04A4AA !important;
}

.boxlist .name {
	margin-bottom: 4px;
}

.boxlist .name span {
	display:inline-block;
	max-width: 910px;
	width:auto;
	vertical-align: middle;
	line-height: 31px;
}

.boxlist .name span:hover {
	color: #04A4AA;
}

.boxlist .place span {
	display: inline-block;
}
.boxlist .place,
.boxlist .business {
	line-height:25px;
}

.w1200 .boxlist .place span {
	max-width: 275px;
}

.boxlist .place a {
	margin-left: 24px;
	font-size: 14px;
	color: #04A4AA;
	line-height: 22px;
}

.boxlist li .t2 {
	float: right;
	width: 160px;
	padding: 0 10px;
	text-align: center;
}

.w1200 .boxlist li .t2 {
	width: 192px;
}

.boxlist .t2 p {
	/*padding: 42px 0;*/
}

.boxlist .t2 .sp1 {
	font-size: 14px;
	color: rgba(3,0,0,0.60);
	line-height: 22px;
	display: block;
}

.boxlist .t2 .sp2 {
	line-height: 26px;
	margin-top:16px;
	display: block;
}

.boxlist .t2 .sp2 .big-size {
	font-size: 22px;
}

.boxlist .t2 .sp3 {
	font-size: 12px;
	color: #999;
}

.boxlist li.empty {
	border: 0;
	height: 300px;
	line-height: 300px;
	text-align: center;
	font-size: 14px;
	background: #fff;
}

.boxlist li.empty:hover {
	box-shadow: none;
	background: #fff;
}

.boxlist .business {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.boxlist .business .icon-xgd_icon_bf {
	color:#ccc;
}


.pagination {
	margin: 5px 0 35px;
}

.state {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
	background-position: -246px -204px;
}

.boxlist .name .d,
.boxlist .name .j {
	display: inline-block;
	font-size: 14px;
	height: 22px;
	box-sizing: border-box;
	line-height: 22px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	margin-left: 4px;
}

.boxlist .name .d {
	border: 1px solid #FA666B;
	border-radius: 4px;
	color: #ff4500;
}

.boxlist .name .j {
	border: 1px solid #1AD490;
	border-radius: 4px;
	color: #12BC7F;
}

.job-company-top.select-inner .sel-c {
	width:1040px;
	font-size: 0;
}
.job-company-top.select-inner .sel-c a {
}
