﻿@charset "utf-8";
.module0155{
	width:73vw;
	width: var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
	display: flex;
	justify-content:space-between;
}
.module0155_left{
	width: 41%;

}
.module0155_left a{
	background: #f8f8f8;
}
.module0155_left a:hover .module0155_nei{
	padding-left: 15%;
}

.module0155_img{
	width:100%;
	height: calc(73vw * 0.41 * 380 / 630);
	height: calc(var(--mainwidth) * 0.41 * 380 / 630);
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.module0155_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;
}
.module0155_img_ri{
	position: absolute;
	bottom: 0;
	right: 0;
	color: var(--FontWhiColor);
    text-align: center;
	width: 7rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
	background: var(--OneColor);
	font-weight: bold;
}
.module0155_nei{
	background: #f8f8f8;
	width: 100%;
	padding: 0px 10%;
	padding-top: 2.5rem;
	height: calc(100% - (73vw * 0.41 * 380 / 630));
	height: calc(100% - (var(--mainwidth) * 0.41 * 380 / 630));
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0155_nei_1{
	width: 100%;
    color: var(--FontOneColor);
    font-size: 1.125rem;
    line-height: 1.75rem;
	height: 1.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	font-weight: bold;
}
.module0155_nei_2{
	width: 100%;
    color: var(--FontOneColor);
	opacity: 0.7;
    font-size: 0.875rem;
    line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	margin-top: 1.25rem;
	
	
}

.module0155_right{
	width: 50%;
}
.module0155_list{
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}


.module0155_con{
	width:48%;
	height: auto;
	position: relative;
	z-index: 100;
}

.module0155_con a{
	display: block;
	height: calc(73vw * 0.24 * 380 / 630 +8.25rem);
	height: calc(var(--mainwidth) * 0.24 * 380 / 630 + 8.25rem);
	position: relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0155_con a:hover .module0155_tu_ri{
	bottom: 0;
	opacity: 1;
}
.module0155_con a:hover .module0155_1 {
	padding-left: 5%;
}

.module0155_tu{
	width:100%;
	height: calc(73vw * 0.24 * 380 / 630);
	height: calc(var(--mainwidth) * 0.24 * 380 / 630);
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.module0155_tu 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;
}
.module0155_tu_ri{
	position: absolute;
	bottom: -2.75rem;
	right: 0;
	color: var(--FontWhiColor);
    text-align: center;
	width: 4.5rem;
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.85rem;
	background: var(--OneColor);
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.module0155_1{
	width: 100%;
    color: var(--FontOneColor);
    font-size: 1rem;
    line-height: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 1.5rem;
}
.module0155_2{
	width: 100%;
    color: var(--FontTowColor);
    font-size: 1rem;
    line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 0.5rem;
}
.module0155_lie{
	width:100%;
	height:auto;
	overflow: hidden;
}
.module0155_lie a{
	width: 100%;
	height: 4rem;
	overflow: hidden;
	border-top: 1px dashed rgba(0,0,0,0.4);
	line-height: 4rem;
	display: flex;
	justify-content: space-between;
}
.module0155_lie>a:hover>span{
	padding-left: 3%;
}
.module0155_lie>a>span{
	font-size: 1rem;
	 color: var(--FontOneColor);
	opacity: 0.8;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	
}
.module0155_lie font{
	font-size: 0.875rem;
	 color: var(--FontOneColor);
	opacity: 0.6;
	font-weight: bold;
}


@media screen and (max-width:1023px)and (min-width:300px){
.module0155{
	width:96vw;
	display: flex;
	justify-content:center;
	flex-direction: column;
}
.module0155_left{
	width: 100%;

}

.module0155_img{
	height: calc(96vw * 380 / 630);
}

.module0155_nei{
	background: #f8f8f8;
	width: 100%;
	padding:2rem 10%;
	padding-top: 1rem;
	height:auto;
}

.module0155_nei_2{
	margin-top: 0.75rem;
	
	
}

.module0155_right{
	width: 100%;
	margin-top: 10px;
}


.module0155_con{
	width:49%;
}

.module0155_con a{
	display: block;
	height:auto;
	padding-bottom: 2.5rem;
}
.module0155_tu{
	height: calc(96vw * 0.49 * 380 / 630);
}
.module0155_1{

	margin-top: 1rem;
}


}
