.sort2 a:nth-child(2) {
	background: #348845;
	color: #fff;
}

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

.page2_li {
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 50px;
}

.xwImg {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 3px 24px rgba(0 0 0 / 30%);
	position: relative;
	padding-top: 5px;
}

.xwImg:before{
    border-radius: 20px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #bdd261;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.xwImg div{
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    max-height: 543px;
    height: 35vw;
}

.xwImg img {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
}

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

.page2_li_t {
    text-align: center;
    color: #fff;
    background-color: #bdd261;
    display: flex;
    height: 40px;
    align-items: center;
    border-radius: 30px;
    margin: 30px auto 0;
    justify-content: center;
    width: 190px;
}

.page2_li_t:hover {
    background: #348845;
    color: #fff;
}

@media only screen and (min-width: 768px) {
	.page2_li:nth-child(3n) {
		margin-right: 0;
	}
}


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

	.dowBox {
		justify-content: space-between;
	}

	.page2_li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.sort2 .fnt_18 {
        width: auto;
    }
	
	.page2_li_t{
	   font-size: 15px;
	           width: 100%;
	}
	
	.xwImg div{
	    height: 64vw;
	}
}
