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

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

.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;
}
.page1 .dowBox a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0px;
	border-bottom: 1px solid #ddd;
}

.imBox {
	width: 320px;
	overflow: hidden;
	height: 182px;
}

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

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

.jdText {
	width: calc(100% - 320px);
	padding-left: 2.5vw;
}

.page1 .dowBox .jd_time {
	color: #aaa;
	line-height: 1.5;
}

.page1 .dowBox .fnt_24 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
}

.page1 .dowBox .jd_s {
	color: #777;
	line-height: 1.8;
	width: 100%;
	margin-top: 15px;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.page1 .dowBox a:hover {
	border-bottom: 1px solid #348845;
}

.page1 .dowBox .fnt_24:hover {
	color: #348845;
}

.dowBox .fnt_18 {
    text-align: center;
}

.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) {
	.filter_nav > div:not(:last-child){
       margin-right: 15px;
    }
}

@media only screen and (max-width: 769px) {
    
    
	.page1 .dowBox a {
		padding: 20px 0px;
		flex-wrap: wrap;
	}

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

	.imBox {
		width: 100%;
		height: auto;
	}

	.jdText {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}
}
