.xqTop {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 450px;
}

.xqImg {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.textBox {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
}

.p_btitle {
	text-align: center;
	font-weight: bold;
	color: #3b8149;
	line-height: 1.2;
}

.xqfl {
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	background-image: url(/static/cn/img/anbj.png);
	color: #fff;
	line-height: 38px;
	background-size: 100% 100%;
}

.xqTime {
	text-align: center;
	line-height: 1;
	color: #333;
}

.page1 {
	border-bottom: 1px solid #e5e5e5;
}

.page1 .page1_cen {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.8;
}

.page1 img {
	width: auto;
	max-width: 100%;
}


.page2_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.page2_li {
	width: 31.7%;
	overflow: hidden;
}

.xwImg {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	height: 213px;
	width: 100%;
	display: block;
}

.xwImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.page2_li_fl {
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background-color: #3b8149;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 25px;
}

.xwImg:hover img {
	transform: scale(1.05);
}

.page2_li_text {
	width: 100%;
	padding: 0 10px;
}

.page2_li_time {
	line-height: 1;
	color: #999;
	margin-top: 20px;
}

.page2_li_t {
	line-height: 1;
	color: #333;
	margin-top: 15px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page2_li_t:hover {
	color: #3b8149;
}

.page2_li_s {
	line-height: 1;
	color: #999;
	margin-top: 18px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page2_li_fl.ss {
	background-color: #6cb4f9;
}

.page2_li_fl.bps {
	background-color: #ed8334;
}

@media only screen and (min-width: 768px) {
	.page2_li {
		margin-right: 2.45%;
	}

	.page2_li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 769px) {
	.xqTop{
		height: 340px;
	}

	.page2_li {
		width: 100%;
		margin-bottom: 35px;
	}

	.xqfl{
		margin: 20px auto;
		height: 36px;
	}
}
