.article-box h3 {
	width: 95%;

	margin: 0 auto 20px;


	font-weight: 600;
	color: #000000;
}
    .article-box {
		margin: auto;
	}
@media (max-width:1000px) {
	.article-box {
		width: 100%;
		height: auto;
		padding: 10px 0 10px;
		background-color: #FFFFFF;
	}

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




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

	}

	.article-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) {

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

	.article-box img {
		display: block;
		margin: 0 auto 20px;

	}

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

	.content2 {
		width: 1300px;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		gap: 30px;
		align-items: flex-start;
	}

	.article-box {
		width: 68%;
		padding: 10px 0 10px;
		background-color: #FFFFFF;
		flex-shrink: 0;
	}

	.sticky {
		width: 300px;
		min-width: 280px;
		flex-shrink: 0;
		align-self: flex-start;
		position: -webkit-sticky !important;
		position: sticky !important;
		top: 80px !important;
	}

	.sk-title {
		width: 100%;
		height: auto;
		line-height: 2;
		font-size: 23px;
		font-weight: 600;
		color: #792c0f;
		font-family: "times new roman";
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 2px solid #792c0f;
	}


}