﻿@charset "utf-8";

.module0176{
	width: 1400px;
    width: var(--mainwidth);
   height: calc(1400px * 540 / 1400);
    height: calc(var(--mainwidth) * 540 / 1400);
    margin: 0 auto;
	position: relative;
}

.module0176_list{
	width:100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.module0176-left,.module0176-right{
	position:absolute;
	z-index: 10;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 1.625rem;
	color: var(--FontWhiColor);
	font-family: "宋体";
	text-align: center;
	background:var(--FontTowColor);
	bottom: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0176-left:hover,.module0176-right:hover{
	background:var(--OneColor);
}

.module0176-left{
	right:2.875rem;
}
.module0176-right{
	right: 0;
}
.module0176_con{
	width: 100%;
	height: 100%;
}
.module0176_con a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.module0176_con a:hover .module0176_img img{
	transform: scale(1.05);
}
.module0176_con a:hover .module0176_1{
	color: var(--OneColor);
}
.module0176_con a:hover .module0176_3{
	color: var(--FontWhiColor);
	background: var(--OneColor);
}

.module0176_bg{
	background: var(--OneColor);
	height: 100%;
	width: 32%;
	position: absolute;
	top: 0;
	left: 0;
}
.module0176_left{
	width:50%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.module0176_img{
	margin-left: 6.43%;
	position: relative;
	z-index: 2;
	width:93.57%;
	height: calc(1400px * 0.4685 * 400 / 655);
	height: calc(var(--mainwidth) * 0.4685 * 400 / 655);
	font-size: 0px;
	overflow: hidden;
	border-radius: 5px;
}
.module0176_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0176_right{
	width: 46%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.module0176_nei{
	width: 100%;
	height: calc(1400px * 0.4685 * 400 / 655);
	height: calc(var(--mainwidth) * 0.4685 * 400 / 655);
}
.module0176_1{
	width:100%;
	color: var(--FontOneColor);
	font-size: 1.625rem;
	height: auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
}
.module0176_2{
	width:100%;
	color: var(--FontTowColor);
	font-size: 1.125rem;
	line-height: 170%;
	margin-top: 1.5rem;
	height: auto;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.module0176_3{
	font-size: 1.125rem;
	color:  var(--OneColor);
	border: 1px solid var(--OneColor);
	border-radius:30px;
	line-height: 2.75rem;
	padding: 0px 1.875rem;
	display: inline-block;
	margin-top: 2.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width:1023px)and (min-width:300px){

.module0176{
	width: 96vw;
    height: auto;
}

.module0176-left{
	right:2.875rem;
}
.module0176-right{
	right: 0;
}

.module0176_con a{

	display: flex;
	justify-content: center;
	flex-direction: column;
}
.module0176_bg{
	display: none;
}
.module0176_left{
	width:100%;
	 height: auto;
}
.module0176_img{
	margin-left: 0%;
	width:100%;
	height: calc(96vw * 400 / 655);
}
.module0176_right{
	width: 100%;
	height:auto;
	margin-top: 1.5rem;
}
.module0176_nei{
	width: 100%;
	height: auto;
}
.module0176_1{
	font-size: 1.375rem;
	overflow:hidden;
}
.module0176_2{
	font-size: 1rem;
	margin-top: 0.75rem;
}

}
