.lp-left {
	display: none !important;
}
@media (max-width:1000px) {
	.main {
		width: 95%;
		height: auto;
		padding: 15px 0;
		margin: auto;
	}

	.m-title {
		width: 100%;
		margin: 20px 0;
		display: flex;
		justify-content: space-between;
		align-content: center;
		padding: 10px 0;
		border-bottom: 1px solid gainsboro;
	}

	.mt-left {
		font-size: 24px;
		color: #000;
	}

	.mt-right {
		width: auto;
		text-align: center;
		color: #fff;
		font-family: 'Jost', sans-serif;
		font-size: 14px;
		font-weight: 500;
		padding: 5px 15px;
		background-color: #2e8bec;
	}

	.list1,
	.list3,
	.list2,
	.list4 {
		width: 100%;
		height: auot;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
		marign-bottom: 30px;
	}

	.l1-box {
		width: 45%;
		height: auto;
		padding: 4px;
		margin-bottom: 20px;
		background-color: #fff;
		box-shadow: 0px 5px 5px gray;
	}

	.l1-text {
		width: 96%;
		padding: 10px 2%;
		align-content: flex-start;
	}

	.l1-box img {
		width: 100%;
		height: 90px;
		display: block;
	}

	.l1-text p {
		font-size: 16px;
		color: #000;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.l1-ptn {
		width: 100%;
		padding: 5px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 1.5;
		font-weight: 600;
		display: none;
	}

	.lp-left {
		font-size: 13px;
		color: #000;

	}

	.lp-right {
		background-color: #348cea;
		padding: 3px 15px;
		color: #fff;
		font-size: 13px;
		font-weight: 400;
	}

	.list2 .l1-box {
		width: 28%;
	}

	.list2 .l1-text {
		display: none;
	}

	.list2 .l1-box img {
		height: 90px;
	}

	.list3 .l1-box {
		width: 100%;
		border-radius: 7px;
		display: flex;
		align-items: center;
		margin: 0 auto 20px;
		justify-content: space-between;
		padding: 4px
	}

	.list3 .l1-box img {
		width: 30%;
		height: 85px;
		border-radius: 7px;
	}

	.list3 .l1-text {
		width: 60%;
		height: auto;
	}

	.list3 .l1-text p {
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list3 .l1-text .l1-ptn {
		display: flex;
	}

	.list3 .l1-text .l1-ptn .lp-right {
		width: 30%;
		text-align: center;
		margin-top: 5px;
	}

}

@media (min-width:1000px) {
	.main {
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 30px auto;
	}

	.m-title {
		width: 70%;
		margin: auto;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-content: center;
		border-bottom: 1px solid gainsboro;
	}

	.mt-left {
		/* border-left: 5px solid #fd9f4a; */
		/* padding: 0 10px; */
		font-size: 25px;
		color: #000;
	}

	.mt-right {
		min-width: unset;
		width: auto;
		text-align: center;
		color: #fff;
		font-family: 'Jost', sans-serif;
		font-size: 15px;
		font-weight: 500;
		padding: 5px 20px;
		background-color: #2e8bec;

	}

	.list1,
	.list2,
	.list3,
	.list4 {
		width: 70%;
		height: auot;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		flex-wrap: wrap;
		margin: 30px auto;
	}

	.l1-box {
		width: 19%;
		height: auto;
		transition: all linear 0.2s;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
		background-color: #fff;
		position: relative;
	}

	.l1-box img {
		width: 100%;
		height: 180px;
		display: block;
	}

	.l1-text {
		width: 96%;
		padding: 10px 2%;
	}

	.l1-text p {
		font-size: 17px;
		color: #000;
		line-height: 1.5;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.l1-ptn {
		width: 100%;
		padding: 5px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 1.5;
	}

	.lp-left {
		font-size: 13px;
		color: #000;
	}

	.lp-right {
		background-color: #2e8bec;
		padding: 3px 10px;
		color: #fff;
		font-size: 13px;
	}

	.l1-box:hover {
		transform: translateY(-7px);
		box-shadow: 0px 5px 10px gray;
	}

	.list1 .l1-ptn,
	.list4 .l1-ptn {
		display: none;
	}

	.list1 .l1-text,
	.list4 .l1-text {
		position: absolute;
		bottom: 0px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
	}

	.list1 .l1-text p,
	.list4 .l1-text p {
		color: #fff;
	}

	.list3 .l1-box {
		border-radius: 7px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 4px
	}

	.list3 .l1-box img {
		width: 33%;
		height: 80px;
		border-radius: 7px;
	}

	.list3 .l1-text {
		width: 60%;
		height: auto;
		padding: 0;
	}

	.list3 .l1-text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list3 .l1-text .l1-ptn {
		display: block;
	}

	.list3 .l1-text .l1-ptn .lp-right {
		width: 40%;
		text-align: center;
		margin-top: 5px;
	}
}

.explore {
	width: 180px;
	line-height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #3babf3;
	box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
	position: relative;
}

.end {
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
	position: relative;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	align-items: center;
	display: none;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}
