﻿@charset "utf-8";

.module0347{
	width:1400px;
	width:var(--mainwidth);
	height:auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.module0347_con{
	width:32%;
	height: auto;
	margin-right: 2%;
	margin-top: calc(1400px * 0.02);
	margin-top: calc(var(--mainwidth) * 0.02);
}
.module0347_con:nth-child(1),.module0347_con:nth-child(2),.module0347_con:nth-child(3){ margin-top: 0px;}
.module0347_con:nth-child(3n){ margin-right: 0px;}
.module0347_con a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.module0347_con a:hover .module0347_img img{
	transform: scale(1.05);
}
.module0347_con a:hover .module0347_tit{
	color:var(--OneColor);
}
.module0347_con a:hover .module0347_tit:before{
	width: 100%;
}

.module0347_tit{
	width:100%;
	height: auto;
	font-size: 1.625rem;
	color: var(--FontOneColor);
	position: relative;
	overflow: hidden;
	 white-space: nowrap;
    text-overflow: ellipsis;
	line-height: 110%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 1.5rem 0;
}
.module0347_tit:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #dddddd;
	position: absolute;
	left: 0;
	top: 0;
}
.module0347_tit:before{
	content: '';
	width: 0%;
	height: 2px;
	background:var(--OneColor);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}


.module0347_img{
	width:100%;
	height: calc(1400px * 0.32 * 300 / 450);
	height: calc(var(--mainwidth) * 0.32 * 300 / 450);
	font-size: 0px;
	overflow: hidden;
}
.module0347_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;
}
.module0347_1{
	font-size: 1.25rem;
	color: var(--FontOneColor);
	height: auto;
	display: flex;
	align-items: center;
	line-height: 100%;
	margin-top: 1.5rem;
}

.module0347_2{
	width: 100%;
	line-height: 150%;
	height: auto;
	font-size: 1rem;
    margin-top: 0.7rem;
	color:var(--FontTowColor);
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




@media screen and (max-width:1023px)and (min-width:300px){

.module0347{
	width:96vw;
}


.module0347_con{
	width:49%;
	height: auto;
	margin-right: 2%;
	margin-top: 2rem;
}
.module0347_con:nth-child(3){ margin-top: 2rem;}
.module0347_con:nth-child(3n){ margin-right: 2%;}
.module0347_con:nth-child(2n){ margin-right: 0px;}


.module0347_tit{
	font-size: 1.25rem;
}


.module0347_img{
	height: calc(96vw * 0.49 * 300 / 450);
}
.module0347_1{
	font-size: 1.125rem;
	color: var(--FontOneColor);
	display: flex;
	align-items: center;
	margin-top: 0.8rem;
}

.module0347_2{
	width: 100%;
	font-size: 1rem;
    line-height: 130%;
	margin-top: 0.5rem;
}


}
