﻿@charset "utf-8";

.module0104{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.module0104_left{
	width:50%;
}

.module0104_list{
	width:100%;
}
.module0104_list_img{
	width:100%;
	height: calc(1400px * 0.5 * 405 / 700);
	height: calc(var(--mainwidth) * 0.5 * 405 / 700);
	font-size: 0px;
	background: #f3f5f9;    
	border: 1px solid #cccccc;
}
.module0104_list_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.module0104-left,.module0104-right{
	position:absolute;
	z-index: 10;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 2rem;
	color: var(--FontWhiColor);
	font-family: "宋体";
	text-align: center;
	background: rgba(0,0,0,0.5);
	top: calc(50% - 2rem);
	border-radius:50%;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0104-left:hover,.module0104-right:hover{
	background: var(--OneColor);
}
.module0104-left:focus,.module0104-right:focus{outline:none;}
.module0104-left{
	left: 1rem;
}
.module0104-right{
	right:  1rem;
}

.module0104_right{
	width:45%;
}
.module0104_1{
	font-size:1.625rem;
	padding-bottom: 1rem;
	position: relative;
	color: var(--FontOneColor);
}
.module0104_1:before{
	position: absolute;
	content: '';
	width: 3rem;
	height: 1px;
	background: var(--OneColor);
	bottom: 0px;
}
.module0104_2{
	font-size:1rem;
	margin-top: 1rem;
	line-height: 170%;
	overflow: auto;
	color: #000000;
}


@media screen and (max-width:1023px)and (min-width:300px){
	.module0104{
		width: 96vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.module0104_left{
		width:100%;
	}

	.module0104_list_img{
		width:100%;
		height: calc(96vw * 405 / 700);
		background: #f3f5f9;
	}

	.module0104-left,.module0104-right{
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.5rem;
		top: calc(50% - 1.5rem);
	}

	.module0104_right{
		width:100%;
		margin-top: 1.5rem;
		text-align: center;
	}
	.module0104_1{
		font-size:1.375rem;
	}
	.module0104_1:before{
		left:calc(50% - 1.5rem);
	}


}
