.contentleft-box h3 {
	width: 95%;

	margin: 0 auto 20px;


	font-weight: 600;
	color: #000000;
}


@media (max-width:1000px) {
	.contentleft-box {
		width: 100%;
		height: auto;
		padding: 10px 0 10px;
		background-color: #FFFFFF;
	}

	.c-title {
		width: 95%;
		line-height: 1.5;
		text-align: center;
		font-size: 23px;
		color: #000000;
		margin: 0 auto 20px;
		font-weight: 600;
	}




	.contentleft-box img {
		display: block;
		width: 90% !important;
		/* height: 240px !important; */
		margin: 0 auto 20px;

	}

	.contentleft-box p {
		width: 95%;
		margin: 0 auto 20px;

		color: #333333;
	}

	.sk-box {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}

	.sk-title {
		width: 90%;
		margin: 0 auto;
		height: auto;
		line-height: 2;
		font-size: 20px;
		font-weight: 600;
		color: #792c0f;
		font-family: "times new roman";

	}

}

@media (min-width:1000px) {
	.content-box{
		width: 1400px;
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		
	}
	
	.contentleft-box {
		width: 75%;
		height: auto;
		margin: 0 auto;

		padding: 10px 0 10px;
		background-color: #FFFFFF;
	}

	.c-title {
		width: 95%;
		line-height: 1.5;
		text-align: center;
		font-size: 25px;
		color: #000000;
		margin: 0 auto 20px;
		font-weight: 600;
	}

	.contentleft-box img {
		display: block;
		/* width: 50%;
		height: 540px; */
		margin: 0 auto 20px;

	}

	.contentleft-box p {
		width: 95%;
		margin: 0 auto 20px;
		color: #333333;
	}

	.mf-right{
		position: relative;
		
	}
	.m4-list{
		position: sticky;
		top: 0;
		bottom: auto;
	}
	

}
.m-title{
		width: 100%;
	}
