.list-box {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.listmin::after, .listgrid::after {
	content: "";
	display: block;
	flex: 1;
}
.listmin div:nth-child(1), .listmin div:nth-child(2), .listmin div:nth-child(3), .listmin div:nth-child(4), .listmin div:nth-child(5), .listmin div:nth-child(6) {
	margin: 12px 16px 12px 0;
	display: block;
}
.listgrid div:nth-child(8), .listgrid div:nth-child(9), .listgrid div:nth-child(10), .listgrid div:nth-child(11), .listgrid div:nth-child(12), .listgrid div:nth-child(13) {
	margin: 12px 16px 12px 0;
	display: block;
}
.topcompan-list {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	width: 225px;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	margin: 12px 0 12px 0;
	text-align: center;
}

.topcompan-list ul li, .compan-list ul li {
	background: #f5f5f5;
	color: black;
	height: 32px;
	text-align: center;
	overflow: hidden;
	line-height: 32px;
}

.topcompan-list a, .compan-list a {
	display: flex;
	justify-content: center;
	height: 80px;
	overflow: hidden;
}
.index-line div:is(:first-child) {
    width: 300px;
    height: 8px;
    background: #E41E26;
}
.index-line div:is(:last-child) {
    width: 900px;
    height: 8px;
    background: #333333;
}
.topcompan-list a img, .compan-list a img {
	width: 100%;
}

.head-txt {
	padding: 0 16px;
	border-width: 0;
	margin: 10px 0;
	line-height:normal;
}

.compan-list {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	width: 160px;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
	margin: 20px 0 10px 0;
	text-align: center;	
}

.more-company {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 16px auto;
	text-align: center;
	color: #999;
	background: #f5f5f5;
}

.ranking {
	box-sizing: border-box;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.pplist {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0;
	background: #f5f5f5;
	padding-bottom: 10px;
}

.ranking .pplist label {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
}

.ranking .pplist label img {
	width: 195px;
	height: 45px;
	float: left;
}

.ranking .pplist label span {
	width: 100px;
	text-align: right;
	float: right;
	color: #dedede;
	display: block;
	font-size: 13px;
}

.ranking .pplist a {
	display: block;
	cursor: pointer;
}

.ranking .pplist .index_rank {
	padding: 10px 20px;
	height: 400px;
}

.ranking .pplist a .rank-title {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.ranking .pplist a .rank-title span {
	text-align: center;
	background: #999999;
	border-radius: 2px;
	padding: 1px;
	color: #fff;
	width: 16px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
}

.ranking .pplist a .rank-title span.first {
	background: #ED3F43;
}

.ranking .pplist .index_rank {
	border: none;
	padding: 4px 20px;
	height: 280px;
}

.ranking .pplist a .rank-title i {
	vertical-align: middle;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url('image/li_dot.gif') no-repeat 4px center;
	padding-left: 16px;
}

.ranking .pplist a:hover .rank-title i {
	background: linear-gradient(to right, #ED3F43 0%, #FF6833 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.ranking .pplist a .rank-title span.red-point {
	background: #ED3F43;
	border-radius: 1px;
	width: 6px;
	height: 6px;
	display: inline-block;
	line-height: 8px;
}

.ranking .righline {
	margin-right: 18px;
}


.zrkj-content {
	height: auto;
	width: 1220px;
	border: 1px solid #e1e1e1;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.con-title {
	height: 45px;
	width: 100%;
	background: linear-gradient(to bottom, #ffffff, #f0f0ef);
	color: #333333;
}

.con-title .name {
	float: left;
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}

.con-title .fenlei {
	height: 45px;
	width: auto;
	padding-left: 40px;
	line-height: 45px;
	float: left;
	font-size: 14px;
}

.con-title .fenlei select {
	border: 1px solid #e1e1e1;
	padding: 5px;
	color: #555555;
	background: white;
	min-width: 120px;
	border-radius: 4px;
}

.con-title .fenlei button {
	background-color: #ffa200;
	color: #ffffff;
	border: 0;
	padding: 4px 16px;
	border-radius: 4px;
}

.con-text {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	margin: 0 30px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
}

.con-text .city-title {
	height: auto;
	text-align: right;
	line-height: 35px;
	float: left;
	font-weight: bold;
}

.con-text .list-con {
	height: auto;
	width: 90%;
	float: left;
}

.con-text .list-con .list {
	float: left;
	line-height: 35px;
	padding: 0 20px;
	color: #777777;
}


/*
	搜索页面
	 */

.topcompany {
	width: 1220px;
	box-sizing: border-box;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	background: #f5f5f5;
}

.topcompany a {
	float: left;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	color: #666666;
	width: auto;
	display: inline-block;
	padding: 0 26px;
}

.topcompany .on {
	background: white;
	color: #e41e26;
	margin-top: -1px;
	border-top: 2px solid #e41e26;
}

.m2r .head-sub span i {
	display: table-cell;
	width: 22px;
	height: 22px;
	padding: 2px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #333333;
	cursor: pointer;
}

.m2r .head-sub span i.on {
	background: #333333;
	color: #fff;
}

.right_tj {
	width: 330px;
	box-sizing: border-box;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
}

.right_tj a {
	float: left;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	color: #666666;
	width: 164px;
	display: inline-block;
	padding: 0 26px;
	box-sizing: border-box;
}

.right_tj .on {
	background: white;
	color: #e41e26;
	margin-top: -1px;
	border-top: 2px solid #e41e26;
}

.pptjright {
	width: 330px;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}

.pptjright .thum {
	border: 1px solid #eeeeee;
	float: left;
	width: 158px;
}

.pptjright .thum img {
	width: 158px;
	height: 145px;
}

.pptjright .rp {
	margin-right: 10px;
}

.pptjright ul {
	margin: 15px auto;
}

.pptjright ul li {
	padding: 3px 9px;
	border-radius: 18px;
	border: 1px solid #eeeeee;
	float: left;
	margin: 10px 5px;
	font-size: 13px;
}
.pplist .list-txt {
	padding: 0 15px;
}
.pplist .list-txt ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pplist .list-txt ul li {
	width: 100%;
}