/* 热门行业 */
.industry {
	width: 100%;
	margin-top: 27px;
	border: 1px solid #e0e0e0;
	padding: 20px 30px 5px 20px;
}
.hot_industry {
	width: 100%;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	border-left: 3px solid #20c5b9;
	padding-left: 10px;
}
.hot_content {
	width: 100%;
	margin-top: 5px;
	padding-bottom: 25px;
}
@media screen and (min-width: 320px) {
	.hot_content ul li {
		width: 29%;
	}
	.hot_content ul li:nth-of-type(3n) {
			margin-right: 0;
	}
}
@media screen and (min-width: 375px) {
	.hot_content ul li {
			width: 30%;
	}
	.hot_content ul li:nth-of-type(3n) {
		  margin-right: 0;
	}
}
@media screen and (min-width: 414px) {
	.hot_content ul li {
			width: 30%;
	}
	.hot_content ul li:nth-of-type(3n) {
			margin-right: 0;
	}
}
@media screen and (min-width: 768px) {
	.hot_content ul li {
			width: 15.2%;
	}
}
.hot_content ul li {
	float: left;
	height: 15px;
	margin-right: 15px;
	line-height: 15px;
	margin-top: 20px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.hot_content ul li:nth-of-type(6n) {
	margin-right: 0 !important;
}
.hot_content ul li a {
	color: #666;
	font-size: 14px;
}
.hot_content ul li a:hover {
	color: #20c5b9;
}
/* 企业商情 */
.firm {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #e0e0e0;
	padding: 20px 30px 5px 20px;
}
.firm_content {
	width: 100%;
	margin-top: 20px;
}
@media screen and (min-width: 320px) {
	.firm_content ul li {
			width: 100%;
	}
}
@media screen and (min-width: 375px) {
	.firm_content ul li {
			width: 42%;
	}
}
@media screen and (min-width: 414px) {
	.firm_content ul li {
			width: 43%;
	}
}
@media screen and (min-width: 725px) {
	.firm_content ul li {
			width: 46%;
	}
}

.firm_content ul li {
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 0 45px 25px 0;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.firm_content ul li:nth-of-type(2n) {
	margin-right: 0 !important;
}

.firm_content ul li a {
	color: #666;
	font-size: 14px;
}
.firm_content ul li a:hover {
	color: #20c5b9;
}
.firm_content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	background: #20c5b9;
	margin: 4px 15px 0 0;
	float: left;
}
/* 友情链接 */
.blogroll {
	width: 100%;
	margin: 20px 0 50px;
}
.blogroll_content {
	width: 100%;
	margin-top: 20px;
}
@media screen and (min-width: 320px) {
	.blogroll_content ul li {
			width: 29%;
	}
}
@media screen and (min-width: 375px) {
	.blogroll_content ul li {
			width: 30%;
	}
}
@media screen and (min-width: 414px) {
	.blogroll_content ul li {
			width: 30%;
	}
}
@media screen and (min-width: 725px) {
	.blogroll_content ul li {
			width: 8%;
	}
}
.blogroll_content ul li {
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 0 10px 25px 0;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.blogroll_content ul li a {
	color: #666;
	font-size: 14px;
}
.blogroll_content ul li a:hover {
	color: #20c5b9;
}