.all-banner{
	background-image: url(../images/img/news-banner.png);
}
.newList{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.newList .item{
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	width: 20%;
	
	padding: 0 5px;
	margin-bottom: 30px;
	
    
}
.newList .item .news-time{
	font-size: 12px;
	color: #646464;
	margin: 10px 0;

}
.list-group-item{
	border: none;
}
.pagination{
	position: absolute;
	right: 50px;
}
.pagination>li>a, .pagination>li>span{
	font-size: 15px;
	background-color:inherit;
	color: #777777;
	border: none;
	margin: 30px 0;
}
.pagination>.disabled>a{
	background-color:inherit;
}
.pagination>.disabled>a:hover{
background-color: inherit;
}
.newList .item:hover{
	background-color: white;
}
.newList .item .news-time img{
	width: 10px;
	height: 10px;
	margin-right: 10px;
    margin-top:-1px;
}
.newList .item .news-title{
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.newList .news-info{
	width: 100%;
}
.newList .news-info span{
	display: inline-block;
}
.newsInfo{
	padding: 0 15%;
}
.newsInfo .newsInfo-title h1{
	font-size: 28px;
	color: #202020;
}
.newsInfo .newsInfo-title b{
	font-weight: 100;
}
.newsInfo .newsInfo-title p{
	font-size: 15px;
	color: #757575;
	margin: 30px 0;
}
.all-content{
	margin-top: 2vw;
	}
.newsInfo .newsInfo-title p>span{
	margin-right: 30px;
}
.newsInfo img {
width:100%;

}
.newsInfo .news-txt p span{
    display:block;
	font-size: 18px;
    color: rgb(82, 82, 82);
    font-family: 新宋体;
    text-indent: 2em;
    line-height: 2;
    margin-top: 20px;
}
@media screen and (max-width: 1200px){
	.newList .item{
		width: 25%;
	}
	.newsInfo{
		padding: 0 10%;
	}
}
@media screen and (max-width: 800px){
	.newList .item{
		width: 50%;
	}
	.newsInfo{
		padding: 0 2%;
	}
	.newsInfo .newsInfo-title h1{
		font-size: 20px;
	}
	.newsInfo .newsInfo-title p{
		font-size: 12px;
		display: flex;
		flex-direction: column;
		margin: 20px 0;
		line-height: 1.5;
	}
	.pagination{
		right: 0;
		bottom: 40px;
	}
}