body {
	background-color: #ffffff;
}
header {
	position: fixed;
}
.main-news {
	width: 1150px;
	max-width: 100%;
	color: #000000;
	padding: 0;
	margin-top: 65px;
}
.main-news .cat-name {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	
	padding: 40px 0 30px;
}
.news {
	display: flex;
	justify-content: space-between;
}
.link {
	width: 76px;
	min-width: 76px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f3f7;
	border-radius: 10px;
	transition: all .3s;
	color: #8e94ab;
}
.link:hover {
	background-color: #fbd000;
	color: #000000;
}
.link img {
    height: 40px;
    width: auto;
}
.link p {
	font-size: 10px;
	line-height: 10px;
	text-align: center;
    padding-top: 2px;
}
.link a {
	text-align: center;
}
.link a:hover {
	text-decoration: none;
}
.news-content {
	width: 572px;
	max-width: 100%;
}
.news-content .date {
	margin: 0px 0 20px;
}
.news-content .date span{
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	color: #333a3f;
	background-color: #fbd000;
	padding: 4px;
}
.news-content .name {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 25px;
}
.news-content .sub-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #585858;
}
.news-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}
.news-content img {
	width: 100%;
	height: auto;
}
.gallery {
	margin: 0 -7px 14px!important;
	

}
.gallery-item {
	padding: 0 7px;
	margin-top: 0!important;
}

#gallery-1 img {
	border: none!important;
}
.other-news {
	width: 343px;
	max-width: 100%;
	padding: 25px;
	background-color: #f2f3f7;
	border-radius: 10px;
	height: fit-content;
}
.other-news .title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.single-news {
	padding: 0px; 
	margin-bottom: 50px;
	max-width: 100%;
	
}
.single-news a:hover {
	text-decoration: none;
}
.single-news .thumb {
	height: 192px;
	
}
.single-news .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-news .date {
	margin: 12px 0 15px;
}
.single-news .date span{
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	color: #333a3f;
	background-color: #fbd000;
	padding: 4px;
}
.single-news .name {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 12px;
}
.single-news .sub-name {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #585858;
}







@media (max-width: 1200px) {
	.main-news {
		padding: 0 20px;
	}
	.news-content {
		margin: 0 20px;
	}
}





@media (max-width: 768px) {
	.news {
		flex-wrap: wrap;
	}
	.other-news {
		margin: auto;
	}
	.news-content {
	    margin: 0px;
	}
	.link {
		margin-bottom: 25px;
	}
}