
.center {
    width: 1280px;
    margin: auto;
}

#c_static_001-1675406424091 .all {
	background: #f4f6f7;
	padding: 5.2% 0 2%;
}

.page_confirmJump {
	word-break: keep-all;
	font-size: 10px;
}

#c_static_001-1675406424091 .p_news>div {
	float: left;
	width: calc((100% - 50px)/3);
	margin-bottom: 25px;
}

#c_static_001-1675406424091 .p_news>div:nth-child(3n-1) {
	margin: 0 25px 25px;
}

#c_static_001-1675406424091 .img {
	position: relative;
	height: 500px;
	overflow: hidden;
	display: block;
}

#c_static_001-1675406424091 .img div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	transition: 0.5s;
	background-position: center;
}

#c_static_001-1675406424091 .p_news>div:hover .img div {
	transform: scale(1.05);
	transition: 0.5s;
}

#c_static_001-1675406424091 .txt {
	
	padding: 20px;
	position: absolute;
	bottom:0;
	left:0;
	box-sizing: border-box;
	width:100%;
}

#c_static_001-1675406424091 .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
	transition: 0.5s;
	font-size: 24px;
}

#c_static_001-1675406424091 .time {
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}

#c_static_001-1675406424091 .p_news>div:hover .tit {
	transition: 0.5s;
	color: #5dc2d0;
}


#c_static_001-1675406424091 .p_page {
	text-align: center;
	padding: 30px 0;
}

#c_static_001-1675406424091 .page_con {
	display: flex;
	justify-content: center;
}

#c_static_001-1675406424091 .p_page a {
	width: 44px;
	height: 44px;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#c_static_001-1675406424091 .p_page .page_num.current {
	background-color: #5dc2d0;
	border-color: #5dc2d0;
	color: white !important;
}

#c_static_001-1675406424091 .p_page .page_num:hover {
	color: #5dc2d0;
	border-color: #5dc2d0;
}

#c_static_001-1675406424091 .p_page .page_input {
	width: 44px;
	height: 44px;
	border-radius: 0px;
	margin: 0 10px;
}

@media only screen and (max-width:768px) {
	#c_static_001-1675406424091 .p_page a {
		width: 26px;
		height: 26px;
	}
}

@media only screen and (max-width:1366px) {
	#c_static_001-1675406424091 .txt {
		padding: 20px;
	}
}

@media only screen and (max-width:768px) {
	#c_static_001-1675406424091 .p_news>div {
		float: none;
		width: 100%;
		margin: 0 0 20px 0!important;
	}

	#c_static_001-1675406424091 .txt {
		padding: 20px;
		height: 150px;
	}

	#c_static_001-1675406424091 .txt:after {
		left: 20px;
		bottom: 20px;
	}

	#c_static_001-1675406424091 .p_page a {
		width: 26px;
		height: 26px;
	}

	#c_static_001-1675406424091 .page_a {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
}