﻿@charset "utf-8";

.module0343{
	width:100%;
	height:auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}



.module0343_con{
	width:33.33%;
	height: calc(100vw / 3 * 234 / 380);
}

.module0343_con a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.module0343_con a:hover .module0343_1{
	margin-top: 0px;
}
.module0343_con a:hover .module0343_2{
	margin-top: 1.5rem;
	opacity: 1;
}
.module0343_con a:hover .module0343_3{
	opacity: 1;
	
}

.module0343_img{
	width:100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
.module0343_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;
}
.module0343_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0px 5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.module0343_1{
	width: 100%;
	overflow: hidden;
	    white-space: initial;
    text-overflow: ellipsis;
	font-size: 1.125rem;
	color: var(--FontWhiColor);
	position: relative;
	z-index: 2;
	line-height: 1.5rem;
	margin-top: 8.5rem;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0343_2{
	width: 85%;
	margin: 0px auto;
    color: var(--FontWhiColor);
    font-size: 0.875rem;
    margin-top: 1.875rem;
    line-height: 1.5rem;
    height: 4.5rem;
    overflow-y: auto;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-align: center;
}
.module0343_3{
 	margin: 0 auto;
    border-radius: 3px;
    border: 1px solid var(--FontWhiColor);
    width: auto;
	padding: 0px 2rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.875rem;
    color: var(--FontWhiColor);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 4rem;
}


@media screen and (max-width:1023px)and (min-width:300px){


.module0343_con{
	width:50%;
	height: calc(100vw / 2 * 234 / 380);
}

.module0343_con a:hover .module0343_2{
	margin-top: 1rem;
}


.module0343_1{
	
	font-size: 1.125rem;
	margin-top:2rem;
}

.module0343_2{
	display: none;
}
.module0343_3{
    height: 2.25rem;
    line-height: 2.25rem;
	margin-top: 1.5rem;
}


}
