/* IndexBlock5 News Widget */


.indexBlock5 .w1680 {
	max-width: 1680px;
	width: 90%;
	margin: 0 auto;
}

.indexBlock5 .w1680 .content {
	display: flex;
	margin-top: 40px;
}

.indexBlock5 .w1680 .content .list {
	width: calc((100% - 60px) / 4);
	margin-left: 20px;
	background: #fff;
	border-radius: 16px;
}

.indexBlock5 .w1680 .content .list:first-child {
	margin-left: 0;
}

.indexBlock5 .w1680 .content .list .img {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	font-size: 0;
	height: 280px;
	position: relative;
}

.indexBlock5 .w1680 .content .list .img img {
	transform: scale(1);
	transition: transform 0.3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.indexBlock5 .w1680 .content .list:hover .img img {
	transform: scale(1.1);
}

.indexBlock5 .w1680 .content .list .time {
	margin: 28px 30px 15px;
	font-size: 16px;
	color: #142637;
}

.indexBlock5 .w1680 .content .list .text {
	padding: 0 30px 30px;
}

.indexBlock5 .w1680 .content .list .text .title {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 96px;
	font-size: 22px;
	line-height: 1.1;
	color: #142637;
	text-decoration: none;
}

.indexBlock5 .w1680 .content .list .text .title:hover {
	text-decoration: none;
}

.indexBlock5 .w1680 .content .list .text .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.indexBlock5 .w1680 .content .list .text .bottom span {
	padding: 0 15px;
	background: rgba(20, 38, 55, 0.05);
	border-radius: 12px;
	font-size: 16px;
	line-height: 34px;
}

.indexBlock5 .w1680 .content .list .text .bottom .link {
	text-decoration: underline;
	font-size: 16px;
	line-height: 34px;
	color: #d80031;
}

.indexBlock5 .w1680 .content .list .text .bottom .link:hover {
	text-decoration: underline;
}

/* Responsive - 1100px */
@media (max-width: 1100px) {
	.indexBlock5 {
		padding: 0px 0;
	}
	
	.indexBlock5 .w1680 .content {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.indexBlock5 .w1680 .content .list {
		width: calc((100% - 30px) / 2);
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.indexBlock5 .w1680 .content .list .time {
		font-size: 14px;
	}
	
	.indexBlock5 .w1680 .content .list .text .title {
		-webkit-line-clamp: 2;
		line-clamp: 2;
		height: 48px;
		line-height: 24px;
	}
}

/* Responsive - 750px */
@media (max-width: 750px) {
	.indexBlock5 .w1680 .content .list {
		width: 100%;
	}
	
	.indexBlock5 .w1680 .content .list .text .bottom {
		margin-top: 30px;
	}
	
	.indexBlock5 .w1680 .content .list .text .bottom span,
	.indexBlock5 .w1680 .content .list .text .bottom .link {
		font-size: 14px;
		line-height: 30px;
	}
}
