/* Section 1 */
.section1 {
	margin: 26px auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
	width: 1100px;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
}

.section1 h1 {
	font-family: 'Roboto Bold';
	color: #333333;
	font-size: 40px;
	text-align: center;
}

.news {
	padding-top: 28px;
	padding-left: 50px;
}

.news .item {
	float: left;
	width: 473px;
	height: 517px;
	margin-right: 50px;
	margin-bottom: 40px;
}

.news h2 {
	font-family: 'Roboto Bold';
	color: #333333;
	font-size: 25px;
	text-align: center;
}

.news .img {
	display: block;
	width: 100%;
	height: 240px;
	margin: 20px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news .news-text {
	font-family: 'Roboto Regular';
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	margin: 13px 0;
}

.news .news-text h1,
.news .news-text h2,
.news .news-text h3 {
	font-family: 'Roboto Bold';
}

.news .news-text img {
	display: none;
}

.news .news-text br {
	display: none;
}

.news a {
	color: var(--color1);
	text-decoration: none;
}

.news a:hover {
	color: var(--color1-hover);
}

.news .date {
	font-family: 'Roboto Regular';
	color: #333333;
	font-size: 14px;
	margin-top: -9px;
	margin-left: 390px;
}

.news iframe {
	display: none;
}

.image-exists {
	display: none !important;
}

@media (max-width: 1140px) {
	.section1 {
		width: 680px;
		min-width: 680px;
		box-shadow: none;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 18px;
	}
	.section1 h1 {
		display: none;
	}
	.news {
		padding-top: 28px;
		padding-left: 40px;
	}
	.news .item {
		width: 600px;
		height: 837px;
		margin-right: 0;
		margin-bottom: 44px;
	}
	.news h2 {
		font-size: 33px;
	}
	.news .news-text {
		font-size: 24px;
		line-height: 34px;
		margin: 20px 0;
	}
	.news .date {
		font-size: 24px;
		margin-top: -14px;
		margin-left: 476px;
	}
	.news .img {
		width: 680px;
		height: 360px;
		margin: 10px 0 30px;
		margin-left: -40px;
	}
}





