.industry{
	width: 100%;
	background: #f2f2f2;
	padding: .35rem 0 .65rem 0;
}
.industry .industry-con{
	background: #FFFFFF;
	padding: .4rem .52rem;
}
.industry .retrieve{
	display: flex;
	flex-wrap: wrap;
}
.industry .retrieve a{
	display: block;
	padding: 8px 15px;
	background: #eaedf4;
	border-radius: 30px;
	font-size: 14px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	margin: 0 .35rem .15rem 0;
}
.industry .retrieve a:hover,
.industry .retrieve a.selected{
	background: #0f339b;
	color: #FFFFFF;
}
.industry .industry-list{
	/* margin-top: .4rem; */
}
.industry .industry-list li{
	border-bottom: 1px solid #e3e3e3;
	padding: .4rem 0;
	display: flex;
	justify-content: space-between;
}
.industry .industry-list li .list-pic{
	width: 205px;
	height: 145px;
	overflow: hidden;
}
.industry .industry-list li .list-pic img{
	width: 100%;
	transition: all .4s ease;
}
.industry .industry-list li .list-pic:hover img{
	transform: scale(1.1);
}
.industry .industry-list li .list-text{
	width: 78.45%;
}
.industry .industry-list li .list-text a{
	display: block;
	font-size: 18px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	transition: all .4s ease;
}
.industry .industry-list li .list-text a:hover{
	color: #3257BF;
}
.industry .industry-list li p{
	font-family: "PingFang SC Regular","microsoft yahei";
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	margin: .15rem 0 .25rem 0;
}
.industry .industry-list li span{
	display: block;
	font-family: "PingFang SC Regular","microsoft yahei";
	font-size: 14px;
	color: #999999;
	/*line-height: 26px;*/

}
.industry .industry-list .active span{
	background-color: #3257BF;
}

/*　详情页*/
.industry-detail .container{
	background: #FFFFFF;
	padding: .3rem;
	margin: .35rem auto .7rem;
}
.industry-detail .news-title{
	font-size: 18px;
	color: #2D2F39;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.industry-detail .detail-tip{
	display: flex;
	margin: .2rem 0;
}
.industry-detail .detail-tip span{
	display: inline-block;
	font-size: 16px;
	color: #3f484c;
	font-family: "PingFang SC Regular","microsoft yahei";
	padding-left: 28px;
	margin-right: .45rem;
}
.industry-detail .detail-tip span.item{
	background: url(../img/icon.png) left center no-repeat;
}
.industry-detail .detail-tip span.item01{
	background: url(../img/icon-time.png) left center no-repeat;
}
.industry-detail .detail-text{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: .48rem 0;
}
.industry-detail .detail-text p{
	font-size: 14px;
	color: #637178;
	line-height: 24px;
	font-family: "PingFang SC Regular","microsoft yahei";
	margin-bottom: .2rem;
}
.industry-detail .detail-text img{
	max-width: 1180px;
}
.industry-detail .other-news{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: .15rem;
}
.industry-detail .other-news a{
	display: block;
	width: 45%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #3f484c;
}
.industry-detail .other-news a.next-new{
	text-align: right;
}