.container{
	min-width: 1170px !important;
}
.news-list{
	min-height: 500px;
	background-color: #f4f4f4;
	padding-top: 35px;
	padding-bottom: 50px;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.news-list .box a{
	display: flex;
	justify-content:space-between;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-list .box a:hover{
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.news-list .box a .news-img{
	width: 320px;
	position: relative;
	height: 218px;
}
.news-list .box a .news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list .box a .news-img div{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
}
.news-list .box a .news-img span{
	line-height: 40px;
	width: 100%;
	box-sizing:border-box;
	padding: 15px 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(0,0,0,0.2)
}
.news-list .box a .news-text{
	width: 830px;
}
.news-list .box a .news-text>h4{
	font-size: 24px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.news-list .box a .news-text .news-xq{
	font-size: 14px;
	color: #333;
	/* line-height: 28px; */
	overflow: hidden;
	height: 76px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 3; */
}
.news-list .box a .news-text .news-xq h3,.news-list .box a .news-text .news-xq h4{
	font-size: 14px;
}
.news-list .box a .news-text .time{
	margin-top: 25px;
}
.news-list .box a .news-text .time span{
	font-size: 14px;
	color: #999;
	margin-right: 20px;
}
/*page*/
.pageList {
	margin-bottom: 30px;
	margin-top: 40px;
}
.pageList div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.pageList a{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}
.pageList span{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #00b4ff;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}