.container-fluid{
	margin:0;padding:0;
	position: relative;
}
.row{
	margin:0;padding:0;
	border-right: 1px solid #E1E1E1;
}
.item-news{
	padding: 20px;
	display: block;
	border-left: 1px solid #E1E1E1;
	color: #333;
	font-size: 16px;
}

.item-box{
	margin-top:40px;
}
.news-time{
	line-height: 36px;
	font-size: 16px;
}
.news-tit{
	    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}
.news-en{
	color: #A7A7A7;
	line-height: 40px;
	font-size: 14px;
}
.news-desc{
	font-size: 16px;
	color: #4A4A4A;
	line-height: 26px;
	margin-top: 20px;
}
.news-arr{
	width: 70px;
	height: 20px;
	margin: 25px 0;
}
.newspage{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-top: 40px;
}
.newspage a{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #888888;
	margin: 0 5px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #888;
}
.newspage a.cur{
	background-color: #0F5E34;
	color: #fff;
	border: none;
}
.newspage a:hover{
	background-color: #0F5E34;
	color: #fff;
	border: none;
	cursor: pointer;	
}

.news-banner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.news-banner .news-banner-p1{
	font-size: 48px;
	color: #fff;
}
.news-banner .news-banner-p2{
	font-size: 14px;
	color: #B9C5BD;
	line-height: 50px;
}
.item-box .row{
	display: flex;
    flex-wrap: wrap;
}
.item-news img{
	width: 100%;
	max-height: 300px;
}
