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

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

.page2_li {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 3.2vw;
}

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

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

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

.page2_li_t {
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    display: block;
    min-height: 57px;
}

.page2_li_t:hover {
	color: #348845;
}

.xw_time {
    line-height: 1;
    color: #999;
    margin-top: 10px;
}

@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;
	}
	
	.sort2 .fnt_18 {
        width: auto;
    }

	.page2_li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.page2_li_t{
	   font-size: 15px;
	   min-height: 0px;
	}
	
	.xwImg {
        height: 50vw;
    }
}
