﻿@charset "utf-8";
.module0164{
	width:100%;
	margin: 0 auto;
	height: auto;
}


.module0164_title,.module0164_en{  width:100%; text-align: center;}
.module0164_title font{
	color: var(--FontWhiColor);
}
.module0164_en font{
	color: var(--FontWhiColor);
	opacity: 0.6;
}

.module0164_list{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
	
}

.module0164_lista{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.module0164_con{
	width: 32%;
	height: calc(1400px * 0.32 * 245 / 445);
	height: calc(var(--mainwidth) * 0.32 * 245 / 445);
	margin-right: 2%;
	margin-top: calc(1400px * 0.02);
	margin-top: calc(var(--mainwidth) * 0.02);
	-webkit-transition: all 0.6s ease-in-out;
}
.module0164_con:nth-child(3n){
	margin-right: 0px;
}
.module0164_con a{
	height: 100%;
	background: rgba(119,119,119,0.11);
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-moz-box-shadow:inset 0px 0px 24px rgba(255,255,255,0.15);
    -webkit-box-shadow:inset 0px 0px 24px rgba(255,255,255,0.15);
    box-shadow:inset 0px 0px 24px rgba(255,255,255,0.15);
	padding: 0px 2.5rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.module0164_con a:hover .module0164_tit{
	margin-top: -10px;
}
.module0164_con a:hover .module0164_img_2{
	position: absolute;
	left:50%;
	top:50%;
	transform: scale(12);
}
.module0164_tit{
	width: 100%;
	color: var(--FontWhiColor);
	font-size: 1.375rem;
	height: auto;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.module0164_come{
	color: var(--FontWhiColor);
	opacity: 0.5;
	line-height: 150%;
	height: 3rem;
	overflow: hidden;
	margin-top: 1.375rem;
	width: 58%;
	position: relative;
	z-index: 2;
}
.module0164_img{
	width:100%;
	height: 4.5rem;
	display: flex;
	justify-content: flex-end;
}
.module0164_img_1{
	width:4.5rem;
	height: 4.5rem;
	font-size: 0px;
	overflow: hidden;
	border-radius: 50px;
	position: relative;
	background: rgba(220,241,255,0.15);
	border: 1px solid rgba(25,47,90,0.25);
	z-index: 2;
	margin-left: -1.875rem;
}
.module0164_img_1 img{
	width:3.5rem;
	height: 3.5rem;
	margin: 0.5rem;
	object-fit: cover;
	object-position: center;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0164_img_2{
	width:4.5rem;
	height: 4.5rem;
	overflow: hidden;
	border-radius: 50px;
	background: var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}




@media screen and (max-width:1023px)and (min-width:300px){


.module0164_title,.module0164_en{  width:90%; margin: 0 auto;}


.module0164_list{
	width:96vw;
}
.module0164_lista{
	width:96vw;
}
.module0164_con{
	width: 100%;
	height: auto;
	margin-right: 0%;
	margin-top: calc(96vw * 0.02);
}


.module0164_con:nth-of-type(3n){
	margin-right: 0%;
}
.module0164_con:nth-of-type(2n){
	margin-right: 0%;
}
.module0164_con a{
	padding: 1.5rem 1rem;
}
.module0164_con a:hover .module0164_tit{
	margin-top: 0px;
}


.module0164_tit{
	font-size: 1.125rem;
	text-align: center;
}
.module0164_come{
	margin-top: 1rem;
	width: 100%;
}
.module0164_img{
	width:100%;
	height: 60px;
	display: flex;
	justify-content:center;
	margin-top: 1.5rem;
}
.module0164_img_1{
		width:60px;
	height: 60px;
	margin-left:0rem;
}
.module0164_img_1 img{
	width:50px;
	height: 50px;
	margin: 5px;
}
.module0164_img_2{
	display: none;
}	
	



}
