.article-box h3 {
		width: 95%;
		
		margin: 0 auto 20px;
		
		
		font-weight: 600;
		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;
		text-align: left !important;
		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;
		/* font-family: "times new roman"; */
		border-bottom: 2px solid #007C85;
	}
	.sk-flex{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.sk-flex img{
		width: 40%;
		height: 100px;
		display: block;
	}
	.sk-text{
		width: 55%;
		height: auto;
	}
	.sk-text p:nth-of-type(1){
		font-size: 12px;
		font-weight: 600;
		color: #000000;
		line-height: 1.5;
	}
	.sk-text p:nth-of-type(2){
		display: inline-block;
		margin-top: 8px;
		line-height: 1.5;
		font-size: 11px;
		font-weight: 400;
		color: gray;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

}

@media (min-width:1000px) {
	
	.article-box {
		width: 68%;
		height: auto;
		/* margin: 0 auto; */
		padding: 10px 0 10px;
		background-color: #FFFFFF;
	}

	.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: 100%;
		margin: 0 auto 20px;
		
	}
	.article-box p {
		width: 95%;
		margin: 0 auto 20px;
		color: #333333;
	}
	.content2{
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		
	}
	.sticky{
		width: 28%;
		height: auto;
		position: relative;
		/* background-color: pink; */
	}
	.sk-title{
		width: 100%;
		height: auto;
		line-height: 2;
		font-size: 20px;
		font-weight: 600;
		font-family: "times new roman";
		border-bottom: 2px solid #007C85;
	}
	.sk-box{
		width: 100%;
		height: auto;
		padding: 15px 0;
		position: sticky;
		top: 5px;
		bottom: auto;
	}
	.sk-flex{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.sk-flex img{
		width: 40%;
		height: 100px;
		display: block;
	}
	.sk-text{
		width: 55%;
		height: auto;
	}
	.sk-flex:hover .sk-text p:nth-of-type(1){
		color: #007C85;
	}
	.sk-text p:nth-of-type(1){
		font-size: 14px;
		font-weight: 600;
		color: #000000;
		line-height: 1.5;
	}
	.sk-text p:nth-of-type(2){
		display: inline-block;
		margin-top: 8px;
		line-height: 1.5;
		font-size: 11px;
		font-weight: 400;
		color: gray;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
}
