﻿@charset "utf-8";

.module0181{
	width: 73vw;
	width: var(--mainwidth);
	height: auto;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.module0181_con{
	width: 31%;
	height: auto;
	margin-right: 3.5%;
	margin-top: calc(73vw * 0.035);
	margin-top: calc(var(--mainwidth) * 0.035);
}
.module0181_con:nth-child(1){ margin-top: 0px;}
.module0181_con:nth-child(2){ margin-top: 0px;}
.module0181_con:nth-child(3){ margin-top: 0px;}
.module0181_con:nth-child(3n){ margin-right: 0px;}


.module0181_con a{
	display: block;
}
.module0181_con a:hover .module0181_img{
	-moz-box-shadow: 0px 0px 15px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 15px rgba(255,255,255,0.2);
}
.module0181_con a:hover .module0181_nei{
	background: var(--OneColor);
}

.module0181_con a:hover .module0181_1{
	color: var(--FontWhiColor);
}
.module0181_con a:hover .module0181_2{
	color:  var(--FontWhiColor);
}


.module0181_img{
	width:5.875rem;
	height: 5.875rem;
	font-size: 0px;
	overflow: hidden;
	border-radius: 50px;
	background: var(--OneColor);
	margin-left: 8%;
	position: relative;
	z-index: 2;-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0181_img img{
	width:80%;
	height: 80%;
	margin: 10%;
	object-fit: cover;
	object-position: center;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0181_nei{
	width: 100%;
	height: 12.75rem;
	padding: 0px 8%;
	margin-top: -3rem;
	background:  var(--FontWhiColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-moz-box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
}
.module0181_1{
	font-size: 1.125rem;
	color:  var(--FontOneColor);
	padding-top: 4.125rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0181_1 span{
	display: block;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	overflow: hidden;
}
.module0181_2{
	font-size: 1rem;
	color:  var(--FontOneColor);
	opacity: 0.6;
	margin-top: 1rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width:1023px)and (min-width:300px){

.module0181{
	width: 96vw;
}

.module0181_con{
	width: 49%;
	height: auto;
	margin-right: 2%;
	margin-top: 1.5rem;
}

.module0181_con:nth-child(3){ margin-top: 1.5rem;}
.module0181_con:nth-child(3n){ margin-right: 2%;}
.module0181_con:nth-child(2n){ margin-right: 0px;}
	
.module0181_con:nth-child(2n) .module0181_img{
	background: var(--OneColor);
}
.module0181_con:nth-child(2n) a:hover .module0181_nei{
	background: var(--OneColor);
}



.module0181_img{
	width:5rem;
	height: 5rem;
	margin: 0 auto;
}

.module0181_nei{
	width: 100%;
	height: 11rem;
	padding: 0px 8%;
	margin-top: -2.5rem;
	text-align: center
}
}
