﻿.block1 {
	width: 100%;
	height: 817px;
	background: url('../image/bg22.png') no-repeat center / cover;
	padding-top: 181px;
}

.block1-title {
	font-size: 64px;
	color: #FFFFFF;
	line-height: 88px;
}
.block1-desc {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 32px;
}

.news-list {
	padding: 80px 0;
}
.news-item {
	width: 430px;
	border-bottom: 10px solid #FFB700;
	/* margin-right: 26px; */
	margin-bottom: 48px;
	/*border-radius: 4px;*/
}

.news-item a {
	display: block;
	text-decoration: none;
}

.news-item img {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}

.news-item-title {
	font-size: 23px;
	color: #000000;
	line-height: 33px;
}
.news-item-desc {
	font-size: 16px;
	color: #757575;
	line-height: 24px;
	margin-top: 4px;
	margin-bottom: 24px;
}
.news-item-date {
	font-size: 16px;
	color: #757575;
	line-height: 22px;
	margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
	.index-block-title {
		font-size: 28px;
		line-height: 1.5;
	}
	/* block1 */
	.block1 {
		height: 100vw;
		padding-top: 30vw;
	}
	.block1-title {
		font-size: 30px;
		line-height: 1.5;
	}
	.block1-desc {
		font-size: 16px;
		line-height: 1.8;
	}
	.news-list {
		padding: 10px 0;
	}
	.news-item {
		width: 100%;
	}
	.news-item img {
		height: auto;
		margin-bottom: 10px;
	}
	.news-item-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.news-item-desc {
		font-size: 14px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.news-item-date {
		font-size: 12px;
		margin-bottom: 10px;
	}
}