.xinwen{
	background: url('../images/news/banner.jpg') 100% no-repeat;
	position: relative;
}
.xinwenDescBox {
	color: #fff;
	width: 600px;
	position: absolute;
	right: 13%;
	top: 35%;
}
.xinwenDescBox h2{
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
}
.more{
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 30px;
}

#newsData{
	background-color: #000;
	padding: 0 162px 20px;
}

.newsTab{
	padding: 45px 0;
}
.newsTab li{
	width: 116px;
	height: 48px;
	margin-right: 40px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsTab li.active{
	background: rgba(21, 73, 154, 1);
}
.newsDataList{
	display: none;
}
.newsDataList.active{
	display: block;
}
.newsDataListItem{
	box-sizing: border-box;
	min-height: 280px;
	background: #E5E7EB;
	padding: 40px;
	cursor: pointer;
}
.newsDataListItem:not(:first-child){
	margin-top: 20px;
}
.newsDataListItemImg{
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px;
}
.newsDataListItemImg img{
	width: 100%;
	max-height: 100%;
}
.newsDataListItemDescCon h1{
	font-size: 24px;
	margin: 25px 0 30px;
}
.newsDataListItemDescCon p{
	font-size: 16px;
	line-height: 26px;
}
.newsDataListItemTime {
	text-align: right;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.newsDataListItemTime .newsDetail{
	width: 97px;
	height: 37px;
	border: 1px solid #CFCFCF;
	border-radius: 2px;
	color: rgba(207, 207, 207, 1);
	cursor: pointer;
}
.newsDataListItemTime time{
	font-size: 22px;
	color: #999999;
}
.newsDataListItemTime .newsDetail:hover{
	color: #fff;
	border-color: rgba(21, 73, 154, 1);
	background-color: rgba(21, 73, 154, 1);
}
