/* 行业应用events */
.industry ul {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.industry ul li {
	margin-top: 15px;
	width: 32.2%;
}

.industry ul li img {
	width: 100%;
	height: 300px;
}

.industry_tit p {
	width: 100%;
	margin: 10px 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.industry_pica {
	position: relative;
	top: 0;
	transition: all .3s linear;
}

.industry_pica:hover {
	top: -5px;
}

/* 行业应用eventPage  */

.hyxwxqy_box .w h4,
.data {
	text-align: center;
}

.hyxwxqy_box .w h4 {
	font-size: 26px;
	color: #333;
	line-height: 35px;
}

.hyxwxqy_box .date {
	color: #999;
	text-align: center;
	border-bottom: 1px solid #cecece;
	line-height: 27px;
	margin-bottom: 50px;
}

.nr_text img {
	margin: 0 auto;
	display: block;
}


/* 新闻中心industryNews */

.new-wrap li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
	transition: all .4s;
	display: flex;
	justify-content: space-between;
}

.new-img {
	display: block;
	width: 320px;
	overflow: hidden;
	position: relative;
}

.new-img img {
	width: 100%;
	height: 225px;
}

.new-item {
	display: flex;
}

.new-txt {
	display: flex;
	flex-direction: column;
	width: calc(100% - 350px);
}

.new .new-wrap a {
	text-decoration: none;
	transition: all .5s;
}

.new .new-wrap a:hover {
	color: #ffa500;
	transition: all .5s;
	text-decoration: none
}

.new-title {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 13px 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.new-title:hover {
	color: #ffa500;
	transition: all .5s;
	text-decoration: none
}

.new-txt p {
	width: 100%;
	/* height: 56px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 28px;
	margin-bottom: 16px;
}

.new-btn {
	line-height: 34px;
	border: 1px solid #ffa500;
	margin-top: 3%;
	margin-right: 2%;
	width: 14%;
	text-align: center;
	color: #ffa500;
	border-radius: 6px;
	transition: all .5s;
}

.new-btn:hover {
	line-height: 34px;
	border: 1px solid #ffa500;
	background-color: #ffa500;
	margin-top: 3%;
	margin-right: 2%;
	width: 16%;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	transition: all .5s;
}

.new-item:hover {
	color: #ffa500;
	transition: all .5s;
}

.pagination {
	float: right;
}


/* 轴承知识 */
.knowledge-wrap a {
	text-decoration: none;
	color: #333;
}

.knowledge-list {
	display: flex;
	align-items: center;
	padding: 40px 0;
	width: 100%;
	border-bottom: 1px solid #ededed;
}


.knowledge-list:hover {
	color: #ffa500;
}

.knowledge-title {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #333;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.knowledge-list .knowledge_tit {
	width: 80%;
	text-align: left;
}

.knowledge-list .knowledge_tit h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 7%;
}

.knowledge-list .knowledge-time {
    width: 14%;
    line-height: 24px;
    font-size: 15px;
    padding: 10px;
    color: #424242;
    background: #f1f1f1;
    text-align: center;
}

/* 详情页面all */
.detali {
	width: 100%;
	margin: 1% 0px 7%;
	overflow: hidden;
}

.detali h4 {
	font-size: 26px;
	color: #333;
	text-align: center;
	line-height: 35px;
}

.detali .date {
	color: #999;
	text-align: center;
	border-bottom: 1px solid #cecece;
	line-height: 27px;
	margin-bottom: 50px;
}

.detali .nr_text p {
text-indent: 2em;
    margin: 0 !important;
    line-height: 30px;
}

/* 详情页面all*/


@media (max-width: 768px) {
	.industry ul li {
		margin-top: 15px;
		width: 100%;
	}

	.new-wrap li {
		flex-direction: column;
	}

	.new-item .new-txt {
		width: 100%;
	}

	.new-img {
		width: 100%;
	}
	
	.new-btn:hover {
	    line-height: 34px;
	    border: 1px solid #ffa500;
	    background-color: #ffa500;
	    margin-top: 3%;
	    margin-right: 2%;
	    width: 36%;
	    text-align: center;
	    color: #fff;
	    border-radius: 6px;
	    transition: all .5s;
	}
	
	.new-btn {
	    line-height: 34px;
	    border: 1px solid #ffa500;
	    background-color: #fff;
	    margin-top: 3%;
	    margin-right: 2%;
	    width: 32%;
	    text-align: center;
	    color: #ffa500;
	    border-radius: 6px;
	    transition: all .5s;
	}
	.detali {
	    width: 100%;
	    padding: 1% 10px 7%;
	    overflow: hidden;
	}
}

