﻿@charset "utf-8";

.module0103{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin:0px auto;
	position: relative;
}


.module0103_list{
	width:100%;
	height: auto;
	position: relative;
	padding-bottom: 1rem;
}
.module0103_con{
	width:100%;
	height: auto;
}
.module0103_con a{
	display: block;
	width: 100%;
	position: relative;
	height: calc(1400px * 0.48 * 406 / 667 + 7rem);
	height: calc(var(--mainwidth) * 0.48 * 406 / 667 + 7rem);
}
.module0103_con a:hover .module0103_img img{
	transform: scale(1.05);
}
.module0103_con:hover .module0103_1{
	color: var(--OneColor);
}
.module0103_con:hover .module0103_3{
	height: 3rem;
}

.module0103_img{
	width:100%;
	height: calc(1400px * 0.48 * 406 / 667);
	height: calc(var(--mainwidth) * 0.48 * 406 / 667);
	font-size: 0px;
	overflow: hidden;
}
.module0103_img img{
	width:100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.module0103_bg{
	position:  absolute;
	bottom: 0;
	width:90%;
	left: 5%;
	height: auto;
	background: var(--FontWhiColor);
	box-shadow: 0px 0px 15px 0.1px rgba(0,0,0,0.2);
	padding: 1rem 0px;
	text-align: center;
}
.module0103_1{
	width:100%;
	height: auto;
	color: var(--FontOneColor);
	font-size: 1.125rem;
	font-weight: bold;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	padding: 0px 10%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.module0103_2{
	width:100%;
	padding: 0px 5%;
	color: var(--FontTowColor);
	font-size: 1rem;
	height: auto;
	line-height: 150%;
	margin-top: 1rem;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.module0103_3{
	height: 3rem;
	line-height: 3rem;
	margin-top: 1rem;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.module0103_3 span{
	display: inline-block;
	position: relative;
	font-size: 1.125rem;
	color: var(--FontOneColor);
	padding-right: 3.5rem;
}
.module0103_3 span:after{
	position: absolute;
	content: '>';
	font-family: '宋体';
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background: var(--OneColor);
	border-radius: 50%;
	text-align: center;
	color:var(--FontWhiColor);
	right: 0px;
}



.module0103-left,.module0103-right{
	position:absolute;
	z-index: 10;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	color: var(--FontWhiColor);
	font-family: "宋体";
	text-align: center;
	background:rgba(0,0,0,0.5);
	top: calc(50% - 1.5rem);
	border-radius:50%;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0103-left:hover,.module0103-right:hover{
	background: var(--OneColor);
}
.module0103-left:focus,.module0103-right:focus{outline:none;}
.module0103-left{
	left: -5rem;
}
.module0103-right{
	right:  -5rem;
}


@media screen and (max-width:1023px)and (min-width:300px){
	
	
.module0103{
		width: 96vw;
	}

	.module0103_con a{
		display: block;
		width: 100%;
		position: relative;
		height:  auto;
	}


	.module0103_img{
		width:100%;
		height: calc(96vw * 0.48 * 406 / 667);
	}

	.module0103_bg{
		position: relative;
		bottom: 0;
		width:100%;
		left: 0%;
		height: auto;
		padding: 1rem 0px;
		box-shadow:inset 0px 0px 5px 0.1px rgba(0,0,0,0.2);
	}
	.module0103_1{
		width:100%;
		font-size: 1.25rem;

	}

	.module0103_2{
		margin-top: 0.5vh;
	}
	.module0103_3{
		display: none;
	}



	.module0103-left,.module0103-right{

		font-size: 1.5rem;
		top: 100%;
	}

	.module0103-left{
		left: calc(50% - 3.5rem);
	}
	.module0103-right{
		right: calc(50% - 3.5rem);
	}

}
