/* 行业应用events */

.industry {
    margin: 0px 0px 100px;
    float: left;
    width: 100%;
}

.industry ul {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.industry ul li img {
	width: 100%;
	height: 300px;
	border: 4px solid #e0e0e0;
}

.industry-t {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #333;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.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 h4,
.data {
	text-align: center;
}

.hyxwxqy_box 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;
}


/* 新闻中心industryNews */
.new {
    margin: 0px 0px 100px;
    float: left;
    WIDTH: 100%;
}

.new-t {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #333;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.new ul {
	float: left;
	width: 100%;
}

.new ul li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 18px 10px;
	transition: all .4s;
	display: flex;
	justify-content: space-between;
}

.new-img {
	display: block;
	/* width: 320px; */
	overflow: hidden;
	position: relative;
	float: left;
}

.new-img img {
	width: 100%;
	height: 225px;
}

.new-item {
	display: flex;
	float: left;
	width: 100%;
	margin-bottom: 44px;
}

.new-txt {
	float: left;
	width: 76%;
	margin-left: 3%;
}

.new .new-wrap a {
	text-decoration: none;
	color: #333;
}

.new-title {
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px 0;
	font-size: 24px;
}

.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 ul li:hover {
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	-webkit-transform: translate3d(0, 0px, -2px);
	transform: translate3d(0, 1px, -2px);
	color: #0157A7;
}

.pagination {
	float: right;
}

/* 轴承知识 */
.knowledge {
	margin: 0px 0px 100px;
	float: left;
}

.knowledge-wrap a {
	text-decoration: none;
	color: #333;
}

.knowledge-list {
	align-items: center;
	padding: 26px 0;
	width: 100%;
	border-bottom: 1px solid #ededed;
	float: left;
}


.knowledge-list:hover {
	color: #0157A7;
}

.knowledge-list .knowledge_tit {
	width: 80%;
	text-align: left;
	float: left;
}

.knowledge-list .knowledge_tit h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 3px 0;
	font-size: 20px;
}

.knowledge-list .knowledge-time {
	width: 20%;
	line-height: 19px;
	padding: 15px 0px;
	color: #999;
	TEXT-ALIGN: CENTER;
	float: left;
}

.new-btn {
	line-height: 33px;
	border: 1px solid #0157A7;
	margin-top: 1%;
	margin-right: 2%;
	width: 130px;
	text-align: center;
	color: #ffffff;
	border-radius: 0px;
	background: #0157A7;
	float: left;
}

/* 三级页面all  详情页面 */
.detali {
	padding: 50px 0px 100px;
	/* line-height: 50px; */
}

.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: 40px;
}

.detali .nr_text p {
	text-indent: 2em;
	margin: 0 !important;
	line-height: 30px;
}


.detali .nr_text img {
	margin: 0 auto;
	display: block;
}

/* 三级页面all  详情页面 */

@media (max-width: 768px) {
	.new .new-wrap li {
		flex-direction: column;
	}

	.new-item .new-txt {
		width: 100%;
	}

	.new-img {
		width: 100%;
	}
	.new-txt {
	    float: left;
	    width: 100%;
	    margin-left: 0;
	}
	.new-title {
	    line-height: 1.5;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    margin: 11px 0;
	    font-size: 19px;
	}

	.new ul li {
position: relative;
    top: 0;
    border-bottom: 1px solid #eee;
    padding: 0px 0px 20px;
    transition: all .4s;
    display: block;
    justify-content: space-between;
    overflow: hidden;
	}
	.new-btn {
	    line-height: 33px;
	    border: 1px solid #0157A7;
	    margin-top: 5%;
	    margin-right: 2%;
	    width: 130px;
	    text-align: center;
	    color: #ffffff;
	    border-radius: 0px;
	    background: #0157A7;
	    float: left;
	}
	.knowledge-list .knowledge_tit {
	    width: 100%;
	    text-align: left;
	    float: left;
	}
	.knowledge-list .knowledge-time {
	    width: 100%;
	    line-height: 19px;
	    padding: 15px 0px;
	    color: #999;
	    TEXT-ALIGN: CENTER;
	    float: left;
	}
}
