.newTils {
	padding: 80px 0;
}

.newTils h3 {
	font-size: 34px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 50px;
}

.newsItems {
	cursor: pointer;
}

.newsItems:hover {
	box-shadow: 0 0 15px 2px rgba(58, 58, 58, 0.15);
	-webkit-box-shadow: 0 0 15px 2px rgba(58, 58, 58, 0.15);
	-moz-box-shadow: 0 0 15px 2px rgba(58, 58, 58, 0.15);
}

.newsItems,
.news_right p a {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;

}

.newsItems1 {
	background: #f8f8f8;
}

.news_left {
	width: 58%;
	overflow: hidden;
}

.news_left img {
	display: block;
	width: 100%;
}

.news_right {
	width: 42%;
	padding: 45px 40px;
}

.news_right h5 {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
}

.news_right .dateTime time {
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin: 35px 0 24px;
	color: #999999;
}

.news_right .newTxts p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	height: 52px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.newsItems1 .newTxts p {
	height: 102px;
	-webkit-line-clamp: 4;
}

.news_right p a {
	width: 150px;
	height: 44px;
	display: block;
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	border: solid 1px #4089d4;
	font-size: 14px;
	color: #747474;
	margin-top: 40px;
}

.news_right p a:hover {
	background: #4089d4;
	color: #FFFFFF;
}

.newsLists {
	width: 100%;
	background: #F8F8F8;
	padding: 90px 0;
}

.newsItems2 {
	background: #FFFFFF;
	margin-bottom: 50px;
}

.newsItems2:last-child {
	margin-bottom: 0;
}

.news_left2 {
	width: 32% !important;
}

.news_right2 {
	width: 66% !important;
	padding: 20px !important;
}

.news_right2 p a {
	display: block;
	text-align: right;
	border: none !important;
	margin-top: 0 !important;
	width: 100%;
}

.news_right2 p a:hover {
	background: none;
	color: #4089d4;
}

.newsItems2 {
	display: table;
	padding: 20px;
}

.news_left2,
.news_right2 {
	display: table-cell;
}

.news_right2 .dateTime time {
	margin: 20px 0;
}


/* newdetail */
.news_prodetail {
	width: 100%;
	background-color: #EEEEEE;
	padding: 60px 120px;
}

.newTainBoxs {
	width: 1300px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 62px;
}

.newTitle {
	text-align: center;
	border-bottom: 1px #F3F3F3 solid;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.newTitle h5 {
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 16px;
}

.newTitle p {
	font-size: 14px;
	color: #999999;
}

.newContainer {
	/* text-align: center; */
}

.newContainer p {

	margin: auto;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
;
}

.newContainer p img {
	max-width: 100%;
	display: block;
	margin: 25px auto;
}

.Share {
	border-top: 1px #F3F3F3 solid;
	margin-top: 40px;
}

.Share p {
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	padding: 20px 0;
	float: right;
	vertical-align: middle;
}

.Share p a {
	width: 22px;
	height: 19px;
	vertical-align: middle;
	padding: 10px;
}

.pageChange {
	width: 100%;
	margin-top: 10px;
}

.pageChange a {
	padding: 10px 30px;
	background-color: #eeeeee;
	border-radius: 6px;
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	float: right;
	margin: 0 20px;
	border: 1px transparent solid;
}

.pageChange a img {
	padding: 2px 10px;
	display: inline-block;
	vertical-align: middle;
}

.pageChange a:nth-child(1) {
	float: left;
}

.pageChange a:nth-child(1) img {
	vertical-align: top;
	margin-top: 3px;
}

.pageChange a:hover {
	border: 1px #2c7dd0 solid;
}



@media screen and (max-width:910px) {


	.pageChange a:nth-child(1),
	.pageChange a {
		padding: 10px;
		float: none;
		margin: 0 6px;
		border: 1px transparent solid;
		display: inline-block;
		font-size: 13px;
	}

	.pageChange a img {
		padding: 0 10px;
	}

	.newTils,
	.newsLists {
		padding: 30px 0;
	}

	.newTils h3 {
		margin-bottom: 30px;
		font-size: 26px;
	}

	.newsItems2 {
		padding: 0;
		margin-bottom: 20px;
	}

	.news_right {
		width: 100% !important;
		padding: 25px 20px;
	}

	.news_left2,
	.news_left {
		width: 100% !important;
		height: 210px;
		overflow: hidden;
	}

	.news_right h5 {
		height: 24px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.news_left img {
		width: 100%;
	}

	.news_right p a {
		width: 120px;
		height: 36px;
		line-height: 36px;
		margin-top: 25px;
	}

	.newTainBoxs {
		width: 100%;
		padding: 30px 5%;
	}

	.news_prodetail {
		padding: 0;
	}

	.newTitle {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
    .news_right p a {
        margin-top: 25px !important;
        border: solid 1px #4089d4 !important;
        text-align: center;
    }














}

@media screen and (max-width:350px) {

	.pageChange a:nth-child(1),
	.pageChange a {
		padding: 5px;
		float: none;
		border: 1px transparent solid;
		display: inline-block;
		font-size: 12px;
	}

	.pageChange a img {
		padding: 1px 8px;
	}
}
