.article-box h3 {
	width: 95%;
	margin: 0 auto 20px;
	font-weight: 600;
	font-size: 23px;
	color: #000000;
}

@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;
	}

	.l1-left {
		padding: 15px 0;
	}

	.main .ll-box {
		width: 90%;
		margin: 0 auto 20px !important;

	}

	.ll-box2 {
		width: 80%;
		margin: 0 auto;
	}

}

@media (min-width:1000px) {

	.content {
		width: 1250px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.article-box {
		width: 72%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 10px;
		background-color: #FFFFFF;
	}

	.main {
		width: 27%;
		position: relative;
	}

	.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;
		/* 	width: auto;
		height: auto; */
		margin: 0 auto 20px;

	}

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

	.l1-left {
		width: 100%;
	}

	.ll-box {
		margin-bottom: 10px;
		width: 95%;
		margin: auto;
	}

	.ll-box2 {
		width: 85%;
		margin: auto;
	}

	.sticky {
		width: 100%;
		height: auto;
		position: sticky;
		top: 0px;
		bottom: auto;
	}

	.ll-right {
		width: 95%;
		margin: 10px auto 0;

	}

}