﻿@charset "utf-8";
.module0251{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.module0251_con{
	width: 23.8%;
	height: auto;
	margin-right: calc(4.8% / 3);
	margin-top: calc(1400px * 0.048 / 3);
	margin-top: calc(var(--mainwidth) * 0.048 / 3);
}
.module0251_con:nth-child(1){ margin-top: 0px;}
.module0251_con:nth-child(2){ margin-top: 0px;}
.module0251_con:nth-child(3){ margin-top: 0px;}
.module0251_con:nth-child(4){ margin-top: 0px;}
.module0251_con:nth-child(4n){ margin-right: 0px;}

.module0251_con a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #cccccc;
	padding: 1.5rem 5% 1rem 5%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0251_con a:hover .module0251_img img{
	transform: scale(1.05);
}
.module0251_con a:hover{
	border: 1px solid var(--OneColor);
}
.module0251_con a:hover .module0251_tit{
	opacity: 1;
}


.module0251_img{
	width:100%;
	height: calc(1400px * 0.1535 * 210 / 215);
	height: calc(var(--mainwidth) * 0.1535 * 210 / 215);
	font-size: 0px;
	overflow: hidden;
	
}
.module0251_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0251_tit{
	margin-top: 1rem;
	padding-top: 10px;
	    border-top: 2px dashed #ebebeb;
	width: 100%;
	height: auto;
	font-size: 1.125rem;
	line-height: 150%;
	overflow: hidden;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: var(--FontOneColor);
	opacity: 0.6;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0251_come{ 
	width: 100%;
	line-height: 180%;
	color: var(--FontTowColor);
	font-size: 1rem;
}
.module0251_come span{
	
	font-size: 0.875rem;
	color: var(--OneColor);
}






@media screen and (max-width:1023px)and (min-width:300px){
.module0251{
	width:96vw;
}
.module0251_con{
	width: 49%;
	height: auto;
	margin-right:2%;
	margin-top: calc(96vw * 0.02);
}

.module0251_con:nth-child(3){ margin-top:calc(96vw * 0.02);}
.module0251_con:nth-child(4){ margin-top: calc(96vw * 0.02);}
.module0251_con:nth-child(2n){ margin-right: 0px;}



.module0251_con a{
	padding: 1rem 5% 1rem 5%;
}

.module0251_img{
	width:100%;
	height: calc(96vw * 0.3 * 210 / 215);
	
}


}
