 /* 行业应用events */
 .industry {
 	width: 100%;
 	background: url(/assets/image/10.png) no-repeat;
 	background-size: 100% 100%;
 	padding: 3% 0px 6%;
 }

 .industry .w ul {
 	display: flex;
 	margin-bottom: 1%;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .industry .w ul li {
 	margin-top: 15px;
 	width: 32%;
 	margin-bottom: 15px;
 }

 .industry .w ul li img {
 	width: 100%;
 	border: 1px solid #e5e5e5;
 }

 .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;
 }


 /* 新闻中心industryNews */

 .new-wrap {
 	margin: 5% 0px 8%;
 }

 .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: #e70012;
 	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: #e70012;
 	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 {
 	display: inline-block;
 	margin-top: 2%;
 	padding: 0px 16px;
 	border: 2px solid #e70012;
 	color: #e70012;
 	transition: all 0.6s;
 	line-height: 40px;
 	width: 180px;
 	float: right;
 }

 .new-btn span {
 	float: right;
 	font-size: 20px;
 	font-weight: bold;
 }

 .new-btn:hover {
 	display: inline-block;
 	margin-top: 2%;
 	padding: 0px 16px;
 	border: 2px solid #e70012;
 	background-color: #e70012;
 	color: #fff;
 	transition: all 0.6s;
 	line-height: 40px;
 	width: 180px;
 	float: right;
 }

 .new-item:hover {
 	color: #e70012;
 	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: #e70012;
 }

 .knowledge-title {
 	font-size: 30px;
 	padding: 30px 0;
 	text-align: center;
 	color: #333;
 	background: url(/assets/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: 9%;
 	line-height: 24px;
 	font-size: 15px;
 	padding: 10px;
 	color: #424242;
 	background: #f1f1f1;
 }

 /* 资质证书 */
 .Certificate {
 	float: left;
 	width: 100%;
 	margin-top: 4%;
 	background: url(/assets/image/12.png) no-repeat;
 	background-size: 100% 100%;
 	padding: 5% 0px;
 	margin-bottom: 4%;
 }

 .Certificate-text {
 	padding: 27px;
 	background: #ffffffde;
 	overflow: hidden;
 	text-align: center;
 }

 .Certificate-text p {
 	display: block;
 	float: left;
 	width: 100%;
 	line-height: 31px;
 	font-size: 16px;
 	margin: 0;
 	padding: 0;
 }

 .Certificatea {
 	width: 100%;
 	background: url(/assets/image/10.png) no-repeat;
 	background-size: 100% 100%;
 	padding: 3% 0px 6%;
 }

 .Certificatea .w ul {
 	display: flex;
 	margin-bottom: 1%;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .Certificatea .w ul li {
margin-top: 15px;
    width: 24%;
    margin-bottom: 15px;
 }

 .Certificate_pica {
 	position: relative;
 	top: 0;
 	transition: all .3s linear;
 }

 .Certificatea .w ul li img {
 	width: 100%;
 	border: 1px solid #e5e5e5;
 }

 .Certificate_pica:hover {
 	top: -5px;
 }

 /* 资质证书 */

 /* 详情页面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 img {
 	margin: 0 auto;
 	display: block;
 }

 .detali .nr_text p {
 	text-indent: 2em;
 	margin: 0 !important;
 	line-height: 27px;
 }

 /* 详情页面all*/

 @media (max-width: 768px) {
 	.industry {
 		width: 100%;
 		background: url(/assets/image/10.png) no-repeat;
 		background-size: 100% 100%;
 		padding: 3% 15px 5%;
 	}

 	.industry .w ul li {
    margin-top: 15px;
    width: 49%;
 	}

 	.new-wrap {
 		margin: 5% 15px 8%;
 	}

 	.new-wrap li {
 		flex-direction: column;
 	}

 	.new-title {
 		line-height: 1.5;
 		display: -webkit-box;
 		-webkit-box-orient: vertical;
 		-webkit-line-clamp: 2;
 		overflow: hidden;
 		margin: 13px 0;
 		font-size: 16px;
 		font-weight: bold;
 		color: #000;
 	}

 	.new-item .new-txt {
 		width: 100%;
 	}

 	.new-img {
 		width: 100%;
 	}
	.Certificatea .w ul {
	    display: flex;
	    margin-bottom: 1%;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    padding: 0 10px;
	}
	.Certificatea .w ul li {
	    margin-top: 15px;
	    width: 49%;
	    margin-bottom: 15px;
	}
 }
