/* 热门行业 */
.industry {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 5px;
}
.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 {
		height: 170px ;
		overflow: hidden;
	}
	.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 {
		height: auto !important;
	}
}
.hot_content ul li {
	float: left;
	height: 15px;
	margin-right: 15px;
	line-height: 15px;
	margin-top: 25px;
	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,  .hot_content ul li.active a {
	color: #20c5b9;
}
/* 左右内容 */
.list_content {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
/* 行业商情 */
@media screen and (min-width: 320px) {
	.list_left {
			width: 100%;
	}
}
@media screen and (min-width: 450px) {
	.list_left {
		width: 65.8%;;
	}
}
@media screen and (min-width: 768px) {
	.list_left {
		width: 70%;;
	}
}
@media screen and (min-width: 1024px) {
	.list_left {
		width: 72%;;
	}
}
.list_left {
	float: left;
	margin-right: 20px;
}
.div_border {
	padding: 20px 20px 6px;
	border: 1px solid #e0e0e0;
}
.list_hot {
	width: 100%;
	margin-top: 20px;
}
@media screen and (min-width: 320px) {
	.list_hot ul li {
			width: 100%;
	}
}
@media screen and (min-width: 375px) {
	.list_hot ul li {
			width: 46%;
	}
}
@media screen and (min-width: 414px) {
	.list_hot ul li {
			width: 46%;
	}
}
@media screen and (min-width: 725px) {
	.list_hot ul li {
			width: 47%;
	}
}
.list_hot ul li {
	float: left;
	height: 15px;
	line-height: 15px;
	margin-right: 25px;
	margin-bottom: 26px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.list_hot ul li:nth-of-type(2n) {
	margin-right: 0 !important;
	float: right;
}
.list_hot ul li a {
	color: #666;
	font-size: 14px;
}
.list_hot ul li a:hover {
	color: #20c5b9;
}

/* 行业供求信息 */
@media screen and (min-width: 320px) {
	.list_right {
			width: 100%;
	}
}
@media screen and (min-width: 450px) {
	.list_right {
		width: 26%;
	}
}
@media screen and (min-width: 768px) {
	.list_right {
		width: 27%;
	}
}
@media screen and (min-width: 1024px) {
	.list_right {
		width: 25.8%;
	}
}
.list_right {
	float: left;
	padding: 20px 20px 16px;
	border: 1px solid #e0e0e0;
}
.info {
	width: 100%;
}
.industry_info {
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.more {
	display: block;
	float: right;
	color: #20c5b9;
	font-size: 16px;
}
.list_info {
	width: 100%;
	margin-top: 25px;
}
.list_info ul li {
	width: 100%;
	height: 15px;
	line-height: 15px;
	margin-right: 25px;
	margin-bottom: 26px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.list_info ul li:nth-last-child(1) {
	margin-bottom: 15px !important;
}
.list_info ul li a {
	color: #666;
	font-size: 14px;
}
.list_info ul li a:hover {
	color: #20c5b9;
}
.page {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 75px;
	text-align: center;
}