.filter_bus {
    border: 1px solid #348845;
    background: #fff;
    border-radius: 60px;
    margin: 0 auto;
}
.filter_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_nav > div{
    overflow: hidden;
    border-radius: 40px;
   width: 20%;
}

.filter_nav > div p {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    color: #348845;
    cursor: pointer;
    width: 100%;
}



.filter_nav > div.on p{
	background: #348845;
	color: #fff;
	font-weight: 600;
}

.filter_nav > div:hover p{
	background: #348845;
	color: #fff;
	font-weight: 600;
}

.xwList {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.page1 {
	position: relative;
}

.xwLi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xw_Lr {
	width: 55%;
	overflow: hidden;
	height: 25vw;
	max-height: 372px;
	min-height: 320px;
	border-radius: 20px;
}

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

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

.xw_ri {
	width: 40%;
}

.xw_time {
	line-height: 1;
	color: #999;
}

.xw_t {
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	margin-top: 15px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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

.xw_s {
	margin-top: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.xw_fl {
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin-top: 30px;
	background-color: #3b8149;
	color: #fff;
	font-size: 14px;
}

.qieBut {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: 10;
}

.swiper—xw-prev {
	width: 36px;
	height: 20px;
	background-image: url(../img/jian01.png);
	cursor: pointer;
}

.swiper—xw-prev:hover {
	background-image: url(../img/jian01-1.png);
}

.swiper—xw-next {
	width: 36px;
	height: 20px;
	background-image: url(../img/jian02.png);
	cursor: pointer;
	margin-left: 30px;
}

.swiper—xw-next:hover {
	background-image: url(../img/jian02-1.png);
}

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

.page2_li {
	width: 31.7%;
	overflow: hidden;
	margin-bottom: 4vw;
}

.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;
	line-height: 29px;
}

.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;
	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;
}


.p_page div{
    display: flex;
	align-items: center;
	justify-content: center;
}

.pageBox .laypage_main a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #b3bec4;
	border-radius: 50%;
	margin: 0 5px;
	color: #b3bec4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.pageBox .laypage_curr {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #028442;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff!important;
    font-size: 16px;
    font-weight: bold!important;
    text-align: center;
    background-color: #028442;
    padding: 0;
}

.laypage_main .laypage_prev {
width: 40px;
    height: auto!important;
    border-radius: 0!important;
    border: none!important;
    background: transparent;
    padding: 0;
    margin: 0;
        margin-right: 20px!important;
}

.laypage_prev svg{
	width:100%;
	height:auto;
}

.laypage_main .laypage_next {
width: 40px;
    height: auto!important;
    border-radius: 0!important;
    border: none!important;
    background: transparent;
    padding: 0;
    margin: 0;
        margin-left: 20px!important;
}

.laypage_next svg{
	width:100%;
	height:auto;
}

@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) {
    .filter_bus{
       border: none;
        border-radius: 0;
                width: 100%;
    }
    
    .filter_nav{
        flex-wrap: wrap;
    }
    
    .filter_nav > div{
      width: 48%;
        margin: 5px auto;
        border: 1px solid #348845;
    }
    
	.xw_Lr{
		width: 100%;
		height: auto;
		min-height: 0;
	}

	.xw_ri {
		width: 100%;
		margin-top: 20px;
	}

	.qieBut{
		bottom: 5px;
	}

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