﻿/* 背景图部分 */
.bg-index {
	width: 100%;
	/* min-width: 1200px; */
	height: 500px;
	margin: 0;
	padding: 0;
	background: url(../image/news-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 500px;
}

.xinwen-title {
	font-size: 56px;
	color: #FFFFFF;
}

/* 新闻资讯 */
.news-cont {
	padding-bottom: 40px;
}

.news-cont .line-title {
	color: #333;
}

.page_content {
	padding: 0 13%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
}

.news-info-list {
	width: 280px;
	margin: 5px;
	padding: 10px;
	display: inline-block;
}

.news-info-list:hover {
	box-shadow: 0px 3px 8px #eaeaea;
	background: #f2f2f2;
	border-radius: 5px;
}

.news-img {
	overflow: hidden;
	height: 180px;
}

.news-img img {
	width: 100%;
	transition: all 0.6s;
}

.news-img img:hover {
	transform: scale(1.4);
}

.news-title {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
	cursor: pointer;
	/* color: rgb(255, 160, 0); */
}

.news-title:hover {
	color: #00aaff;
}

.news-jianjie {
	text-indent: 2em;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
}
