﻿@charset "utf-8";

.module0361{
	width:1400px;
	width:var(--mainwidth);
	height:auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.module0361_con{
	width: 25%;
	height: calc(1400px * 0.25 * 280 / 236);
	height: calc(var(--mainwidth) * 0.25 * 280 / 236);
}
.module0361_con a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0361_con:hover a {
     box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);
}
.module0361_con:hover .module0361_img{
     margin-top: -10px;
}
.module0361_con:hover .module0361_img img{
      -webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);
}
.module0361_con:hover .module0361_1{
     color: var(--OneColor);
}
	
.module0361_img{
	width:100%;
	height: auto;
	font-size: 0px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0361_img img{
	width: auto;
	height: 4rem;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0361_1{
	width:100%;
	font-size: 1.25rem;
    color: var(--FontOneColor);
    overflow: hidden;
	margin-top: 2.5rem;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0361_2{
	    width: 80%;
    font-size: 1rem;
    line-height: 170%;
    height: auto;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	    margin: 0 auto;
	margin-top: 1rem;
	text-align: center;
	
}

@media screen and (max-width:1023px)and (min-width:300px){
	.module0361{
		width:96vw;
	}
	.module0361_con{
		width: 49%;
		height: calc(96vw * 0.48 * 280 / 236);
		box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);
		margin-right: 2%;
		margin-top: calc(96vw * 0.02);
	}
	.module0361_con:nth-child(1),.module0361_con:nth-child(2){
		 margin-top: 0;
	}
		.module0361_con:nth-child(2n){ margin-right: 0;}



	.module0361_1{
		margin-top: 1.5rem;
	}
	.module0361_2{
		height: 5.25rem;
		-webkit-line-clamp: 3;

	}
}
