﻿@charset "utf-8";

.module0219{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	position: relative;
	
}

.module0219_con{
	width:100%;
	height: calc(73vw * 0.58 * 640 / 825);
	height: calc(var(--mainwidth) * 0.58 * 640 / 825);
	display: flex;
	justify-content:space-between;
}
.module0219_left{
	width: 58%;
	position: relative;
}
.module0219_left:hover .module0219_img img{transform: scale(1.05);}
.module0219_left:hover .module0219_left_bg span{ opacity: 1;  transform: translateY(0px);}
.module0219_img{
	width:100%;
	height:100%;
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.module0219_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;
}
.module0219_left_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.module0219_left_bg span{
	font-size: 1.375rem;
	background: var(--FontTowColor);
	border-radius:50%;
	overflow: hidden;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 3.5rem;
	color: var(--FontWhiColor);
	margin: 0 auto;
	padding-left: 5px;
	  transform: translateY(-80px);
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.module0219_right{
	width:42%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background:  var(--OneColor);
	margin: 3.75rem auto;
	padding: 0 3.75rem;
}
.module0219_1{
	width:100%;
	font-size: 1.625rem;
	color: var(--FontWhiColor);
	line-height: 3.125rem;
	overflow: hidden;
	  white-space: nowrap;
    text-overflow: ellipsis;
}
.module0219_2{
	width:100%;
	font-size: 0.875rem;
	color: var(--FontWhiColor);
	line-height: 1.5rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
	margin: 2.5rem 0;
}
.module0219_3{
	width:100%;
	height: auto;
}
.module0219_3 a{
	display: inline-block;
	border: 2px solid var(--FontWhiColor);
    font-size: 1rem;
    color: var(--FontWhiColor);
	width: auto;
	padding: 0px 2rem;
	text-align: center;
	line-height: 2.875rem;
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0219_3 a:hover{
	color: var(--OneColor);
}
.module0219_3 a:hover:after{
	width: 100%;
}
.module0219_3 a>span{
	position: relative;
	z-index: 3;
}
.module0219_3 a:after{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background:  var(--FontWhiColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width:1023px)and (min-width:300px){
.module0219{
	width:96vw;
}

.module0219_con{
	width:100%;
	height: auto;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.module0219_left{
	width: 100%;
	height:  calc(96vw * 640 / 825);
}
.module0219_left_bg span{

	  transform: translateY(0px);
	opacity: 1;
}


.module0219_right{
	width:100%;
	margin: 0rem auto;
	padding: 2rem 5%;
}
}
