﻿@charset "utf-8";
.module0354{
	width:1400px;
	width:var(--mainwidth);
	height:auto;
	margin: 0 auto;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.module0354_con{
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-top: calc(1400px * 0.02);
	margin-top: calc(var(--mainwidth) * 0.02);
}
.module0354_con:nth-child(1),.module0354_con:nth-child(2),.module0354_con:nth-child(3){ margin-top: 0px;}
.module0354_con:nth-child(3n){ margin-right: 0px;}

.module0354_con a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 10%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.module0354_con a:hover{ 
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.module0354_con a:hover .module0354_tit{ color:var(--OneColor); }
.module0354_img{ 
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0354_img img{
	height: 4.75rem;
	width: auto;
}
.module0354_tit{
	width:100%;
	text-align: center;
	overflow: hidden;
	 white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 1.375rem;
	color: var(--FontOneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	line-height: 100%;
	margin-top: 1.5rem;
}
.module0354_come{
	width:100%;
	text-align: center;
	line-height: 160%;
	font-size: 1rem;
	color: var(--FontTowColor);
	height: auto;
    margin-top: 1.5rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (max-width:1023px)and (min-width:300px){
.module0354{
	width:96vw;
	}
.module0354_con{
	width: 49%;
	height: auto;
	margin-top: calc(96vw * 0.02);
}
.module0354_con:nth-child(3){ margin-top:  calc(96vw * 0.02);}
.module0354_con:nth-child(3n){ margin-right: 2%;}
.module0354_con:nth-child(2n){ margin-right: 0px;}


.module0354_img img{
	height: 3rem;
	width: auto;
}
.module0354_tit{
	font-size: 1.125rem;
	margin-top: 1rem;
}
.module0354_come{
	margin-top: 1rem;
}

}
