
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






/* ****************case2**************  */
.case2-module {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	padding-top: 86px;
}

.case2-module:nth-child(2n) {
	flex-direction: row-reverse;
	background-color: rgba(245, 245, 245, 0.3);
	padding: 37px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-top: 58px;
}

.case2-module:nth-child(2n) .case2-mr {
	width: 47.6%;
	padding-left: 37px;
	z-index: 2;
}

.case2-module:nth-child(2n) .case2-ml {
	width: 49%;
	padding-left: 0px;
}

.case2-module:nth-child(2n) .case2-mr::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #f0f0f0;
	background-image: none;
	z-index: -1;
	width: 208px;
	height: 208px;
	background-image: linear-gradient(90deg, #072499 0%, #00dcf0 100%), linear-gradient(#0e63ff, #0e63ff);
	background-blend-mode: normal, normal;
	border-radius: 10px;
	opacity: 0.8;
}

.case2-module:nth-child(2n) .case2-mlnum {
	right: 0;
	left: auto;
}



.case2-ml {
	width: 50%;
	position: relative;
	padding-left: 168px;
}

.case2-mlnum {
	font-size: 276px;
	font-weight: lighter;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e8e8e8;
	opacity: 0.4;
	position: absolute;
	z-index: -1;
	left: 0;
}

.case2-mltitle {
	font-family: Poppins;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.case2-mltitle2 {
	font-family: Poppins-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 18px;
}

.case2-mlinfo {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #777777;
	padding-top: 18px;
}

.case2-mlinfo a {
	color: #777777;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.case2-mlinfo a:hover {
	color: #0050b5;
}

.case2-mlbtn {
	width: 270px;
	height: 58px;
	background-color: #ffffff;
	border: solid 1px #c9c9c9;
	font-family: Poppins-Medium;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #777777;
	display: block;
	text-align: center;
	margin-top: 39px;
}

.case2-mlbtn:hover {
	background-color: #072499;
	color: #fff;
}

.case2-mr {
	width: 43.5%;
	padding-right: 37px;
	padding-bottom: 37px;
	position: relative;
}

.case2-mr::before {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #f0f0f0;
	z-index: -1;
	width: 208px;
	height: 208px;
	background-image: linear-gradient(90deg,
			#072499 0%,
			#00dcf0 100%),
		linear-gradient(#0e63ff,
			#0e63ff);
	background-blend-mode: normal,
		normal;
	border-radius: 10px;
	opacity: 0.8;
}

.case2-mrimg {
	display: block;
	overflow: hidden;
	border-radius: 12px;
}

@media screen and (max-width:1333px) {



	.case2-mlnum {
		font-size: 100px;
	}

	.case2-ml {
		padding-left: 92px;
	}

	.case2-module {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.case2-module:nth-child(2n) {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.case2-mltitle {
		font-size: 28px;
		line-height: 30px;
	}

	.case2-mltitle2 {
		font-size: 16px;
		line-height: 30px;
	}

	.case2-mlinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.case2-mlbtn {
		font-size: 16px;
	}

	.case2-mlbtn {
		width: 200px;
		height: 50px;
		line-height: 48px;
	}



	.case2-ml {
		width: 51%;
	}

}

@media screen and (max-width:999px) {


	.case2-mltitl {
		font-size: 24px;
	}

	.case2-module {
		padding-bottom: 34px;
		padding-top: 34px;
	}

	.case2-module:nth-child(2n) {
		padding-bottom: 34px;
		padding-top: 34px;
	}

	.case2-border {
		padding-bottom: 50px;
	}

	.case2-mlnum {
		display: none;
	}

	.case2-ml {
		padding-left: 0px;
	}

	.case2-mlinfo a {
		-webkit-line-clamp: 2;
	}

	.case2-mr::before {
		display: none;
	}

	.case2-mr {
		padding-right: auto;
		padding-bottom: auto;
	}

	.case2-mltitle2 {
		padding-top: 6px;
	}

	.case2-mlinfo {
		padding-top: 6px;
	}

	.case2-mlbtn {
		margin-top: 16px;
	}

}

@media screen and (max-width:768px) {
	.case2-mlbtn {
		width: 200px;
		height: 38px;
		line-height: 36px;
	}

	.case2-mlbtn {
		display: none;
	}



	.case2-mltitle {
		font-size: 18px;
	}

	.case2-mltitle2 {
		font-size: 14px;
		line-height: 26px;
	}

	.case2-module {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.case2-mr {
		width: 47%;
	}

	.case2-ml {
		width: 50%;
	}

	.case2-module:nth-child(2n) .case2-mr {
		width: 47%;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.case2-module:nth-child(2n) .case2-ml {
		width: 50%;
	}

	.case2-mlinfo a {
		-webkit-line-clamp: 1;
	}

	.case2-mr {
		display: flex;
		align-items: center;
	}

	.case2-mlinfo {
		font-size: 12px;
		line-height: 22px;
		margin-top: 8px;
	}

}

@media screen and (max-width:538px) {


	.case2-mltitl {
		font-size: 24px;
	}

	.case2-ml {
		width: 100%;
	}

	.case2-mr {
		width: 100%;
		margin-top: 10px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.case2-module:nth-child(2n) .case2-ml {
		width: 100%;
	}

	.case2-module:nth-child(2n) .case2-mr {
		width: 100%;
	}

	.case2-module:nth-child(2n) {
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.case2-module {
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.case2-mrimg img {
		width: 100%;
	}

	.case2-mrimg {
		width: 100%;
	}

	.case2-module:nth-child(2n) {
		padding: 10px;
	}

	.case2-module {
		padding: 10px;
	}

	.case2-mr {
		padding-right: 0px;
		margin-top: 0px;
	}

	.case2-border {
		padding-bottom: 30px;
	}


}



