﻿@charset "utf-8";
.module0394{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
 }

.module0394_con{
	width: 22.75%;
    aspect-ratio: 360/235;
	margin-right: 3%;
	margin-top: 3%; 
}
.module0394_con:nth-child(4n){ margin-right: 0;}
.module0394_con:nth-child(1),.module0394_con:nth-child(2),.module0394_con:nth-child(3),.module0394_con:nth-child(4){ margin-top: 0;}

.module0394_con a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius:7px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0394_con a:hover{
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}
.module0394_con a:hover .module0394_1{color: var(--OneColor);}


.module0394_shu{
	font-size: 1.25rem;
    color: #FFF;
    line-height: 200%;
    display: flex;
	justify-content: center;
    width: 5.5rem;
	padding-left: 0.75rem;
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--OneColor);
    border-radius: 0 0 0 2em;
}
.module0394_nei{
	width: 82%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0394_1{
	width: 100%;
	color: var(--FontOneColor);
	font-size: 1.375rem;
	position: relative;
    height: auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.module0394_2{
	width: 100%;
	font-size: 1rem;
    line-height: 150%;
    height: auto;
    margin-top: 0.75rem;
	color: var(--FontTowColor);
    position: relative;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 1.5rem;
}
.module0394_2:after{
	content: '';
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background:  var(--OneColor);
	position: absolute;
	top: 0;
	left: 0;
}
.module0394_2:before{
	content: '';
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background:  var(--OneColor);
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0.45rem;
}


@media screen and (max-width:1023px)and (min-width:300px){
.module0394{
	width:94%;
 }

.module0394_con{
	width: 48.5%;
	height: auto;
    aspect-ratio: auto;
	margin-right: 3%;
	margin-top: 3%;
}
.module0394_con a{
	padding: 2rem 0;
}
.module0394_con:nth-child(4n){ margin-right: 3%;}
.module0394_con:nth-child(2n){ margin-right: 0;}
.module0394_con:nth-child(3),.module0394_con:nth-child(4){ margin-top: 3%;  }


.module0394_shu{
	font-size: 1rem;
    width: 4rem;
}

.module0394_1{
	font-size: 1.25rem;
    line-height: 120%;
}
.module0394_2{
	font-size: 1rem;
    margin-top: 0.5rem;
}
.module0394_2:after{
	content: '';
	width: 0.5rem;
	height: 0.5rem;
}
.module0394_2:before{
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	left: 0.35rem;
}



}
