.new {
	width: 100%;
	float: left;
	margin-bottom: 6%;
}

.con-title {
	line-height: 74px;
	font-family: 'OswaldBold';
	font-size: 28px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0px 0 50px;
	float: left;
	width: 100%;
}

.new-wrap {
	width: 100%;
	float: left;
}

/* 行业应用events */

.industry{
	width: 100%;
	float: left;
	margin-bottom: 6%;
}
.tile {
	width: 30%;
	height: 310px;
	margin: 17px;
	background-color: #197fde;
	display: inline-block;
	background-size: cover;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease-out;
	/* box-shadow: 0px 35px 77px -17px rgb(0 0 0 / 44%); */
	overflow: hidden;
	color: white;
}

.tile img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.4s ease-out;
}

.tile .text {
	padding: 30px;
}

.tile h1 {
	font-weight: 300;
	text-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 28px;
	transform: translateX(-200px);
	transition-delay: 0.2s;
}

.tile h2 {
	font-weight: 100;
	margin-top: 20px;
	/* font-style: italic; */
	transform: translateX(200px);
	color: #fff;
	font-family: 'OswaldBold';
}

.tile p {
	font-weight: 300;
	margin-top: 20px;
	line-height: 25px;
	transform: translateX(-200px);
	transition-delay: 0.2s;
	color: #fff;
}

.animate-text {
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.tile:hover {
	box-shadow: 0px 5px 30px -17px rgba(0, 0, 0, 0.64);
	transform: scale(1.05);
}

.tile:hover img {
	opacity: 0.1;
}

.tile:hover .animate-text {
	transform: translateX(0);
	opacity: 1;
}

.dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	color: currentColor;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.dots span {
	width: 7px;
	height: 7px;
	background-color: currentColor;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: transform 0.4s ease-out, opacity 0.5s ease;
	transform: translateY(30px);
}

.tile:hover span {
	opacity: 1;
	transform: translateY(0px);
}

.dots span:nth-child(1) {
	transition-delay: 0.05s;
	color: #fff;
}

.dots span:nth-child(2) {
	transition-delay: 0.1s;
	color: #fff;
}

.dots span:nth-child(3) {
	transition-delay: 0.15s;
	color: #fff;
}

/* 行业应用eventPage  */

/* 新闻中心industryNews */
.new-t {
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	background: url(../image/wrap-bg.png) no-repeat center;
	background-position-y: 33px;
}

.new .new-wrap li {
	position: relative;
	top: 0;
	border-bottom: 1px solid #eee;
	padding: 30px 10px;
	transition: all .4s;
	display: flex;
	justify-content: space-between;
}

.new-img {
	display: block;
	width: 30%;
	overflow: hidden;
	position: relative;
}

.new-img img {
	width: 100%;
	height: 225px;
}

.new-item {
	display: flex;
}

.new-txt {
	display: flex;
	flex-direction: column;
	width: 66%;
}

.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: 13px 0;
	font-size: 22px;
}

.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: 38px;
	border: 1px solid #197fde;
	margin-top: 2%;
	margin-right: 2%;
	width: 20%;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background: #197fde;
	-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 22%);
	box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
}

.new-item:hover {
	transform: translate3d(0, 1px, -2px);
	color: #197fde;
}

.new-time {
	font-size: 15px;
	color: #b1b1b1;
}

.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: #197fde;
}

.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: 9%;
	line-height: 24px;
	font-size: 15px;
	padding: 10px;
	color: #424242;
	background: #f1f1f1;
}

/* 详情页面 */
.detali {
	padding: 17px 0px 6%;
}

.detali h4 {
	font-size: 26px;
	color: #333;
	text-align: center;
	line-height: 35px;
}

.detali .date {
	color: #999;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	line-height: 41px;
	margin-bottom: 50px;
	font-size: 15px;
}

.detali .nr_text p {
	/* margin: 0 !important; */
	margin-bottom: 15px;
}

.nr_text img {
	margin: 0 auto;
	display: block;
	width: 350px;
	height: 350px;
}

/* 详情页面 */

@media (max-width: 768px) {
	.detali {
	    padding: 17px 0px 21%;
	}
	
	.detali .nr_text p {
		padding: 0 15px;
	}
	.new .new-wrap li {
    position: relative;
    top: 0;
    border-bottom: 1px solid #eee;
    padding: 0px 0px 27px;
    transition: all .4s;
    display: block;
    justify-content: space-between;
	}
	.new-btn {
	    line-height: 38px;
	    border: 1px solid #197fde;
	    margin-top: 2%;
	    margin-right: 2%;
	    width: 50%;
	    text-align: center;
	    color: #fff;
	    border-radius: 25px;
	    background: #197fde;
	    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 22%);
	    box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
	}

	.new-item .new-txt {
		width: 100%;
	}

	.new-img {
		width: 100%;
	}
	.tile {
	    width: 100%;
	    height: 310px;
	    margin: 0px 0px 20px;
	    background-color: #197fde;
	    display: inline-block;
	    background-size: cover;
	    position: relative;
	    cursor: pointer;
	    transition: all 0.4s ease-out;
	    /* box-shadow: 0px 35px 77px -17px rgb(0 0 0 / 44%); */
	    overflow: hidden;
	    color: white;
	}
}
